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

Issue 898783003: Move rendering/RenderLayer* to layout/ (Closed)

Created:
5 years, 10 months ago by dsinclair
Modified:
5 years, 10 months ago
CC:
aandrey+blink_chromium.org, darktears, apavlov+blink_chromium.org, blink-layers+watch_chromium.org, blink-reviews, blink-reviews-animation_chromium.org, blink-reviews-css, blink-reviews-dom_chromium.org, blink-reviews-events_chromium.org, blink-reviews-html_chromium.org, blink-reviews-paint_chromium.org, blink-reviews-rendering, Rik, caseq+blink_chromium.org, cbiesinger, chromiumbugtracker_adobe.com, danakj, dcheng, devtools-reviews_chromium.org, dglazkov+blink, Dominik Röttsches, dshwang, krit, dstockwell, eae+blinkwatch, ed+blinkwatch_opera.com, eric.carlson_apple.com, Eric Willigers, eustas+blink_chromium.org, feature-media-reviews_chromium.org, f(malita), fs, gasubic, gyuyoung.kim_webkit.org, jbroman, jchaffraix+rendering, jfernandez, Justin Novosad, kenneth.christiansen, kouhei+svg_chromium.org, leviw+renderwatch, loislo+blink_chromium.org, lushnikov+blink_chromium.org, malch+blink_chromium.org, Mike Lawther (Google), mlamouri+watch-blink_chromium.org, paulirish+reviews_chromium.org, pdr+renderingwatchlist_chromium.org, pdr+svgwatchlist_chromium.org, pdr+graphicswatchlist_chromium.org, pfeldman+blink_chromium.org, philipj_slow, Manuel Rego, rjwright, rwlbuis, Stephen Chennney, sergeyv+blink_chromium.org, shans, sof, nessy, slimming-paint-reviews_chromium.org, Steve Block, svillar, Timothy Loh, vcarbune.chromium, vsevik+blink_chromium.org, Yoav Weiss, yurys+blink_chromium.org, zoltan1
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Move rendering/RenderLayer* to layout/ This CL moves the various rendering/RenderLayer* files into layout/. In most cases the files were renamed to be Layer*. The one exception is RenderLayerModelObject was renamed to be LayoutLayerModelObject to signify it is in the Layout tree. This CL updates RenderLayerCompositor to be LayerCompositor to match this name change. BUG=450612 TBR=jchaffraix@chromium.org, mkwst@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=189529

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : rebase #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1758 lines, -10800 lines) Patch
M LayoutTests/TestExpectations View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M LayoutTests/compositing/fixed-background-after-style-recalc.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/compositing/iframes/become-overlapped-iframe.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/compositing/overflow/clear-scroll-parent.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/compositing/overflow/scrolls-with-respect-to.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/compositing/overflow/scrolls-with-respect-to-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/compositing/overflow/scrolls-with-respect-to-nested.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/compositing/overflow/scrolls-with-respect-to-nested-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/compositing/overflow/scrolls-with-respect-to-transform.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/compositing/overflow/scrolls-with-respect-to-transform-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/compositing/overlap-map-stack-crash.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/compositing/squashing/invalidations-with-large-negative-margin.html View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/compositing/squashing/invalidations-with-large-negative-margin-inline-content.html View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M LayoutTests/compositing/squashing/remove-from-grouped-mapping-on-reassignment.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/compositing/squashing/squashed-layer-loses-graphicslayer.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/compositing/squashing/squashed-layer-loses-graphicslayer-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/compositing/squashing/visibility-composited-squashing.html View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/compositing/visibility/visibility-on-distant-descendant.html View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
M LayoutTests/css3/filters/filter-repaint-child-layers.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/block/float/float-not-removed-from-pre-block.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/block/float/float-not-removed-from-pre-block-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/css/webkit-empty-transform-preserve3d-crash.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/css/webkit-empty-transform-preserve3d-crash-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/dom/shadow/content-element-in-media-element.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/dom/shadow/content-element-in-meter-element.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/dom/shadow/content-element-in-progress-element.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/dom/shadow/content-element-in-select-element.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/dom/shadow/content-element-move.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/dom/shadow/content-element-renderers.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/dom/shadow/content-element-select-dynamic.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/dom/shadow/create-content-element.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/dom/shadow/multiple-shadowroot-rendering.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/dom/shadow/shadow-contents-fallback.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/dom/shadow/shadow-contents-fallback-dynamic.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/dom/shadow/shadow-contents-select.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/dom/shadow/shadow-contents-select-expected.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/dom/shadow/shadow-element-rendering-multiple.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/dom/shadow/shadow-element-rendering-single.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/dynamic/layer-no-longer-paginated.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/dynamic/layer-no-longer-paginated-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/events/scroll-during-zoom-change.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/events/scroll-during-zoom-change-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/layers/clip-rects-transformed.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/layers/clip-rects-transformed-2.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/layers/clip-rects-transformed-2-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/layers/clip-rects-transformed-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/layers/crash-no-scrollable-area-scrollbars.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/layers/crash-no-scrollable-area-scrollbars-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/layers/crash-remove-scrollbar-no-scrollable-area.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/layers/crash-remove-scrollbar-no-scrollable-area-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/layers/crash-shadowdom-scrollbar-no-scrollable-area.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/layers/crash-shadowdom-scrollbar-no-scrollable-area-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/layers/scroll-overflow-no-layer.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/layers/scroll-overflow-no-layer-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/layers/video-layer.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/repaint/fixed-after-scroll.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/repaint/fixed-scale.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/repaint/fixed-scroll-simple.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/repaint/fixed-table-cell.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/repaint/fixed-table-overflow.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/repaint/fixed-table-overflow-zindex.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/transforms/transform-on-inline.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/platform/android/compositing/squashing/squashed-layer-loses-graphicslayer-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/platform/android/fast/layers/video-layer-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/platform/linux/fast/layers/video-layer-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/platform/linux/fast/transforms/transform-on-inline-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/platform/mac/fast/layers/video-layer-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/platform/mac/fast/transforms/transform-on-inline-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/platform/win-xp/fast/layers/video-layer-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/platform/win-xp/fast/transforms/transform-on-inline-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/platform/win/fast/layers/video-layer-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/platform/win/fast/transforms/transform-on-inline-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/printing/single-line-must-not-be-split-into-two-pages.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/scrollbars/scrollbar-content-crash.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/scrollbars/scrollbar-content-crash-expected.txt View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/svg/overflow/overflow-on-foreignObject.svg View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M ManualTests/select-menu-list-wrongly-positioned.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/Animation.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/CompositorAnimations.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/animation/CompositorPendingAnimations.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/DocumentAnimations.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/css/CSSAnimations.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/clipboard/DataTransfer.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/core.gypi View 1 2 3 4 5 6 4 chunks +13 lines, -12 lines 0 comments Download
M Source/core/css/MediaQueryEvaluator.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/MediaValues.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/Document.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/Element.cpp View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/editing/Caret.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/editing/FrameSelection.cpp View 1 2 3 4 5 6 2 chunks +1 line, -1 line 0 comments Download
M Source/core/editing/RenderedPosition.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/events/MouseRelatedEvent.cpp View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/frame/Frame.cpp View 1 2 3 4 5 6 2 chunks +1 line, -1 line 0 comments Download
M Source/core/frame/FrameView.cpp View 1 2 3 4 5 6 7 chunks +8 lines, -8 lines 0 comments Download
M Source/core/frame/LocalFrame.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/frame/PinchViewport.cpp View 1 2 3 4 5 6 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/frame/Settings.in View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLCanvasElement.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/HTMLFrameOwnerElement.cpp View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/HTMLMediaElement.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/canvas/CanvasRenderingContext2D.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/forms/TextFieldInputType.cpp View 1 2 3 4 5 6 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/inspector/InspectorController.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/inspector/InspectorDOMAgent.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/inspector/InspectorLayerTreeAgent.h View 1 2 3 4 5 6 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/inspector/InspectorLayerTreeAgent.cpp View 1 2 3 4 5 6 5 chunks +10 lines, -10 lines 0 comments Download
M Source/core/inspector/InspectorTraceEvents.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/inspector/InspectorTraceEvents.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
A + Source/core/layout/Layer.h View 1 2 3 4 5 6 27 chunks +120 lines, -120 lines 0 comments Download
A + Source/core/layout/Layer.cpp View 1 2 3 4 5 6 121 chunks +278 lines, -275 lines 0 comments Download
A + Source/core/layout/LayerClipper.h View 1 2 3 4 5 6 5 chunks +12 lines, -12 lines 0 comments Download
A + Source/core/layout/LayerClipper.cpp View 1 2 3 4 5 6 13 chunks +25 lines, -25 lines 0 comments Download
A + Source/core/layout/LayerFilterInfo.h View 1 2 3 4 5 6 3 chunks +16 lines, -16 lines 0 comments Download
A + Source/core/layout/LayerFilterInfo.cpp View 1 2 3 4 5 6 6 chunks +20 lines, -20 lines 0 comments Download
A + Source/core/layout/LayerFragment.h View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
A + Source/core/layout/LayerPaintingInfo.h View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
A + Source/core/layout/LayerReflectionInfo.h View 1 2 3 4 5 6 2 chunks +10 lines, -10 lines 0 comments Download
A + Source/core/layout/LayerReflectionInfo.cpp View 1 2 3 4 5 6 5 chunks +7 lines, -7 lines 0 comments Download
A + Source/core/layout/LayerScrollableArea.h View 1 2 3 4 5 6 6 chunks +15 lines, -15 lines 0 comments Download
A + Source/core/layout/LayerScrollableArea.cpp View 1 2 3 4 5 6 60 chunks +94 lines, -93 lines 0 comments Download
A + Source/core/layout/LayerStackingNode.h View 1 2 3 4 5 6 9 chunks +32 lines, -32 lines 0 comments Download
A + Source/core/layout/LayerStackingNode.cpp View 1 2 3 4 5 6 15 chunks +37 lines, -37 lines 0 comments Download
A + Source/core/layout/LayerStackingNodeIterator.h View 1 2 3 4 5 6 2 chunks +16 lines, -16 lines 0 comments Download
A + Source/core/layout/LayerStackingNodeIterator.cpp View 1 2 3 4 5 6 9 chunks +15 lines, -15 lines 0 comments Download
A + Source/core/layout/LayoutLayerModelObject.h View 1 2 3 4 5 6 3 chunks +14 lines, -14 lines 0 comments Download
A + Source/core/layout/LayoutLayerModelObject.cpp View 1 2 3 4 5 6 8 chunks +19 lines, -19 lines 0 comments Download
M Source/core/layout/LayoutTable.cpp View 1 2 3 4 5 6 2 chunks +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutTableCell.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/layout/LayoutTableCell.cpp View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/layout/LayoutTableCol.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutTableCol.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutThemeChromiumMac.mm View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutTreeAsText.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/layout/LayoutTreeAsText.cpp View 1 2 3 4 5 6 9 chunks +8 lines, -8 lines 0 comments Download
M Source/core/layout/compositing/CompositedLayerMapping.h View 1 2 3 4 5 6 13 chunks +28 lines, -28 lines 0 comments Download
M Source/core/layout/compositing/CompositedLayerMapping.cpp View 1 2 3 4 5 6 38 chunks +46 lines, -46 lines 0 comments Download
M Source/core/layout/compositing/CompositingInputsUpdater.h View 1 2 3 4 5 6 2 chunks +9 lines, -9 lines 0 comments Download
M Source/core/layout/compositing/CompositingInputsUpdater.cpp View 1 2 3 4 5 6 10 chunks +24 lines, -24 lines 0 comments Download
M Source/core/layout/compositing/CompositingLayerAssigner.h View 1 2 3 4 5 6 3 chunks +14 lines, -14 lines 0 comments Download
M Source/core/layout/compositing/CompositingLayerAssigner.cpp View 1 2 3 4 5 6 12 chunks +18 lines, -18 lines 0 comments Download
M Source/core/layout/compositing/CompositingReasonFinder.h View 1 2 3 4 5 6 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/layout/compositing/CompositingReasonFinder.cpp View 1 2 3 4 5 6 6 chunks +6 lines, -6 lines 0 comments Download
M Source/core/layout/compositing/CompositingRequirementsUpdater.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/layout/compositing/CompositingRequirementsUpdater.cpp View 1 2 3 4 5 6 12 chunks +21 lines, -21 lines 0 comments Download
M Source/core/layout/compositing/CompositingState.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/layout/compositing/GraphicsLayerTreeBuilder.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/layout/compositing/GraphicsLayerTreeBuilder.cpp View 1 2 3 4 5 6 5 chunks +10 lines, -10 lines 0 comments Download
M Source/core/layout/compositing/GraphicsLayerUpdater.h View 1 2 3 4 5 6 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/layout/compositing/GraphicsLayerUpdater.cpp View 1 2 3 4 5 6 5 chunks +14 lines, -14 lines 0 comments Download
A + Source/core/layout/compositing/LayerCompositor.h View 1 2 3 4 5 6 7 chunks +25 lines, -25 lines 0 comments Download
A + Source/core/layout/compositing/LayerCompositor.cpp View 1 2 3 4 5 6 46 chunks +86 lines, -86 lines 0 comments Download
D Source/core/layout/compositing/RenderLayerCompositor.h View 1 2 3 4 5 6 1 chunk +0 lines, -250 lines 0 comments Download
D Source/core/layout/compositing/RenderLayerCompositor.cpp View 1 2 3 4 5 6 1 chunk +0 lines, -1188 lines 0 comments Download
M Source/core/layout/line/BreakingContextInlineHeaders.h View 1 2 3 4 5 6 2 chunks +1 line, -1 line 0 comments Download
M Source/core/page/EventHandler.h View 1 2 3 4 5 6 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/page/EventHandler.cpp View 1 2 3 4 5 6 10 chunks +12 lines, -12 lines 0 comments Download
M Source/core/page/FocusController.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/page/Page.cpp View 1 2 3 4 5 6 2 chunks +1 line, -1 line 0 comments Download
M Source/core/page/SpatialNavigation.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/page/scrolling/ScrollingCoordinator.h View 1 2 3 4 5 6 2 chunks +5 lines, -5 lines 0 comments Download
M Source/core/page/scrolling/ScrollingCoordinator.cpp View 1 2 3 4 5 6 17 chunks +30 lines, -30 lines 0 comments Download
M Source/core/paint/BlockFlowPainter.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/paint/BlockPainter.cpp View 1 2 3 4 5 6 2 chunks +1 line, -1 line 0 comments Download
M Source/core/paint/BoxClipper.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/paint/BoxPainter.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/paint/BoxPainter.cpp View 1 2 3 4 5 6 4 chunks +3 lines, -3 lines 0 comments Download
M Source/core/paint/CompositingRecorder.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/paint/DrawingRecorderTest.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/paint/FilterPainter.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/paint/FilterPainter.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/paint/FramePainter.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/paint/InlineFlowBoxPainter.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/paint/LayerClipRecorder.h View 1 2 3 4 5 6 3 chunks +5 lines, -5 lines 0 comments Download
M Source/core/paint/LayerClipRecorder.cpp View 1 2 3 4 5 6 4 chunks +5 lines, -5 lines 0 comments Download
M Source/core/paint/LayerClipRecorderTest.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/paint/LayerPainter.h View 1 2 3 4 5 6 3 chunks +7 lines, -7 lines 0 comments Download
M Source/core/paint/LayerPainter.cpp View 1 2 3 4 5 6 13 chunks +22 lines, -22 lines 0 comments Download
M Source/core/paint/PartPainter.cpp View 1 2 3 4 5 6 2 chunks +1 line, -1 line 0 comments Download
M Source/core/paint/RenderDrawingRecorder.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/paint/ReplacedPainter.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/paint/ReplicaPainter.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/paint/ScrollableAreaPainter.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/paint/ScrollableAreaPainter.cpp View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/paint/ViewDisplayListTest.cpp View 1 2 3 4 5 6 5 chunks +7 lines, -7 lines 0 comments Download
M Source/core/rendering/ClipRectsCache.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/InlineFlowBox.cpp View 1 2 3 4 5 6 2 chunks +1 line, -1 line 0 comments Download
D Source/core/rendering/LayerFragment.h View 1 2 3 4 5 6 1 chunk +0 lines, -77 lines 0 comments Download
D Source/core/rendering/LayerPaintingInfo.h View 1 2 3 4 5 6 1 chunk +0 lines, -95 lines 0 comments Download
M Source/core/rendering/LayoutState.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/PaintInfo.h View 1 2 3 4 5 6 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/rendering/PaintInvalidationState.h View 1 2 3 4 5 6 4 chunks +5 lines, -5 lines 0 comments Download
M Source/core/rendering/PaintInvalidationState.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderBR.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderBlock.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderBlock.cpp View 1 2 3 4 5 6 4 chunks +3 lines, -3 lines 0 comments Download
M Source/core/rendering/RenderBlockFlow.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderBlockFlow.cpp View 1 2 3 4 5 6 4 chunks +6 lines, -6 lines 0 comments Download
M Source/core/rendering/RenderBlockLineLayout.cpp View 1 2 3 4 5 6 2 chunks +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderBox.h View 1 2 3 4 5 6 3 chunks +9 lines, -9 lines 0 comments Download
M Source/core/rendering/RenderBox.cpp View 1 2 3 4 5 6 16 chunks +19 lines, -19 lines 0 comments Download
M Source/core/rendering/RenderBoxModelObject.h View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/rendering/RenderBoxModelObject.cpp View 1 2 3 4 5 6 6 chunks +7 lines, -7 lines 0 comments Download
M Source/core/rendering/RenderDeprecatedFlexibleBox.cpp View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/rendering/RenderEmbeddedObject.cpp View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderFlexibleBox.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderFlowThread.h View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/rendering/RenderFlowThread.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderGeometryMap.h View 1 2 3 4 5 6 3 chunks +9 lines, -9 lines 0 comments Download
M Source/core/rendering/RenderGeometryMap.cpp View 1 2 3 4 5 6 11 chunks +12 lines, -12 lines 0 comments Download
M Source/core/rendering/RenderGrid.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderHTMLCanvas.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderHTMLCanvas.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderImage.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderInline.h View 1 2 3 4 5 6 1 chunk +5 lines, -5 lines 0 comments Download
M Source/core/rendering/RenderInline.cpp View 1 2 3 4 5 6 7 chunks +6 lines, -6 lines 0 comments Download
D Source/core/rendering/RenderLayer.h View 1 2 3 4 5 6 1 chunk +0 lines, -725 lines 0 comments Download
D Source/core/rendering/RenderLayer.cpp View 1 2 3 4 5 6 1 chunk +0 lines, -2935 lines 0 comments Download
D Source/core/rendering/RenderLayerClipper.h View 1 2 3 4 5 6 1 chunk +0 lines, -149 lines 0 comments Download
D Source/core/rendering/RenderLayerClipper.cpp View 1 2 3 4 5 6 1 chunk +0 lines, -374 lines 0 comments Download
D Source/core/rendering/RenderLayerFilterInfo.h View 1 2 3 4 5 6 1 chunk +0 lines, -79 lines 0 comments Download
D Source/core/rendering/RenderLayerFilterInfo.cpp View 1 2 3 4 5 6 1 chunk +0 lines, -161 lines 0 comments Download
D Source/core/rendering/RenderLayerModelObject.h View 1 2 3 4 5 6 1 chunk +0 lines, -94 lines 0 comments Download
D Source/core/rendering/RenderLayerModelObject.cpp View 1 2 3 4 5 6 1 chunk +0 lines, -245 lines 0 comments Download
D Source/core/rendering/RenderLayerReflectionInfo.h View 1 2 3 4 5 6 1 chunk +0 lines, -85 lines 0 comments Download
D Source/core/rendering/RenderLayerReflectionInfo.cpp View 1 2 3 4 5 6 1 chunk +0 lines, -143 lines 0 comments Download
D Source/core/rendering/RenderLayerScrollableArea.h View 1 2 3 4 5 6 1 chunk +0 lines, -289 lines 0 comments Download
D Source/core/rendering/RenderLayerScrollableArea.cpp View 1 2 3 4 5 6 1 chunk +0 lines, -1385 lines 0 comments Download
D Source/core/rendering/RenderLayerStackingNode.h View 1 2 3 4 5 6 1 chunk +0 lines, -216 lines 0 comments Download
D Source/core/rendering/RenderLayerStackingNode.cpp View 1 2 3 4 5 6 1 chunk +0 lines, -329 lines 0 comments Download
D Source/core/rendering/RenderLayerStackingNodeIterator.h View 1 2 3 4 5 6 1 chunk +0 lines, -91 lines 0 comments Download
D Source/core/rendering/RenderLayerStackingNodeIterator.cpp View 1 2 3 4 5 6 1 chunk +0 lines, -140 lines 0 comments Download
M Source/core/rendering/RenderListBox.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderListMarker.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderListMarker.cpp View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/rendering/RenderMultiColumnSet.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderObject.h View 1 2 3 4 5 6 15 chunks +37 lines, -37 lines 0 comments Download
M Source/core/rendering/RenderObject.cpp View 1 2 3 4 5 6 46 chunks +67 lines, -67 lines 0 comments Download
M Source/core/rendering/RenderObjectChildList.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderPart.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderReplaced.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderReplaced.cpp View 1 2 3 4 5 6 4 chunks +4 lines, -4 lines 0 comments Download
M Source/core/rendering/RenderReplica.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderText.h View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/rendering/RenderText.cpp View 1 2 3 4 5 6 5 chunks +5 lines, -5 lines 0 comments Download
M Source/core/rendering/RenderTextControlSingleLine.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderView.h View 1 2 3 4 5 6 5 chunks +7 lines, -7 lines 0 comments Download
M Source/core/rendering/RenderView.cpp View 1 2 3 4 5 6 9 chunks +13 lines, -13 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGBlock.h View 1 2 3 4 5 6 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGBlock.cpp View 1 2 3 4 5 6 2 chunks +5 lines, -5 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGGradientStop.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/svg/RenderSVGHiddenContainer.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/svg/RenderSVGInline.h View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGInline.cpp View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGInlineText.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/svg/RenderSVGInlineText.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/svg/RenderSVGModelObject.h View 1 2 3 4 5 6 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGModelObject.cpp View 1 2 3 4 5 6 3 chunks +5 lines, -5 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGResourceContainer.h View 1 2 3 4 5 6 3 chunks +5 lines, -5 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGResourceContainer.cpp View 1 2 3 4 5 6 3 chunks +7 lines, -7 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGRoot.h View 1 2 3 4 5 6 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGRoot.cpp View 1 2 3 4 5 6 5 chunks +5 lines, -5 lines 0 comments Download
M Source/core/rendering/svg/SVGRenderSupport.h View 1 2 3 4 5 6 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/rendering/svg/SVGRenderSupport.cpp View 1 2 3 4 5 6 4 chunks +4 lines, -4 lines 0 comments Download
M Source/core/rendering/svg/SVGRenderingContext.cpp View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/svg/SVGFilterElement.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/testing/Internals.cpp View 1 2 3 4 5 6 9 chunks +13 lines, -13 lines 0 comments Download
M Source/devtools/Inspector-1.1.json View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/devtools/protocol.json View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/accessibility/AXRenderObject.cpp View 1 2 3 4 5 6 3 chunks +2 lines, -2 lines 0 comments Download
M Source/platform/graphics/GraphicsLayer.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/platform/scroll/ScrollableArea.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/web/LinkHighlight.h View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M Source/web/LinkHighlight.cpp View 1 2 3 4 5 6 6 chunks +7 lines, -7 lines 0 comments Download
M Source/web/PageWidgetDelegate.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebFrameWidgetImpl.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/web/WebFrameWidgetImpl.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/web/WebLocalFrameImpl.cpp View 1 2 3 4 5 6 2 chunks +1 line, -1 line 0 comments Download
M Source/web/WebMediaPlayerClientImpl.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebPluginContainerImpl.cpp View 1 2 3 4 5 6 4 chunks +3 lines, -3 lines 0 comments Download
M Source/web/WebViewImpl.h View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/web/WebViewImpl.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/web/tests/PinchViewportTest.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M Source/web/tests/RenderGeometryMapTest.cpp View 1 2 3 4 5 6 9 chunks +13 lines, -13 lines 0 comments Download
M Source/web/tests/ScrollingCoordinatorTest.cpp View 1 2 3 4 5 6 5 chunks +5 lines, -5 lines 0 comments Download
M Source/web/tests/WebFrameTest.cpp View 1 2 3 4 5 6 3 chunks +3 lines, -3 lines 0 comments Download
M Source/web/tests/WebViewTest.cpp View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M WATCHLISTS View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 27 (10 generated)
dsinclair
pfeldman@ for Source/devtools and Source/platform mkwst@ for Source/web jchaffraix@ for Source/core (I'm TBRing the Source/web, ...
5 years, 10 months ago (2015-02-03 19:10:48 UTC) #2
Mike West
web/ LGTM.
5 years, 10 months ago (2015-02-03 20:22:25 UTC) #3
pfeldman
devtools lgtm
5 years, 10 months ago (2015-02-04 14:49:32 UTC) #4
yurys
Source/core/inspector/ - lgtm
5 years, 10 months ago (2015-02-04 14:49:50 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/898783003/20001
5 years, 10 months ago (2015-02-04 15:02:34 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/898783003/30001
5 years, 10 months ago (2015-02-04 15:25:28 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/898783003/40001
5 years, 10 months ago (2015-02-04 16:55:07 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/898783003/60001
5 years, 10 months ago (2015-02-04 18:30:29 UTC) #18
commit-bot: I haz the power
Committed patchset #7 (id:60001) as https://src.chromium.org/viewvc/blink?view=rev&revision=189529
5 years, 10 months ago (2015-02-04 20:41:53 UTC) #19
leviw_travelin_and_unemployed
I'm really late to this, but I really don't like the use of overloaded "Layer" ...
5 years, 10 months ago (2015-02-19 00:25:29 UTC) #20
leviw_travelin_and_unemployed
(I also have to mention that while devtools, inspector, and web got LGTMs, no one ...
5 years, 10 months ago (2015-02-19 00:29:16 UTC) #21
dsinclair
On 2015/02/19 at 00:29:16, leviw wrote: > (I also have to mention that while devtools, ...
5 years, 10 months ago (2015-02-19 00:53:15 UTC) #22
pdr.
On 2015/02/19 at 00:53:15, dsinclair wrote: > On 2015/02/19 at 00:29:16, leviw wrote: > > ...
5 years, 10 months ago (2015-02-20 05:02:45 UTC) #23
Julien - ping for review
On 2015/02/20 at 05:02:45, pdr wrote: > On 2015/02/19 at 00:53:15, dsinclair wrote: > > ...
5 years, 10 months ago (2015-02-20 15:57:00 UTC) #24
pdr.
On 2015/02/20 at 15:57:00, jchaffraix wrote: > On 2015/02/20 at 05:02:45, pdr wrote: > > ...
5 years, 10 months ago (2015-02-20 17:48:14 UTC) #25
Julien - ping for review
On 2015/02/20 at 17:48:14, pdr wrote: > On 2015/02/20 at 15:57:00, jchaffraix wrote: > > ...
5 years, 10 months ago (2015-02-25 18:20:58 UTC) #26
blink-reviews
5 years, 10 months ago (2015-02-25 18:41:37 UTC) #27
Message was sent while issue was closed.
I don't want to slow down our progress here. I consider the email about the
potentially controversial names to be an adequate mitigation to future
bikeshedders :)

On Wed, Feb 25, 2015 at 10:20 AM, <jchaffraix@chromium.org> wrote:

> On 2015/02/20 at 17:48:14, pdr wrote:
>
>> On 2015/02/20 at 15:57:00, jchaffraix wrote:
>> > On 2015/02/20 at 05:02:45, pdr wrote:
>> > > On 2015/02/19 at 00:53:15, dsinclair wrote:
>> > > > On 2015/02/19 at 00:29:16, leviw wrote:
>> > > > > (I also have to mention that while devtools, inspector, and web
>> got
>>
> LGTMs, no one l-g-t-m-ed core/layout)
>
>> > > >
>> > > > For core I've been TBRing. I actually was TBRing most things in this
>>
> patch I just wasnt' sure if the devtools change was correct so got
> pfeldman to
> look first.
>
>> > > >
>> > > > Do you have a suggestion for a better name then Layer? Julien
>> discussed
>>
> it before hand but this was the best we came up with. LayoutLayer,
> CompositedLayer, RenderLayer, none of them are great.  How would you
> describe
> it? I'm happy to clean it up if you can figure out the right paint colour.
>
>> > >
>> > > I don't want to slow the layout team's roll, as you all are making
>> great
>>
> progress, but could we still get these renames reviewed going forward?
>
>> >
>> > I was on board with this renaming as we exchanged it with Dan (we
>> discuss
>>
> the controversial renames). I take responsibility for the bad naming and
> we will
> take steps to alleviate that but I think requiring l-g-t-m won't help to
> the
> extent you would like and will add unreasonable overhead.
>
>  You all are making rapid progress through a minefield of bikeshedders and
>> I
>>
> support your push for long-term code health. It sounds like these TBRs are
> genuinely reviewed so I'm happy. Is there any reason not to make your
> review
> explicit though? Having an LGTM from jchaffraix would have alleviated
> levi's
> concerns that something slipped through the cracks.
>
> I don't really review those changes, that's why there was no lgtm here. I
> trust
> Dan to bring up things that are not straight renames so that we can discuss
> them. I think that's the best use of people's time but reasonable folks can
> disagree. We will bring up the renames to blink-dev from now on so that it
> doesn't take people by surprise and we come up with better namings.
>
> https://codereview.chromium.org/898783003/
>

To unsubscribe from this group and stop receiving emails from it, send an email
to blink-reviews+unsubscribe@chromium.org.

Powered by Google App Engine
This is Rietveld 408576698