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

Issue 302263004: Oilpan: Move [WillBeGarbageCollected] from Node to EventTarget. (Closed)

Created:
6 years, 6 months ago by zerny-chromium
Modified:
6 years, 6 months ago
Reviewers:
tkent, haraken, sof
CC:
blink-reviews, jsbell+serviceworker_chromium.org, philipj_slow, arv+blink, feature-media-reviews_chromium.org, sof, eae+blinkwatch, serviceworker-reviews, eric.carlson_apple.com, nhiroki, blink-reviews-dom_chromium.org, dglazkov+blink, blink-reviews-html_chromium.org, kinuko+serviceworker, Inactive, falken, horo+watch_chromium.org, tzik, watchdog-blink-watchlist_google.com, alecflett+watch_chromium.org, rwlbuis, oilpan-reviews
Visibility:
Public.

Description

Oilpan: Move [WillBeGarbageCollected] from Node to EventTarget. BUG=357163 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=175380

Patch Set 1 #

Total comments: 5

Patch Set 2 : RC #

Patch Set 3 : update bindings test files #

Total comments: 9

Patch Set 4 : added MIDIConnectionEvent.cpp #

Patch Set 5 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -61 lines) Patch
M Source/bindings/tests/results/V8TestInterfaceEventTarget.h View 1 2 3 4 3 chunks +10 lines, -5 lines 0 comments Download
M Source/bindings/tests/results/V8TestInterfaceEventTarget.cpp View 1 2 5 chunks +6 lines, -4 lines 0 comments Download
M Source/bindings/tests/results/V8TestObject.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/Node.idl View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/events/EventTarget.idl View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/html/MediaController.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/MediaController.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/modules.gypi View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M Source/modules/serviceworkers/ServiceWorkerContainer.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/webmidi/MIDIConnectionEvent.h View 1 2 3 1 chunk +9 lines, -35 lines 0 comments Download
A + Source/modules/webmidi/MIDIConnectionEvent.cpp View 1 2 3 2 chunks +18 lines, -12 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
zerny-chromium
6 years, 6 months ago (2014-06-02 07:19:00 UTC) #1
haraken
https://codereview.chromium.org/302263004/diff/1/Source/modules/serviceworkers/ServiceWorkerContainer.h File Source/modules/serviceworkers/ServiceWorkerContainer.h (right): https://codereview.chromium.org/302263004/diff/1/Source/modules/serviceworkers/ServiceWorkerContainer.h#newcode56 Source/modules/serviceworkers/ServiceWorkerContainer.h:56: public RefCountedWillBeRefCountedGarbageCollected<ServiceWorkerContainer>, I'm curious why ServiceWorkerContainer needs to become ...
6 years, 6 months ago (2014-06-02 07:25:05 UTC) #2
zerny-chromium
Thanks for the review. https://codereview.chromium.org/302263004/diff/1/Source/modules/serviceworkers/ServiceWorkerContainer.h File Source/modules/serviceworkers/ServiceWorkerContainer.h (right): https://codereview.chromium.org/302263004/diff/1/Source/modules/serviceworkers/ServiceWorkerContainer.h#newcode56 Source/modules/serviceworkers/ServiceWorkerContainer.h:56: public RefCountedWillBeRefCountedGarbageCollected<ServiceWorkerContainer>, On 2014/06/02 07:25:06, ...
6 years, 6 months ago (2014-06-02 07:47:32 UTC) #3
sof
Have you run run-bindings-test and verified that the expected outputs did not change?
6 years, 6 months ago (2014-06-02 07:50:53 UTC) #4
haraken
https://codereview.chromium.org/302263004/diff/1/Source/modules/serviceworkers/ServiceWorkerContainer.h File Source/modules/serviceworkers/ServiceWorkerContainer.h (right): https://codereview.chromium.org/302263004/diff/1/Source/modules/serviceworkers/ServiceWorkerContainer.h#newcode56 Source/modules/serviceworkers/ServiceWorkerContainer.h:56: public RefCountedWillBeRefCountedGarbageCollected<ServiceWorkerContainer>, On 2014/06/02 07:47:33, zerny-chromium wrote: > On ...
6 years, 6 months ago (2014-06-02 07:54:32 UTC) #5
zerny-chromium
On 2014/06/02 07:50:53, sof wrote: > Have you run run-bindings-test and verified that the expected ...
6 years, 6 months ago (2014-06-02 12:32:32 UTC) #6
sof
https://codereview.chromium.org/302263004/diff/40001/Source/modules/webmidi/MIDIConnectionEvent.h File Source/modules/webmidi/MIDIConnectionEvent.h (right): https://codereview.chromium.org/302263004/diff/40001/Source/modules/webmidi/MIDIConnectionEvent.h#newcode45 Source/modules/webmidi/MIDIConnectionEvent.h:45: RefPtr<MIDIPort> port; Should this be RefPtrWillBeMember? (Dictionary.h needs updating ...
6 years, 6 months ago (2014-06-02 12:41:03 UTC) #7
haraken
https://codereview.chromium.org/302263004/diff/40001/Source/bindings/tests/results/V8TestInterfaceEventTarget.h File Source/bindings/tests/results/V8TestInterfaceEventTarget.h (right): https://codereview.chromium.org/302263004/diff/40001/Source/bindings/tests/results/V8TestInterfaceEventTarget.h#newcode40 Source/bindings/tests/results/V8TestInterfaceEventTarget.h:40: static const int internalFieldCount = v8DefaultWrapperInternalFieldCount + 2; oh, ...
6 years, 6 months ago (2014-06-02 12:41:17 UTC) #8
zerny-chromium
Thanks for the reviews! https://codereview.chromium.org/302263004/diff/40001/Source/bindings/tests/results/V8TestInterfaceEventTarget.h File Source/bindings/tests/results/V8TestInterfaceEventTarget.h (right): https://codereview.chromium.org/302263004/diff/40001/Source/bindings/tests/results/V8TestInterfaceEventTarget.h#newcode40 Source/bindings/tests/results/V8TestInterfaceEventTarget.h:40: static const int internalFieldCount = ...
6 years, 6 months ago (2014-06-02 13:06:48 UTC) #9
sof
https://codereview.chromium.org/302263004/diff/40001/Source/modules/webmidi/MIDIConnectionEvent.h File Source/modules/webmidi/MIDIConnectionEvent.h (right): https://codereview.chromium.org/302263004/diff/40001/Source/modules/webmidi/MIDIConnectionEvent.h#newcode45 Source/modules/webmidi/MIDIConnectionEvent.h:45: RefPtr<MIDIPort> port; On 2014/06/02 13:06:49, zerny-chromium wrote: > On ...
6 years, 6 months ago (2014-06-02 13:11:19 UTC) #10
zerny-chromium
Rebased on https://codereview.chromium.org/314603003 PTAL.
6 years, 6 months ago (2014-06-03 12:57:59 UTC) #11
haraken
LGTM, thanks!
6 years, 6 months ago (2014-06-03 13:04:58 UTC) #12
zerny-chromium
The CQ bit was checked by zerny@chromium.org
6 years, 6 months ago (2014-06-03 13:11:20 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zerny@chromium.org/302263004/70001
6 years, 6 months ago (2014-06-03 13:11:51 UTC) #14
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: blink_presubmit on tryserver.blink ...
6 years, 6 months ago (2014-06-03 14:27:16 UTC) #15
commit-bot: I haz the power
6 years, 6 months ago (2014-06-03 15:27:54 UTC) #16
Message was sent while issue was closed.
Change committed as 175380

Powered by Google App Engine
This is Rietveld 408576698