[Webkit-unassigned] [Bug 146439] Web page doesn't update its loading state when web process becomes suspended if there are pending network requests (XHR).

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 1 11:17:25 PDT 2015


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

mitz at webkit.org <mitz at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #255810|review?                     |review+
              Flags|                            |

--- Comment #7 from mitz at webkit.org <mitz at webkit.org> ---
Comment on attachment 255810
  --> https://bugs.webkit.org/attachment.cgi?id=255810
Patch v2.

I don’t know which state transitions are possible. Is it a concern that the outcomes of the following transitions are different?
Foreground -> Suspended -> Background
Foreground -> Background

Is it a concern that this transition will fail to restore the state?
Foreground -> Suspended -> Background -> Suspended -> Foreground
(because on the second entry into Suspended, m_hasNetworkRequestsOnSuspended will change to false)

-- 
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/20150701/6d3afa01/attachment.html>


More information about the webkit-unassigned mailing list