[Webkit-unassigned] [Bug 242248] [WPE][GTK] 'Stop' button does not STOP
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jun 3 19:37:09 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=242248
--- Comment #6 from Michael Catanzaro <mcatanzaro at redhat.com> ---
I found two example websites in bug #274727 that continue loading forever, which seemed like a good way to test this bug. On both websites (discourse.gnome.org and www.vox.com), the problem is the same. We get so far as DocumentLoader::stopLoading, and there are three possible ways the load can be canceled. In this case, the main resource is not loading -- it's only a subresource that is still loading -- so we take the second path and call DocumentLoader::setMainDocumentError instead of DocumentLoader::cancelMainResourceLoad. This gets reported back to WebKit layer in WebLocalFrameLoaderClient::setMainDocumentError, which ignores it.
I suspect that Stop has not worked properly since WebKitLegacy (at least).
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240604/c741194f/attachment.htm>
More information about the webkit-unassigned
mailing list