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

Issue 298873004: Oilpan: Move DOMEditor to the heap (Closed)

Created:
6 years, 7 months ago by keishi
Modified:
6 years, 6 months ago
CC:
blink-reviews, caseq+blink_chromium.org, loislo+blink_chromium.org, eustas+blink_chromium.org, malch+blink_chromium.org, yurys+blink_chromium.org, lushnikov+blink_chromium.org, vsevik+blink_chromium.org, pfeldman+blink_chromium.org, paulirish+reviews_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, sergeyv+blink_chromium.org, aandrey+blink_chromium.org
Visibility:
Public.

Description

Oilpan: Move DOMEditor to the heap BUG=340522 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=175947

Patch Set 1 #

Patch Set 2 : #

Total comments: 8

Patch Set 3 : Changed to Member, Added explicit #

Patch Set 4 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+135 lines, -58 lines) Patch
M Source/core/inspector/DOMEditor.h View 1 2 3 2 chunks +6 lines, -4 lines 0 comments Download
M Source/core/inspector/DOMEditor.cpp View 1 2 3 12 chunks +95 lines, -33 lines 0 comments Download
M Source/core/inspector/InspectorCSSAgent.cpp View 1 2 3 6 chunks +6 lines, -6 lines 0 comments Download
M Source/core/inspector/InspectorDOMAgent.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/inspector/InspectorDOMAgent.cpp View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/inspector/InspectorHistory.h View 1 2 4 chunks +12 lines, -8 lines 0 comments Download
M Source/core/inspector/InspectorHistory.cpp View 4 chunks +12 lines, -3 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
keishi
6 years, 7 months ago (2014-05-22 14:21:45 UTC) #1
pfeldman
https://codereview.chromium.org/298873004/diff/20001/Source/core/inspector/DOMEditor.h File Source/core/inspector/DOMEditor.h (right): https://codereview.chromium.org/298873004/diff/20001/Source/core/inspector/DOMEditor.h#newcode47 Source/core/inspector/DOMEditor.h:47: class DOMEditor FINAL : public NoBaseWillBeGarbageCollected<DOMEditor> { What is ...
6 years, 7 months ago (2014-05-22 14:47:20 UTC) #2
haraken
LGTM with comments but let's wait for an approval from Pavel. https://codereview.chromium.org/298873004/diff/20001/Source/core/inspector/DOMEditor.cpp File Source/core/inspector/DOMEditor.cpp (right): ...
6 years, 7 months ago (2014-05-22 20:19:31 UTC) #3
pfeldman
https://codereview.chromium.org/298873004/diff/20001/Source/core/inspector/DOMEditor.h File Source/core/inspector/DOMEditor.h (right): https://codereview.chromium.org/298873004/diff/20001/Source/core/inspector/DOMEditor.h#newcode47 Source/core/inspector/DOMEditor.h:47: class DOMEditor FINAL : public NoBaseWillBeGarbageCollected<DOMEditor> { Why moving ...
6 years, 7 months ago (2014-05-22 20:43:25 UTC) #4
haraken
https://codereview.chromium.org/298873004/diff/20001/Source/core/inspector/DOMEditor.h File Source/core/inspector/DOMEditor.h (right): https://codereview.chromium.org/298873004/diff/20001/Source/core/inspector/DOMEditor.h#newcode47 Source/core/inspector/DOMEditor.h:47: class DOMEditor FINAL : public NoBaseWillBeGarbageCollected<DOMEditor> { > Why ...
6 years, 7 months ago (2014-05-22 21:21:56 UTC) #5
keishi
https://codereview.chromium.org/298873004/diff/20001/Source/core/inspector/DOMEditor.cpp File Source/core/inspector/DOMEditor.cpp (right): https://codereview.chromium.org/298873004/diff/20001/Source/core/inspector/DOMEditor.cpp#newcode289 Source/core/inspector/DOMEditor.cpp:289: Node* m_newNode; On 2014/05/22 20:19:31, haraken wrote: > > ...
6 years, 7 months ago (2014-05-23 02:22:20 UTC) #6
pfeldman
> In the end, we're planning to move: > > - almost all RefCounted objects ...
6 years, 7 months ago (2014-05-23 05:32:12 UTC) #7
Mads Ager (chromium)
On 2014/05/23 05:32:12, pfeldman wrote: > > In the end, we're planning to move: > ...
6 years, 7 months ago (2014-05-23 06:44:53 UTC) #8
pfeldman
Page being a part of Oilpan heap is a convincing factor :) But it seems ...
6 years, 7 months ago (2014-05-23 08:14:24 UTC) #9
keishi
On 2014/05/23 08:14:24, pfeldman wrote: > Page being a part of Oilpan heap is a ...
6 years, 7 months ago (2014-05-23 08:31:00 UTC) #10
haraken
On 2014/05/23 08:14:24, pfeldman wrote: > Page being a part of Oilpan heap is a ...
6 years, 7 months ago (2014-05-23 08:37:21 UTC) #11
pfeldman
Alright, as long as you follow up on agents, lgtm. Thanks for explaining things to ...
6 years, 7 months ago (2014-05-23 08:47:24 UTC) #12
haraken
Shall we rebase this CL and push it to a commit queue?
6 years, 6 months ago (2014-06-11 05:36:00 UTC) #13
keishi
The CQ bit was checked by keishi@chromium.org
6 years, 6 months ago (2014-06-11 05:45:44 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/keishi@chromium.org/298873004/60001
6 years, 6 months ago (2014-06-11 05:46:15 UTC) #15
commit-bot: I haz the power
6 years, 6 months ago (2014-06-11 06:52:59 UTC) #16
Message was sent while issue was closed.
Change committed as 175947

Powered by Google App Engine
This is Rietveld 408576698