Bug 142117

Summary: Make NotificationCenter / Notification suspendable
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebCore Misc.Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, jonlee, kling
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.