Home | History | Annotate | Download | only in Scripts

Lines Matching refs:safari

33 # to the Safari web browser, create a ~/.bisect-buildsrc file with one or more of
38 # $safariPath = "/path/to/Safari.app";
88 "safari-path=s" => \$safariPath,
109 [--safari-path path] path to Safari application bundle (default: /Applications/Safari.app)
121 $safariPath = File::Spec->catdir($safariPath, "Contents/MacOS/Safari") if $safariPath =~ m#\.app/*#;
289 our $safariPath = "/Applications/Safari.app";
335 die "Requires Safari 2.0 or newer";
349 die "Requires Safari 2.0 or newer";
362 my ($filename, $directory, $safari, $tempFile) = @_;
395 `DYLD_FRAMEWORK_PATH=$frameworkPath WEBKIT_UNSET_DYLD_FRAMEWORK_PATH=YES $safari $tempFile`;