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

Issue 1943803002: Move PseudoElements storage to their own object. (Closed)

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

Description

Move PseudoElements storage to their own object. BUG=479745 Committed: https://crrev.com/c7d5ebe0a8549633679ace6426a72434c0c8511f Cr-Commit-Position: refs/heads/master@{#392026}

Patch Set 1 : #

Total comments: 10

Patch Set 2 : Updated as per review comments #

Patch Set 3 : Updated as per review comments #

Total comments: 8

Patch Set 4 : Updated as per review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+116 lines, -54 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/ElementRareData.h View 1 2 3 3 chunks +14 lines, -49 lines 0 comments Download
M third_party/WebKit/Source/core/dom/ElementRareData.cpp View 2 chunks +2 lines, -5 lines 0 comments Download
A third_party/WebKit/Source/core/dom/PseudoElementData.h View 1 2 3 1 chunk +99 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (5 generated)
ramya.v
PTAL! Thanks
4 years, 7 months ago (2016-05-04 07:12:25 UTC) #3
Timothy Loh
sof: It seems unfortunate that NodeRareData, and now PseudoElementData also, are finalized even though the ...
4 years, 7 months ago (2016-05-05 06:39:33 UTC) #4
sof
https://codereview.chromium.org/1943803002/diff/20001/third_party/WebKit/Source/core/dom/ElementRareData.h File third_party/WebKit/Source/core/dom/ElementRareData.h (right): https://codereview.chromium.org/1943803002/diff/20001/third_party/WebKit/Source/core/dom/ElementRareData.h#newcode196 third_party/WebKit/Source/core/dom/ElementRareData.h:196: if (m_pseudoElementData) How about (unconditionally) doing m_pseudoElementData.clear() ? i.e., ...
4 years, 7 months ago (2016-05-05 06:54:41 UTC) #6
sof
On 2016/05/05 06:39:33, Timothy Loh wrote: > sof: It seems unfortunate that NodeRareData, and now ...
4 years, 7 months ago (2016-05-05 07:07:13 UTC) #7
ramya.v
Updated as per review comments. PTAL! Thanks. https://codereview.chromium.org/1943803002/diff/20001/third_party/WebKit/Source/core/dom/ElementRareData.h File third_party/WebKit/Source/core/dom/ElementRareData.h (right): https://codereview.chromium.org/1943803002/diff/20001/third_party/WebKit/Source/core/dom/ElementRareData.h#newcode196 third_party/WebKit/Source/core/dom/ElementRareData.h:196: if (m_pseudoElementData) ...
4 years, 7 months ago (2016-05-05 08:57:10 UTC) #8
sof
https://codereview.chromium.org/1943803002/diff/20001/third_party/WebKit/Source/core/dom/ElementRareData.h File third_party/WebKit/Source/core/dom/ElementRareData.h (right): https://codereview.chromium.org/1943803002/diff/20001/third_party/WebKit/Source/core/dom/ElementRareData.h#newcode196 third_party/WebKit/Source/core/dom/ElementRareData.h:196: if (m_pseudoElementData) On 2016/05/05 08:57:09, ramya.v wrote: > On ...
4 years, 7 months ago (2016-05-05 13:21:25 UTC) #9
ramya.v
https://codereview.chromium.org/1943803002/diff/20001/third_party/WebKit/Source/core/dom/ElementRareData.h File third_party/WebKit/Source/core/dom/ElementRareData.h (right): https://codereview.chromium.org/1943803002/diff/20001/third_party/WebKit/Source/core/dom/ElementRareData.h#newcode196 third_party/WebKit/Source/core/dom/ElementRareData.h:196: if (m_pseudoElementData) On 2016/05/05 13:21:25, sof wrote: > On ...
4 years, 7 months ago (2016-05-06 04:07:14 UTC) #10
sof
https://codereview.chromium.org/1943803002/diff/60001/third_party/WebKit/Source/core/dom/ElementRareData.h File third_party/WebKit/Source/core/dom/ElementRareData.h (right): https://codereview.chromium.org/1943803002/diff/60001/third_party/WebKit/Source/core/dom/ElementRareData.h#newcode198 third_party/WebKit/Source/core/dom/ElementRareData.h:198: m_pseudoElementData.clear(); Make this if (m_pseudoElementData) { m_pseudoElementData->clearPseudoElements(); m_pseudoElementData.clear(); } ...
4 years, 7 months ago (2016-05-06 05:22:15 UTC) #11
ramya.v
PTAL! Thanks https://codereview.chromium.org/1943803002/diff/60001/third_party/WebKit/Source/core/dom/ElementRareData.h File third_party/WebKit/Source/core/dom/ElementRareData.h (right): https://codereview.chromium.org/1943803002/diff/60001/third_party/WebKit/Source/core/dom/ElementRareData.h#newcode198 third_party/WebKit/Source/core/dom/ElementRareData.h:198: m_pseudoElementData.clear(); On 2016/05/06 05:22:15, sof wrote: > ...
4 years, 7 months ago (2016-05-06 06:16:06 UTC) #12
sof
lgtm
4 years, 7 months ago (2016-05-06 06:18:24 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1943803002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1943803002/80001
4 years, 7 months ago (2016-05-06 06:20:11 UTC) #15
commit-bot: I haz the power
Committed patchset #4 (id:80001)
4 years, 7 months ago (2016-05-06 09:21:36 UTC) #16
commit-bot: I haz the power
4 years, 7 months ago (2016-05-06 09:23:12 UTC) #18
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/c7d5ebe0a8549633679ace6426a72434c0c8511f
Cr-Commit-Position: refs/heads/master@{#392026}

Powered by Google App Engine
This is Rietveld 408576698