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

Issue 1287063006: Clear m_webMediaPlayer at one place in HTMLMediaElement (Closed)

Created:
5 years, 4 months ago by Srirama
Modified:
5 years, 4 months ago
Reviewers:
philipj_slow
CC:
blink-reviews, nessy, mlamouri+watch-blink_chromium.org, philipj_slow, gasubic, fs, eric.carlson_apple.com, feature-media-reviews_chromium.org, dglazkov+blink, blink-reviews-html_chromium.org, vcarbune.chromium
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Clear m_webMediaPlayer at one place in HTMLMediaElement Currently m_webMediaPlayer is cleared in resetMediaPlayerAndMediaSource and clearMediaPlayerAndAudioSourceProviderClientWithoutLocking. So reusing clearMediaPlayerAndAudioSourceProviderClientWithoutLocking in resetMediaPlayerAndMediaSource. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=200720

Patch Set 1 #

Total comments: 3

Patch Set 2 : address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -9 lines) Patch
M Source/core/html/HTMLMediaElement.cpp View 1 1 chunk +4 lines, -9 lines 0 comments Download

Messages

Total messages: 9 (2 generated)
Srirama
Tried to refactor resetMediaPlayerAndMediaSource as well but looks like i need to dig a bit ...
5 years, 4 months ago (2015-08-17 13:49:21 UTC) #1
Srirama
5 years, 4 months ago (2015-08-17 13:50:01 UTC) #3
philipj_slow
https://codereview.chromium.org/1287063006/diff/1/Source/core/html/HTMLMediaElement.cpp File Source/core/html/HTMLMediaElement.cpp (right): https://codereview.chromium.org/1287063006/diff/1/Source/core/html/HTMLMediaElement.cpp#newcode3485 Source/core/html/HTMLMediaElement.cpp:3485: AudioSourceProviderClientLockScope scope(*this); Maybe wrap this in a scope like ...
5 years, 4 months ago (2015-08-18 07:53:50 UTC) #4
Srirama
https://codereview.chromium.org/1287063006/diff/1/Source/core/html/HTMLMediaElement.cpp File Source/core/html/HTMLMediaElement.cpp (right): https://codereview.chromium.org/1287063006/diff/1/Source/core/html/HTMLMediaElement.cpp#newcode3485 Source/core/html/HTMLMediaElement.cpp:3485: AudioSourceProviderClientLockScope scope(*this); On 2015/08/18 07:53:50, philipj wrote: > Maybe ...
5 years, 4 months ago (2015-08-18 08:38:33 UTC) #5
philipj_slow
lgtm https://codereview.chromium.org/1287063006/diff/1/Source/core/html/HTMLMediaElement.cpp File Source/core/html/HTMLMediaElement.cpp (right): https://codereview.chromium.org/1287063006/diff/1/Source/core/html/HTMLMediaElement.cpp#newcode3485 Source/core/html/HTMLMediaElement.cpp:3485: AudioSourceProviderClientLockScope scope(*this); On 2015/08/18 08:38:33, Srirama wrote: > ...
5 years, 4 months ago (2015-08-18 09:00:49 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1287063006/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1287063006/20001
5 years, 4 months ago (2015-08-18 09:01:06 UTC) #8
commit-bot: I haz the power
5 years, 4 months ago (2015-08-18 10:41:40 UTC) #9
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=200720

Powered by Google App Engine
This is Rietveld 408576698