RESOLVED FIXED 172626
[iOS] Disable async image decoding when synchronously painting a newly parented WKWebView
https://bugs.webkit.org/show_bug.cgi?id=172626
Summary [iOS] Disable async image decoding when synchronously painting a newly parent...
Said Abou-Hallawa
Reported 2017-05-25 18:34:43 PDT
When brining a WebView to the foreground we have to draw the page synchronously so the user does not see empty rectangles in the window. This means the large images has to be synchronously decoded as well so the user does not see flashes in the page because the images are not ready to paint.
Attachments
Patch (6.97 KB, patch)
2017-05-25 18:46 PDT, Said Abou-Hallawa
no flags
Patch (6.97 KB, patch)
2017-05-25 19:12 PDT, Said Abou-Hallawa
no flags
Patch (7.01 KB, patch)
2017-05-25 20:46 PDT, Said Abou-Hallawa
no flags
Patch (6.97 KB, patch)
2017-05-25 20:58 PDT, Said Abou-Hallawa
no flags
Said Abou-Hallawa
Comment 1 2017-05-25 18:35:29 PDT
Radar WebKit Bug Importer
Comment 2 2017-05-25 18:36:23 PDT
Said Abou-Hallawa
Comment 3 2017-05-25 18:40:25 PDT
Said Abou-Hallawa
Comment 4 2017-05-25 18:46:03 PDT
Tim Horton
Comment 5 2017-05-25 18:55:37 PDT
Comment on attachment 311324 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=311324&action=review > Source/WebKit2/ChangeLog:8 > + Large images has to be synchronously decoded when brining a WebView to the have to be; bringing; because we want the whole page to be painted when we unblock the UI process > Source/WebKit2/WebProcess/WebPage/mac/RemoteLayerTreeDrawingArea.mm:384 > + m_remoteLayerTreeContext->setNextFlushIsForImmediatePaint(m_nextFlushIsForImmediatePaint = false); whaaaaat please don't do this weird compound statement
Said Abou-Hallawa
Comment 6 2017-05-25 19:12:04 PDT
Jon Lee
Comment 7 2017-05-25 19:38:56 PDT
Comment on attachment 311326 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=311326&action=review > Source/WebKit2/ChangeLog:3 > + [iOS] Disbale Async image decoding when synchronously painting a newly parented WebView Disable async
Said Abou-Hallawa
Comment 8 2017-05-25 20:46:05 PDT
Said Abou-Hallawa
Comment 9 2017-05-25 20:58:00 PDT
WebKit Commit Bot
Comment 10 2017-05-25 20:59:55 PDT
Comment on attachment 311332 [details] Patch Rejecting attachment 311332 [details] from commit-queue. Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.webkit.org', '--bot-id=webkit-cq-01', 'validate-changelog', '--check-oops', '--non-interactive', 311332, '--port=mac']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit ChangeLog entry in Source/WebKit2/ChangeLog contains OOPS!. Full output: http://webkit-queues.webkit.org/results/3819454
WebKit Commit Bot
Comment 11 2017-05-25 21:41:25 PDT
Comment on attachment 311332 [details] Patch Clearing flags on attachment: 311332 Committed r217475: <http://trac.webkit.org/changeset/217475>
WebKit Commit Bot
Comment 12 2017-05-25 21:41:27 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.