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

Issue 1951043002: Don't let PaintInvalidationLocationChange shadow other reasons (Closed)

Created:
4 years, 7 months ago by Xianzhu
Modified:
4 years, 7 months ago
Reviewers:
chrishtr
CC:
blink-reviews, blink-reviews-layout_chromium.org, chromium-reviews, krit, eae+blinkwatch, f(malita), fs, gyuyoung2, jchaffraix+rendering, kouhei+svg_chromium.org, leviw+renderwatch, pdr+renderingwatchlist_chromium.org, pdr+svgwatchlist_chromium.org, rwlbuis, Stephen Chennney, szager+layoutwatch_chromium.org, zoltan1
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Don't let PaintInvalidationLocationChange shadow other reasons Previously PaintInvalidationLocationChange reason shadowed other paint invalidaiton reasons, confusing debugging paint invalidation. For example, when an object is inserted or becomes visible, its position may also changes from zero to non-zero, and we mark its paint invalidation reason as "location change" instead of "object insertion" or "become visible". This CL not only helps paint invalidation debugging, but also reduces churns in future changes in paint invalidation (especially when we enable paint offset caching). BUG=602068 Committed: https://crrev.com/e5ad1cf0775659d2db94a9fd7fe5825453109bba Cr-Commit-Position: refs/heads/master@{#391751}

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2159 lines, -2106 lines) Patch
M third_party/WebKit/LayoutTests/TestExpectations View 1 2 3 2 chunks +87 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/compositing/layer-creation/compositing-reason-removed-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/compositing/repaint/resize-repaint-expected.txt View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/compositing/squashing/add-remove-squashed-layers-expected.txt View 1 2 4 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/compositing/squashing/invalidations-with-large-negative-margin-expected.txt View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/compositing/squashing/resize-squashing-layer-that-needs-full-repaint-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/compositing/squashing/squash-above-fixed-1-expected.txt View 1 2 4 chunks +8 lines, -8 lines 0 comments Download
M third_party/WebKit/LayoutTests/compositing/squashing/squash-above-fixed-3-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/compositing/squashing/squashed-layer-loses-graphicslayer-expected.txt View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/css3/flexbox/repaint-column-reverse-expected.txt View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/css3/flexbox/repaint-during-resize-no-flex-expected.txt View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/css3/flexbox/repaint-on-margin-change-expected.txt View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/css3/flexbox/repaint-rtl-column-expected.txt View 1 2 2 chunks +8 lines, -8 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/box-shadow/negative-shadow-box-expand-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-item-change-column-repaint-expected.txt View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/css-grid-layout/grid-item-change-row-repaint-expected.txt View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/images/fixed-img-src-change-after-scroll-expected.txt View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/images/repaint-subrect-grid-expected.txt View 1 2 1 chunk +22 lines, -22 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/absolute-margin-change-repaint-expected.txt View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/absolute-position-change-containing-block-expected.txt View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/absolute-position-changed-expected.txt View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/absolute-position-moved-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/add-table-overpaint-expected.txt View 1 2 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/align-content-change-expected.txt View 1 2 1 chunk +6 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/align-content-distribution-change-grid-expected.txt View 1 2 1 chunk +9 lines, -9 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/align-content-position-change-grid-expected.txt View 1 2 1 chunk +12 lines, -12 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/align-self-change-grid-expected.txt View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/align-self-overflow-change-expected.txt View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/block-shift-repaint-expected.txt View 1 2 3 chunks +16 lines, -16 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/box-shadow-inset-repaint-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/change-transform-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/clipped-overflow-visible-subtree-expected.txt View 1 2 1 chunk +7 lines, -7 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/content-into-overflow-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/filter-invalidation-with-composited-container-change-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/fixed-after-scroll-expected.txt View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/fixed-and-absolute-position-scrolled-expected.txt View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/fixed-child-move-after-scroll-expected.txt View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.txt View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.txt View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/fixed-margin-change-repaint-expected.txt View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/fixed-move-after-scroll-expected.txt View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/fixed-scale-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/fixed-scroll-simple-expected.txt View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/fixed-table-cell-expected.txt View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/fixed-table-overflow-expected.txt View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/fixed-table-overflow-zindex-expected.txt View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/fixed-to-relative-position-with-absolute-child-expected.txt View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/float-in-new-block-with-layout-delta-expected.txt View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/float-new-in-block-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/focus-ring-on-continuation-move-expected.txt View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/inline-block-resize-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/invalidate-invisible-element-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/justify-content-change-expected.txt View 1 2 1 chunk +8 lines, -8 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/justify-content-distribution-change-grid-expected.txt View 1 2 1 chunk +6 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/justify-content-position-change-expected.txt View 1 2 1 chunk +8 lines, -8 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/justify-content-position-change-grid-expected.txt View 1 2 1 chunk +9 lines, -9 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/justify-items-change-expected.txt View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/justify-items-legacy-change-expected.txt View 1 2 6 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/justify-items-overflow-change-expected.txt View 1 2 4 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/justify-self-change-expected.txt View 1 2 1 chunk +8 lines, -8 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/justify-self-overflow-change-expected.txt View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/layer-visibility-expected.txt View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/margin-expected.txt View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/multicol-with-text-expected.txt View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/outline-child-repaint-expected.txt View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/overflow-auto-in-overflow-auto-scrolled-expected.txt View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/overflow-clip-subtree-layout-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/overflow-hidden-in-overflow-hidden-scrolled-expected.txt View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/overflow-move-after-scroll-expected.txt View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/overflow-scroll-after-move-expected.txt View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/overflow-scroll-in-overflow-scroll-scrolled-expected.txt View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/padding-keeping-content-size-expected.txt View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/padding-keeping-visual-size-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/push-block-with-first-line-expected.txt View 1 2 1 chunk +6 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/relative-margin-change-repaint-expected.txt View 1 2 1 chunk +6 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/remove-inline-block-descendant-of-flex-expected.txt View 1 2 3 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/repaint-table-row-in-composited-document-expected.txt View 1 2 2 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/requestAnimation-translation-leave-traces-expected.txt View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/scroll-absolute-layer-with-reflection-expected.txt View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/scroll-fixed-layer-with-no-visible-content-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/scroll-fixed-layer-with-reflection-expected.txt View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.txt View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/scroll-in-clipped-layer-expected.txt View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/scroll-in-fixed-layer-expected.txt View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/scroll-in-transformed-layer-expected.txt View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/scroll-inside-table-cell-expected.txt View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/scroll-relative-table-inside-table-cell-expected.txt View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/scroll-with-transformed-parent-layer-expected.txt View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/table-outer-border-expected.txt View 1 2 5 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/table-overflow-auto-in-overflow-auto-scrolled-expected.txt View 1 2 1 chunk +6 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/table-overflow-scroll-in-overflow-scroll-scrolled-expected.txt View 1 2 1 chunk +6 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/table-section-overflow-expected.txt View 1 2 1 chunk +12 lines, -12 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/table-section-repaint-expected.txt View 1 2 5 chunks +40 lines, -40 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/transform-absolute-child-expected.txt View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/transform-rotate-and-remove-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/transform-translate-expected.txt View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/video-mute-repaint-expected.txt View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/video-unmute-repaint-expected.txt View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/view-background-from-body-2-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/window-resize-positioned-bottom-expected.txt View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/repaint/window-resize-positioned-percent-top-expected.txt View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/sub-pixel/repaint-subpixel-layer-in-subpixel-composited-layer-expected.txt View 1 2 5 chunks +10 lines, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/border-collapsing/border-collapse-change-collapse-to-separate-expected.txt View 1 2 1 chunk +7 lines, -7 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/border-collapsing/border-collapse-change-separate-to-collapse-expected.txt View 1 2 1 chunk +7 lines, -7 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-cell-append-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-cell-remove-expected.txt View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-cell-border-width-expected.txt View 1 2 1 chunk +7 lines, -7 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-col-border-width-expected.txt View 1 2 3 chunks +9 lines, -9 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-colgroup-border-width-expected.txt View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-row-border-width-expected.txt View 1 2 2 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-table-border-width-expected.txt View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/table/border-collapsing/cached-change-tbody-border-width-expected.txt View 1 2 3 chunks +16 lines, -16 lines 0 comments Download
M third_party/WebKit/LayoutTests/paint/invalidation/invalidate-descendants-when-receiving-paint-layer-expected.txt View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/compositing/repaint/fixed-pos-with-abs-pos-child-scroll-expected.txt View 1 2 1 chunk +12 lines, -12 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/compositing/squashing/remove-squashed-layer-plus-move-expected.txt View 1 2 4 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/css3/flexbox/repaint-expected.txt View 1 2 9 chunks +19 lines, -19 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/css3/flexbox/repaint-on-layout-expected.txt View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/layers/scroll-descendant-with-cached-cliprects-expected.txt View 1 2 1 chunk +8 lines, -8 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/repaint/4776765-expected.txt View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/repaint/abspos-shift-image-incorrect-repaint-expected.txt View 1 2 3 chunks +16 lines, -16 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/repaint/block-layout-inline-children-float-positioned-expected.txt View 1 2 1 chunk +6 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/repaint/box-inline-resize-expected.txt View 1 2 3 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/repaint/bugzilla-6278-expected.txt View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/repaint/bugzilla-6388-expected.txt View 1 2 1 chunk +1 line, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/repaint/bugzilla-6473-expected.txt View 1 2 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/repaint/bugzilla-7235-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/repaint/clipped-relative-expected.txt View 1 2 2 chunks +2 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/repaint/containing-block-position-change-expected.txt View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/repaint/crbug-371640-2-expected.txt View 1 2 4 chunks +10 lines, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/repaint/crbug-371640-3-expected.txt View 1 2 3 chunks +9 lines, -9 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/repaint/crbug-371640-4-expected.txt View 1 2 5 chunks +11 lines, -11 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/repaint/crbug-371640-expected.txt View 1 2 6 chunks +12 lines, -12 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/repaint/details-open-repaint-expected.txt View 1 2 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/repaint/dynamic-table-vertical-alignment-change-expected.txt View 1 2 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/repaint/float-move-during-layout-expected.txt View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/repaint/float-overflow-expected.txt View 1 2 2 chunks +198 lines, -198 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/repaint/float-overflow-right-expected.txt View 1 2 2 chunks +198 lines, -198 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/repaint/layoutstate-invalid-invalidation-inline-relative-positioned-expected.txt View 1 2 2 chunks +10 lines, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/repaint/line-flow-with-floats-1-expected.txt View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/repaint/line-flow-with-floats-10-expected.txt View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/repaint/line-flow-with-floats-2-expected.txt View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/repaint/line-flow-with-floats-3-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/repaint/line-flow-with-floats-6-expected.txt View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/repaint/line-flow-with-floats-9-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/repaint/list-marker-2-expected.txt View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/repaint/make-children-non-inline-expected.txt View 1 2 9 chunks +21 lines, -21 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/repaint/offset-change-wrong-invalidation-with-float-expected.txt View 1 2 1 chunk +6 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/repaint/paint-invalidation-with-reparent-across-frame-boundaries-expected.txt View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/repaint/positioned-document-element-expected.txt View 1 2 2 chunks +9 lines, -9 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/repaint/positioned-great-grandparent-change-location-expected.txt View 1 2 1 chunk +8 lines, -8 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/repaint/positioned-list-offset-change-repaint-expected.txt View 1 2 2 chunks +3 lines, -7 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/repaint/remove-inline-after-layout-expected.txt View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/repaint/remove-inline-layer-after-layout-expected.txt View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/repaint/repaint-descandant-on-ancestor-layer-move-expected.txt View 1 2 1 chunk +8 lines, -8 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/repaint/repaint-during-scroll-with-zoom-expected.txt View 1 2 3 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/repaint/replaced-clipped-positioned-not-wrong-incremental-repainting-expected.txt View 1 2 1 chunk +1 line, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/repaint/search-field-cancel-expected.txt View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/repaint/selected-replaced-expected.txt View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/repaint/selection-clear-expected.txt View 1 2 3 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/repaint/shift-relative-positioned-container-with-image-addition-expected.txt View 1 2 2 chunks +11 lines, -11 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/repaint/shift-relative-positioned-container-with-image-removal-expected.txt View 1 2 3 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/repaint/static-to-positioned-expected.txt View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/repaint/subtree-root-skipped-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/repaint/table-cell-move-expected.txt View 1 2 2 chunks +10 lines, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/repaint/table-collapsed-border-expected.txt View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/repaint/table-shrink-row-repaint-expected.txt View 1 2 1 chunk +84 lines, -84 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/repaint/text-match-document-change-expected.txt View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/repaint/transform-absolute-in-positioned-container-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/repaint/transform-inline-layered-child-expected.txt View 1 2 1 chunk +24 lines, -24 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/repaint/transform-relative-position-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/repaint/transform-repaint-descendants-expected.txt View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/repaint/vertical-align-length1-expected.txt View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/repaint/vertical-align-length2-expected.txt View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/repaint/vertical-align1-expected.txt View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/repaint/vertical-align2-expected.txt View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/repaint/window-resize-vertical-writing-mode-expected.txt View 1 2 7 chunks +23 lines, -23 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/fast/table/resize-table-repaint-percent-size-cell-expected.txt View 1 2 5 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/svg/custom/object-sizing-no-width-height-change-content-box-size-expected.txt View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/svg/custom/relative-sized-deep-shadow-tree-content-expected.txt View 1 2 4 chunks +10 lines, -10 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/svg/custom/relative-sized-inner-svg-expected.txt View 1 2 3 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/svg/custom/relative-sized-shadow-tree-content-expected.txt View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.txt View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/svg/custom/relative-sized-use-on-symbol-expected.txt View 1 2 3 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.txt View 1 2 4 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/svg/custom/text-repaint-including-stroke-expected.txt View 1 2 4 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/svg/custom/use-detach-expected.txt View 1 2 7 chunks +21 lines, -21 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/svg/custom/use-setAttribute-crash-expected.txt View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/svg/repaint/image-with-clip-path-expected.txt View 1 2 1 chunk +11 lines, -27 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/svg/repaint/inner-svg-change-viewPort-relative-expected.txt View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/svg/text/append-text-node-to-tspan-expected.txt View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/svg/text/text-rescale-expected.txt View 1 2 5 chunks +25 lines, -25 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/linux/virtual/spv2/svg/custom/object-sizing-no-width-height-change-content-box-size-expected.txt View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/fast/repaint/focus-ring-on-child-move-expected.txt View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/media/video-paint-invalidation-expected.txt View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/svg/carto.net/tabgroup-expected.txt View 1 2 29 chunks +223 lines, -223 lines 0 comments Download
M third_party/WebKit/LayoutTests/platform/win/svg/carto.net/window-expected.txt View 1 2 3 chunks +250 lines, -250 lines 0 comments Download
M third_party/WebKit/LayoutTests/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-1-expected.txt View 1 2 4 chunks +17 lines, -17 lines 0 comments Download
M third_party/WebKit/LayoutTests/svg/as-object/nested-embedded-svg-size-changes-no-layout-triggers-2-expected.txt View 1 2 4 chunks +17 lines, -17 lines 0 comments Download
M third_party/WebKit/LayoutTests/svg/custom/js-repaint-rect-on-path-with-stroke-expected.txt View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/svg/custom/js-update-bounce-expected.txt View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/svg/custom/js-update-transform-addition-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/svg/custom/js-update-transform-changes-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/svg/custom/mask-invalidation-expected.txt View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/svg/custom/repaint-moving-svg-and-div-expected.txt View 1 2 1 chunk +72 lines, -72 lines 0 comments Download
M third_party/WebKit/LayoutTests/svg/custom/use-disappears-after-style-update-expected.txt View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/svg/filters/feImage-target-attribute-change-with-use-indirection-2-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/svg/filters/filter-refresh-expected.txt View 1 2 12 chunks +12 lines, -12 lines 0 comments Download
M third_party/WebKit/LayoutTests/svg/repaint/container-repaint-expected.txt View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/svg/repaint/modify-inserted-listitem-expected.txt View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/svg/repaint/transform-foreign-object-expected.txt View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/svg/repaint/transform-text-element-expected.txt View 1 2 4 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/virtual/gpu-rasterization/fast/images/fixed-img-src-change-after-scroll-expected.txt View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/virtual/gpu-rasterization/fast/images/repaint-subrect-grid-expected.txt View 1 2 1 chunk +22 lines, -22 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp View 1 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutObject.cpp View 1 3 chunks +7 lines, -9 lines 0 comments Download

Messages

Total messages: 15 (7 generated)
Xianzhu
I've checked all layout test failures locally, and they all contain paint invalidation reason changes. ...
4 years, 7 months ago (2016-05-04 18:15:09 UTC) #3
chrishtr
https://codereview.chromium.org/1951043002/diff/20001/third_party/WebKit/Source/core/layout/LayoutObject.cpp File third_party/WebKit/Source/core/layout/LayoutObject.cpp (right): https://codereview.chromium.org/1951043002/diff/20001/third_party/WebKit/Source/core/layout/LayoutObject.cpp#newcode1525 third_party/WebKit/Source/core/layout/LayoutObject.cpp:1525: return PaintInvalidationLocationChange; It looks like no code actually checks ...
4 years, 7 months ago (2016-05-04 23:17:36 UTC) #4
Xianzhu
https://codereview.chromium.org/1951043002/diff/20001/third_party/WebKit/Source/core/layout/LayoutObject.cpp File third_party/WebKit/Source/core/layout/LayoutObject.cpp (right): https://codereview.chromium.org/1951043002/diff/20001/third_party/WebKit/Source/core/layout/LayoutObject.cpp#newcode1525 third_party/WebKit/Source/core/layout/LayoutObject.cpp:1525: return PaintInvalidationLocationChange; On 2016/05/04 23:17:36, chrishtr wrote: > It ...
4 years, 7 months ago (2016-05-04 23:25:46 UTC) #5
chrishtr
lgtm
4 years, 7 months ago (2016-05-04 23:27:42 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1951043002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1951043002/20001
4 years, 7 months ago (2016-05-04 23:28:13 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1951043002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1951043002/60001
4 years, 7 months ago (2016-05-05 02:35:12 UTC) #11
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 7 months ago (2016-05-05 03:57:06 UTC) #13
commit-bot: I haz the power
4 years, 7 months ago (2016-05-05 03:58:17 UTC) #15
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/e5ad1cf0775659d2db94a9fd7fe5825453109bba
Cr-Commit-Position: refs/heads/master@{#391751}

Powered by Google App Engine
This is Rietveld 408576698