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

Issue 11066101: Tentatively turn on WebMediaPlayerMS by default. (Closed)

Created:
8 years, 2 months ago by wjia(left Chromium)
Modified:
8 years, 2 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam
Visibility:
Public.

Description

Tentatively turn on WebMediaPlayerMS by default. WebMediaPlayerMS can be disabled by using "--disable-web-media-player-ms" Create a static function in MediaStreamImpl for checking whether a URL is media stream. This can save some overhead in render_view_impl.cc. BUG=142988 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=161230

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : code review #

Total comments: 2

Patch Set 4 : use static function to check if url is media stream #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -11 lines) Patch
M content/browser/renderer_host/render_process_host_impl.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M content/public/common/content_switches.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M content/public/common/content_switches.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M content/renderer/media/media_stream_impl.h View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M content/renderer/media/media_stream_impl.cc View 1 2 3 1 chunk +7 lines, -2 lines 0 comments Download
M content/renderer/render_view_impl.cc View 1 2 3 1 chunk +4 lines, -5 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
wjia(left Chromium)
8 years, 2 months ago (2012-10-10 17:59:05 UTC) #1
scherkus (not reviewing)
Fix CL description (capitalization, etc...) Instead of removing the flag, you'll want this to be ...
8 years, 2 months ago (2012-10-10 18:01:43 UTC) #2
wjia(left Chromium)
Thanks! PTAL.
8 years, 2 months ago (2012-10-10 21:05:21 UTC) #3
scherkus (not reviewing)
lgtm thanks for tackling this wei -- great stuff :)
8 years, 2 months ago (2012-10-10 21:31:24 UTC) #4
wjia(left Chromium)
+piman@ for owner's stamp.
8 years, 2 months ago (2012-10-10 22:04:14 UTC) #5
piman
https://codereview.chromium.org/11066101/diff/2002/content/renderer/render_view_impl.cc File content/renderer/render_view_impl.cc (right): https://codereview.chromium.org/11066101/diff/2002/content/renderer/render_view_impl.cc#newcode2653 content/renderer/render_view_impl.cc:2653: EnsureMediaStreamImpl(); So, when I originally reviewed this, one of ...
8 years, 2 months ago (2012-10-10 22:26:42 UTC) #6
wjia(left Chromium)
PTAL. https://codereview.chromium.org/11066101/diff/2002/content/renderer/render_view_impl.cc File content/renderer/render_view_impl.cc (right): https://codereview.chromium.org/11066101/diff/2002/content/renderer/render_view_impl.cc#newcode2653 content/renderer/render_view_impl.cc:2653: EnsureMediaStreamImpl(); On 2012/10/10 22:26:43, piman wrote: > So, ...
8 years, 2 months ago (2012-10-10 23:15:11 UTC) #7
piman
8 years, 2 months ago (2012-10-10 23:24:58 UTC) #8
Awesome, LGTM, thanks!

Powered by Google App Engine
This is Rietveld 408576698