[Webkit-unassigned] [Bug 242248] [WPE][GTK] 'Stop' button does not STOP
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jun 5 10:33:02 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=242248
--- Comment #7 from Michael Catanzaro <mcatanzaro at redhat.com> ---
I was on completely the wrong track. I was looking at WebLocalFrameLoaderClient::dispatchDidFailLoading, but that is used to indicate a particular resource has failed to load. I should have been looking at WebLocalFrameLoaderClient::dispatchDidFailLoad, which indicates the entire page failed to load. That's supposed to be called by FrameLoader::checkLoadCompleteForThisFrame, but isn't happening. There are a variety of reasons why it could fail.
--
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/20240605/5e4ca1d3/attachment.htm>
More information about the webkit-unassigned
mailing list