Bug 170091 - [iOS WK2] Move from a pre-commit handler to dispatch_async for visible content rect updates
Summary: [iOS WK2] Move from a pre-commit handler to dispatch_async for visible conten...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-24 17:44 PDT by Simon Fraser (smfr)
Modified: 2017-03-24 18:06 PDT (History)
1 user (show)

See Also:


Attachments
Patch (2.73 KB, patch)
2017-03-24 17:46 PDT, Simon Fraser (smfr)
no flags Details | Formatted Diff | Diff
Patch (3.02 KB, patch)
2017-03-24 18:00 PDT, Simon Fraser (smfr)
thorton: review+
Details | Formatted Diff | Diff

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