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

Issue 278803002: Oilpan: Prepare to move IdTargetObserver and IdTargetObserverRegistry to Oilpan heap. (Closed)

Created:
6 years, 7 months ago by tkent
Modified:
6 years, 7 months ago
CC:
blink-reviews, blink-reviews-html_chromium.org, sof, eae+blinkwatch, blink-reviews-dom_chromium.org, dglazkov+blink, rwlbuis
Visibility:
Public.

Description

Oilpan: Prepare to move IdTargetObserver and IdTargetObserverRegistry to Oilpan heap. BUG=357163 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=173747

Patch Set 1 #

Total comments: 6

Patch Set 2 : apply comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+64 lines, -32 lines) Patch
M Source/core/dom/IdTargetObserver.h View 1 2 chunks +6 lines, -2 lines 0 comments Download
M Source/core/dom/IdTargetObserver.cpp View 1 1 chunk +10 lines, -5 lines 0 comments Download
M Source/core/dom/IdTargetObserverRegistry.h View 1 2 chunks +10 lines, -7 lines 0 comments Download
M Source/core/dom/IdTargetObserverRegistry.cpp View 4 chunks +12 lines, -6 lines 0 comments Download
M Source/core/dom/TreeScope.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/TreeScope.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/html/FormAssociatedElement.cpp View 2 chunks +8 lines, -3 lines 0 comments Download
M Source/core/html/HTMLInputElement.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/HTMLInputElement.cpp View 5 chunks +14 lines, -6 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
tkent
Please review this.
6 years, 7 months ago (2014-05-09 06:38:21 UTC) #1
keishi
lgtm
6 years, 7 months ago (2014-05-09 06:57:56 UTC) #2
haraken
LGTM https://codereview.chromium.org/278803002/diff/1/Source/core/dom/IdTargetObserverRegistry.h File Source/core/dom/IdTargetObserverRegistry.h (right): https://codereview.chromium.org/278803002/diff/1/Source/core/dom/IdTargetObserverRegistry.h#newcode56 Source/core/dom/IdTargetObserverRegistry.h:56: typedef WillBeHeapHashSet<RawPtrWillBeMember<IdTargetObserver> > ObserverSet; Just to confirm: This ...
6 years, 7 months ago (2014-05-09 07:01:34 UTC) #3
zerny-chromium
lgtm https://codereview.chromium.org/278803002/diff/1/Source/core/dom/IdTargetObserverRegistry.h File Source/core/dom/IdTargetObserverRegistry.h (right): https://codereview.chromium.org/278803002/diff/1/Source/core/dom/IdTargetObserverRegistry.h#newcode40 Source/core/dom/IdTargetObserverRegistry.h:40: class IdTargetObserverRegistry : public NoBaseWillBeGarbageCollectedFinalized<IdTargetObserverRegistry> { FINAL
6 years, 7 months ago (2014-05-09 08:01:49 UTC) #4
wibling-chromium
lgtm https://codereview.chromium.org/278803002/diff/1/Source/core/dom/IdTargetObserver.h File Source/core/dom/IdTargetObserver.h (right): https://codereview.chromium.org/278803002/diff/1/Source/core/dom/IdTargetObserver.h#newcode47 Source/core/dom/IdTargetObserver.h:47: RawPtrWillBeMember<IdTargetObserverRegistry> m_registry; NIT: Have you considered adding a ...
6 years, 7 months ago (2014-05-09 08:23:47 UTC) #5
tkent
https://codereview.chromium.org/278803002/diff/1/Source/core/dom/IdTargetObserver.h File Source/core/dom/IdTargetObserver.h (right): https://codereview.chromium.org/278803002/diff/1/Source/core/dom/IdTargetObserver.h#newcode47 Source/core/dom/IdTargetObserver.h:47: RawPtrWillBeMember<IdTargetObserverRegistry> m_registry; On 2014/05/09 08:23:47, wibling-chromium wrote: > NIT: ...
6 years, 7 months ago (2014-05-09 09:37:20 UTC) #6
tkent
The CQ bit was checked by tkent@chromium.org
6 years, 7 months ago (2014-05-09 09:37:24 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tkent@chromium.org/278803002/20001
6 years, 7 months ago (2014-05-09 09:39:30 UTC) #8
commit-bot: I haz the power
6 years, 7 months ago (2014-05-09 11:49:10 UTC) #9
Message was sent while issue was closed.
Change committed as 173747

Powered by Google App Engine
This is Rietveld 408576698