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

Issue 1876703002: Oilpan: Replace EAGERLY_FINALIZE in EventTarget's hierarchy with pre-finalizers (Closed)

Created:
4 years, 8 months ago by haraken
Modified:
4 years, 8 months ago
Reviewers:
oilpan-reviews, sof
CC:
chromium-reviews, michaeln, jsbell+serviceworker_chromium.org, serviceworker-reviews, toyoshim+midi_chromium.org, feature-media-reviews_chromium.org, mlamouri+watch-blink_chromium.org, philipj_slow, eric.carlson_apple.com, falken, tommyw+watchlist_chromium.org, kinuko+serviceworker, nhiroki, blink-reviews, horo+watch_chromium.org, tzik, mcasas+watch+mediastream_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Oilpan: Replace EAGERLY_FINALIZE in EventTarget's hierarchy with pre-finalizers This is a preparation for removing RefCountedGarbageCollectedEventTargetWithInlineData (https://codereview.chromium.org/1857143002/). Because of MSVC's bug (https://bugs.chromium.org/p/chromium/issues/detail?id=491995), we need to remove template<typename T> from RefCountedGarbageCollectedEventTargetWithInlineData. This means that we need to remove IsEagerlyFinalized<T> from RefCountedGarbageCollectedEventTargetWithInlineData. So this CL replaces EAGERLY_FINALIZE in EventTarget's hierarchy with pre-finalizers. BUG=585328 Committed: https://crrev.com/81ea6eb004c30f316611e9af3b556903483b6c97 Cr-Commit-Position: refs/heads/master@{#386344}

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+81 lines, -45 lines) Patch
M third_party/WebKit/Source/core/events/EventTarget.h View 1 chunk +1 line, -10 lines 0 comments Download
M third_party/WebKit/Source/modules/encryptedmedia/MediaKeySession.h View 3 chunks +2 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/encryptedmedia/MediaKeySession.cpp View 1 2 chunks +7 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/modules/mediasource/SourceBuffer.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/mediasource/SourceBuffer.cpp View 1 2 chunks +8 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/modules/mediastream/RTCDTMFSender.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/mediastream/RTCDTMFSender.cpp View 1 3 chunks +10 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/mediastream/RTCDataChannel.h View 3 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/mediastream/RTCDataChannel.cpp View 1 1 chunk +9 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/mediastream/RTCPeerConnection.h View 3 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/mediastream/RTCPeerConnection.cpp View 1 2 chunks +8 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.cpp View 1 2 chunks +8 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/webmidi/MIDIAccess.h View 2 chunks +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webmidi/MIDIAccess.cpp View 2 chunks +6 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/webusb/USB.h View 2 chunks +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webusb/USB.cpp View 1 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (4 generated)
haraken
PTAL
4 years, 8 months ago (2016-04-11 06:11:15 UTC) #2
sof
lgtm https://codereview.chromium.org/1876703002/diff/1/third_party/WebKit/Source/modules/encryptedmedia/MediaKeySession.h File third_party/WebKit/Source/modules/encryptedmedia/MediaKeySession.h (left): https://codereview.chromium.org/1876703002/diff/1/third_party/WebKit/Source/modules/encryptedmedia/MediaKeySession.h#oldcode96 third_party/WebKit/Source/modules/encryptedmedia/MediaKeySession.h:96: // Oilpan: eagerly release owned m_session, which in ...
4 years, 8 months ago (2016-04-11 06:23:32 UTC) #3
haraken
> https://codereview.chromium.org/1876703002/diff/1/third_party/WebKit/Source/modules/encryptedmedia/MediaKeySession.h > File third_party/WebKit/Source/modules/encryptedmedia/MediaKeySession.h (left): > > https://codereview.chromium.org/1876703002/diff/1/third_party/WebKit/Source/modules/encryptedmedia/MediaKeySession.h#oldcode96 > third_party/WebKit/Source/modules/encryptedmedia/MediaKeySession.h:96: // > Oilpan: eagerly ...
4 years, 8 months ago (2016-04-11 06:28:43 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1876703002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1876703002/20001
4 years, 8 months ago (2016-04-11 06:28:55 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 8 months ago (2016-04-11 07:37:01 UTC) #8
commit-bot: I haz the power
4 years, 8 months ago (2016-04-11 07:38:22 UTC) #10
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/81ea6eb004c30f316611e9af3b556903483b6c97
Cr-Commit-Position: refs/heads/master@{#386344}

Powered by Google App Engine
This is Rietveld 408576698