Bug 113854 - Enable process suppression when no windows in the application have drawn recently
Summary: Enable process suppression when no windows in the application have drawn rece...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Rowe (bdash)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-04-03 01:20 PDT by Mark Rowe (bdash)
Modified: 2014-01-05 01:02 PST (History)
3 users (show)

See Also:


Attachments
Patch v1 (7.42 KB, patch)
2013-04-03 01:21 PDT, Mark Rowe (bdash)
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.