[Webkit-unassigned] [Bug 155126] New: Last opened tab does not receive SetHiddenPageTimerThrottlingIncreaseLimit message

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 7 11:47:46 PST 2016


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

            Bug ID: 155126
           Summary: Last opened tab does not receive
                    SetHiddenPageTimerThrottlingIncreaseLimit message
    Classification: Unclassified
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: barraclough at apple.com

WebPageProxy will increment the hidden page throttling counter from within its constructor, which currently causes the WebProcessPool to try to synchronously message all processes. The web page triggering the increment then fails to receive the message, since it was still being constructed. Make the update of the limit async, such that the page is fully constructed before the WebProcessPool processes the update.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160307/d034690f/attachment-0001.html>


More information about the webkit-unassigned mailing list