[Webkit-unassigned] [Bug 201175] Do not clear the pending api request when there's no navigation ID

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 13 03:33:20 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=201175

--- Comment #6 from Carlos Garcia Campos <cgarcia at igalia.com> ---
(In reply to Michael Catanzaro from comment #5)
> This caused bug #201544.
> 
> (In reply to Carlos Garcia Campos from comment #0)
> > I've noticed that after r247851, the pending API request URL is cleared for
> > subresources in some cases.
> 
> What did that break?

See bug #200341. The thing is that when a new page starts while the previous one didn't finish, the active URL changes after webkit_kit_web_view_load_uri() and before load-failed because the pending API request URL is reset by a subresoure load of the still ongoing load. So, what happens is that load-failed reports the failing URI correctly, but the active URL is also the failing one, but it should be the new one after webkit_kit_web_view_load_uri(). I'm writing a unit test.

-- 
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/20190913/0baf0654/attachment.html>


More information about the webkit-unassigned mailing list