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

Issue 17447011: Shuffle media-related WebMimeRegistry code from webkit/ to content/. (Closed)

Created:
7 years, 6 months ago by scherkus (not reviewing)
Modified:
7 years, 6 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, jochen+watch_chromium.org, feature-media-reviews_chromium.org
Visibility:
Public.

Description

Shuffle media-related WebMimeRegistry code from webkit/ to content/. TestShellWebMimeRegistryImpl has been replaced in lieu of content_shell calling net::RemoveProprietaryMediaTypesAndCodecsForTests(). BUG=251306 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=208045

Patch Set 1 : #

Total comments: 5

Patch Set 2 : fixes #

Total comments: 4

Patch Set 3 : rebase #

Patch Set 4 : fixes #

Total comments: 9

Patch Set 5 : fixes #

Total comments: 3

Patch Set 6 : fix net stuff #

Patch Set 7 : rebase #

Total comments: 4

Patch Set 8 : forgot some diffs #

Unified diffs Side-by-side diffs Delta from patch set Stats (+141 lines, -256 lines) Patch
M content/public/renderer/content_renderer_client.h View 1 2 chunks +0 lines, -5 lines 0 comments Download
M content/public/renderer/content_renderer_client.cc View 1 1 chunk +0 lines, -4 lines 0 comments Download
M content/renderer/renderer_webkitplatformsupport_impl.cc View 1 2 3 4 5 6 7 6 chunks +93 lines, -7 lines 0 comments Download
M content/shell/app/shell_main_delegate.cc View 1 2 3 4 5 1 chunk +7 lines, -0 lines 0 comments Download
M content/shell/renderer/shell_content_renderer_client.h View 3 chunks +0 lines, -3 lines 0 comments Download
M content/shell/renderer/shell_content_renderer_client.cc View 1 2 chunks +0 lines, -10 lines 0 comments Download
M net/base/mime_util.h View 1 1 chunk +5 lines, -8 lines 0 comments Download
M net/base/mime_util.cc View 1 2 3 4 5 5 chunks +15 lines, -24 lines 0 comments Download
M net/net.gyp View 1 2 3 4 5 6 1 chunk +0 lines, -5 lines 0 comments Download
M webkit/glue/DEPS View 1 chunk +0 lines, -1 line 0 comments Download
M webkit/glue/simple_webmimeregistry_impl.h View 4 3 chunks +9 lines, -3 lines 0 comments Download
M webkit/glue/simple_webmimeregistry_impl.cc View 1 2 3 4 5 6 7 2 chunks +10 lines, -66 lines 0 comments Download
D webkit/support/test_shell_webmimeregistry_impl.h View 1 chunk +0 lines, -45 lines 0 comments Download
D webkit/support/test_shell_webmimeregistry_impl.cc View 1 chunk +0 lines, -70 lines 0 comments Download
M webkit/support/test_webkit_platform_support.h View 1 2 3 chunks +2 lines, -2 lines 0 comments Download
M webkit/support/webkit_support.gypi View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M webkit/tools/DEPS View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 27 (0 generated)
scherkus (not reviewing)
jamesr: everything jochen: content_shell-related bits confirmed webkit_unit_tests compile + pass I'm not totally happy w/ ...
7 years, 6 months ago (2013-06-20 01:33:23 UTC) #1
jochen (gone - plz use gerrit)
can you double-check that the media/ layout tests still pass with this patch? There used ...
7 years, 6 months ago (2013-06-20 10:39:43 UTC) #2
scherkus (not reviewing)
PTAL mmenke: can you look at the net/ changes? Turns out we're not quite ready ...
7 years, 6 months ago (2013-06-20 22:28:42 UTC) #3
jamesr
lgtm https://codereview.chromium.org/17447011/diff/14001/content/renderer/renderer_webkitplatformsupport_impl.cc File content/renderer/renderer_webkitplatformsupport_impl.cc (right): https://codereview.chromium.org/17447011/diff/14001/content/renderer/renderer_webkitplatformsupport_impl.cc#newcode119 content/renderer/renderer_webkitplatformsupport_impl.cc:119: // TODO(ddorwin): Remove after http://webk.it/82983 lands. could you ...
7 years, 6 months ago (2013-06-21 01:24:14 UTC) #4
scherkus (not reviewing)
ddorwin: can you take a look at the http://webk.it/82983 related code I removed? Is the ...
7 years, 6 months ago (2013-06-21 02:44:06 UTC) #5
scherkus (not reviewing)
On 2013/06/21 02:44:06, scherkus wrote: > ddorwin: can you take a look at the http://webk.it/82983 ...
7 years, 6 months ago (2013-06-21 02:47:39 UTC) #6
ddorwin
Remove the other function, and you should pass. You can also add BUG=231309 to this ...
7 years, 6 months ago (2013-06-21 02:58:18 UTC) #7
scherkus (not reviewing)
jam: OWNERS for content/ API removal looks like we can't remove that method yet ...
7 years, 6 months ago (2013-06-21 17:02:16 UTC) #8
mmenke
https://codereview.chromium.org/17447011/diff/31002/net/base/mime_util.cc File net/base/mime_util.cc (right): https://codereview.chromium.org/17447011/diff/31002/net/base/mime_util.cc#newcode685 net/base/mime_util.cc:685: #if defined(GOOGLE_CHROME_BUILD) || defined(USE_PROPRIETARY_CODECS) Why the change here?
7 years, 6 months ago (2013-06-21 18:11:26 UTC) #9
mmenke
https://codereview.chromium.org/17447011/diff/31002/net/base/mime_util.cc File net/base/mime_util.cc (right): https://codereview.chromium.org/17447011/diff/31002/net/base/mime_util.cc#newcode685 net/base/mime_util.cc:685: #if defined(GOOGLE_CHROME_BUILD) || defined(USE_PROPRIETARY_CODECS) On 2013/06/21 18:11:27, mmenke wrote: ...
7 years, 6 months ago (2013-06-21 18:12:19 UTC) #10
scherkus (not reviewing)
PTAL https://codereview.chromium.org/17447011/diff/31002/net/base/mime_util.cc File net/base/mime_util.cc (right): https://codereview.chromium.org/17447011/diff/31002/net/base/mime_util.cc#newcode685 net/base/mime_util.cc:685: #if defined(GOOGLE_CHROME_BUILD) || defined(USE_PROPRIETARY_CODECS) On 2013/06/21 18:12:19, mmenke ...
7 years, 6 months ago (2013-06-21 19:23:37 UTC) #11
mmenke
https://codereview.chromium.org/17447011/diff/20005/content/shell/app/shell_main_delegate.cc File content/shell/app/shell_main_delegate.cc (right): https://codereview.chromium.org/17447011/diff/20005/content/shell/app/shell_main_delegate.cc#newcode149 content/shell/app/shell_main_delegate.cc:149: net::RemoveProprietaryMediaTypesAndCodecsForTests(); If USE_PROPRIETARY_CODECS is true, should we still be ...
7 years, 6 months ago (2013-06-21 19:40:58 UTC) #12
scherkus (not reviewing)
https://codereview.chromium.org/17447011/diff/20005/content/shell/app/shell_main_delegate.cc File content/shell/app/shell_main_delegate.cc (right): https://codereview.chromium.org/17447011/diff/20005/content/shell/app/shell_main_delegate.cc#newcode149 content/shell/app/shell_main_delegate.cc:149: net::RemoveProprietaryMediaTypesAndCodecsForTests(); On 2013/06/21 19:40:58, mmenke wrote: > If USE_PROPRIETARY_CODECS ...
7 years, 6 months ago (2013-06-21 19:44:28 UTC) #13
mmenke
https://codereview.chromium.org/17447011/diff/20005/content/shell/app/shell_main_delegate.cc File content/shell/app/shell_main_delegate.cc (right): https://codereview.chromium.org/17447011/diff/20005/content/shell/app/shell_main_delegate.cc#newcode149 content/shell/app/shell_main_delegate.cc:149: net::RemoveProprietaryMediaTypesAndCodecsForTests(); On 2013/06/21 19:44:29, scherkus wrote: > On 2013/06/21 ...
7 years, 6 months ago (2013-06-21 19:47:39 UTC) #14
scherkus (not reviewing)
https://codereview.chromium.org/17447011/diff/20005/content/shell/app/shell_main_delegate.cc File content/shell/app/shell_main_delegate.cc (right): https://codereview.chromium.org/17447011/diff/20005/content/shell/app/shell_main_delegate.cc#newcode149 content/shell/app/shell_main_delegate.cc:149: net::RemoveProprietaryMediaTypesAndCodecsForTests(); On 2013/06/21 19:47:39, mmenke wrote: > On 2013/06/21 ...
7 years, 6 months ago (2013-06-21 19:56:09 UTC) #15
mmenke
On 2013/06/21 19:56:09, scherkus wrote: > https://codereview.chromium.org/17447011/diff/20005/content/shell/app/shell_main_delegate.cc > File content/shell/app/shell_main_delegate.cc (right): > > https://codereview.chromium.org/17447011/diff/20005/content/shell/app/shell_main_delegate.cc#newcode149 > ...
7 years, 6 months ago (2013-06-21 20:14:15 UTC) #16
scherkus (not reviewing)
On 2013/06/21 20:14:15, mmenke wrote: > On 2013/06/21 19:56:09, scherkus wrote: > > > https://codereview.chromium.org/17447011/diff/20005/content/shell/app/shell_main_delegate.cc ...
7 years, 6 months ago (2013-06-21 20:30:49 UTC) #17
mmenke
On 2013/06/21 20:30:49, scherkus wrote: > On 2013/06/21 20:14:15, mmenke wrote: > > On 2013/06/21 ...
7 years, 6 months ago (2013-06-21 21:00:15 UTC) #18
scherkus (not reviewing)
On 2013/06/21 21:00:15, mmenke wrote: > On 2013/06/21 20:30:49, scherkus wrote: > > On 2013/06/21 ...
7 years, 6 months ago (2013-06-21 21:09:11 UTC) #19
jam
lgtm
7 years, 6 months ago (2013-06-21 21:10:54 UTC) #20
mmenke
On 2013/06/21 21:10:54, jam wrote: > lgtm scherkus: Thanks for explaining it to me via ...
7 years, 6 months ago (2013-06-21 21:19:23 UTC) #21
scherkus (not reviewing)
On 2013/06/21 21:19:23, mmenke wrote: > On 2013/06/21 21:10:54, jam wrote: > > lgtm > ...
7 years, 6 months ago (2013-06-21 21:22:52 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/scherkus@chromium.org/17447011/58001
7 years, 6 months ago (2013-06-21 21:23:15 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/scherkus@chromium.org/17447011/58001
7 years, 6 months ago (2013-06-22 02:43:14 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/scherkus@chromium.org/17447011/58001
7 years, 6 months ago (2013-06-22 03:07:03 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/scherkus@chromium.org/17447011/58001
7 years, 6 months ago (2013-06-22 03:34:32 UTC) #26
commit-bot: I haz the power
7 years, 6 months ago (2013-06-22 14:44:00 UTC) #27
Message was sent while issue was closed.
Change committed as 208045

Powered by Google App Engine
This is Rietveld 408576698