Bug 142117 - Make NotificationCenter / Notification suspendable
Summary: Make NotificationCenter / Notification suspendable
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-02-27 16:50 PST by Chris Dumez
Modified: 2015-03-01 16:08 PST (History)
3 users (show)

See Also:


Attachments
Patch (26.13 KB, patch)
2015-02-27 20:13 PST, 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-02-27 16:50:42 PST
Make NotificationCenter / Notification suspendable so that pages using it can enter the PageCache.

NotificationCenter can safely be suspended if there are no pending permission requests.
Notification can safely be suspended if it is either idle or closed. 

Radar: <rdar://problem/19923085>
Comment 1 Chris Dumez 2015-02-27 20:13:42 PST
Created attachment 247586 [details]
Patch
Comment 2 Andreas Kling 2015-02-28 17:36:20 PST
Comment on attachment 247586 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 2015-03-01 16:08:26 PST
Comment on attachment 247586 [details]
Patch

Clearing flags on attachment: 247586

Committed r180871: <http://trac.webkit.org/changeset/180871>
Comment 4 WebKit Commit Bot 2015-03-01 16:08:30 PST
All reviewed patches have been landed.  Closing bug.