Home | History | Annotate | Download | only in WebCore

Lines Matching full:unload

1601         Tests that when a page removes an iframe that sleeps in its unload handler and
1606 Tests: fast/dom/Window/slow-unload-handler-only-frame-is-stopped.html
1607 fast/dom/Window/slow-unload-handler.html
2979 The flag prevents unload/load cycle and is reset once element is attached to a new document.
18813 If an image load is started during an unload or beforeunload event, run it
18820 http/tests/navigation/image-load-in-unload-handler.html
40788 Re-enable the check that disallows pages with unload handlers in the page cache.
46257 (WebCore::PluginPackage::unload): Added !PLATFORM(SYMBIAN) macro.
54185 Load blocks during unload should not affect targeted loads
54188 Move the check of the unload state after checking for targeted links.
54190 Test: fast/loader/unload-hyperlink-targeted.html
55570 unload / beforeunload listener tracker just to track which windows had
56472 Prevent sleeps in unload handlers.
56801 Crash when clicking link in unload handler
56805 a new navigation in an unload handler.
56807 Tests: fast/loader/unload-form-about-blank.html
56808 fast/loader/unload-form-post-about-blank.html
56809 fast/loader/unload-form-post.html
56810 fast/loader/unload-form.html
56811 fast/loader/unload-hyperlink.html
56812 fast/loader/unload-javascript-url.html
56813 fast/loader/unload-reload.html
56814 fast/loader/unload-window-location.html
57941 Explore allowing pages with unload handlers into the Page Cache
57947 (WebCore::FrameLoader::stopLoading): If the document is in the page cache, don't fire the unload event.
58854 Page cache should support pages with unload handlers as an experiment.
58857 For the experiment, only allow pages with unload handlers into the Page Cache on
62788 fast/loader/frames-with-unload-handlers-in-page-cache.html
63172 (WebCore::FrameLoader::stopLoading): Take an enum to decide whether to dispatch no unload events,
63173 only unload, or unload and pagehide.
65328 (WebCore::DOMWindow::dispatchAllPendingUnloadEvents): Dispatch pagehide right before unload.
96171 * manual-tests/qt/unload-alert.html: Added.