Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(120)

Issue 149653003: Avoid requiring a recalc to update compositing state for iframes (Closed)

Created:
6 years, 10 months ago by dstockwell
Modified:
6 years, 10 months ago
CC:
blink-reviews, bemjb+rendering_chromium.org, dsinclair, zoltan1, eae+blinkwatch, leviw+renderwatch, blink-layers+watch_chromium.org, jchaffraix+rendering
Visibility:
Public.

Description

Avoid requiring a recalc to update compositing state for iframes r164013[1] first exposed this issue when it stopped issuing StyleChangeFromRenderer in some cases. The solution here is: 1. iframes always generate RenderLayers. This allows the compositing update to consider the iframe in the same pass. 2. When the compositing update detects a change it requests a requirements update in the enclosing frame. In the full compositing update this will happen in the same pass. [1] https://src.chromium.org/viewvc/blink?revision=164013&view=revision BUG=332024 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=166807

Patch Set 1 #

Total comments: 2

Patch Set 2 : Rebaseline. #

Total comments: 2

Patch Set 3 : Rebaseline. #

Patch Set 4 : Rebaseline. #

Patch Set 5 : Rebaseline. #

Patch Set 6 : Rebaseline. #

Patch Set 7 : Rebaseline. #

Patch Set 8 : Rebaseline. #

Patch Set 9 : Rebaseline. #

Patch Set 10 : Rebase. #

Patch Set 11 : Rebaseline. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7480 lines, -7469 lines) Patch
M LayoutTests/TestExpectations View 1 2 3 4 5 6 7 8 9 10 1 chunk +4 lines, -0 lines 0 comments Download
M LayoutTests/compositing/iframes/iframe-in-composited-layer-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +11 lines, -10 lines 0 comments Download
M LayoutTests/compositing/iframes/nested-iframe-scrolling-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +8 lines, -7 lines 0 comments Download
M LayoutTests/fast/css/replaced-element-implicit-size-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +7 lines, -6 lines 0 comments Download
M LayoutTests/fast/dom/attr_dead_doc-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +7 lines, -6 lines 0 comments Download
M LayoutTests/fast/frames/content-opacity-1-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +7 lines, -6 lines 0 comments Download
M LayoutTests/fast/frames/content-opacity-2-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +7 lines, -6 lines 0 comments Download
M LayoutTests/fast/frames/iframe-text-contents-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +7 lines, -6 lines 0 comments Download
M LayoutTests/fast/replaced/percent-height-in-anonymous-block-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +7 lines, -6 lines 0 comments Download
M LayoutTests/platform/linux/editing/pasteboard/4631972-expected.png View 1 4 5 6 7 8 9 10 Binary file 0 comments Download
M LayoutTests/platform/linux/editing/pasteboard/copy-standalone-image-expected.png View 1 4 5 6 7 8 9 10 Binary file 0 comments Download
M LayoutTests/platform/linux/editing/pasteboard/subframe-dragndrop-1-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +9 lines, -8 lines 0 comments Download
M LayoutTests/platform/linux/editing/selection/iframe-expected.png View 1 4 5 6 7 8 9 10 Binary file 0 comments Download
M LayoutTests/platform/linux/fast/forms/targeted-frame-submission-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +11 lines, -10 lines 0 comments Download
M LayoutTests/platform/linux/fast/overflow/scrollRevealButton-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +28 lines, -27 lines 0 comments Download
M LayoutTests/platform/linux/fast/replaced/replaced-breaking-expected.txt View 1 4 5 6 7 8 9 10 2 chunks +14 lines, -12 lines 0 comments Download
M LayoutTests/platform/linux/http/tests/misc/acid3-expected.txt View 1 2 4 5 6 7 8 9 10 1 chunk +0 lines, -164 lines 0 comments Download
M LayoutTests/platform/linux/http/tests/misc/favicon-as-image-expected.txt View 1 2 4 5 6 7 8 9 10 1 chunk +16 lines, -14 lines 0 comments Download
D LayoutTests/platform/linux/tables/mozilla/bugs/bug137388-2-expected.png View 1 2 3 4 5 6 7 8 9 10 Binary file 0 comments Download
M LayoutTests/platform/linux/virtual/softwarecompositing/iframes/iframe-copy-on-scroll-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +8 lines, -7 lines 0 comments Download
D LayoutTests/platform/mac-lion/fast/repaint/fixed-move-after-keyboard-scroll-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -24 lines 0 comments Download
D LayoutTests/platform/mac-lion/tables/mozilla/bugs/bug137388-2-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -39 lines 0 comments Download
D LayoutTests/platform/mac-snowleopard/fast/repaint/fixed-move-after-keyboard-scroll-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -24 lines 0 comments Download
D LayoutTests/platform/mac-snowleopard/tables/mozilla/bugs/bug137388-2-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -39 lines 0 comments Download
M LayoutTests/platform/mac/compositing/iframes/iframe-copy-on-scroll-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +8 lines, -7 lines 0 comments Download
A + LayoutTests/platform/mac/css2.1/20110323/block-replaced-height-004-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +5 lines, -3 lines 0 comments Download
A + LayoutTests/platform/mac/css2.1/20110323/block-replaced-height-005-expected.txt View 1 2 3 4 5 6 7 8 9 10 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/mac/css2.1/20110323/block-replaced-height-007-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +5 lines, -3 lines 0 comments Download
A + LayoutTests/platform/mac/css2.1/20110323/float-replaced-height-004-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/platform/mac/css2.1/20110323/float-replaced-height-005-expected.txt View 1 2 3 4 5 6 7 8 9 10 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/platform/mac/css2.1/20110323/float-replaced-height-007-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
A + LayoutTests/platform/mac/css2.1/20110323/inline-block-replaced-height-004-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +7 lines, -3 lines 0 comments Download
A + LayoutTests/platform/mac/css2.1/20110323/inline-block-replaced-height-005-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -0 lines 0 comments Download
A + LayoutTests/platform/mac/css2.1/20110323/inline-block-replaced-height-007-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +7 lines, -3 lines 0 comments Download
A + LayoutTests/platform/mac/css2.1/20110323/inline-replaced-height-004-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +7 lines, -3 lines 0 comments Download
A + LayoutTests/platform/mac/css2.1/20110323/inline-replaced-height-005-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -0 lines 0 comments Download
A + LayoutTests/platform/mac/css2.1/20110323/inline-replaced-height-007-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +7 lines, -3 lines 0 comments Download
M LayoutTests/platform/mac/editing/execCommand/find-after-replace-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +9 lines, -8 lines 0 comments Download
M LayoutTests/platform/mac/editing/execCommand/paste-1-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +9 lines, -8 lines 0 comments Download
M LayoutTests/platform/mac/editing/execCommand/paste-2-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +9 lines, -8 lines 0 comments Download
M LayoutTests/platform/mac/editing/pasteboard/4631972-expected.png View 1 2 3 4 5 6 7 8 9 10 Binary file 0 comments Download
A + LayoutTests/platform/mac/editing/pasteboard/4631972-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +7 lines, -6 lines 0 comments Download
M LayoutTests/platform/mac/editing/pasteboard/copy-standalone-image-expected.png View 1 2 3 4 5 6 7 8 9 10 Binary file 0 comments Download
M LayoutTests/platform/mac/editing/pasteboard/copy-standalone-image-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +8 lines, -7 lines 0 comments Download
M LayoutTests/platform/mac/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +10 lines, -9 lines 0 comments Download
M LayoutTests/platform/mac/editing/pasteboard/subframe-dragndrop-1-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +9 lines, -8 lines 0 comments Download
M LayoutTests/platform/mac/editing/selection/4776665-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +7 lines, -6 lines 0 comments Download
M LayoutTests/platform/mac/editing/selection/4960137-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +9 lines, -8 lines 0 comments Download
M LayoutTests/platform/mac/editing/selection/4975120-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +7 lines, -6 lines 0 comments Download
A LayoutTests/platform/mac/editing/selection/drag-in-iframe-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +29 lines, -0 lines 0 comments Download
M LayoutTests/platform/mac/editing/selection/drag-to-contenteditable-iframe-expected.txt View 1 2 3 4 5 6 7 8 9 10 2 chunks +9 lines, -8 lines 0 comments Download
M LayoutTests/platform/mac/editing/selection/iframe-expected.png View 1 2 3 4 5 6 7 8 9 10 Binary file 0 comments Download
M LayoutTests/platform/mac/editing/selection/iframe-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +54 lines, -53 lines 0 comments Download
M LayoutTests/platform/mac/editing/selection/select-all-iframe-expected.txt View 1 2 3 4 5 6 7 8 9 10 2 chunks +9 lines, -8 lines 0 comments Download
M LayoutTests/platform/mac/fast/block/basic/013-expected.txt View 1 2 3 4 5 6 7 8 9 10 2 chunks +13 lines, -12 lines 0 comments Download
M LayoutTests/platform/mac/fast/block/positioning/window-height-change-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +18 lines, -16 lines 0 comments Download
A + LayoutTests/platform/mac/fast/css/line-height-overflow-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +7 lines, -6 lines 0 comments Download
M LayoutTests/platform/mac/fast/dom/Window/open-existing-pop-up-blocking-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +22 lines, -20 lines 0 comments Download
A + LayoutTests/platform/mac/fast/flexbox/016-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +7 lines, -6 lines 0 comments Download
M LayoutTests/platform/mac/fast/forms/basic-textareas-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +1348 lines, -1346 lines 0 comments Download
M LayoutTests/platform/mac/fast/forms/tabbing-input-iframe-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +7 lines, -6 lines 0 comments Download
M LayoutTests/platform/mac/fast/forms/targeted-frame-submission-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +11 lines, -10 lines 0 comments Download
A + LayoutTests/platform/mac/fast/frames/001-expected.txt View 1 2 3 4 5 6 7 8 9 10 2 chunks +7 lines, -6 lines 0 comments Download
M LayoutTests/platform/mac/fast/frames/frameElement-iframe-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +10 lines, -9 lines 0 comments Download
M LayoutTests/platform/mac/fast/frames/iframe-option-crash-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +7 lines, -6 lines 0 comments Download
M LayoutTests/platform/mac/fast/frames/iframe-scrolling-attribute-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +104 lines, -96 lines 0 comments Download
M LayoutTests/platform/mac/fast/frames/iframe-with-frameborder-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +21 lines, -18 lines 0 comments Download
M LayoutTests/platform/mac/fast/frames/onlyCommentInIFrame-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +25 lines, -23 lines 0 comments Download
M LayoutTests/platform/mac/fast/frames/take-focus-from-iframe-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +10 lines, -9 lines 0 comments Download
M LayoutTests/platform/mac/fast/images/favicon-as-image-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +8 lines, -7 lines 0 comments Download
M LayoutTests/platform/mac/fast/overflow/scrollRevealButton-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +28 lines, -27 lines 0 comments Download
M LayoutTests/platform/mac/fast/repaint/4774354-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +9 lines, -8 lines 0 comments Download
M LayoutTests/platform/mac/fast/repaint/fixed-move-after-keyboard-scroll-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +17 lines, -16 lines 0 comments Download
M LayoutTests/platform/mac/fast/repaint/iframe-scroll-repaint-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +8 lines, -7 lines 0 comments Download
M LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-1-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +76 lines, -75 lines 0 comments Download
M LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-10-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +76 lines, -75 lines 0 comments Download
M LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-2-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +76 lines, -75 lines 0 comments Download
M LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-3-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +77 lines, -76 lines 0 comments Download
M LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-4-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +76 lines, -75 lines 0 comments Download
M LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-5-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +78 lines, -77 lines 0 comments Download
M LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-6-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +78 lines, -77 lines 0 comments Download
M LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-7-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +76 lines, -75 lines 0 comments Download
M LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-8-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +76 lines, -75 lines 0 comments Download
M LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-9-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +72 lines, -71 lines 0 comments Download
M LayoutTests/platform/mac/fast/repaint/line-flow-with-floats-in-regions-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +76 lines, -75 lines 0 comments Download
M LayoutTests/platform/mac/fast/repaint/text-selection-rect-in-overflow-2-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +20 lines, -19 lines 0 comments Download
M LayoutTests/platform/mac/fast/replaced/007-expected.txt View 1 2 3 4 5 6 7 8 9 10 2 chunks +7 lines, -6 lines 0 comments Download
M LayoutTests/platform/mac/fast/replaced/border-radius-clip-expected.txt View 1 2 3 4 5 6 7 8 9 10 2 chunks +8 lines, -7 lines 0 comments Download
A + LayoutTests/platform/mac/fast/replaced/percent-height-in-anonymous-block-in-table-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +7 lines, -6 lines 0 comments Download
M LayoutTests/platform/mac/fast/replaced/replaced-breaking-expected.txt View 1 2 3 4 5 6 7 8 9 10 2 chunks +14 lines, -12 lines 0 comments Download
M LayoutTests/platform/mac/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +14 lines, -12 lines 0 comments Download
M LayoutTests/platform/mac/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.txt View 1 2 3 4 5 6 7 8 9 10 2 chunks +14 lines, -12 lines 0 comments Download
M LayoutTests/platform/mac/fast/table/quote-text-around-iframe-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +7 lines, -6 lines 0 comments Download
A LayoutTests/platform/mac/fast/text/selection-hard-linebreak-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +170 lines, -0 lines 0 comments Download
M LayoutTests/platform/mac/http/tests/loading/simple-subframe-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +10 lines, -9 lines 0 comments Download
M LayoutTests/platform/mac/http/tests/local/file-url-sent-as-referer-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +8 lines, -7 lines 0 comments Download
M LayoutTests/platform/mac/http/tests/misc/acid3-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -164 lines 0 comments Download
M LayoutTests/platform/mac/http/tests/misc/favicon-as-image-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +16 lines, -14 lines 0 comments Download
A + LayoutTests/platform/mac/http/tests/misc/frame-access-during-load-expected.txt View 1 2 3 4 5 6 7 8 9 10 2 chunks +18 lines, -16 lines 0 comments Download
M LayoutTests/platform/mac/http/tests/misc/iframe404-expected.txt View 1 2 3 4 5 6 7 8 9 10 2 chunks +9 lines, -8 lines 0 comments Download
M LayoutTests/platform/mac/http/tests/misc/location-replace-crossdomain-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +9 lines, -8 lines 0 comments Download
M LayoutTests/platform/mac/media/media-document-audio-repaint-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +28 lines, -27 lines 0 comments Download
M LayoutTests/platform/mac/plugins/iframe-plugin-bgcolor-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +8 lines, -7 lines 0 comments Download
M LayoutTests/platform/mac/printing/iframe-print-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +33 lines, -30 lines 0 comments Download
A LayoutTests/platform/mac/svg/as-object/svg-embedded-in-html-in-iframe-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +15 lines, -0 lines 0 comments Download
A + LayoutTests/platform/mac/svg/custom/embedding-external-svgs-expected.txt View 1 2 3 4 5 6 7 8 9 10 2 chunks +45 lines, -44 lines 0 comments Download
A + LayoutTests/platform/mac/svg/hixie/rendering-model/003-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +7 lines, -6 lines 0 comments Download
A + LayoutTests/platform/mac/svg/in-html/by-reference-expected.txt View 1 2 3 4 5 6 7 8 9 10 2 chunks +6 lines, -5 lines 0 comments Download
M LayoutTests/platform/mac/tables/mozilla/bugs/bug131020-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +351 lines, -350 lines 0 comments Download
M LayoutTests/platform/mac/tables/mozilla/bugs/bug38916-expected.txt View 1 2 3 4 5 6 7 8 9 10 4 chunks +21 lines, -18 lines 0 comments Download
M LayoutTests/platform/mac/tables/mozilla/bugs/bug4527-expected.txt View 1 2 3 4 5 6 7 8 9 10 2 chunks +13 lines, -12 lines 0 comments Download
M LayoutTests/platform/mac/virtual/deferred/fast/images/favicon-as-image-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +8 lines, -7 lines 0 comments Download
M LayoutTests/platform/win/compositing/iframes/iframe-copy-on-scroll-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +8 lines, -7 lines 0 comments Download
M LayoutTests/platform/win/css2.1/20110323/block-replaced-height-004-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +7 lines, -6 lines 0 comments Download
M LayoutTests/platform/win/css2.1/20110323/block-replaced-height-005-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +7 lines, -6 lines 0 comments Download
M LayoutTests/platform/win/css2.1/20110323/block-replaced-height-007-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +7 lines, -6 lines 0 comments Download
M LayoutTests/platform/win/css2.1/20110323/float-replaced-height-004-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +7 lines, -8 lines 0 comments Download
M LayoutTests/platform/win/css2.1/20110323/float-replaced-height-005-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +7 lines, -6 lines 0 comments Download
M LayoutTests/platform/win/css2.1/20110323/float-replaced-height-007-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +7 lines, -8 lines 0 comments Download
M LayoutTests/platform/win/css2.1/20110323/inline-block-replaced-height-004-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +7 lines, -6 lines 0 comments Download
M LayoutTests/platform/win/css2.1/20110323/inline-block-replaced-height-005-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +7 lines, -6 lines 0 comments Download
M LayoutTests/platform/win/css2.1/20110323/inline-block-replaced-height-007-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +7 lines, -6 lines 0 comments Download
M LayoutTests/platform/win/css2.1/20110323/inline-replaced-height-004-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +7 lines, -6 lines 0 comments Download
M LayoutTests/platform/win/css2.1/20110323/inline-replaced-height-005-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +7 lines, -6 lines 0 comments Download
M LayoutTests/platform/win/css2.1/20110323/inline-replaced-height-007-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +7 lines, -6 lines 0 comments Download
M LayoutTests/platform/win/editing/execCommand/find-after-replace-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +9 lines, -8 lines 0 comments Download
M LayoutTests/platform/win/editing/execCommand/paste-1-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +9 lines, -8 lines 0 comments Download
M LayoutTests/platform/win/editing/execCommand/paste-2-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +9 lines, -8 lines 0 comments Download
M LayoutTests/platform/win/editing/pasteboard/4631972-expected.png View 1 2 3 4 5 6 7 8 9 10 Binary file 0 comments Download
M LayoutTests/platform/win/editing/pasteboard/4631972-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +7 lines, -6 lines 0 comments Download
M LayoutTests/platform/win/editing/pasteboard/copy-standalone-image-expected.png View 1 2 3 4 5 6 7 8 9 10 Binary file 0 comments Download
M LayoutTests/platform/win/editing/pasteboard/copy-standalone-image-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +8 lines, -7 lines 0 comments Download
M LayoutTests/platform/win/editing/pasteboard/drag-image-to-contenteditable-in-iframe-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +10 lines, -9 lines 0 comments Download
M LayoutTests/platform/win/editing/pasteboard/subframe-dragndrop-1-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +11 lines, -10 lines 0 comments Download
M LayoutTests/platform/win/editing/selection/4776665-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +7 lines, -6 lines 0 comments Download
M LayoutTests/platform/win/editing/selection/4960137-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +9 lines, -8 lines 0 comments Download
M LayoutTests/platform/win/editing/selection/4975120-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +7 lines, -6 lines 0 comments Download
M LayoutTests/platform/win/editing/selection/drag-in-iframe-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +15 lines, -14 lines 0 comments Download
M LayoutTests/platform/win/editing/selection/drag-to-contenteditable-iframe-expected.txt View 1 4 5 6 7 8 9 10 2 chunks +9 lines, -8 lines 0 comments Download
M LayoutTests/platform/win/editing/selection/iframe-expected.png View 1 2 3 4 5 6 7 8 9 10 Binary file 0 comments Download
M LayoutTests/platform/win/editing/selection/iframe-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +54 lines, -53 lines 0 comments Download
M LayoutTests/platform/win/editing/selection/select-all-iframe-expected.txt View 1 4 5 6 7 8 9 10 2 chunks +9 lines, -8 lines 0 comments Download
M LayoutTests/platform/win/fast/block/basic/013-expected.txt View 1 4 5 6 7 8 9 10 2 chunks +13 lines, -12 lines 0 comments Download
M LayoutTests/platform/win/fast/block/positioning/window-height-change-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +18 lines, -16 lines 0 comments Download
M LayoutTests/platform/win/fast/css/line-height-overflow-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +7 lines, -6 lines 0 comments Download
M LayoutTests/platform/win/fast/dom/Window/open-existing-pop-up-blocking-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +21 lines, -19 lines 0 comments Download
M LayoutTests/platform/win/fast/flexbox/016-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +7 lines, -6 lines 0 comments Download
M LayoutTests/platform/win/fast/forms/basic-textareas-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +1416 lines, -1414 lines 0 comments Download
M LayoutTests/platform/win/fast/forms/tabbing-input-iframe-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +7 lines, -6 lines 0 comments Download
M LayoutTests/platform/win/fast/forms/targeted-frame-submission-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +11 lines, -10 lines 0 comments Download
M LayoutTests/platform/win/fast/frames/001-expected.txt View 1 4 5 6 7 8 9 10 2 chunks +7 lines, -6 lines 0 comments Download
M LayoutTests/platform/win/fast/frames/frameElement-iframe-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +10 lines, -9 lines 0 comments Download
M LayoutTests/platform/win/fast/frames/iframe-option-crash-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +7 lines, -6 lines 0 comments Download
M LayoutTests/platform/win/fast/frames/iframe-scrolling-attribute-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +104 lines, -96 lines 0 comments Download
M LayoutTests/platform/win/fast/frames/iframe-with-frameborder-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +21 lines, -18 lines 0 comments Download
M LayoutTests/platform/win/fast/frames/onlyCommentInIFrame-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +25 lines, -23 lines 0 comments Download
M LayoutTests/platform/win/fast/frames/take-focus-from-iframe-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +10 lines, -9 lines 0 comments Download
M LayoutTests/platform/win/fast/images/favicon-as-image-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +8 lines, -7 lines 0 comments Download
M LayoutTests/platform/win/fast/overflow/scrollRevealButton-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +28 lines, -27 lines 0 comments Download
M LayoutTests/platform/win/fast/repaint/4774354-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +9 lines, -8 lines 0 comments Download
M LayoutTests/platform/win/fast/repaint/fixed-move-after-keyboard-scroll-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +17 lines, -16 lines 0 comments Download
M LayoutTests/platform/win/fast/repaint/iframe-scroll-repaint-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +8 lines, -7 lines 0 comments Download
M LayoutTests/platform/win/fast/repaint/line-flow-with-floats-1-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +70 lines, -69 lines 0 comments Download
M LayoutTests/platform/win/fast/repaint/line-flow-with-floats-10-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +74 lines, -73 lines 0 comments Download
M LayoutTests/platform/win/fast/repaint/line-flow-with-floats-2-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +74 lines, -73 lines 0 comments Download
M LayoutTests/platform/win/fast/repaint/line-flow-with-floats-3-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +74 lines, -73 lines 0 comments Download
M LayoutTests/platform/win/fast/repaint/line-flow-with-floats-4-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +74 lines, -73 lines 0 comments Download
M LayoutTests/platform/win/fast/repaint/line-flow-with-floats-5-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +75 lines, -74 lines 0 comments Download
M LayoutTests/platform/win/fast/repaint/line-flow-with-floats-6-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +76 lines, -75 lines 0 comments Download
M LayoutTests/platform/win/fast/repaint/line-flow-with-floats-7-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +74 lines, -73 lines 0 comments Download
M LayoutTests/platform/win/fast/repaint/line-flow-with-floats-8-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +72 lines, -71 lines 0 comments Download
M LayoutTests/platform/win/fast/repaint/line-flow-with-floats-9-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +75 lines, -74 lines 0 comments Download
M LayoutTests/platform/win/fast/repaint/line-flow-with-floats-in-regions-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +70 lines, -69 lines 0 comments Download
M LayoutTests/platform/win/fast/repaint/text-selection-rect-in-overflow-2-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +20 lines, -19 lines 0 comments Download
M LayoutTests/platform/win/fast/replaced/007-expected.txt View 1 4 5 6 7 8 9 10 2 chunks +7 lines, -6 lines 0 comments Download
M LayoutTests/platform/win/fast/replaced/border-radius-clip-expected.txt View 1 4 5 6 7 8 9 10 2 chunks +8 lines, -7 lines 0 comments Download
M LayoutTests/platform/win/fast/replaced/percent-height-in-anonymous-block-in-table-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +7 lines, -6 lines 0 comments Download
M LayoutTests/platform/win/fast/replaced/replaced-breaking-expected.txt View 1 2 3 4 5 6 7 8 9 10 2 chunks +14 lines, -12 lines 0 comments Download
M LayoutTests/platform/win/fast/sub-pixel/sub-pixel-iframe-copy-on-scroll-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +14 lines, -12 lines 0 comments Download
M LayoutTests/platform/win/fast/sub-pixel/transformed-iframe-copy-on-scroll-expected.txt View 1 4 5 6 7 8 9 10 2 chunks +14 lines, -12 lines 0 comments Download
M LayoutTests/platform/win/fast/table/quote-text-around-iframe-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +7 lines, -6 lines 0 comments Download
M LayoutTests/platform/win/fast/text/selection-hard-linebreak-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +142 lines, -131 lines 0 comments Download
M LayoutTests/platform/win/http/tests/loading/simple-subframe-expected.txt View 1 2 4 5 6 7 8 9 10 1 chunk +10 lines, -9 lines 0 comments Download
M LayoutTests/platform/win/http/tests/local/file-url-sent-as-referer-expected.txt View 1 2 4 5 6 7 8 9 10 1 chunk +8 lines, -7 lines 0 comments Download
M LayoutTests/platform/win/http/tests/misc/favicon-as-image-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +14 lines, -12 lines 0 comments Download
M LayoutTests/platform/win/http/tests/misc/frame-access-during-load-expected.txt View 1 2 4 5 6 7 8 9 10 2 chunks +18 lines, -16 lines 0 comments Download
M LayoutTests/platform/win/http/tests/misc/iframe404-expected.txt View 1 2 4 5 6 7 8 9 10 2 chunks +9 lines, -8 lines 0 comments Download
M LayoutTests/platform/win/http/tests/misc/location-replace-crossdomain-expected.txt View 1 2 4 5 6 7 8 9 10 1 chunk +9 lines, -8 lines 0 comments Download
M LayoutTests/platform/win/media/media-document-audio-repaint-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +28 lines, -27 lines 0 comments Download
M LayoutTests/platform/win/plugins/iframe-plugin-bgcolor-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +8 lines, -7 lines 0 comments Download
M LayoutTests/platform/win/printing/iframe-print-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +33 lines, -30 lines 0 comments Download
M LayoutTests/platform/win/svg/as-object/svg-embedded-in-html-in-iframe-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +9 lines, -8 lines 0 comments Download
M LayoutTests/platform/win/svg/custom/embedding-external-svgs-expected.txt View 1 4 5 6 7 8 9 10 2 chunks +45 lines, -44 lines 0 comments Download
M LayoutTests/platform/win/svg/hixie/rendering-model/003-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +7 lines, -6 lines 0 comments Download
M LayoutTests/platform/win/svg/in-html/by-reference-expected.txt View 1 4 5 6 7 8 9 10 2 chunks +6 lines, -5 lines 0 comments Download
M LayoutTests/platform/win/tables/mozilla/bugs/bug131020-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +350 lines, -349 lines 0 comments Download
M LayoutTests/platform/win/tables/mozilla/bugs/bug38916-expected.txt View 1 4 5 6 7 8 9 10 4 chunks +21 lines, -18 lines 0 comments Download
M LayoutTests/platform/win/tables/mozilla/bugs/bug4527-expected.txt View 1 4 5 6 7 8 9 10 2 chunks +13 lines, -12 lines 0 comments Download
M LayoutTests/platform/win/virtual/softwarecompositing/iframes/iframe-copy-on-scroll-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +8 lines, -7 lines 0 comments Download
A + LayoutTests/platform/win/virtual/softwarecompositing/iframes/iframes-copy-on-scroll-expected.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +8 lines, -7 lines 0 comments Download
M LayoutTests/tables/mozilla/bugs/bug137388-1-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +7 lines, -6 lines 0 comments Download
M LayoutTests/tables/mozilla/bugs/bug137388-2-expected.txt View 1 4 5 6 7 8 9 10 3 chunks +14 lines, -12 lines 0 comments Download
M LayoutTests/tables/mozilla/bugs/bug137388-3-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +7 lines, -6 lines 0 comments Download
M LayoutTests/tables/mozilla/bugs/bug50695-2-expected.txt View 1 4 5 6 7 8 9 10 1 chunk +8 lines, -7 lines 0 comments Download
M Source/core/rendering/RenderIFrame.cpp View 4 5 6 7 8 9 10 1 chunk +1 line, -4 lines 0 comments Download
M Source/core/rendering/RenderLayerCompositor.cpp View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
abarth-chromium
https://codereview.chromium.org/149653003/diff/1/Source/core/rendering/RenderLayerCompositor.cpp File Source/core/rendering/RenderLayerCompositor.cpp (right): https://codereview.chromium.org/149653003/diff/1/Source/core/rendering/RenderLayerCompositor.cpp#newcode2474 Source/core/rendering/RenderLayerCompositor.cpp:2474: } I ran into this same function when working ...
6 years, 10 months ago (2014-02-06 03:27:50 UTC) #1
dstockwell
https://codereview.chromium.org/149653003/diff/1/Source/core/rendering/RenderLayerCompositor.cpp File Source/core/rendering/RenderLayerCompositor.cpp (right): https://codereview.chromium.org/149653003/diff/1/Source/core/rendering/RenderLayerCompositor.cpp#newcode2474 Source/core/rendering/RenderLayerCompositor.cpp:2474: } On 2014/02/06 03:27:50, abarth wrote: > I ran ...
6 years, 10 months ago (2014-02-06 03:36:19 UTC) #2
abarth-chromium
On 2014/02/06 03:36:19, dstockwell wrote: > I think that's the main reason this is broken ...
6 years, 10 months ago (2014-02-06 04:29:13 UTC) #3
shawnsingh
https://codereview.chromium.org/149653003/diff/90001/Source/core/rendering/RenderLayerCompositor.cpp File Source/core/rendering/RenderLayerCompositor.cpp (right): https://codereview.chromium.org/149653003/diff/90001/Source/core/rendering/RenderLayerCompositor.cpp#newcode2490 Source/core/rendering/RenderLayerCompositor.cpp:2490: ownerElement->scheduleLayerUpdate(); I'm curious what else does scheduleLayerUpdate do other ...
6 years, 10 months ago (2014-02-06 13:32:15 UTC) #4
dstockwell
This is ready for review now, I think I have all of the rebaselines necessary, ...
6 years, 10 months ago (2014-02-07 03:22:01 UTC) #5
shawnsingh
non-OWNER LGTM for RenderLayerCompositor.cpp
6 years, 10 months ago (2014-02-07 08:04:22 UTC) #6
abarth-chromium
rslgtm
6 years, 10 months ago (2014-02-07 18:39:00 UTC) #7
abarth-chromium
The CQ bit was checked by abarth@chromium.org
6 years, 10 months ago (2014-02-07 18:39:11 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dstockwell@chromium.org/149653003/930001
6 years, 10 months ago (2014-02-07 18:39:23 UTC) #9
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-07 20:52:53 UTC) #10
commit-bot: I haz the power
Retried try job too often on mac_blink_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_blink_rel&number=17975
6 years, 10 months ago (2014-02-07 20:52:54 UTC) #11
dstockwell
The CQ bit was checked by dstockwell@chromium.org
6 years, 10 months ago (2014-02-10 06:31:39 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dstockwell@chromium.org/149653003/3540006
6 years, 10 months ago (2014-02-10 06:31:47 UTC) #13
commit-bot: I haz the power
Change committed as 166807
6 years, 10 months ago (2014-02-10 07:42:31 UTC) #14
abarth-chromium
On 2014/02/07 03:22:01, dstockwell wrote: > That's all it does. I think we can remove ...
6 years, 10 months ago (2014-02-10 08:02:54 UTC) #15
dstockwell
6 years, 10 months ago (2014-02-10 09:42:29 UTC) #16
Message was sent while issue was closed.
On 2014/02/10 08:02:54, abarth wrote:
> On 2014/02/07 03:22:01, dstockwell wrote:
> > That's all it does. I think we can remove it, but I think we should do it in
a
> > follow up so that this more surgical change can be merged to M33.
> 
> @dstockwell: Are you planning to looking making that follow up change?  If
not,
> I can give it a try.

I'll upload the patch shortly.

Powered by Google App Engine
This is Rietveld 408576698