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

Issue 313023004: Oilpan: Replace RefPtr to Node in MutationObserver-related classes with Oilpan transition types. (Closed)

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

Description

Oilpan: Replace RefPtr to Node in MutationObserver-related classes with Oilpan transition types. BUG=357163 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=175474

Patch Set 1 #

Total comments: 4

Patch Set 2 : OwnPtrWillBeMember #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -13 lines) Patch
M Source/core/dom/MutationObserverRegistration.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/dom/MutationObserverRegistration.cpp View 1 2 chunks +4 lines, -1 line 0 comments Download
M Source/core/dom/MutationRecord.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/dom/MutationRecord.cpp View 5 chunks +7 lines, -7 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
tkent
Please take a look at this.
6 years, 6 months ago (2014-06-04 07:21:30 UTC) #1
haraken
LGTM https://codereview.chromium.org/313023004/diff/1/Source/core/dom/MutationObserverRegistration.h File Source/core/dom/MutationObserverRegistration.h (right): https://codereview.chromium.org/313023004/diff/1/Source/core/dom/MutationObserverRegistration.h#newcode75 Source/core/dom/MutationObserverRegistration.h:75: OwnPtr<NodeHashSet> m_transientRegistrationNodes; This should be OwnPtrWillBeMember<NodeHashSet>. OwnPtr<WillBeHeapHashSet> doesn't ...
6 years, 6 months ago (2014-06-04 07:25:33 UTC) #2
sof
https://codereview.chromium.org/313023004/diff/1/Source/core/dom/MutationObserverRegistration.h File Source/core/dom/MutationObserverRegistration.h (right): https://codereview.chromium.org/313023004/diff/1/Source/core/dom/MutationObserverRegistration.h#newcode75 Source/core/dom/MutationObserverRegistration.h:75: OwnPtr<NodeHashSet> m_transientRegistrationNodes; If we want to lazily instantiate the ...
6 years, 6 months ago (2014-06-04 07:26:22 UTC) #3
zerny-chromium
lgtm https://codereview.chromium.org/313023004/diff/1/Source/core/dom/MutationObserverRegistration.h File Source/core/dom/MutationObserverRegistration.h (right): https://codereview.chromium.org/313023004/diff/1/Source/core/dom/MutationObserverRegistration.h#newcode75 Source/core/dom/MutationObserverRegistration.h:75: OwnPtr<NodeHashSet> m_transientRegistrationNodes; I'm surprised that this does not ...
6 years, 6 months ago (2014-06-04 07:45:59 UTC) #4
zerny-chromium
On 2014/06/04 07:45:59, zerny-chromium wrote: > lgtm > > https://codereview.chromium.org/313023004/diff/1/Source/core/dom/MutationObserverRegistration.h > File Source/core/dom/MutationObserverRegistration.h (right): > ...
6 years, 6 months ago (2014-06-04 08:37:44 UTC) #5
tkent
https://codereview.chromium.org/313023004/diff/1/Source/core/dom/MutationObserverRegistration.h File Source/core/dom/MutationObserverRegistration.h (right): https://codereview.chromium.org/313023004/diff/1/Source/core/dom/MutationObserverRegistration.h#newcode75 Source/core/dom/MutationObserverRegistration.h:75: OwnPtr<NodeHashSet> m_transientRegistrationNodes; On 2014/06/04 07:45:59, zerny-chromium wrote: > I'm ...
6 years, 6 months ago (2014-06-04 09:20:23 UTC) #6
tkent
The CQ bit was checked by tkent@chromium.org
6 years, 6 months ago (2014-06-04 09:20:29 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/313023004/20001
6 years, 6 months ago (2014-06-04 09:21:09 UTC) #8
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: mac_blink_compile_dbg on tryserver.blink ...
6 years, 6 months ago (2014-06-04 10:45:03 UTC) #9
commit-bot: I haz the power
6 years, 6 months ago (2014-06-04 10:58:23 UTC) #10
Message was sent while issue was closed.
Change committed as 175474

Powered by Google App Engine
This is Rietveld 408576698