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

Issue 1320453003: media: Support MojoMediaApplication in GPU process. (Closed)

Created:
5 years, 3 months ago by xhwang
Modified:
5 years, 2 months ago
CC:
chromium-reviews, feature-media-reviews_chromium.org, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, jam, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, darin-cc_chromium.org, piman+watch_chromium.org, darin (slow to review), ben+mojo_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

media: Support MojoMediaApplication in GPU process. BUG=521731 TEST=Can play audio in GPU process with MojoMediaApplication. Committed: https://crrev.com/fb22df1ea6881b5dfa72d3f9e2f467aaa7e77a05 Cr-Commit-Position: refs/heads/master@{#353893}

Patch Set 1 #

Patch Set 2 : clean up config and AppUrl() #

Patch Set 3 : rebase only #

Total comments: 2

Patch Set 4 : Add missing import #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -21 lines) Patch
M content/browser/BUILD.gn View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M content/browser/mojo/mojo_shell_context.cc View 1 2 2 chunks +7 lines, -2 lines 0 comments Download
M content/gpu/BUILD.gn View 1 2 3 2 chunks +5 lines, -0 lines 0 comments Download
M content/gpu/DEPS View 1 chunk +2 lines, -0 lines 0 comments Download
M content/gpu/gpu_process_control_impl.cc View 1 2 chunks +12 lines, -4 lines 0 comments Download
M content/utility/utility_process_control_impl.cc View 1 2 1 chunk +3 lines, -4 lines 0 comments Download
M media/media_options.gni View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M media/mojo/services/BUILD.gn View 1 2 4 chunks +9 lines, -3 lines 0 comments Download
M media/mojo/services/mojo_media_application.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M media/mojo/services/mojo_media_application.cc View 1 1 chunk +0 lines, -7 lines 0 comments Download

Messages

Total messages: 25 (9 generated)
xhwang
This CL depends on https://chromiumcodereview.appspot.com/1297953004/. PTAL!
5 years, 2 months ago (2015-10-10 00:28:19 UTC) #3
piman
lgtm https://chromiumcodereview.appspot.com/1320453003/diff/60001/content/gpu/gpu_process_control_impl.cc File content/gpu/gpu_process_control_impl.cc (right): https://chromiumcodereview.appspot.com/1320453003/diff/60001/content/gpu/gpu_process_control_impl.cc#newcode23 content/gpu/gpu_process_control_impl.cc:23: (*url_to_loader_map)[GURL("mojo:media")] = nit: I see "mojo:media" is used ...
5 years, 2 months ago (2015-10-10 00:33:09 UTC) #4
xhwang
https://chromiumcodereview.appspot.com/1320453003/diff/60001/content/gpu/gpu_process_control_impl.cc File content/gpu/gpu_process_control_impl.cc (right): https://chromiumcodereview.appspot.com/1320453003/diff/60001/content/gpu/gpu_process_control_impl.cc#newcode23 content/gpu/gpu_process_control_impl.cc:23: (*url_to_loader_map)[GURL("mojo:media")] = On 2015/10/10 00:33:08, piman (slow to review) ...
5 years, 2 months ago (2015-10-12 18:05:02 UTC) #5
Ken Rockot(use gerrit already)
On 2015/10/12 18:05:02, xhwang wrote: > https://chromiumcodereview.appspot.com/1320453003/diff/60001/content/gpu/gpu_process_control_impl.cc > File content/gpu/gpu_process_control_impl.cc (right): > > https://chromiumcodereview.appspot.com/1320453003/diff/60001/content/gpu/gpu_process_control_impl.cc#newcode23 > ...
5 years, 2 months ago (2015-10-12 18:18:24 UTC) #6
xhwang
On 2015/10/12 18:18:24, Ken Rockot wrote: > On 2015/10/12 18:05:02, xhwang wrote: > > > ...
5 years, 2 months ago (2015-10-12 20:20:33 UTC) #7
Ken Rockot(use gerrit already)
Yeah we're actually not using it now because of the decision to kill in-process apps. ...
5 years, 2 months ago (2015-10-13 16:33:21 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1320453003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1320453003/60001
5 years, 2 months ago (2015-10-13 16:46:27 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_dbg on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_dbg/builds/126919) android_chromium_gn_compile_rel on tryserver.chromium.linux (JOB_FAILED, ...
5 years, 2 months ago (2015-10-13 16:54:20 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1320453003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1320453003/80001
5 years, 2 months ago (2015-10-13 19:19:37 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/109019)
5 years, 2 months ago (2015-10-13 19:34:20 UTC) #17
xhwang
sky: Please OWNERS review the addition of '+mojo/shell' in content/gpu/DEPS. I need it for "mojo/shell/static_application_loader.h" ...
5 years, 2 months ago (2015-10-13 19:56:00 UTC) #18
xhwang
(really add sky@ this time) sky: Please OWNERS review the addition of '+mojo/shell' in content/gpu/DEPS. ...
5 years, 2 months ago (2015-10-13 19:56:53 UTC) #20
sky
LGTM
5 years, 2 months ago (2015-10-13 22:44:12 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1320453003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1320453003/80001
5 years, 2 months ago (2015-10-13 23:04:53 UTC) #23
commit-bot: I haz the power
Committed patchset #4 (id:80001)
5 years, 2 months ago (2015-10-13 23:13:55 UTC) #24
commit-bot: I haz the power
5 years, 2 months ago (2015-10-13 23:14:36 UTC) #25
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/fb22df1ea6881b5dfa72d3f9e2f467aaa7e77a05
Cr-Commit-Position: refs/heads/master@{#353893}

Powered by Google App Engine
This is Rietveld 408576698