Home
last modified time | relevance | path

Searched refs:safariPath (Results 1 – 7 of 7) sorted by relevance

/external/webkit/WebKitTools/Scripts/
Dbisect-builds67 my $safariPath = $Settings::safariPath;
88 "safari-path=s" => \$safariPath,
120 $safariPath = glob($safariPath) if $safariPath =~ /^~/;
121 $safariPath = File::Spec->catdir($safariPath, "Contents/MacOS/Safari") if $safariPath =~ m#\.app/*#;
128 …lyList($localOnly, $nightlyDownloadDirectory, findMacOSXVersion(), findSafariVersion($safariPath));
142 …mountAndRunNightly($nightlies[$startIndex]->{file}, $nightlyDownloadDirectory, $safariPath, $tempF…
155 …mountAndRunNightly($nightlies[$endIndex]->{file}, $nightlyDownloadDirectory, $safariPath, $tempFil…
178 … mountAndRunNightly($nightlies[$index]->{file}, $nightlyDownloadDirectory, $safariPath, $tempFile);
289 our $safariPath = "/Applications/Safari.app";
Dgdb-safari39 my $safariPath = safariPath();
53 exec $gdbPath, @architectureFlags, $safariPath or die;
Dwebkitdirs.pm45 …ing &XcodeOptionStringNoConfig &passedConfiguration &setConfiguration &safariPath &checkFrameworks…
504 sub safariPath subroutine
527 my $safariPath = safariPathFromSafariBundle($safariBundle);
528 die "Can't find executable at $safariPath.\n" if isAppleMacWebKit() && !-x $safariPath;
529 return $safariPath;
1464 return system "arch", "-" . architecture(), safariPath(), @ARGV;
1466 return system safariPath(), @ARGV;
Drun-pageloadtest61 my $safariExecutablePath = safariPath();
/external/webkit/WebKitTools/BuildSlaveSupport/
Dbuilt-product-archive106 safariPath = subprocess.Popen('cygpath -w "$PROGRAMFILES"/Safari',
109 …if subprocess.call('cp -R "%s"/*.dll "%s"/*.resources %s' % (safariPath, safariPath, binDirectory)…
/external/webkit/WebKitTools/
DChangeLog14413 (safariPath): If the user is working with a Debug build, but there's
14419 Make safariPath() work for Debug builds of Safari on Windows
14426 (safariPath): If the user is working with a Debug build, add the
DChangeLog-2009-06-1624842 * Scripts/webkitdirs.pm: Added safariPath function that uses WEBKIT_SAFARI environment
24848 * Scripts/gdb-safari: Use safariPath.
24849 * Scripts/run-safari: Use safariPath.