Lines Matching full:safari
66 // extensions, but not that any will be loaded into Safari
97 NSRunInformationalAlertPanel(@"Safari extensions detected",
98 @"Safari extensions were detected on your system. Extensions are incompatible with nightly builds of WebKit, and may cause crashes or incorrect behavior. Please disable them if you experience such behavior.", @"Continue",
130 // Set up the main bundle early so it points at Safari.app
164 // If we're running Safari < 4.0 then we can't be in the trampoline state.
174 // If the framework search path is empty or otherwise does not contain the Safari
176 const char safariFrameworkSearchPath[] = "/System/Library/PrivateFrameworks/Safari.framework/Frameworks";
182 // If we're inside Safari in its trampoline state, it will very shortly relaunch itself.
183 // We bail out here so that we'll be called again in the freshly-launched Safari process.
208 // Use CoreFoundation here as AppKit hasn't been initialized at this stage of Safari's lifetime
213 CFSTR("WebKit failed to open correctly on your previous attempt. Please disable any Safari extensions that you may have installed. If the problem continues to occur, please file a bug report at http://webkit.org/quality/reporting.html"),
217 NSLog(@"WebKit failed to shut down cleanly. Checking for Safari extensions.");