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

Issue 183833020: Re-land "Drop background color optimization for composited layers" (Closed)

Created:
6 years, 9 months ago by dshwang
Modified:
6 years, 9 months ago
CC:
blink-reviews, shans, eae+blinkwatch, Steve Block, rwlbuis, jamesr, dino_apple.com, alancutter (OOO until 2018), bemjb+rendering_chromium.org, dsinclair, dglazkov+blink, danakj, dstockwell, Timothy Loh, Rik, jchaffraix+rendering, pdr., Eric Willigers, rjwright, zoltan1, jbroman, krit, darktears, leviw+renderwatch, blink-layers+watch_chromium.org, Mike Lawther (Google), Stephen Chennney
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Re-land "Drop background color optimization for composited layers" The original CL r168245 was reverted by r168317 because of crashes. It's because r168245 removes null-check of document().documentElement()->renderer() in updating-compositing-descendant-geometry process because the CL assumed all elements own renderer at that time. However, it's not true on Mac. So this CL does not remove the null-check to land. BUG=114658, 340691 R=alokp@chromium.org, enne@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=168634

Patch Set 1 #

Total comments: 7

Patch Set 2 : more succinct if statement #

Total comments: 1

Patch Set 3 : Address nits #

Patch Set 4 : make rebaseline to upstream to land #

Patch Set 5 : Make Mac test bot pass #

Unified diffs Side-by-side diffs Delta from patch set Stats (+794 lines, -159 lines) Patch
M LayoutTests/TestExpectations View 1 2 3 4 1 chunk +81 lines, -0 lines 0 comments Download
A LayoutTests/compositing/background-color/background-color-drawn-over-child.html View 1 chunk +49 lines, -0 lines 0 comments Download
A LayoutTests/compositing/background-color/background-color-drawn-over-child-expected.html View 1 chunk +40 lines, -0 lines 0 comments Download
M LayoutTests/compositing/columns/composited-in-paginated-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/compositing/contents-opaque/background-color-expected.txt View 1 chunk +4 lines, -0 lines 0 comments Download
M LayoutTests/compositing/contents-opaque/body-background-painted-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/compositing/contents-opaque/body-background-skipped-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/compositing/contents-opaque/layer-opacity-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/compositing/contents-opaque/layer-transform-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/compositing/geometry/ancestor-overflow-change-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/compositing/geometry/clip-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/compositing/geometry/clip-inside-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/compositing/geometry/clip-with-shadow-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/compositing/geometry/fixed-position-composited-switch-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/compositing/geometry/flipped-writing-mode-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/compositing/geometry/limit-layer-bounds-fixed-expected.txt View 1 chunk +4 lines, -0 lines 0 comments Download
M LayoutTests/compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/compositing/geometry/limit-layer-bounds-positioned-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/compositing/geometry/limit-layer-bounds-transformed-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/compositing/iframes/become-composited-nested-iframes-expected.txt View 3 chunks +6 lines, -0 lines 0 comments Download
M LayoutTests/compositing/iframes/become-overlapped-iframe-expected.txt View 2 chunks +4 lines, -0 lines 0 comments Download
M LayoutTests/compositing/iframes/composited-parent-iframe-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/compositing/iframes/connect-compositing-iframe-delayed-expected.txt View 2 chunks +4 lines, -0 lines 0 comments Download
M LayoutTests/compositing/iframes/connect-compositing-iframe-expected.txt View 2 chunks +4 lines, -0 lines 0 comments Download
M LayoutTests/compositing/iframes/connect-compositing-iframe2-expected.txt View 2 chunks +4 lines, -0 lines 0 comments Download
M LayoutTests/compositing/iframes/connect-compositing-iframe3-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/compositing/iframes/enter-compositing-iframe-expected.txt View 2 chunks +4 lines, -0 lines 0 comments Download
M LayoutTests/compositing/iframes/iframe-resize-expected.txt View 2 chunks +4 lines, -0 lines 0 comments Download
M LayoutTests/compositing/iframes/iframe-size-from-zero-expected.txt View 2 chunks +4 lines, -0 lines 0 comments Download
M LayoutTests/compositing/iframes/invisible-nested-iframe-hide-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/compositing/iframes/overlapped-iframe-expected.txt View 2 chunks +4 lines, -0 lines 0 comments Download
M LayoutTests/compositing/iframes/overlapped-iframe-iframe-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/compositing/iframes/overlapped-nested-iframes-expected.txt View 3 chunks +6 lines, -0 lines 0 comments Download
M LayoutTests/compositing/iframes/resizer-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/compositing/layer-creation/animation-overlap-with-children-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/compositing/layer-creation/fixed-position-and-transform-expected.txt View 1 chunk +4 lines, -0 lines 0 comments Download
M LayoutTests/compositing/layer-creation/fixed-position-change-out-of-view-in-view-expected.txt View 1 chunk +4 lines, -0 lines 0 comments Download
M LayoutTests/compositing/layer-creation/fixed-position-nonscrollable-body-mismatch-containers-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/compositing/layer-creation/fixed-position-nonscrollable-body-overlap-expected.txt View 1 chunk +4 lines, -0 lines 0 comments Download
M LayoutTests/compositing/layer-creation/fixed-position-out-of-view-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/compositing/layer-creation/fixed-position-out-of-view-positioning-expected.txt View 2 chunks +4 lines, -0 lines 0 comments Download
M LayoutTests/compositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt View 3 chunks +14 lines, -0 lines 0 comments Download
M LayoutTests/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt View 3 chunks +14 lines, -0 lines 0 comments Download
M LayoutTests/compositing/layer-creation/fixed-position-under-transform-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/compositing/layer-creation/overflow-scroll-overlap-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/compositing/layer-creation/overlap-animation-clipping-expected.txt View 3 chunks +10 lines, -0 lines 0 comments Download
M LayoutTests/compositing/layer-creation/overlap-animation-container-expected.txt View 6 chunks +12 lines, -0 lines 0 comments Download
M LayoutTests/compositing/layer-creation/overlap-animation-expected.txt View 1 chunk +4 lines, -0 lines 0 comments Download
M LayoutTests/compositing/layer-creation/overlap-child-layer-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/compositing/layer-creation/overlap-clipping-expected.txt View 2 chunks +6 lines, -0 lines 0 comments Download
M LayoutTests/compositing/layer-creation/overlap-transformed-3d-expected.txt View 2 chunks +12 lines, -0 lines 0 comments Download
M LayoutTests/compositing/layer-creation/overlap-transformed-and-clipped-expected.txt View 1 chunk +4 lines, -0 lines 0 comments Download
M LayoutTests/compositing/layer-creation/overlap-transformed-layer-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/compositing/layer-creation/overlap-transformed-layer-with-transform-body-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/compositing/layer-creation/overlap-transformed-preserved-3d-expected.txt View 1 chunk +8 lines, -0 lines 0 comments Download
M LayoutTests/compositing/layer-creation/overlap-transforms-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/compositing/layer-creation/scroll-partial-update-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/compositing/layer-creation/spanOverlapsCanvas-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/compositing/layer-creation/stacking-context-overlap-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/compositing/layer-creation/stacking-context-overlap-nested-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/compositing/layer-creation/translatez-overlap-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/compositing/overflow-trumps-transform-style-expected.txt View 1 chunk +4 lines, -0 lines 0 comments Download
M LayoutTests/compositing/overflow/clip-descendents-expected.txt View 4 chunks +8 lines, -0 lines 0 comments Download
M LayoutTests/compositing/overflow/content-gains-scrollbars-expected.txt View 4 chunks +5 lines, -0 lines 0 comments Download
M LayoutTests/compositing/overflow/overflow-scrollbar-layers-expected.txt View 4 chunks +5 lines, -0 lines 0 comments Download
M LayoutTests/compositing/overflow/resize-painting-expected.txt View 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/compositing/rendering-contexts-expected.txt View 1 chunk +6 lines, -0 lines 0 comments Download
M LayoutTests/compositing/repaint/fixed-pos-inside-composited-intermediate-layer-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/compositing/repaint/fixed-pos-with-composited-child-expected.txt View 2 chunks +3 lines, -0 lines 0 comments Download
M LayoutTests/compositing/repaint/repaint-into-ancestor-after-layout-expected.txt View 2 chunks +3 lines, -0 lines 0 comments Download
M LayoutTests/compositing/rtl/rtl-absolute-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/compositing/rtl/rtl-absolute-overflow-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/compositing/rtl/rtl-fixed-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/compositing/rtl/rtl-fixed-overflow-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/compositing/rtl/rtl-iframe-absolute-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/compositing/rtl/rtl-iframe-absolute-overflow-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/compositing/rtl/rtl-iframe-fixed-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/compositing/rtl/rtl-iframe-fixed-overflow-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/compositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/compositing/rtl/rtl-iframe-relative-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/compositing/rtl/rtl-relative-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/compositing/squashing/add-remove-squashed-layers-expected.txt View 6 chunks +12 lines, -0 lines 0 comments Download
M LayoutTests/compositing/squashing/move-squashing-layer-expected.txt View 2 chunks +4 lines, -0 lines 0 comments Download
M LayoutTests/compositing/squashing/squash-above-fixed-1-expected.txt View 8 chunks +16 lines, -0 lines 0 comments Download
M LayoutTests/compositing/squashing/squash-above-fixed-2-expected.txt View 4 chunks +12 lines, -0 lines 0 comments Download
M LayoutTests/compositing/squashing/squash-above-fixed-3-expected.txt View 3 chunks +22 lines, -0 lines 0 comments Download
M LayoutTests/compositing/squashing/squash-animated-gif-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/compositing/squashing/squash-compositing-hover-expected.txt View 8 chunks +16 lines, -0 lines 0 comments Download
M LayoutTests/compositing/squashing/squash-onto-nephew-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/compositing/squashing/squash-onto-transform-backing-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/compositing/squashing/squash-simple-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/compositing/squashing/squash-three-layers-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/compositing/squashing/squash-transform-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/compositing/squashing/squash-transform-repainting-child-expected.txt View 3 chunks +6 lines, -0 lines 0 comments Download
M LayoutTests/compositing/squashing/squash-transform-repainting-transformed-child-expected.txt View 3 chunks +6 lines, -0 lines 0 comments Download
M LayoutTests/compositing/squashing/squashed-layer-loses-graphicslayer-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/compositing/squashing/squashed-repaints-expected.txt View 5 chunks +10 lines, -0 lines 0 comments Download
M LayoutTests/compositing/tiled-layers-hidpi-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/compositing/transitions/transitions-have-composited-layers-expected.txt View 1 chunk +6 lines, -0 lines 0 comments Download
M LayoutTests/compositing/will-change/composited-layers-expected.txt View 1 chunk +16 lines, -0 lines 0 comments Download
M LayoutTests/css3/compositing/mix-blend-mode-composited-layers-expected.txt View 1 chunk +4 lines, -0 lines 0 comments Download
M LayoutTests/css3/compositing/mix-blend-mode-composited-reason-children-expected.txt View 2 chunks +5 lines, -0 lines 0 comments Download
M LayoutTests/css3/compositing/mix-blend-mode-isolation-2-stacking-contexts-expected.txt View 3 chunks +6 lines, -0 lines 0 comments Download
M LayoutTests/css3/compositing/mix-blend-mode-isolation-remove-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/css3/filters/composited-layer-child-bounds-after-composited-to-sw-shadow-change-expected.txt View 2 chunks +4 lines, -0 lines 0 comments Download
M LayoutTests/css3/filters/composited-layer-promotion-after-outset-overlap-change-using-composited-shadow-expected.txt View 2 chunks +4 lines, -0 lines 0 comments Download
M LayoutTests/css3/filters/composited-layer-promotion-after-outset-overlap-change-using-sw-shadow-expected.txt View 2 chunks +4 lines, -0 lines 0 comments Download
M LayoutTests/css3/filters/filtered-compositing-descendant-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/virtual/gpu/compositedscrolling/overflow/resize-painting-expected.txt View 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/virtual/softwarecompositing/geometry/limit-layer-bounds-fixed-expected.txt View 1 chunk +4 lines, -0 lines 0 comments Download
M LayoutTests/virtual/softwarecompositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/virtual/softwarecompositing/iframes/become-overlapped-iframe-expected.txt View 2 chunks +4 lines, -0 lines 0 comments Download
M LayoutTests/virtual/softwarecompositing/iframes/composited-parent-iframe-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/virtual/softwarecompositing/iframes/connect-compositing-iframe-delayed-expected.txt View 2 chunks +4 lines, -0 lines 0 comments Download
M LayoutTests/virtual/softwarecompositing/iframes/connect-compositing-iframe-expected.txt View 2 chunks +4 lines, -0 lines 0 comments Download
M LayoutTests/virtual/softwarecompositing/iframes/connect-compositing-iframe2-expected.txt View 2 chunks +4 lines, -0 lines 0 comments Download
M LayoutTests/virtual/softwarecompositing/iframes/connect-compositing-iframe3-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/virtual/softwarecompositing/iframes/enter-compositing-iframe-expected.txt View 2 chunks +4 lines, -0 lines 0 comments Download
M LayoutTests/virtual/softwarecompositing/iframes/iframe-resize-expected.txt View 2 chunks +4 lines, -0 lines 0 comments Download
M LayoutTests/virtual/softwarecompositing/iframes/iframe-size-from-zero-expected.txt View 2 chunks +4 lines, -0 lines 0 comments Download
M LayoutTests/virtual/softwarecompositing/iframes/overlapped-iframe-expected.txt View 2 chunks +4 lines, -0 lines 0 comments Download
M LayoutTests/virtual/softwarecompositing/iframes/resizer-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/virtual/softwarecompositing/layer-creation/animation-overlap-with-children-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-expected.txt View 3 chunks +14 lines, -0 lines 0 comments Download
M LayoutTests/virtual/softwarecompositing/layer-creation/fixed-position-out-of-view-scaled-scroll-expected.txt View 3 chunks +14 lines, -0 lines 0 comments Download
M LayoutTests/virtual/softwarecompositing/layer-creation/overlap-transformed-preserved-3d-expected.txt View 1 chunk +8 lines, -0 lines 0 comments Download
M LayoutTests/virtual/softwarecompositing/overflow-trumps-transform-style-expected.txt View 1 chunk +4 lines, -0 lines 0 comments Download
M LayoutTests/virtual/softwarecompositing/overflow/content-gains-scrollbars-expected.txt View 4 chunks +5 lines, -0 lines 0 comments Download
M LayoutTests/virtual/softwarecompositing/overflow/overflow-scrollbar-layers-expected.txt View 4 chunks +5 lines, -0 lines 0 comments Download
M LayoutTests/virtual/softwarecompositing/overflow/resize-painting-expected.txt View 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/virtual/softwarecompositing/rtl/rtl-iframe-absolute-overflow-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/virtual/softwarecompositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/virtual/softwarecompositing/rtl/rtl-iframe-fixed-overflow-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/virtual/softwarecompositing/rtl/rtl-iframe-fixed-overflow-scrolled-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/virtual/softwarecompositing/tiled-layers-hidpi-expected.txt View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/rendering/compositing/CompositedLayerMapping.h View 1 2 3 3 chunks +4 lines, -8 lines 0 comments Download
M Source/core/rendering/compositing/CompositedLayerMapping.cpp View 1 2 3 11 chunks +45 lines, -114 lines 0 comments Download
M Source/platform/graphics/GraphicsLayer.h View 1 2 3 2 chunks +0 lines, -3 lines 0 comments Download
M Source/platform/graphics/GraphicsLayer.cpp View 1 2 3 2 chunks +0 lines, -22 lines 0 comments Download
M Source/web/tests/GraphicsLayerTest.cpp View 1 2 3 1 chunk +0 lines, -12 lines 0 comments Download
M public/platform/WebCompositorSupport.h View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 34 (0 generated)
dshwang
Hi, could you review again? https://codereview.chromium.org/178013003/ caused crash on mac, because I remove following code. ...
6 years, 9 months ago (2014-03-04 17:11:24 UTC) #1
dshwang
https://codereview.chromium.org/183833020/diff/1/Source/core/rendering/compositing/CompositedLayerMapping.cpp File Source/core/rendering/compositing/CompositedLayerMapping.cpp (right): https://codereview.chromium.org/183833020/diff/1/Source/core/rendering/compositing/CompositedLayerMapping.cpp#newcode1575 Source/core/rendering/compositing/CompositedLayerMapping.cpp:1575: if (rootObject) { now null-check resurrects
6 years, 9 months ago (2014-03-04 17:12:28 UTC) #2
alokp
https://codereview.chromium.org/183833020/diff/1/Source/core/rendering/compositing/CompositedLayerMapping.cpp File Source/core/rendering/compositing/CompositedLayerMapping.cpp (right): https://codereview.chromium.org/183833020/diff/1/Source/core/rendering/compositing/CompositedLayerMapping.cpp#newcode1572 Source/core/rendering/compositing/CompositedLayerMapping.cpp:1572: if (renderObject->node() && renderObject->node()->isDocumentNode() && renderObject->document().documentElement()) { Is there ...
6 years, 9 months ago (2014-03-04 17:44:38 UTC) #3
dshwang
Thank you for review. https://codereview.chromium.org/183833020/diff/1/Source/core/rendering/compositing/CompositedLayerMapping.cpp File Source/core/rendering/compositing/CompositedLayerMapping.cpp (right): https://codereview.chromium.org/183833020/diff/1/Source/core/rendering/compositing/CompositedLayerMapping.cpp#newcode1572 Source/core/rendering/compositing/CompositedLayerMapping.cpp:1572: if (renderObject->node() && renderObject->node()->isDocumentNode() && ...
6 years, 9 months ago (2014-03-04 18:56:12 UTC) #4
alokp
lgtm https://codereview.chromium.org/183833020/diff/20001/Source/core/rendering/compositing/CompositedLayerMapping.cpp File Source/core/rendering/compositing/CompositedLayerMapping.cpp (right): https://codereview.chromium.org/183833020/diff/20001/Source/core/rendering/compositing/CompositedLayerMapping.cpp#newcode1572 Source/core/rendering/compositing/CompositedLayerMapping.cpp:1572: if (renderObject->node() && renderObject->node()->isDocumentNode() && renderObject->document().documentElement()) { nit: ...
6 years, 9 months ago (2014-03-04 19:19:03 UTC) #5
dshwang
On 2014/03/04 19:19:03, Alok Priyadarshi wrote: > lgtm Thank you for lgtm. > https://codereview.chromium.org/183833020/diff/20001/Source/core/rendering/compositing/CompositedLayerMapping.cpp > ...
6 years, 9 months ago (2014-03-04 19:31:11 UTC) #6
dshwang
The CQ bit was checked by dongseong.hwang@intel.com
6 years, 9 months ago (2014-03-04 19:31:33 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dongseong.hwang@intel.com/183833020/40001
6 years, 9 months ago (2014-03-04 19:31:57 UTC) #8
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-04 20:01:41 UTC) #9
commit-bot: I haz the power
Retried try job too often on blink_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=blink_presubmit&number=17230
6 years, 9 months ago (2014-03-04 20:01:41 UTC) #10
abarth-chromium
rslgtm
6 years, 9 months ago (2014-03-04 21:05:21 UTC) #11
abarth-chromium
The CQ bit was checked by abarth@chromium.org
6 years, 9 months ago (2014-03-04 21:05:32 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dongseong.hwang@intel.com/183833020/40001
6 years, 9 months ago (2014-03-04 21:06:21 UTC) #13
abarth-chromium
The CQ bit was unchecked by abarth@chromium.org
6 years, 9 months ago (2014-03-04 23:46:55 UTC) #14
abarth-chromium
This CL also triggered a crash on fast/images/link-body-content-imageDimensionChanged-crash.html on Android. Let me check for you ...
6 years, 9 months ago (2014-03-04 23:51:44 UTC) #15
abarth-chromium
Success! :)
6 years, 9 months ago (2014-03-05 00:02:09 UTC) #16
abarth-chromium
The CQ bit was checked by abarth@chromium.org
6 years, 9 months ago (2014-03-05 00:02:20 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dongseong.hwang@intel.com/183833020/40001
6 years, 9 months ago (2014-03-05 00:02:46 UTC) #18
dshwang
On 2014/03/05 00:02:09, abarth wrote: > Success! :) Thank you! :)
6 years, 9 months ago (2014-03-05 06:05:44 UTC) #19
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-05 16:14:49 UTC) #20
commit-bot: I haz the power
Retried try job too often on win_blink_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_blink_rel&number=30151
6 years, 9 months ago (2014-03-05 16:14:50 UTC) #21
abarth-chromium
The CQ bit was checked by abarth@chromium.org
6 years, 9 months ago (2014-03-06 00:34:31 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dongseong.hwang@intel.com/183833020/40001
6 years, 9 months ago (2014-03-06 00:34:39 UTC) #23
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-06 00:45:56 UTC) #24
commit-bot: I haz the power
Try jobs failed on following builders: win_blink_rel
6 years, 9 months ago (2014-03-06 00:45:57 UTC) #25
abarth-chromium
On 2014/03/06 00:45:57, I haz the power (commit-bot) wrote: > Try jobs failed on following ...
6 years, 9 months ago (2014-03-06 02:14:50 UTC) #26
dshwang
On 2014/03/06 02:14:50, abarth wrote: > On 2014/03/06 00:45:57, I haz the power (commit-bot) wrote: ...
6 years, 9 months ago (2014-03-06 09:39:31 UTC) #27
dshwang
The CQ bit was checked by dongseong.hwang@intel.com
6 years, 9 months ago (2014-03-06 11:16:36 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dongseong.hwang@intel.com/183833020/60001
6 years, 9 months ago (2014-03-06 11:16:46 UTC) #29
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-06 11:54:57 UTC) #30
commit-bot: I haz the power
Try jobs failed on following builders: mac_blink_rel
6 years, 9 months ago (2014-03-06 11:54:58 UTC) #31
dshwang
The CQ bit was checked by dongseong.hwang@intel.com
6 years, 9 months ago (2014-03-06 12:01:30 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dongseong.hwang@intel.com/183833020/80001
6 years, 9 months ago (2014-03-06 12:01:40 UTC) #33
commit-bot: I haz the power
6 years, 9 months ago (2014-03-06 13:12:31 UTC) #34
Message was sent while issue was closed.
Change committed as 168634

Powered by Google App Engine
This is Rietveld 408576698