RESOLVED FIXED 115199
When updating geometry, send JavaScript resize before before layout/paint.
https://bugs.webkit.org/show_bug.cgi?id=115199
Summary When updating geometry, send JavaScript resize before before layout/paint.
Andreas Kling
Reported 2013-04-25 13:02:18 PDT
Attachments
Snack for EWS (deleted)
2013-04-25 13:05 PDT, Andreas Kling
buildbot: commit-queue-
Archive of layout-test-results from webkit-ews-12 for mac-mountainlion-wk2 (614.17 KB, application/zip)
2013-04-25 15:24 PDT, Build Bot
no flags
Archive of layout-test-results from webkit-ews-05 for mac-mountainlion (683.97 KB, application/zip)
2013-04-25 16:40 PDT, Build Bot
no flags
Patch (5.76 KB, patch)
2013-04-26 08:04 PDT, Andreas Kling
no flags
Andreas Kling
Comment 1 2013-04-25 13:05:32 PDT
Created attachment 199742 [details] Snack for EWS
Build Bot
Comment 2 2013-04-25 15:24:47 PDT
Comment on attachment 199742 [details] Snack for EWS Attachment 199742 [details] did not pass mac-wk2-ews (mac-wk2): Output: http://webkit-queues.appspot.com/results/202104 New failing tests: fast/replaced/frame-removed-during-resize.html fast/replaced/frame-removed-during-resize-smaller.html
Build Bot
Comment 3 2013-04-25 15:24:48 PDT
Created attachment 199758 [details] Archive of layout-test-results from webkit-ews-12 for mac-mountainlion-wk2 The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews. Bot: webkit-ews-12 Port: mac-mountainlion-wk2 Platform: Mac OS X 10.8.2
Build Bot
Comment 4 2013-04-25 16:40:37 PDT
Comment on attachment 199742 [details] Snack for EWS Attachment 199742 [details] did not pass mac-ews (mac): Output: http://webkit-queues.appspot.com/results/220288 New failing tests: fast/events/resize-subframe.html fast/dynamic/paused-event-dispatch.html fast/frames/flattening/iframe-flattening-crash.html fast/replaced/frame-removed-during-resize-smaller.html
Build Bot
Comment 5 2013-04-25 16:40:38 PDT
Created attachment 199764 [details] Archive of layout-test-results from webkit-ews-05 for mac-mountainlion The attached test failures were seen while running run-webkit-tests on the mac-ews. Bot: webkit-ews-05 Port: mac-mountainlion Platform: Mac OS X 10.8.2
Andreas Kling
Comment 6 2013-04-26 08:04:30 PDT
Geoffrey Garen
Comment 7 2013-04-26 10:38:24 PDT
What do you make of these failures? Regressions: Unexpected text-only failures (3) editing/execCommand/copy-without-selection.html [ Failure ] editing/pasteboard/copy-two-pasteboard-types-both-work.html [ Failure ] editing/pasteboard/pasting-empty-html-falls-back-to-text.html [ Failure ] Also, do we need some kind of rate limiting for this event? -- i.e., send now, but only if enough time has passed since the last send, and set a timer to send one final event after resizing has stopped?
Andreas Kling
Comment 8 2013-04-27 10:02:39 PDT
(In reply to comment #7) > What do you make of these failures? > > Regressions: Unexpected text-only failures (3) > editing/execCommand/copy-without-selection.html [ Failure ] > editing/pasteboard/copy-two-pasteboard-types-both-work.html [ Failure ] > editing/pasteboard/pasting-empty-html-falls-back-to-text.html [ Failure ] Looks like EWS goofery. It's green now, and I can't repro any failures locally. > Also, do we need some kind of rate limiting for this event? -- i.e., send now, but only if enough time has passed since the last send, and set a timer to send one final event after resizing has stopped? That's the $1.99 question; if we rate limit it, we still get JS-layout FOUCs, but will obviously alleviate some CPU churn. One problem I've noticed when rate limiting is that some resize handlers do stuff like "if (window.outerWidth % 4 != 0) return;" to kind-of manually rate limit themselves. Of course, we don't end up sending resize events for every single pixel anyway, so that's not the best solution. And if we start rate limiting the events, it's even less likely that the resize event handler ever does *anything* on such pages.
Geoffrey Garen
Comment 9 2013-04-27 12:20:36 PDT
Comment on attachment 199837 [details] Patch OK, well, the patch looks correct to me, so I guess the next step is to try it out.
WebKit Commit Bot
Comment 10 2013-04-29 08:32:35 PDT
Comment on attachment 199837 [details] Patch Clearing flags on attachment: 199837 Committed r149287: <http://trac.webkit.org/changeset/149287>
WebKit Commit Bot
Comment 11 2013-04-29 08:32:37 PDT
All reviewed patches have been landed. Closing bug.
Alexey Proskuryakov
Comment 12 2013-04-29 16:58:26 PDT
> fast/frames/flattening/iframe-flattening-crash.html This test looks like it actually regressed, filed bug 115386.
Note You need to log in before you can comment on or make changes to this bug.