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

Issue 2393673004: reflow comments in core/layout/compositing,core/observer (Closed)

Created:
4 years, 2 months ago by Nico
Modified:
4 years, 2 months ago
Reviewers:
eae
CC:
chromium-reviews, szager+layoutwatch_chromium.org, zoltan1, blink-reviews-layout_chromium.org, pdr+renderingwatchlist_chromium.org, eae+blinkwatch, leviw+renderwatch, jchaffraix+rendering, blink-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

reflow comments in core/layout/compositing,core/observer BUG=563793 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Committed: https://crrev.com/b236186c2c23bec4ca49a5ec3f20050c9271e22a Cr-Commit-Position: refs/heads/master@{#423297}

Patch Set 1 #

Total comments: 9

Patch Set 2 : comments (heh!) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+678 lines, -454 lines) Patch
M third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h View 12 chunks +132 lines, -89 lines 0 comments Download
M third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.cpp View 66 chunks +251 lines, -169 lines 0 comments Download
M third_party/WebKit/Source/core/layout/compositing/CompositedLayerMappingTest.cpp View 1 17 chunks +45 lines, -29 lines 0 comments Download
M third_party/WebKit/Source/core/layout/compositing/CompositedSelectionBound.h View 1 chunk +4 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/layout/compositing/CompositingInputsUpdater.cpp View 3 chunks +6 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/layout/compositing/CompositingLayerAssigner.h View 1 chunk +11 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/layout/compositing/CompositingLayerAssigner.cpp View 8 chunks +30 lines, -19 lines 0 comments Download
M third_party/WebKit/Source/core/layout/compositing/CompositingReasonFinder.cpp View 4 chunks +10 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/layout/compositing/CompositingRequirementsUpdater.h View 1 chunk +8 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/layout/compositing/CompositingRequirementsUpdater.cpp View 1 17 chunks +69 lines, -46 lines 0 comments Download
M third_party/WebKit/Source/core/layout/compositing/CompositingTriggers.h View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/compositing/GraphicsLayerTreeBuilder.cpp View 3 chunks +9 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h View 1 6 chunks +18 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp View 21 chunks +79 lines, -54 lines 0 comments Download
M third_party/WebKit/Source/core/observer/ResizeObserverController.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/observer/ResizeObserverEntry.h View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 24 (9 generated)
Nico
4 years, 2 months ago (2016-10-05 18:48:49 UTC) #4
eae
https://codereview.chromium.org/2393673004/diff/1/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h File third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h (right): https://codereview.chromium.org/2393673004/diff/1/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h#newcode461 third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h:461: // contains this squashed layer's clipping ancestor. The clip ...
4 years, 2 months ago (2016-10-05 19:53:01 UTC) #6
Nico
Thanks! https://codereview.chromium.org/2393673004/diff/1/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h File third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h (right): https://codereview.chromium.org/2393673004/diff/1/third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h#newcode461 third_party/WebKit/Source/core/layout/compositing/CompositedLayerMapping.h:461: // contains this squashed layer's clipping ancestor. The ...
4 years, 2 months ago (2016-10-05 19:58:15 UTC) #7
eae
> I use vim's gq to join lines manually, and it defaults to two spaces ...
4 years, 2 months ago (2016-10-05 20:10:19 UTC) #10
eae
> I use vim's gq to join lines manually, and it defaults to two spaces ...
4 years, 2 months ago (2016-10-05 20:10:20 UTC) #11
Nico
On Wed, Oct 5, 2016 at 4:10 PM, Emil A Eklund <eae@chromium.org> wrote: > > ...
4 years, 2 months ago (2016-10-05 20:19:52 UTC) #12
Nico
On Wed, Oct 5, 2016 at 4:10 PM, Emil A Eklund <eae@chromium.org> wrote: > > ...
4 years, 2 months ago (2016-10-05 20:19:53 UTC) #13
eae
On Wed, Oct 5, 2016 at 1:19 PM, Nico Weber <thakis@chromium.org> wrote: > On Wed, ...
4 years, 2 months ago (2016-10-05 20:32:00 UTC) #14
eae
On Wed, Oct 5, 2016 at 1:19 PM, Nico Weber <thakis@chromium.org> wrote: > On Wed, ...
4 years, 2 months ago (2016-10-05 20:32:00 UTC) #15
eae
LGTM
4 years, 2 months ago (2016-10-05 20:34:30 UTC) #16
Nico
On Wed, Oct 5, 2016 at 4:31 PM, Emil A Eklund <eae@chromium.org> wrote: > On ...
4 years, 2 months ago (2016-10-05 20:35:00 UTC) #17
Nico
On Wed, Oct 5, 2016 at 4:31 PM, Emil A Eklund <eae@chromium.org> wrote: > On ...
4 years, 2 months ago (2016-10-05 20:35:03 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2393673004/20001
4 years, 2 months ago (2016-10-05 20:36:07 UTC) #21
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 2 months ago (2016-10-05 21:23:00 UTC) #22
commit-bot: I haz the power
4 years, 2 months ago (2016-10-05 21:25:29 UTC) #24
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/b236186c2c23bec4ca49a5ec3f20050c9271e22a
Cr-Commit-Position: refs/heads/master@{#423297}

Powered by Google App Engine
This is Rietveld 408576698