Bug 158229

Summary: [iOS] Better deal with WebProcess suspension due to screen locking
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebKit2Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, simon.fraser, thorton, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Description Chris Dumez 2016-05-31 11:58:37 PDT
Better deal with WebProcess suspension due to screen locking, especially when it comes to marking layers as volatile.
Comment 1 Chris Dumez 2016-05-31 11:59:12 PDT
<rdar://problem/17665473>
Comment 2 Chris Dumez 2016-05-31 12:23:04 PDT
Created attachment 280166 [details]
Patch
Comment 3 WebKit Commit Bot 2016-05-31 12:25:13 PDT
Attachment 280166 [details] did not pass style-queue:


ERROR: Source/WebKit2/WebProcess/WebPage/WebPage.cpp:2067:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/WebProcess/WebPage/WebPage.h:585:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/WebProcess/WebPage/WebPage.h:1430:  Extra space before ( in function call  [whitespace/parens] [4]
Total errors found: 3 in 4 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 4 Tim Horton 2016-05-31 12:30:39 PDT
Comment on attachment 280166 [details]
Patch

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

> Source/WebKit2/ChangeLog:20
> +        them as purgeable for 3 seconds for a reason or another, it is not use in

"there is no use in retrying"
Comment 5 Chris Dumez 2016-05-31 12:32:28 PDT
Created attachment 280168 [details]
Patch
Comment 6 Chris Dumez 2016-05-31 12:33:49 PDT
Comment on attachment 280168 [details]
Patch

Clearing flags on attachment: 280168

Committed r201519: <http://trac.webkit.org/changeset/201519>
Comment 7 Chris Dumez 2016-05-31 12:33:57 PDT
All reviewed patches have been landed.  Closing bug.