Bug 170091

Summary: [iOS WK2] Move from a pre-commit handler to dispatch_async for visible content rect updates
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: New BugsAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: simon.fraser
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch thorton: review+

Description Simon Fraser (smfr) 2017-03-24 17:44:45 PDT
[iOS WK2] Move from a pre-commit handler to dispatch_async for visible content rect updates
Comment 1 Simon Fraser (smfr) 2017-03-24 17:46:43 PDT
Created attachment 305343 [details]
Patch
Comment 2 Simon Fraser (smfr) 2017-03-24 18:00:11 PDT
Created attachment 305348 [details]
Patch
Comment 3 Tim Horton 2017-03-24 18:02:25 PDT
Comment on attachment 305348 [details]
Patch

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

> Source/WebKit2/ChangeLog:12
> +        So dispatch_async() to postpone the call to [CATransaction addCommitHandler:forPhase: to a known-

missing closing suqare bracket :P
Comment 4 Simon Fraser (smfr) 2017-03-24 18:06:02 PDT
https://trac.webkit.org/r214391