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

Issue 1580883002: Oilpan: move AsyncMethodRunner to the heap. (Closed)

Created:
4 years, 11 months ago by sof
Modified:
4 years, 11 months ago
Reviewers:
oilpan-reviews, haraken
CC:
chromium-reviews, Peter Beverloo, oilpan-reviews, Mads Ager (chromium), mlamouri+watch-blink_chromium.org, blink-reviews-css, philipj_slow, tommyw+watchlist_chromium.org, eric.carlson_apple.com, haraken, feature-media-reviews_chromium.org, dglazkov+blink, apavlov+blink_chromium.org, darktears, blink-reviews, kinuko+watch, kouhei+heap_chromium.org, rwlbuis
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Oilpan: move AsyncMethodRunner to the heap. Simplify and keep AsyncMethodRunner<T> on the heap always. R=haraken BUG=363031 Committed: https://crrev.com/3757f656d8bb15d11d9af2b2a0093b4b734df817 Cr-Commit-Position: refs/heads/master@{#369141}

Patch Set 1 #

Total comments: 7

Patch Set 2 : rename to RawPtrOrMemberTrait<> #

Unified diffs Side-by-side diffs Delta from patch set Stats (+108 lines, -84 lines) Patch
M third_party/WebKit/Source/core/css/FontFaceSet.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/FontFaceSet.cpp View 4 chunks +9 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/modules/gamepad/NavigatorGamepad.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/gamepad/NavigatorGamepad.cpp View 6 chunks +8 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/modules/mediarecorder/MediaRecorder.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/mediarecorder/MediaRecorder.cpp View 4 chunks +5 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/mediasource/SourceBuffer.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/mediasource/SourceBuffer.cpp View 8 chunks +23 lines, -20 lines 0 comments Download
M third_party/WebKit/Source/modules/mediastream/RTCPeerConnection.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/mediastream/RTCPeerConnection.cpp View 5 chunks +6 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/modules/notifications/Notification.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/notifications/Notification.cpp View 3 chunks +6 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/AsyncMethodRunner.h View 1 2 chunks +30 lines, -17 lines 0 comments Download
M third_party/WebKit/Source/platform/heap/Handle.h View 1 2 chunks +13 lines, -13 lines 0 comments Download

Messages

Total messages: 21 (10 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1580883002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1580883002/1
4 years, 11 months ago (2016-01-12 21:47:27 UTC) #2
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 11 months ago (2016-01-12 23:00:14 UTC) #4
sof
please take a look. I think it is time to remove these AsyncMethodRunner wrinkles, but ...
4 years, 11 months ago (2016-01-13 06:19:52 UTC) #7
haraken
LGTM Just to confirm: Assume that X and AsyncMethodRunner<X> die together and due to the ...
4 years, 11 months ago (2016-01-13 07:41:56 UTC) #9
sof
https://codereview.chromium.org/1580883002/diff/1/third_party/WebKit/Source/core/css/FontFaceSet.cpp File third_party/WebKit/Source/core/css/FontFaceSet.cpp (right): https://codereview.chromium.org/1580883002/diff/1/third_party/WebKit/Source/core/css/FontFaceSet.cpp#newcode129 third_party/WebKit/Source/core/css/FontFaceSet.cpp:129: stop(); On 2016/01/13 07:41:56, haraken wrote: > > Do ...
4 years, 11 months ago (2016-01-13 07:49:46 UTC) #10
sof
On 2016/01/13 07:41:56, haraken wrote: > LGTM > > Just to confirm: Assume that X ...
4 years, 11 months ago (2016-01-13 07:52:16 UTC) #11
haraken
https://codereview.chromium.org/1580883002/diff/1/third_party/WebKit/Source/core/css/FontFaceSet.cpp File third_party/WebKit/Source/core/css/FontFaceSet.cpp (right): https://codereview.chromium.org/1580883002/diff/1/third_party/WebKit/Source/core/css/FontFaceSet.cpp#newcode129 third_party/WebKit/Source/core/css/FontFaceSet.cpp:129: stop(); On 2016/01/13 07:49:46, sof wrote: > On 2016/01/13 ...
4 years, 11 months ago (2016-01-13 07:57:34 UTC) #12
sof
https://codereview.chromium.org/1580883002/diff/1/third_party/WebKit/Source/platform/heap/Handle.h File third_party/WebKit/Source/platform/heap/Handle.h (right): https://codereview.chromium.org/1580883002/diff/1/third_party/WebKit/Source/platform/heap/Handle.h#newcode1200 third_party/WebKit/Source/platform/heap/Handle.h:1200: class PointerFieldStorageTrait { On 2016/01/13 07:41:56, haraken wrote: > ...
4 years, 11 months ago (2016-01-13 09:41:17 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1580883002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1580883002/20001
4 years, 11 months ago (2016-01-13 09:42:02 UTC) #17
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 11 months ago (2016-01-13 11:07:49 UTC) #19
commit-bot: I haz the power
4 years, 11 months ago (2016-01-13 11:08:55 UTC) #21
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/3757f656d8bb15d11d9af2b2a0093b4b734df817
Cr-Commit-Position: refs/heads/master@{#369141}

Powered by Google App Engine
This is Rietveld 408576698