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

Issue 2719373002: [LayoutNG] Move NGConstraintSpaceBuilder off Oilpan and DISALLOW_NEW. (Closed)

Created:
3 years, 9 months ago by ikilpatrick
Modified:
3 years, 9 months ago
Reviewers:
cbiesinger, Gleb Lanbin
CC:
chromium-reviews, ojan+watch_chromium.org, szager+layoutwatch_chromium.org, glebl+reviews_chromium.org, dgrogan+ng_chromium.org, atotic+reviews_chromium.org, blink-reviews-layout_chromium.org, pdr+renderingwatchlist_chromium.org, eae+blinkwatch, leviw+renderwatch, zoltan1, jchaffraix+rendering, blink-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[LayoutNG] Move NGConstraintSpaceBuilder off Oilpan and DISALLOW_NEW. This makes NGConstraintSpaceBuilder and NGFragmentBuilder part of the algorithm object (not wrapped by a std::unique_ptr anymore). BUG=635619 Review-Url: https://codereview.chromium.org/2719373002 Cr-Commit-Position: refs/heads/master@{#454099} Committed: https://chromium.googlesource.com/chromium/src/+/57ec489c4299b535c2c10f4eae838fddf508c442

Patch Set 1 #

Total comments: 3

Patch Set 2 : DISALLOW_NEW #

Patch Set 3 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -59 lines) Patch
M third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.cc View 1 2 18 chunks +51 lines, -52 lines 0 comments Download
M third_party/WebKit/Source/core/layout/ng/ng_constraint_space_builder.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/layout/ng/ng_fragment_builder.h View 1 2 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (10 generated)
ikilpatrick
https://codereview.chromium.org/2719373002/diff/1/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.cc File third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.cc (right): https://codereview.chromium.org/2719373002/diff/1/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.cc#newcode315 third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.cc:315: space_builder_( We could also do: class NGConstraintSpaceBuilder { DISALLOW_NEW(); ...
3 years, 9 months ago (2017-02-28 18:28:05 UTC) #2
cbiesinger
https://codereview.chromium.org/2719373002/diff/1/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.cc File third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.cc (right): https://codereview.chromium.org/2719373002/diff/1/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.cc#newcode315 third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.cc:315: space_builder_( On 2017/02/28 18:28:05, ikilpatrick wrote: > We could ...
3 years, 9 months ago (2017-02-28 22:09:16 UTC) #3
ikilpatrick
https://codereview.chromium.org/2719373002/diff/1/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.cc File third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.cc (right): https://codereview.chromium.org/2719373002/diff/1/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.cc#newcode315 third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.cc:315: space_builder_( On 2017/02/28 22:09:16, cbiesinger wrote: > On 2017/02/28 ...
3 years, 9 months ago (2017-02-28 22:59:27 UTC) #5
Gleb Lanbin
lgtm
3 years, 9 months ago (2017-03-01 17:30:12 UTC) #10
Gleb Lanbin
lgtm
3 years, 9 months ago (2017-03-01 17:30:13 UTC) #11
cbiesinger
lgtm
3 years, 9 months ago (2017-03-01 17:34:47 UTC) #12
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/2719373002/40001
3 years, 9 months ago (2017-03-01 20:39:19 UTC) #15
commit-bot: I haz the power
3 years, 9 months ago (2017-03-01 23:48:06 UTC) #18
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/57ec489c4299b535c2c10f4eae83...

Powered by Google App Engine
This is Rietveld 408576698