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

Issue 183763024: Revert 168245 "Drop background color optimization for composited..." (Closed)

Created:
6 years, 9 months ago by cbiesinger
Modified:
6 years, 9 months ago
Reviewers:
dshwang
CC:
blink-reviews
Visibility:
Public.

Description

Revert 168245 "Drop background color optimization for composited..." Suspected of causing lots of browser_test failures on Mac: http://build.chromium.org/p/chromium.webkit/builders/Mac10.6%20Tests/builds/23338 > Drop background color optimization for composited layers > > Rationale > 1. GraphicsLayer deals with background-color layer as a contents layer, so a > background-color layer is in trouble in terms of the correct order with negative > z-order children. > 2. CompositedLayerMapping has the big hack to decide the given layer can be > background-color layer. Unfortunately, the big hack is incomplete and invasive. > 3. Hybrid Accelerated Rasterization will cover this optimization in more generic way. > 4. background-color layer covers very limited cases. A layer-promoted box > object must not have children, not have decoration, only have a background-color > property. > > BUG=114658, 340691 > TEST=compositing/background-color/background-color-drawn-over-child.html, > compositing/* > > Review URL: https://codereview.chromium.org/178013003 TBR=dongseong.hwang@intel.com Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=168317

Patch Set 1 #

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

Messages

Total messages: 2 (0 generated)
cbiesinger
6 years, 9 months ago (2014-03-03 16:37:51 UTC) #1
cbiesinger
6 years, 9 months ago (2014-03-03 16:38:41 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 manually as r168317.

Powered by Google App Engine
This is Rietveld 408576698