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

Issue 1904703002: Move v0 things from ShadowRootRareData into ShadowRootRareDataV0 (Closed)

Created:
4 years, 8 months ago by hayato
Modified:
4 years, 8 months ago
Reviewers:
tkent, kochi
CC:
blink-reviews, blink-reviews-dom_chromium.org, chromium-reviews, dglazkov+blink, eae+blinkwatch, rwlbuis, sof, webcomponents-bugzilla_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move v0 things from ShadowRootRareData into ShadowRootRareDataV0 It is uncomfortable that we are mixing data for v0 and v1 in one place, ShadowRoot (and ShadowRootRareData). It is nice to separate them cleanly. This CL introduces ShadowRootRareDavaV0 and move some of data into it. I'll do another clean up in follow-up CLs, moving some of data in ShadowRoot into ShadowRootRareDataV0. BUG=531990 Committed: https://crrev.com/a457c140f456055a5d9fda5bea4d2741d9e2cb6d Cr-Commit-Position: refs/heads/master@{#388718}

Patch Set 1 #

Total comments: 8

Patch Set 2 : fixed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -97 lines) Patch
M third_party/WebKit/Source/core/core.gypi View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/dom/shadow/ShadowRoot.h View 3 chunks +4 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/dom/shadow/ShadowRoot.cpp View 1 6 chunks +26 lines, -15 lines 0 comments Download
M third_party/WebKit/Source/core/dom/shadow/ShadowRootRareData.h View 2 chunks +1 line, -48 lines 0 comments Download
A + third_party/WebKit/Source/core/dom/shadow/ShadowRootRareDataV0.h View 3 chunks +6 lines, -34 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 22 (10 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1904703002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1904703002/1
4 years, 8 months ago (2016-04-20 13:55:10 UTC) #2
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-20 15:14:23 UTC) #4
hayato
PTAL
4 years, 8 months ago (2016-04-21 05:13:35 UTC) #8
kochi
You also need to add 'ShadowRootRareDataV0.h' in Source/core/core.gypi.
4 years, 8 months ago (2016-04-21 05:43:35 UTC) #10
tkent
https://codereview.chromium.org/1904703002/diff/1/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.cpp File third_party/WebKit/Source/core/dom/shadow/ShadowRoot.cpp (right): https://codereview.chromium.org/1904703002/diff/1/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.cpp#newcode59 third_party/WebKit/Source/core/dom/shadow/ShadowRoot.cpp:59: , m_shadowRootRareData(nullptr) You don't need to initialize Member<T> with ...
4 years, 8 months ago (2016-04-21 05:46:01 UTC) #11
hayato
fixed
4 years, 8 months ago (2016-04-21 06:32:42 UTC) #13
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1904703002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1904703002/20001
4 years, 8 months ago (2016-04-21 06:32:56 UTC) #14
hayato
core.gypi is updated. https://codereview.chromium.org/1904703002/diff/1/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.cpp File third_party/WebKit/Source/core/dom/shadow/ShadowRoot.cpp (right): https://codereview.chromium.org/1904703002/diff/1/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.cpp#newcode59 third_party/WebKit/Source/core/dom/shadow/ShadowRoot.cpp:59: , m_shadowRootRareData(nullptr) Done https://codereview.chromium.org/1904703002/diff/1/third_party/WebKit/Source/core/dom/shadow/ShadowRoot.cpp#newcode211 third_party/WebKit/Source/core/dom/shadow/ShadowRoot.cpp:211: return ...
4 years, 8 months ago (2016-04-21 06:33:28 UTC) #15
tkent
lgtm
4 years, 8 months ago (2016-04-21 06:37:05 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1904703002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1904703002/20001
4 years, 8 months ago (2016-04-21 07:07:23 UTC) #19
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 8 months ago (2016-04-21 08:07:11 UTC) #20
commit-bot: I haz the power
4 years, 8 months ago (2016-04-22 19:32:29 UTC) #22
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/a457c140f456055a5d9fda5bea4d2741d9e2cb6d
Cr-Commit-Position: refs/heads/master@{#388718}

Powered by Google App Engine
This is Rietveld 408576698