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

Issue 331623002: Oilpan: Prepare to move EventQueue and its subclasses to Oilpan heap. (Closed)

Created:
6 years, 6 months ago by tkent
Modified:
6 years, 6 months ago
CC:
blink-reviews, philipj_slow, blink-reviews-html_chromium.org, gasubic, fs, eric.carlson_apple.com, falken, feature-media-reviews_chromium.org, dglazkov+blink, nessy, kinuko+worker_chromium.org, horo+watch_chromium.org, vcarbune.chromium
Project:
blink
Visibility:
Public.

Description

Oilpan: Prepare to move EventQueue and its subclasses to Oilpan heap. This CL removes WTF_MAKE_FAST_ALLOCATED in TimerBase for Oilpan because new/delete defined by it conflict with new/delete defined by GarbageCollected in DOMWindowEventQueueTimer. BUG= Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=176064

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+81 lines, -39 lines) Patch
M Source/core/events/DOMWindowEventQueue.h View 2 chunks +11 lines, -5 lines 0 comments Download
M Source/core/events/DOMWindowEventQueue.cpp View 4 chunks +17 lines, -8 lines 0 comments Download
M Source/core/events/EventQueue.h View 1 chunk +2 lines, -1 line 0 comments Download
M Source/core/events/GenericEventQueue.h View 2 chunks +6 lines, -5 lines 0 comments Download
M Source/core/events/GenericEventQueue.cpp View 3 chunks +11 lines, -4 lines 0 comments Download
M Source/core/frame/DOMWindow.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/frame/DOMWindow.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/html/HTMLFormElement.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLFormElement.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/html/HTMLMediaElement.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLMediaElement.cpp View 3 chunks +6 lines, -4 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, -0 lines 0 comments Download
M Source/core/html/track/TextTrackList.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/track/TextTrackList.cpp View 2 chunks +6 lines, -2 lines 2 comments Download
M Source/core/workers/WorkerEventQueue.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/workers/WorkerEventQueue.cpp View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/modules/encryptedmedia/MediaKeySession.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/encryptedmedia/MediaKeySession.cpp View 2 chunks +6 lines, -0 lines 0 comments Download
M Source/modules/mediasource/MediaSource.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/mediasource/MediaSource.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M Source/platform/Timer.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 10 (0 generated)
tkent
Please review this.
6 years, 6 months ago (2014-06-12 09:24:33 UTC) #1
haraken
LGTM https://codereview.chromium.org/331623002/diff/1/Source/core/html/track/TextTrackList.cpp File Source/core/html/track/TextTrackList.cpp (right): https://codereview.chromium.org/331623002/diff/1/Source/core/html/track/TextTrackList.cpp#newcode54 Source/core/html/track/TextTrackList.cpp:54: m_asyncEventQueue->close(); In non-oilpan builds, some destructors call close(), ...
6 years, 6 months ago (2014-06-12 10:48:51 UTC) #2
wibling-chromium
lgtm
6 years, 6 months ago (2014-06-12 11:25:38 UTC) #3
zerny-chromium
lgtm2
6 years, 6 months ago (2014-06-12 14:02:13 UTC) #4
tkent
https://codereview.chromium.org/331623002/diff/1/Source/core/html/track/TextTrackList.cpp File Source/core/html/track/TextTrackList.cpp (right): https://codereview.chromium.org/331623002/diff/1/Source/core/html/track/TextTrackList.cpp#newcode54 Source/core/html/track/TextTrackList.cpp:54: m_asyncEventQueue->close(); On 2014/06/12 10:48:51, haraken wrote: > > In ...
6 years, 6 months ago (2014-06-12 23:50:12 UTC) #5
tkent
The CQ bit was checked by tkent@chromium.org
6 years, 6 months ago (2014-06-12 23:50:17 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tkent@chromium.org/331623002/1
6 years, 6 months ago (2014-06-12 23:50:53 UTC) #7
commit-bot: I haz the power
Change committed as 176064
6 years, 6 months ago (2014-06-12 23:55:16 UTC) #8
sof
Appears to have broken unit tests? http://build.chromium.org/p/chromium.webkit/builders/WebKit%20Win%20Oilpan%20%28dbg%29/builds/2078
6 years, 6 months ago (2014-06-13 06:06:33 UTC) #9
sof
6 years, 6 months ago (2014-06-13 06:20:08 UTC) #10
Message was sent while issue was closed.
On 2014/06/13 06:06:33, sof wrote:
> Appears to have broken unit tests?
> 
> 
>
http://build.chromium.org/p/chromium.webkit/builders/WebKit%20Win%20Oilpan%20...

Taking care of it.

Powered by Google App Engine
This is Rietveld 408576698