Bug 172424 - Some of the post layout tasks should always be asynchronous.
Summary: Some of the post layout tasks should always be asynchronous.
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: zalan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-20 21:24 PDT by zalan
Modified: 2017-05-22 15:54 PDT (History)
1 user (show)

See Also:


Attachments
Patch (6.15 KB, patch)
2017-05-20 21:31 PDT, zalan
buildbot: commit-queue-
Details | Formatted Diff | Diff
Archive of layout-test-results from ews101 for mac-elcapitan (950.91 KB, application/zip)
2017-05-20 22:39 PDT, Build Bot
no flags Details
Archive of layout-test-results from ews105 for mac-elcapitan-wk2 (861.29 KB, application/zip)
2017-05-20 22:43 PDT, Build Bot
no flags Details
Archive of layout-test-results from ews112 for mac-elcapitan (1.72 MB, application/zip)
2017-05-20 22:53 PDT, Build Bot
no flags Details
Archive of layout-test-results from ews123 for ios-simulator-wk2 (946.51 KB, application/zip)
2017-05-20 23:06 PDT, Build Bot
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description zalan 2017-05-20 21:24:36 PDT
because FrameView::layout should really really really return with a clean tree (and performPostLayoutTasks() can get called synchronously)
Comment 1 zalan 2017-05-20 21:24:56 PDT
rdar://problem/32176100
Comment 2 zalan 2017-05-20 21:31:33 PDT
Created attachment 310791 [details]
Patch
Comment 3 Build Bot 2017-05-20 22:39:32 PDT
Comment on attachment 310791 [details]
Patch

Attachment 310791 [details] did not pass mac-ews (mac):
Output: http://webkit-queues.webkit.org/results/3786877

New failing tests:
media/modern-media-controls/media-controller/media-controller-resize.html
Comment 4 Build Bot 2017-05-20 22:39:33 PDT
Created attachment 310795 [details]
Archive of layout-test-results from ews101 for mac-elcapitan

The attached test failures were seen while running run-webkit-tests on the mac-ews.
Bot: ews101  Port: mac-elcapitan  Platform: Mac OS X 10.11.6
Comment 5 Build Bot 2017-05-20 22:43:57 PDT
Comment on attachment 310791 [details]
Patch

Attachment 310791 [details] did not pass mac-wk2-ews (mac-wk2):
Output: http://webkit-queues.webkit.org/results/3786882

New failing tests:
fetch/closing-while-fetching-blob.html
media/modern-media-controls/media-controller/media-controller-resize.html
Comment 6 Build Bot 2017-05-20 22:43:58 PDT
Created attachment 310796 [details]
Archive of layout-test-results from ews105 for mac-elcapitan-wk2

The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews.
Bot: ews105  Port: mac-elcapitan-wk2  Platform: Mac OS X 10.11.6
Comment 7 Build Bot 2017-05-20 22:53:29 PDT
Comment on attachment 310791 [details]
Patch

Attachment 310791 [details] did not pass mac-debug-ews (mac):
Output: http://webkit-queues.webkit.org/results/3786900

New failing tests:
media/modern-media-controls/media-controller/media-controller-resize.html
Comment 8 Build Bot 2017-05-20 22:53:31 PDT
Created attachment 310797 [details]
Archive of layout-test-results from ews112 for mac-elcapitan

The attached test failures were seen while running run-webkit-tests on the mac-debug-ews.
Bot: ews112  Port: mac-elcapitan  Platform: Mac OS X 10.11.6
Comment 9 Build Bot 2017-05-20 23:06:27 PDT
Comment on attachment 310791 [details]
Patch

Attachment 310791 [details] did not pass ios-sim-ews (ios-simulator-wk2):
Output: http://webkit-queues.webkit.org/results/3786904

New failing tests:
media/modern-media-controls/media-controller/media-controller-resize.html
Comment 10 Build Bot 2017-05-20 23:06:28 PDT
Created attachment 310798 [details]
Archive of layout-test-results from ews123 for ios-simulator-wk2

The attached test failures were seen while running run-webkit-tests on the ios-sim-ews.
Bot: ews123  Port: ios-simulator-wk2  Platform: Mac OS X 10.11.6
Comment 11 zalan 2017-05-22 15:53:40 PDT
rdar://problem/32176100 -> bug 172476