HomeSort by relevance Sort by last modified time
    Searched refs:safariVersion (Results 1 - 4 of 4) sorted by null

  /external/webkit/WebKitTools/Scripts/
bisect-builds 300 my ($useLocalFiles, $localDirectory, $macOSXVersion, $safariVersion) = @_;
324 if ($safariVersion eq "4 Public Beta") {
326 } elsif (eval "v$safariVersion" ge v3.2) {
328 } elsif (eval "v$safariVersion" ge v3.1) {
330 } elsif (eval "v$safariVersion" ge v3.0) {
332 } elsif (eval "v$safariVersion" ge v2.0) {
338 if ($safariVersion eq "4 Public Beta") {
340 } elsif (eval "v$safariVersion" ge v3.2) {
342 } elsif (eval "v$safariVersion" ge v3.1) {
344 } elsif (eval "v$safariVersion" ge v3.0)
    [all...]
  /external/webkit/WebKitTools/WebKitLauncher/
WebKitNightlyEnablerSparkle.m 121 NSString *safariVersion = [[safariBundle localizedInfoDictionary] valueForKey:@"CFBundleShortVersionString"];
124 NSString *applicationName = [NSString stringWithFormat:@"Version/%@ Safari/%@ WebKitRevision/%@", safariVersion, safariBuild, webKitRevision];
main.m 221 NSString *safariVersion = [[safariBundle localizedInfoDictionary] objectForKey:@"CFBundleShortVersionString"];
222 displayErrorAndQuit([NSString stringWithFormat:@"Safari %@ is not supported", safariVersion],
223 [NSString stringWithFormat:@"Nightly builds of WebKit are not supported with Safari %@ at this time. Please update to a newer version of Safari.", safariVersion]);
WebKitNightlyEnabler.m 166 CFStringRef safariVersion = CFBundleGetValueForInfoDictionaryKey(safariBundle, CFSTR("CFBundleShortVersionString"));
167 if ([(NSString *)safariVersion intValue] < 4)

Completed in 80 milliseconds