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

Issue 1585163002: Media Session: prepare for implicit activation of user created session (Closed)

Created:
4 years, 11 months ago by davve
Modified:
4 years, 11 months ago
CC:
blink-reviews, blink-reviews-api_chromium.org, chromium-reviews, creis+watch_chromium.org, darin-cc_chromium.org, dglazkov+blink, jam, mkwst+moarreviews-renderer_chromium.org, mlamouri+watch-content_chromium.org, nasko+codewatch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Media Session: prepare for implicit activation of user created session Provide an optional WebMediaSession to embedder when creating a WebMediaPlayer. A null WebMediaSession means the player should belong to the default media session. BUG=497735 Committed: https://crrev.com/add785e7e13f486451341b63095fb8add56d3ca1 Cr-Commit-Position: refs/heads/master@{#371530}

Patch Set 1 #

Patch Set 2 : Add MODULES_EXPORT to HTMLMediaElementMediaSession #

Patch Set 3 : Be clearer about session being a media_session #

Total comments: 2

Patch Set 4 : Add parameter names, also for unused variables #

Patch Set 5 : Add parameter names, also for unused variables #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -7 lines) Patch
M components/html_viewer/html_frame.h View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M components/html_viewer/html_frame.cc View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M content/renderer/render_frame_impl.h View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M content/renderer/render_frame_impl.cc View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/mediasession/HTMLMediaElementMediaSession.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/mediasession/MediaSession.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp View 1 2 3 2 chunks +6 lines, -1 line 0 comments Download
M third_party/WebKit/public/web/WebFrameClient.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 28 (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/1585163002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1585163002/1
4 years, 11 months ago (2016-01-14 13:37:20 UTC) #2
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_compile_dbg_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_compile_dbg_ng/builds/143031) linux_chromium_compile_dbg_32_ng on ...
4 years, 11 months ago (2016-01-14 13:59:57 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1585163002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1585163002/20001
4 years, 11 months ago (2016-01-14 14:56:14 UTC) #6
davve
+philipj for for third_party/WebKit, +mlamouri for media session in general and +jochen for html_viewer.
4 years, 11 months ago (2016-01-14 16:02:22 UTC) #8
davve
For a hint for there this is going see the newly updated https://codereview.chromium.org/1308983005/
4 years, 11 months ago (2016-01-14 16:05:20 UTC) #9
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 11 months ago (2016-01-14 16:10:02 UTC) #11
mlamouri (slow - plz ping)
Do you have the next patch for me to have a look? This sgtm but ...
4 years, 11 months ago (2016-01-19 15:30:49 UTC) #12
davve
On 2016/01/19 15:30:49, Mounir Lamouri wrote: > Do you have the next patch for me ...
4 years, 11 months ago (2016-01-19 15:42:53 UTC) #13
mlamouri (slow - plz ping)
I guess that CL is good enough. Though, I can see that you are using ...
4 years, 11 months ago (2016-01-21 16:19:47 UTC) #14
davve
On 2016/01/21 16:19:47, Mounir Lamouri wrote: > Though, I can see that you are using ...
4 years, 11 months ago (2016-01-22 08:30:41 UTC) #15
philipj_slow
This LGTM. Doesn't do much yet, of course :)
4 years, 11 months ago (2016-01-25 11:28:52 UTC) #16
jochen (gone - plz use gerrit)
lgtm with comment https://codereview.chromium.org/1585163002/diff/40001/components/html_viewer/html_frame.cc File components/html_viewer/html_frame.cc (right): https://codereview.chromium.org/1585163002/diff/40001/components/html_viewer/html_frame.cc#newcode319 components/html_viewer/html_frame.cc:319: blink::WebMediaSession*) { same here https://codereview.chromium.org/1585163002/diff/40001/content/renderer/render_frame_impl.cc File ...
4 years, 11 months ago (2016-01-25 11:34:55 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1585163002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1585163002/100001
4 years, 11 months ago (2016-01-26 12:29:51 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/164417)
4 years, 11 months ago (2016-01-26 15:25:54 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1585163002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1585163002/100001
4 years, 11 months ago (2016-01-26 16:29:36 UTC) #24
mlamouri (slow - plz ping)
lgtm
4 years, 11 months ago (2016-01-26 16:52:14 UTC) #25
commit-bot: I haz the power
Committed patchset #5 (id:100001)
4 years, 11 months ago (2016-01-26 17:40:46 UTC) #26
commit-bot: I haz the power
4 years, 11 months ago (2016-01-26 17:42:19 UTC) #28
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/add785e7e13f486451341b63095fb8add56d3ca1
Cr-Commit-Position: refs/heads/master@{#371530}

Powered by Google App Engine
This is Rietveld 408576698