[Webkit-unassigned] [Bug 139342] New: Pending API Request URL is wrong after reloading

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 6 09:58:41 PST 2014


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

            Bug ID: 139342
           Summary: Pending API Request URL is wrong after reloading
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: cgarcia at igalia.com
                CC: andersca at apple.com, ap at webkit.org, beidson at apple.com

It happens when reloading a web view loaded with anything but a URL, because the bf list is not updated for those cases and WebPageProxy::reload() is setting the current bf list item URL as Pending API Request URL. This also causes that progress is reported wrongly, because WebPageProxy::decidePolicyForNavigationAction() resets the Pending API Request URL when it's different than the requested URL. The page load transaction causes the progress to be changed, reporting 1.0 (the previous one), but later something < 1.0 is reported again by the progress tracker.

-- 
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/20141206/4b52ede9/attachment-0002.html>


More information about the webkit-unassigned mailing list