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

Issue 1425113003: media: Register MojoMediaApplication to run in Utility process. (Closed)

Created:
5 years, 1 month ago by xhwang
Modified:
5 years, 1 month ago
CC:
chromium-reviews, gunsch+watch_chromium.org, lcwu+watch_chromium.org, halliwell+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

media: Register MojoMediaApplication to run in Utility process. The registration was lost during refactoring how OOP apps are registered in MojoShellContext. BUG=403462 TEST=GN build with 'enable_mojo_media = "utility"' works with HTML5 audio. Committed: https://crrev.com/5e63046722cd53acd993a32eae2789d6315a8111 Cr-Commit-Position: refs/heads/master@{#357037}

Patch Set 1 #

Total comments: 5

Patch Set 2 : fix gn import #

Total comments: 4

Patch Set 3 : comments addressed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -1 line) Patch
M chrome/browser/BUILD.gn View 1 2 chunks +9 lines, -0 lines 0 comments Download
M chrome/browser/chrome_content_browser_client.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 2 1 chunk +8 lines, -0 lines 0 comments Download
M chromecast/browser/BUILD.gn View 1 2 chunks +9 lines, -0 lines 0 comments Download
M chromecast/browser/cast_content_browser_client.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 18 (4 generated)
xhwang
PTAL https://chromiumcodereview.appspot.com/1425113003/diff/1/chromecast/browser/cast_content_browser_client.cc File chromecast/browser/cast_content_browser_client.cc (right): https://chromiumcodereview.appspot.com/1425113003/diff/1/chromecast/browser/cast_content_browser_client.cc#newcode362 chromecast/browser/cast_content_browser_client.cc:362: base::UTF8ToUTF16("Media App"))); This is a user facing string ...
5 years, 1 month ago (2015-10-29 20:40:20 UTC) #2
Ken Rockot(use gerrit already)
lgtm https://chromiumcodereview.appspot.com/1425113003/diff/1/chromecast/browser/cast_content_browser_client.cc File chromecast/browser/cast_content_browser_client.cc (right): https://chromiumcodereview.appspot.com/1425113003/diff/1/chromecast/browser/cast_content_browser_client.cc#newcode362 chromecast/browser/cast_content_browser_client.cc:362: base::UTF8ToUTF16("Media App"))); On 2015/10/29 20:40:20, xhwang wrote: > ...
5 years, 1 month ago (2015-10-29 20:44:06 UTC) #3
xhwang
https://chromiumcodereview.appspot.com/1425113003/diff/1/chromecast/browser/cast_content_browser_client.cc File chromecast/browser/cast_content_browser_client.cc (right): https://chromiumcodereview.appspot.com/1425113003/diff/1/chromecast/browser/cast_content_browser_client.cc#newcode362 chromecast/browser/cast_content_browser_client.cc:362: base::UTF8ToUTF16("Media App"))); On 2015/10/29 20:44:06, Ken Rockot wrote: > ...
5 years, 1 month ago (2015-10-29 20:50:02 UTC) #4
Ken Rockot(use gerrit already)
On 2015/10/29 20:50:02, xhwang wrote: > https://chromiumcodereview.appspot.com/1425113003/diff/1/chromecast/browser/cast_content_browser_client.cc > File chromecast/browser/cast_content_browser_client.cc (right): > > https://chromiumcodereview.appspot.com/1425113003/diff/1/chromecast/browser/cast_content_browser_client.cc#newcode362 > ...
5 years, 1 month ago (2015-10-29 20:51:17 UTC) #5
xhwang
This is a small change and should be pretty straightforward to review. thestig: Please OWNERS ...
5 years, 1 month ago (2015-10-29 21:08:15 UTC) #7
Lei Zhang
https://chromiumcodereview.appspot.com/1425113003/diff/1/chrome/browser/BUILD.gn File chrome/browser/BUILD.gn (right): https://chromiumcodereview.appspot.com/1425113003/diff/1/chrome/browser/BUILD.gn#newcode889 chrome/browser/BUILD.gn:889: if (enable_mojo_media != "none") { No equivalent GYP change?
5 years, 1 month ago (2015-10-29 21:23:52 UTC) #8
xhwang
https://chromiumcodereview.appspot.com/1425113003/diff/1/chrome/browser/BUILD.gn File chrome/browser/BUILD.gn (right): https://chromiumcodereview.appspot.com/1425113003/diff/1/chrome/browser/BUILD.gn#newcode889 chrome/browser/BUILD.gn:889: if (enable_mojo_media != "none") { On 2015/10/29 21:23:52, Lei ...
5 years, 1 month ago (2015-10-29 21:25:48 UTC) #9
Lei Zhang
Ah, I see how this works for GN only - via the #define. LGTM with ...
5 years, 1 month ago (2015-10-29 21:45:31 UTC) #10
xhwang
comments addressed
5 years, 1 month ago (2015-10-29 22:34:49 UTC) #11
xhwang
https://chromiumcodereview.appspot.com/1425113003/diff/20001/chrome/browser/chrome_content_browser_client.cc File chrome/browser/chrome_content_browser_client.cc (right): https://chromiumcodereview.appspot.com/1425113003/diff/20001/chrome/browser/chrome_content_browser_client.cc#newcode2595 chrome/browser/chrome_content_browser_client.cc:2595: base::UTF8ToUTF16("Media App"))); On 2015/10/29 21:45:31, Lei Zhang wrote: > ...
5 years, 1 month ago (2015-10-29 22:35:00 UTC) #12
halliwell
On 2015/10/29 22:35:00, xhwang wrote: > https://chromiumcodereview.appspot.com/1425113003/diff/20001/chrome/browser/chrome_content_browser_client.cc > File chrome/browser/chrome_content_browser_client.cc (right): > > https://chromiumcodereview.appspot.com/1425113003/diff/20001/chrome/browser/chrome_content_browser_client.cc#newcode2595 > ...
5 years, 1 month ago (2015-10-30 01:26:20 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1425113003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1425113003/40001
5 years, 1 month ago (2015-10-30 03:13:35 UTC) #16
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 1 month ago (2015-10-30 03:18:55 UTC) #17
commit-bot: I haz the power
5 years, 1 month ago (2015-10-30 03:19:35 UTC) #18
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/5e63046722cd53acd993a32eae2789d6315a8111
Cr-Commit-Position: refs/heads/master@{#357037}

Powered by Google App Engine
This is Rietveld 408576698