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

Issue 1203343002: WIP for display item list backed by ListContainer

Created:
5 years, 6 months ago by pdr.
Modified:
5 years, 6 months ago
Reviewers:
CC:
blink-reviews-paint_chromium.org, blink-reviews-rendering, Rik, danakj, dshwang, drott+blinkwatch_chromium.org, krit, eae+blinkwatch, f(malita), fs, gyuyoung2, jbroman, jchaffraix+rendering, Justin Novosad, kouhei+svg_chromium.org, leviw+renderwatch, pdr+svgwatchlist_chromium.org, pdr+graphicswatchlist_chromium.org, pdr+renderingwatchlist_chromium.org, rwlbuis, Stephen Chennney, slimming-paint-reviews_chromium.org, szager+layoutwatch_chromium.org, zoltan1
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

WIP for display item list backed by ListContainer Checkpoint with some sensible defaults for list sizes and first recorder Checkpoint with setNew's and recorders commented out Back DisplayItems with a ListContainer BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+575 lines, -705 lines) Patch
M Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.cpp View 1 chunk +20 lines, -20 lines 0 comments Download
M Source/core/layout/svg/LayoutSVGResourceClipper.cpp View 1 chunk +7 lines, -7 lines 0 comments Download
M Source/core/paint/BoxClipper.cpp View 2 chunks +23 lines, -22 lines 0 comments Download
M Source/core/paint/CompositingRecorder.cpp View 1 chunk +26 lines, -21 lines 0 comments Download
M Source/core/paint/DisplayItemListPaintTest.cpp View 1 chunk +16 lines, -1 line 0 comments Download
M Source/core/paint/FilterPainter.cpp View 2 chunks +28 lines, -27 lines 0 comments Download
M Source/core/paint/FloatClipRecorder.cpp View 1 chunk +25 lines, -22 lines 0 comments Download
M Source/core/paint/LayerClipRecorder.cpp View 2 chunks +24 lines, -20 lines 0 comments Download
M Source/core/paint/LayerFixedPositionRecorder.cpp View 2 chunks +21 lines, -17 lines 0 comments Download
M Source/core/paint/RoundedInnerRectClipper.cpp View 1 chunk +23 lines, -22 lines 0 comments Download
M Source/core/paint/SVGClipPainter.cpp View 1 chunk +11 lines, -11 lines 0 comments Download
M Source/core/paint/SVGMaskPainter.cpp View 2 chunks +21 lines, -21 lines 0 comments Download
M Source/core/paint/ScrollRecorder.cpp View 1 chunk +25 lines, -22 lines 0 comments Download
M Source/core/paint/SubtreeRecorder.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/paint/Transform3DRecorder.cpp View 2 chunks +26 lines, -22 lines 0 comments Download
M Source/core/paint/TransformRecorder.cpp View 2 chunks +24 lines, -21 lines 0 comments Download
M Source/platform/graphics/paint/CachedDisplayItem.h View 1 chunk +0 lines, -13 lines 0 comments Download
M Source/platform/graphics/paint/ClipDisplayItem.h View 2 chunks +4 lines, -23 lines 0 comments Download
M Source/platform/graphics/paint/ClipPathDisplayItem.h View 1 chunk +3 lines, -17 lines 0 comments Download
M Source/platform/graphics/paint/ClipPathRecorder.cpp View 1 chunk +23 lines, -21 lines 0 comments Download
M Source/platform/graphics/paint/ClipRecorder.cpp View 1 chunk +25 lines, -22 lines 0 comments Download
M Source/platform/graphics/paint/CompositingDisplayItem.h View 2 chunks +10 lines, -25 lines 0 comments Download
M Source/platform/graphics/paint/DisplayItem.h View 5 chunks +31 lines, -13 lines 0 comments Download
M Source/platform/graphics/paint/DisplayItemList.h View 4 chunks +18 lines, -2 lines 0 comments Download
M Source/platform/graphics/paint/DisplayItemList.cpp View 4 chunks +8 lines, -8 lines 0 comments Download
M Source/platform/graphics/paint/DisplayItemListTest.cpp View 1 chunk +5 lines, -1 line 0 comments Download
M Source/platform/graphics/paint/DisplayItemTransformTreeBuilderTest.cpp View 2 chunks +27 lines, -6 lines 0 comments Download
M Source/platform/graphics/paint/DisplayItems.h View 4 chunks +49 lines, -24 lines 0 comments Download
M Source/platform/graphics/paint/DisplayItems.cpp View 1 chunk +12 lines, -14 lines 0 comments Download
M Source/platform/graphics/paint/DrawingDisplayItem.h View 1 chunk +6 lines, -23 lines 0 comments Download
M Source/platform/graphics/paint/DrawingRecorder.cpp View 1 chunk +10 lines, -9 lines 0 comments Download
M Source/platform/graphics/paint/FilterDisplayItem.h View 3 chunks +8 lines, -19 lines 0 comments Download
M Source/platform/graphics/paint/FilterDisplayItem.cpp View 1 chunk +0 lines, -15 lines 0 comments Download
M Source/platform/graphics/paint/FixedPositionContainerDisplayItem.h View 1 chunk +0 lines, -23 lines 0 comments Download
M Source/platform/graphics/paint/FixedPositionDisplayItem.h View 1 chunk +0 lines, -22 lines 0 comments Download
M Source/platform/graphics/paint/FloatClipDisplayItem.h View 2 chunks +3 lines, -22 lines 0 comments Download
M Source/platform/graphics/paint/ScrollDisplayItem.h View 2 chunks +4 lines, -23 lines 0 comments Download
M Source/platform/graphics/paint/SubtreeDisplayItem.h View 1 chunk +0 lines, -41 lines 0 comments Download
M Source/platform/graphics/paint/Transform3DDisplayItem.h View 2 chunks +4 lines, -24 lines 0 comments Download
M Source/platform/graphics/paint/TransformDisplayItem.h View 2 chunks +3 lines, -17 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698