Bug 143249 - [WK2][iOS] Extend ProcessThrottler use to the NetworkProcess
Summary: [WK2][iOS] Extend ProcessThrottler use to the NetworkProcess
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks: 143278
  Show dependency treegraph
 
Reported: 2015-03-30 19:55 PDT by Chris Dumez
Modified: 2015-03-31 14:59 PDT (History)
4 users (show)

See Also:


Attachments
Patch (24.43 KB, patch)
2015-03-31 10:02 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 2015-03-30 19:55:30 PDT
Extend ProcessThrottler use to the NetworkProcess instead of only the WebProcesses. This is needed so that the NetworkProcess gets notified before suspension, in order to free-up memory. In a follow-up, the NetworkProcess will also be able to use this new infrastructure to delay process suspension until pending SQL transaction are complete.

Radar: <rdar://problem/20231539>
Comment 1 Chris Dumez 2015-03-31 10:02:19 PDT
Created attachment 249828 [details]
Patch
Comment 2 WebKit Commit Bot 2015-03-31 12:04:29 PDT
Comment on attachment 249828 [details]
Patch

Clearing flags on attachment: 249828

Committed r182194: <http://trac.webkit.org/changeset/182194>
Comment 3 WebKit Commit Bot 2015-03-31 12:04:34 PDT
All reviewed patches have been landed.  Closing bug.