HomeSort by relevance Sort by last modified time
    Searched full:safari (Results 1 - 25 of 252) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/webkit/WebCore/manual-tests/
onunload-form-submit-crash.html 3 <a href="" onClick="location.href=location.href; return false;">Click here and see if Safari crashes.</a>
4 <p>Still with me? Now close the window and see if Safari crashes.</p>
submit-form-with-target-twice.html 11 <p>This tests that calling form.submit() twice in a row from JavaScript, on a form with a custom target and with at least one text field does not cause an assertion in a debug build of Safari.
13 <p>To test this, click the button below. A new window should open up and Safari should not assert.</p>
chrome-bidi-text.html 2 This tests drawing bidirectional text in Windows Safari chrome. Click the
empty-script-crash.html 2 a Safari instance to use JavaScript. It can't be a meaningful layout
remove-on-drop-crash.html 2 Load <a href="http://www.google.com/">Google</a> and drag the logo onto this page. The second time you drag it on, Safari will crash.
invalid-mouse-event.html 5 <li>Disable popup blocking in Safari.</li>
8 <li>If Safari doesn't crash in a while, interrupt the test by pressing Cmd+W.</li>
applet-param-no-name.html 2 <p>This tests an applet element with a param element inside it with no name. If Java is enabled and Safari did not crash, then the test passed.</p>
onsearch-enter.html 4 <p>This tests that onsearch handlers for search fields are invoked correctly when pressing enter. To test this in Safari, focus the search field and press enter. The text below should change to SUCCESS.</p>
redirection-target.html 2 This test checks that redirection does not leave Safari thinking it's still loading.
bugzilla-3855.html 7 <p><b>BUG ID:</b> <a href="http://bugs.webkit.org/show_bug.cgi?id=3855">Bugzilla Bug 3855</a> Table with Form Field and Hidden DIV crashes Safari</p>
13 Safari will not crash, text will show up in text field as expected.
17 Safari will crash.
deleteToEndOfLine.html 15 <p>First add the following line to your ~/Library/KeyBindings/DefaultKeyBinding.dict then relaunch Safari: "^k" = "deleteToEndOfLine:";</p>
focusringcolor-change-on-theme-change.html 5 <li>Make Safari the active application again.</li>
background-image-change-in-page-cache.html 14 A SUCCESS message will appear at the bottom of the page and Safari will not crash.
18 Safari will crash or the SUCCESS message will not appear.
reset-initiatedDrag.html 7 <p><b>BUG ID:</b> <a href="http://bugs.webkit.org/show_bug.cgi?id=9466">Bugzilla bug 9466</a> Assertion failure when dragging an image from the document into Safari's address bar</p>
20 In step 1, Safari will quit unexpectedly due to an assertion failure. Alternatively,
svg-node-count-vs-scroll.xhtml 6 <title>SVG Scrolling Performance depends on #node is Safari?</title>
39 <h1>SVG Scrolling Performance depends on #node is Safari?</h1>
new-window-subresource-crash.html 15 click the button below to test. The test only works in Safari, because
window-close-during-parsing.html 15 If it fails, Safari will crash.
  /external/webkit/WebKitTools/WebKitLauncherWin/
WebKitLauncherWin.cpp 60 return applePathFromRegistry(TEXT("SOFTWARE\\Apple Computer, Inc.\\Safari"), TEXT("InstallDir"));
65 return applePathFromRegistry(TEXT("SOFTWARE\\Apple Computer, Inc.\\Safari"), TEXT("BrowserExe"));
73 MessageBox(0, TEXT("Safari must be installed to run a WebKit nightly. You can download Safari from http://www.apple.com/safari/download"), TEXT("Safari not found"), MB_ICONSTOP);
85 // Launch Safari as a child process
90 MessageBox(0, TEXT("Safari could not be launched. Please make sure you have the latest version of Safari installed and try again. You can download Safari from http://www.apple.com/safari/download"), TEXT("Safari launch failed"), MB_ICONSTOP)
    [all...]
  /external/webkit/WebCore/manual-tests/NPN_Invoke/
test.html 13 <li>Restart Safari.</li>
25 <p style="color: green">Success: No alert dialog is shown, and Safari remains open (does not crash).</p>
26 <p style="color: red">Failure: An alert dialog is shown, or Safari crashes.</p>
  /external/webkit/WebKitTools/WebKitLauncher/
WebKitNightlyEnabler.m 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 lifetim
    [all...]
main.m 144 NSString *possibleSafariPath = [applicationDirectory stringByAppendingPathComponent:@"Safari.app"];
146 if ([[possibleSafariBundle bundleIdentifier] isEqualToString:@"com.apple.Safari"])
151 OSStatus err = LSFindApplicationForInfo(kLSUnknownCreator, CFSTR("com.apple.Safari"), nil, nil, &safariURL);
153 displayErrorAndQuit(@"Unable to locate Safari", @"Nightly builds of WebKit require Safari to run. Please check that it is available and then try again.");
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]);
228 displayErrorAndQuit(@"Unable to launch Safari",
243 NSString *errorMessage = [NSString stringWithFormat:@"Launching Safari at %@ failed with the error '%s' (%d)", [safariBundle bundlePath], error, errno]
    [all...]
  /external/webkit/WebKitTools/FindSafari/
FindSafari.rc 55 IDR_SAFARI_MANIFEST RT_MANIFEST "Safari.exe.manifest"
  /external/webkit/WebKit/mac/WebView/
WebDynamicScrollBarsView.h 32 // This was once used by Safari, but has not been for a long time.
50 // This was originally added for Safari's benefit, but Safari has not used it for a long time.
  /external/webkit/WebCore/bindings/objc/
DOMPrivate.h 69 // All the methods in this category are used by Safari forms autofill and should not be used for any other purpose.
70 // Each one should eventually be replaced by public DOM API, and when that happens Safari will switch to implementations
91 // All the methods in this category are used by Safari forms autofill and should not be used for any other purpose.
93 // replaceable by public DOM API, and when that happens Safari will switch to implementations using that public API,
  /external/webkit/WebKit/win/Interfaces/
DOMPrivate.idl 53 All the methods in this category are used by Safari forms autofill and should not be used for any other purpose.
54 Each one should eventually be replaced by public DOM API, and when that happens Safari will switch to implementations
120 All the methods in this category are used by Safari forms autofill and should not be used for any other purpose.
122 replaceable by public DOM API, and when that happens Safari will switch to implementations using that public API,

Completed in 600 milliseconds

1 2 3 4 5 6 7 8 91011