Bug 161091 - [WK2][iOS] Only delay releasing network activity assertion when the application is doing loads in a non-visible view
Summary: [WK2][iOS] Only delay releasing network activity assertion when the applicati...
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on:
Blocks: 160975
  Show dependency treegraph
 
Reported: 2016-08-23 10:28 PDT by Chris Dumez
Modified: 2016-08-24 10:37 PDT (History)
5 users (show)

See Also:


Attachments
Patch (3.55 KB, patch)
2016-08-23 10:29 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2016-08-23 10:28:27 PDT
Only delay releasing network activity assertion when the application is foreground and is doing loads in a view that is not visible. This is the case r204716 was trying to fix. Limiting the fix to only this use case will limit the risk of unwanted side effects.
Comment 1 Chris Dumez 2016-08-23 10:29:48 PDT
Created attachment 286726 [details]
Patch
Comment 2 Chris Dumez 2016-08-24 10:37:07 PDT
Gavin is not convinced this is worth the complexity.