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

Issue 294053006: Oilpan: Use transition types for HTMLMediaElement and make AudioSourceProviderClient a GC mixin. (Closed)

Created:
6 years, 7 months ago by zerny-chromium
Modified:
6 years, 6 months ago
CC:
blink-reviews, blink-reviews-html_chromium.org, philipj_slow, gasubic, fs, eric.carlson_apple.com, Raymond Toy, feature-media-reviews_chromium.org, dglazkov+blink, nessy, vcarbune.chromium, oilpan-reviews
Visibility:
Public.

Description

Oilpan: Use transition types for HTMLMediaElement and make AudioSourceProviderClient a GC mixin. BUG=357163 R=haraken@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=176013

Patch Set 1 #

Total comments: 7

Patch Set 2 : weak member #

Total comments: 4

Patch Set 3 : RC #

Total comments: 6

Patch Set 4 : RC2 #

Patch Set 5 : rebase and compile fix #

Patch Set 6 : #if WEB_AUDIO #

Patch Set 7 : removed build fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -19 lines) Patch
M Source/core/html/HTMLMediaElement.h View 1 2 3 4 5 3 chunks +6 lines, -2 lines 0 comments Download
M Source/core/html/HTMLMediaElement.cpp View 1 2 3 4 5 5 chunks +31 lines, -13 lines 0 comments Download
M Source/modules/webaudio/MediaElementAudioSourceNode.h View 2 chunks +4 lines, -1 line 0 comments Download
M Source/modules/webaudio/MediaElementAudioSourceNode.cpp View 2 chunks +9 lines, -0 lines 0 comments Download
M Source/modules/webaudio/MediaStreamAudioSourceNode.h View 1 2 3 2 chunks +5 lines, -2 lines 0 comments Download
M Source/modules/webaudio/MediaStreamAudioSourceNode.cpp View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download
M Source/platform/audio/AudioSourceProviderClient.h View 1 chunk +4 lines, -1 line 0 comments Download

Messages

Total messages: 38 (0 generated)
zerny-chromium
6 years, 7 months ago (2014-05-21 15:58:44 UTC) #1
haraken
https://codereview.chromium.org/294053006/diff/1/Source/core/html/HTMLMediaElement.cpp File Source/core/html/HTMLMediaElement.cpp (right): https://codereview.chromium.org/294053006/diff/1/Source/core/html/HTMLMediaElement.cpp#newcode373 Source/core/html/HTMLMediaElement.cpp:373: ASSERT(!m_audioSourceNode); I'm curious why you added this ASSERT. If ...
6 years, 7 months ago (2014-05-21 16:35:58 UTC) #2
zerny-chromium
Thanks for the review. https://codereview.chromium.org/294053006/diff/1/Source/core/html/HTMLMediaElement.cpp File Source/core/html/HTMLMediaElement.cpp (right): https://codereview.chromium.org/294053006/diff/1/Source/core/html/HTMLMediaElement.cpp#newcode373 Source/core/html/HTMLMediaElement.cpp:373: ASSERT(!m_audioSourceNode); On 2014/05/21 16:35:58, haraken ...
6 years, 7 months ago (2014-05-22 05:54:31 UTC) #3
haraken
https://codereview.chromium.org/294053006/diff/1/Source/core/html/HTMLMediaElement.h File Source/core/html/HTMLMediaElement.h (right): https://codereview.chromium.org/294053006/diff/1/Source/core/html/HTMLMediaElement.h#newcode517 Source/core/html/HTMLMediaElement.h:517: RawPtrWillBeMember<AudioSourceProviderClient> m_audioSourceNode; On 2014/05/22 05:54:32, zerny-chromium wrote: > > ...
6 years, 7 months ago (2014-05-22 07:33:35 UTC) #4
zerny-chromium
On 2014/05/22 07:33:35, haraken wrote: > https://codereview.chromium.org/294053006/diff/1/Source/core/html/HTMLMediaElement.h > File Source/core/html/HTMLMediaElement.h (right): > > https://codereview.chromium.org/294053006/diff/1/Source/core/html/HTMLMediaElement.h#newcode517 > ...
6 years, 7 months ago (2014-05-22 07:39:48 UTC) #5
haraken
On 2014/05/22 07:39:48, zerny-chromium wrote: > On 2014/05/22 07:33:35, haraken wrote: > > > https://codereview.chromium.org/294053006/diff/1/Source/core/html/HTMLMediaElement.h ...
6 years, 7 months ago (2014-05-22 07:48:02 UTC) #6
Mads Ager (chromium)
https://codereview.chromium.org/294053006/diff/1/Source/core/html/HTMLMediaElement.cpp File Source/core/html/HTMLMediaElement.cpp (right): https://codereview.chromium.org/294053006/diff/1/Source/core/html/HTMLMediaElement.cpp#newcode373 Source/core/html/HTMLMediaElement.cpp:373: ASSERT(!m_audioSourceNode); On 2014/05/22 05:54:32, zerny-chromium wrote: > On 2014/05/21 ...
6 years, 7 months ago (2014-05-22 08:02:55 UTC) #7
zerny-chromium
On 2014/05/22 08:02:55, Mads Ager (chromium) wrote: > https://codereview.chromium.org/294053006/diff/1/Source/core/html/HTMLMediaElement.cpp > File Source/core/html/HTMLMediaElement.cpp (right): > > ...
6 years, 7 months ago (2014-05-22 08:23:12 UTC) #8
haraken
+acolwell
6 years, 7 months ago (2014-05-22 08:31:16 UTC) #9
zerny-chromium
acolwell@ Do you know if the pointer from HTMLMediaElement to MediaElementAudioSourceNode needs to have weak ...
6 years, 6 months ago (2014-06-03 06:25:33 UTC) #10
acolwell GONE FROM CHROMIUM
On 2014/06/03 06:25:33, zerny-chromium wrote: > acolwell@ Do you know if the pointer from HTMLMediaElement ...
6 years, 6 months ago (2014-06-03 20:18:01 UTC) #11
haraken
On 2014/06/03 20:18:01, acolwell wrote: > On 2014/06/03 06:25:33, zerny-chromium wrote: > > acolwell@ Do ...
6 years, 6 months ago (2014-06-03 23:26:15 UTC) #12
zerny-chromium
On 2014/06/03 23:26:15, haraken wrote: > On 2014/06/03 20:18:01, acolwell wrote: > > On 2014/06/03 ...
6 years, 6 months ago (2014-06-04 05:04:52 UTC) #13
zerny-chromium
On 2014/06/04 05:04:52, zerny-chromium wrote: > On 2014/06/03 23:26:15, haraken wrote: > > On 2014/06/03 ...
6 years, 6 months ago (2014-06-04 05:58:34 UTC) #14
acolwell GONE FROM CHROMIUM
On 2014/06/04 05:58:34, zerny-chromium wrote: > On 2014/06/04 05:04:52, zerny-chromium wrote: > > On 2014/06/03 ...
6 years, 6 months ago (2014-06-04 19:24:59 UTC) #15
Mads Ager (chromium)
On 2014/06/04 19:24:59, acolwell wrote: > On 2014/06/04 05:58:34, zerny-chromium wrote: > > On 2014/06/04 ...
6 years, 6 months ago (2014-06-06 06:14:45 UTC) #16
acolwell GONE FROM CHROMIUM
On 2014/06/06 06:14:45, Mads Ager (chromium) wrote: > On 2014/06/04 19:24:59, acolwell wrote: > > ...
6 years, 6 months ago (2014-06-09 22:10:40 UTC) #17
zerny-chromium
Thanks for the feedback acolwell. I've updated the CL to use a weak member and ...
6 years, 6 months ago (2014-06-10 16:43:07 UTC) #18
acolwell GONE FROM CHROMIUM
lgtm https://codereview.chromium.org/294053006/diff/20001/Source/core/html/HTMLMediaElement.cpp File Source/core/html/HTMLMediaElement.cpp (right): https://codereview.chromium.org/294053006/diff/20001/Source/core/html/HTMLMediaElement.cpp#newcode379 Source/core/html/HTMLMediaElement.cpp:379: clearMediaPlayerAndAudioSourceProviderClientWithoutLocking(); This makes me nervous. This is safe ...
6 years, 6 months ago (2014-06-10 17:07:18 UTC) #19
zerny-chromium
Thanks for the comments. https://codereview.chromium.org/294053006/diff/20001/Source/core/html/HTMLMediaElement.cpp File Source/core/html/HTMLMediaElement.cpp (right): https://codereview.chromium.org/294053006/diff/20001/Source/core/html/HTMLMediaElement.cpp#newcode379 Source/core/html/HTMLMediaElement.cpp:379: clearMediaPlayerAndAudioSourceProviderClientWithoutLocking(); On 2014/06/10 17:07:17, acolwell ...
6 years, 6 months ago (2014-06-10 19:42:30 UTC) #20
tkent
platform/ lgtm
6 years, 6 months ago (2014-06-10 20:55:18 UTC) #21
haraken
LGTM with comments. https://codereview.chromium.org/294053006/diff/40001/Source/core/html/HTMLMediaElement.cpp File Source/core/html/HTMLMediaElement.cpp (right): https://codereview.chromium.org/294053006/diff/40001/Source/core/html/HTMLMediaElement.cpp#newcode3674 Source/core/html/HTMLMediaElement.cpp:3674: audioSourceProvider()->setClient(0); This looks OK but it ...
6 years, 6 months ago (2014-06-11 01:19:50 UTC) #22
zerny-chromium
Thanks for the reviews. Haraken, I'm OOO the rest of the day, so if you ...
6 years, 6 months ago (2014-06-11 06:26:58 UTC) #23
haraken
> Thanks for the reviews. > > Haraken, I'm OOO the rest of the day, ...
6 years, 6 months ago (2014-06-11 06:28:58 UTC) #24
haraken
The CQ bit was checked by haraken@chromium.org
6 years, 6 months ago (2014-06-11 06:29:02 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zerny@chromium.org/294053006/60001
6 years, 6 months ago (2014-06-11 06:29:44 UTC) #26
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-11 06:29:54 UTC) #27
commit-bot: I haz the power
Failed to apply patch for Source/core/html/HTMLMediaElement.cpp: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 6 months ago (2014-06-11 06:29:56 UTC) #28
zerny-chromium
The CQ bit was checked by zerny@chromium.org
6 years, 6 months ago (2014-06-12 06:44:36 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zerny@chromium.org/294053006/80001
6 years, 6 months ago (2014-06-12 06:45:49 UTC) #30
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_blink_compile_dbg on tryserver.blink ...
6 years, 6 months ago (2014-06-12 07:54:35 UTC) #31
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-12 08:12:13 UTC) #32
commit-bot: I haz the power
Try jobs failed on following builders: android_blink_compile_dbg on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/android_blink_compile_dbg/builds/2197)
6 years, 6 months ago (2014-06-12 08:12:14 UTC) #33
zerny-chromium
The CQ bit was checked by zerny@chromium.org
6 years, 6 months ago (2014-06-12 08:24:18 UTC) #34
zerny-chromium
The CQ bit was unchecked by zerny@chromium.org
6 years, 6 months ago (2014-06-12 08:25:24 UTC) #35
zerny-chromium
The CQ bit was checked by zerny@chromium.org
6 years, 6 months ago (2014-06-12 08:27:03 UTC) #36
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zerny@chromium.org/294053006/120001
6 years, 6 months ago (2014-06-12 08:27:33 UTC) #37
commit-bot: I haz the power
6 years, 6 months ago (2014-06-12 09:37:57 UTC) #38
Message was sent while issue was closed.
Change committed as 176013

Powered by Google App Engine
This is Rietveld 408576698