Bug 113854

Summary: Enable process suppression when no windows in the application have drawn recently
Product: WebKit Reporter: Mark Rowe (bdash) <mrowe>
Component: WebKit2Assignee: Mark Rowe (bdash) <mrowe>
Status: RESOLVED FIXED    
Severity: Normal CC: barraclough, cmuppala, webkit.review.bot
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch v1 darin: review+

Description Mark Rowe (bdash) 2013-04-03 01:20:33 PDT
As it says in the summary.

<rdar://problem/13540351>
Comment 1 Mark Rowe (bdash) 2013-04-03 01:21:43 PDT
Created attachment 196297 [details]
Patch v1
Comment 2 Mark Rowe (bdash) 2013-04-03 01:26:52 PDT
I have a follow-up patch that I'll post after this one is landed which cleans up registerOcclusionNotificationHandlers / unregisterOcclusionNotificationHandlers.
Comment 3 WebKit Review Bot 2013-04-03 01:27:38 PDT
Attachment 196297 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebKit2/ChangeLog', u'Source/WebKit2/UIProcess/mac/WebContextMac.mm']" exit_code: 1
Source/WebKit2/ChangeLog:1:  ChangeLog entry has no bug number  [changelog/bugnumber] [5]
Total errors found: 1 in 2 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 4 Darin Adler 2013-04-03 09:07:57 PDT
Comment on attachment 196297 [details]
Patch v1

View in context: https://bugs.webkit.org/attachment.cgi?id=196297&action=review

> Source/WebKit2/ChangeLog:3
> +        <rdar://problem/13540351> Enable process suppression when no windows in the application have drawn recently.

Please add the bugs.webkit.org bug number.

> Source/WebKit2/ChangeLog:8
> +        (WebKit):

Please remove bogus lines like this.
Comment 5 Mark Rowe (bdash) 2014-01-05 01:02:37 PST
This was landed back in r147592.