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

Issue 390043003: Move NodeListsNodeData class out of NodeRareData.h (Closed)

Created:
6 years, 5 months ago by Inactive
Modified:
6 years, 5 months ago
Reviewers:
esprehn, adamk
CC:
blink-reviews, blink-reviews-dom_chromium.org, dglazkov+blink, eae+blinkwatch, rwlbuis, sof
Project:
blink
Visibility:
Public.

Description

Move NodeListsNodeData class out of NodeRareData.h Move NodeListsNodeData class out of NodeRareData.h and into its own file as it contains quite a bit of code. It may also help in cases where we need NodeListsNodeData API but cannot include NodeRareData.h (because of circular dependency). R=esprehn@chromium.org, adamk@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=178090

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -363 lines) Patch
M Source/core/core.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
A + Source/core/dom/NodeListsNodeData.h View 3 chunks +4 lines, -106 lines 0 comments Download
A + Source/core/dom/NodeListsNodeData.cpp View 1 chunk +14 lines, -26 lines 2 comments Download
M Source/core/dom/NodeRareData.h View 2 chunks +1 line, -210 lines 0 comments Download
M Source/core/dom/NodeRareData.cpp View 1 chunk +0 lines, -21 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Inactive
6 years, 5 months ago (2014-07-14 15:52:18 UTC) #1
adamk
lgtm (with a nit about the diff that's probably unimportant; this looks like straight move ...
6 years, 5 months ago (2014-07-14 17:29:26 UTC) #2
Inactive
https://codereview.chromium.org/390043003/diff/1/Source/core/dom/NodeListsNodeData.cpp File Source/core/dom/NodeListsNodeData.cpp (left): https://codereview.chromium.org/390043003/diff/1/Source/core/dom/NodeListsNodeData.cpp#oldcode32 Source/core/dom/NodeListsNodeData.cpp:32: #include "core/timing/PerformanceEntry.h" On 2014/07/14 17:29:26, adamk wrote: > Unfortunate ...
6 years, 5 months ago (2014-07-14 17:35:13 UTC) #3
adamk
On 2014/07/14 at 17:35:13, ch.dumez wrote: > https://codereview.chromium.org/390043003/diff/1/Source/core/dom/NodeListsNodeData.cpp > File Source/core/dom/NodeListsNodeData.cpp (left): > > https://codereview.chromium.org/390043003/diff/1/Source/core/dom/NodeListsNodeData.cpp#oldcode32 ...
6 years, 5 months ago (2014-07-14 17:38:20 UTC) #4
Inactive
The CQ bit was checked by ch.dumez@samsung.com
6 years, 5 months ago (2014-07-14 17:38:54 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@samsung.com/390043003/1
6 years, 5 months ago (2014-07-14 17:39:24 UTC) #6
commit-bot: I haz the power
6 years, 5 months ago (2014-07-14 18:45:23 UTC) #7
Message was sent while issue was closed.
Change committed as 178090

Powered by Google App Engine
This is Rietveld 408576698