|
|
Chromium Code Reviews|
Created:
4 years, 2 months ago by Zhiqiang Zhang (Slow) Modified:
4 years, 2 months ago Reviewers:
whywhat CC:
chromium-reviews, darin-cc_chromium.org, feature-media-reviews_chromium.org, jam, mlamouri (slow - plz ping) Target Ref:
refs/pending/heads/master Project:
chromium Visibility:
Public. |
DescriptionHotfix for MediaSession::OnPlayerPaused
There is an issue with removing a player from MediaSession when the
player is paused with the existence of pepper players. This CL fixes the
issue.
BUG=619084
Committed: https://crrev.com/20756e0ed6432c0e51d08ed902b22546314d2b14
Cr-Commit-Position: refs/heads/master@{#426194}
Patch Set 1 #Patch Set 2 : rebased #Messages
Total messages: 23 (11 generated)
zqzhang@chromium.org changed reviewers: + avayvod@chromium.org, mlamouri@chromium.org
Ideally we need tests, but since flash joining MediaSession might go away, I prefer not to waste too much time on the tests.
On 2016/10/18 at 12:36:28, zqzhang wrote: > Ideally we need tests, but since flash joining MediaSession might go away, I prefer not to waste too much time on the tests. Hm, I don't think there are any announced plans to completely remove Flash. So I'd rather invest into tests.
lgtm
The CQ bit was checked by zqzhang@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_androi...)
-myself for review, I will let avayvod@ review this given that he reviewed the original CL.
On 2016/10/18 at 16:56:05, mlamouri wrote: > -myself for review, I will let avayvod@ review this given that he reviewed the original CL. Amazing crossing! :)
mlamouri@chromium.org changed reviewers: - mlamouri@chromium.org
The CQ bit was checked by zqzhang@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
On 2016/10/18 15:53:08, whywhat wrote: > Hm, I don't think there are any announced plans to completely remove Flash. So > I'd rather invest into tests. Mounir talked with Rachel before, and said we are likely to go without Flash, but haven't decided yet.
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
The CQ bit was checked by zqzhang@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from avayvod@chromium.org Link to the patchset: https://codereview.chromium.org/2429823002/#ps20001 (title: "rebased")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Committed patchset #2 (id:20001)
Message was sent while issue was closed.
To clarify, without Flash means that Flash (and plugins in general) would be excluded from media session. It's still something to consider. On the UX side, the inconsistencies between normal behaviour and Flash behaviour might be a problem. On Wed, 19 Oct 2016, 16:12 commit-bot@chromium.org via codereview.chromium.org, <reply@chromiumcodereview-hr.appspotmail.com> wrote: > Committed patchset #2 (id:20001) > > https://chromiumcodereview.appspot.com/2429823002/ > -- You received this message because you are subscribed to the Google Groups "Chromium-reviews" group. To unsubscribe from this group and stop receiving emails from it, send an email to chromium-reviews+unsubscribe@chromium.org.
Message was sent while issue was closed.
Description was changed from ========== Hotfix for MediaSession::OnPlayerPaused There is an issue with removing a player from MediaSession when the player is paused with the existence of pepper players. This CL fixes the issue. BUG=619084 ========== to ========== Hotfix for MediaSession::OnPlayerPaused There is an issue with removing a player from MediaSession when the player is paused with the existence of pepper players. This CL fixes the issue. BUG=619084 Committed: https://crrev.com/20756e0ed6432c0e51d08ed902b22546314d2b14 Cr-Commit-Position: refs/heads/master@{#426194} ==========
Message was sent while issue was closed.
Patchset 2 (id:??) landed as https://crrev.com/20756e0ed6432c0e51d08ed902b22546314d2b14 Cr-Commit-Position: refs/heads/master@{#426194} |
