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

Issue 2836293004: [LayoutNG] Move NGInlineNode data to NGInlineNodeData. (Closed)

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

Description

[LayoutNG] Move NGInlineNode data to NGInlineNodeData. In preparation for making NGInlineNode, NGBlockNode POD-like. BUG=636993 Review-Url: https://codereview.chromium.org/2836293004 Cr-Commit-Position: refs/heads/master@{#468547} Committed: https://chromium.googlesource.com/chromium/src/+/4b3d57d3066c29135644cf93bd3b3e8092aeeed2

Patch Set 1 #

Total comments: 2

Patch Set 2 : fixes! #

Patch Set 3 : works? #

Patch Set 4 : small fix #

Patch Set 5 : rebase. #

Patch Set 6 : rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+124 lines, -66 lines) Patch
M third_party/WebKit/Source/core/layout/BUILD.gn View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/layout/ng/inline/ng_inline_node.h View 1 6 chunks +16 lines, -20 lines 0 comments Download
M third_party/WebKit/Source/core/layout/ng/inline/ng_inline_node.cc View 1 2 7 chunks +34 lines, -28 lines 0 comments Download
A third_party/WebKit/Source/core/layout/ng/inline/ng_inline_node_data.h View 1 chunk +32 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/layout/ng/inline/ng_inline_node_test.cc View 1 3 chunks +22 lines, -15 lines 0 comments Download
M third_party/WebKit/Source/core/layout/ng/layout_ng_block_flow.h View 1 2 3 2 chunks +7 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/ng/layout_ng_block_flow.cc View 1 2 3 4 1 chunk +9 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/layout/ng/ng_block_node.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 21 (14 generated)
ikilpatrick
I just got this to compile... looking for input onto how to access the Data(). ...
3 years, 8 months ago (2017-04-26 00:36:11 UTC) #2
kojii
> looking for input onto how to access the Data() Any of them work for ...
3 years, 8 months ago (2017-04-26 02:21:17 UTC) #3
ikilpatrick
PTAL, moved to LayoutNGBlockFlow. https://codereview.chromium.org/2836293004/diff/1/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h File third_party/WebKit/Source/core/layout/LayoutBlockFlow.h (right): https://codereview.chromium.org/2836293004/diff/1/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h#newcode296 third_party/WebKit/Source/core/layout/LayoutBlockFlow.h:296: rare_data.ng_inline_node_data_ = WTF::WrapUnique(new NGInlineNodeData); On ...
3 years, 7 months ago (2017-05-01 20:46:35 UTC) #10
eae
LGTM
3 years, 7 months ago (2017-05-01 22:57:15 UTC) #13
kojii
lgtm, thank you!
3 years, 7 months ago (2017-05-02 03:11:59 UTC) #16
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/2836293004/100001
3 years, 7 months ago (2017-05-02 03:14:10 UTC) #18
commit-bot: I haz the power
3 years, 7 months ago (2017-05-02 03:20:53 UTC) #21
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/chromium/src/+/4b3d57d3066c29135644cf93bd3b...

Powered by Google App Engine
This is Rietveld 408576698