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

Issue 8570010: Moving media-related files from webkit/glue/ to webkit/media/. (Closed)

Created:
9 years, 1 month ago by scherkus (not reviewing)
Modified:
9 years, 1 month ago
CC:
chromium-reviews, darin-cc_chromium.org, fischman+watch_chromium.org
Visibility:
Public.

Description

Moving media-related files from webkit/glue/ to webkit/media/. Files under webkit/media/ are now under their very own webkit_media namespace. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=110438

Patch Set 1 #

Patch Set 2 : omg move files #

Patch Set 3 : minor fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+234 lines, -7365 lines) Patch
M chrome/chrome_renderer.gypi View 1 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/media/media_stream_impl.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M content/renderer/render_view_impl.h View 1 2 3 chunks +6 lines, -6 lines 0 comments Download
M content/renderer/render_view_impl.cc View 1 5 chunks +10 lines, -10 lines 0 comments Download
D webkit/glue/media/OWNERS View 1 1 chunk +0 lines, -1 line 0 comments Download
D webkit/glue/media/audio_decoder.h View 1 1 chunk +0 lines, -20 lines 0 comments Download
D webkit/glue/media/audio_decoder.cc View 1 1 chunk +0 lines, -87 lines 0 comments Download
D webkit/glue/media/buffered_data_source.h View 1 1 chunk +0 lines, -233 lines 0 comments Download
D webkit/glue/media/buffered_data_source.cc View 1 1 chunk +0 lines, -672 lines 0 comments Download
D webkit/glue/media/buffered_data_source_unittest.cc View 1 1 chunk +0 lines, -788 lines 0 comments Download
D webkit/glue/media/buffered_resource_loader.h View 1 1 chunk +0 lines, -304 lines 0 comments Download
D webkit/glue/media/buffered_resource_loader.cc View 1 1 chunk +0 lines, -813 lines 0 comments Download
D webkit/glue/media/buffered_resource_loader_unittest.cc View 1 1 chunk +0 lines, -1108 lines 0 comments Download
D webkit/glue/media/media_stream_client.h View 1 1 chunk +0 lines, -33 lines 0 comments Download
D webkit/glue/media/simple_data_source.h View 1 1 chunk +0 lines, -152 lines 0 comments Download
D webkit/glue/media/simple_data_source.cc View 1 1 chunk +0 lines, -361 lines 0 comments Download
D webkit/glue/media/simple_data_source_unittest.cc View 1 1 chunk +0 lines, -284 lines 0 comments Download
D webkit/glue/media/video_renderer_impl.h View 1 1 chunk +0 lines, -82 lines 0 comments Download
D webkit/glue/media/video_renderer_impl.cc View 1 1 chunk +0 lines, -278 lines 0 comments Download
D webkit/glue/media/web_data_source.h View 1 1 chunk +0 lines, -59 lines 0 comments Download
D webkit/glue/media/web_data_source.cc View 1 1 chunk +0 lines, -17 lines 0 comments Download
D webkit/glue/media/web_data_source_factory.h View 1 1 chunk +0 lines, -59 lines 0 comments Download
D webkit/glue/media/web_data_source_factory.cc View 1 1 chunk +0 lines, -110 lines 0 comments Download
D webkit/glue/media/web_video_renderer.h View 1 1 chunk +0 lines, -47 lines 0 comments Download
M webkit/glue/webkit_glue.gypi View 1 4 chunks +0 lines, -23 lines 0 comments Download
M webkit/glue/webkitplatformsupport_impl.cc View 1 2 chunks +7 lines, -7 lines 0 comments Download
D webkit/glue/webmediaplayer_delegate.h View 1 1 chunk +0 lines, -31 lines 0 comments Download
D webkit/glue/webmediaplayer_impl.h View 1 1 chunk +0 lines, -277 lines 0 comments Download
D webkit/glue/webmediaplayer_impl.cc View 1 1 chunk +0 lines, -877 lines 0 comments Download
D webkit/glue/webmediaplayer_proxy.h View 1 1 chunk +0 lines, -120 lines 0 comments Download
D webkit/glue/webmediaplayer_proxy.cc View 1 1 chunk +0 lines, -238 lines 0 comments Download
D webkit/glue/webvideoframe_impl.h View 1 1 chunk +0 lines, -36 lines 0 comments Download
D webkit/glue/webvideoframe_impl.cc View 1 1 chunk +0 lines, -83 lines 0 comments Download
A + webkit/media/OWNERS View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + webkit/media/audio_decoder.h View 1 2 1 chunk +6 lines, -6 lines 0 comments Download
A + webkit/media/audio_decoder.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
A + webkit/media/buffered_data_source.h View 1 3 chunks +6 lines, -6 lines 0 comments Download
A + webkit/media/buffered_data_source.cc View 1 3 chunks +5 lines, -5 lines 0 comments Download
A + webkit/media/buffered_data_source_unittest.cc View 1 3 chunks +6 lines, -3 lines 0 comments Download
A + webkit/media/buffered_resource_loader.h View 1 3 chunks +7 lines, -7 lines 0 comments Download
A + webkit/media/buffered_resource_loader.cc View 1 4 chunks +4 lines, -4 lines 0 comments Download
A + webkit/media/buffered_resource_loader_unittest.cc View 1 3 chunks +6 lines, -3 lines 0 comments Download
A + webkit/media/media_stream_client.h View 1 3 chunks +5 lines, -5 lines 0 comments Download
A + webkit/media/simple_data_source.h View 1 4 chunks +6 lines, -6 lines 0 comments Download
A + webkit/media/simple_data_source.cc View 1 2 4 chunks +5 lines, -5 lines 0 comments Download
A + webkit/media/simple_data_source_unittest.cc View 1 3 chunks +6 lines, -3 lines 0 comments Download
A + webkit/media/video_renderer_impl.h View 1 3 chunks +6 lines, -6 lines 0 comments Download
A + webkit/media/video_renderer_impl.cc View 1 2 chunks +4 lines, -4 lines 0 comments Download
A + webkit/media/web_data_source.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
A + webkit/media/web_data_source.cc View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
A + webkit/media/web_data_source_factory.h View 1 3 chunks +6 lines, -6 lines 0 comments Download
A + webkit/media/web_data_source_factory.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + webkit/media/web_video_renderer.h View 1 3 chunks +5 lines, -5 lines 0 comments Download
A webkit/media/webkit_media.gypi View 1 1 chunk +50 lines, -0 lines 0 comments Download
A + webkit/media/webmediaplayer_delegate.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
A + webkit/media/webmediaplayer_impl.h View 1 3 chunks +5 lines, -5 lines 0 comments Download
A + webkit/media/webmediaplayer_impl.cc View 1 4 chunks +11 lines, -11 lines 0 comments Download
A + webkit/media/webmediaplayer_proxy.h View 1 3 chunks +6 lines, -6 lines 0 comments Download
A + webkit/media/webmediaplayer_proxy.cc View 1 2 chunks +5 lines, -5 lines 0 comments Download
A + webkit/media/webvideoframe_impl.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
A + webkit/media/webvideoframe_impl.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M webkit/support/webkit_support.cc View 1 2 chunks +7 lines, -7 lines 0 comments Download
M webkit/support/webkit_support.gyp View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M webkit/support/webkit_support.gypi View 1 1 chunk +1 line, -0 lines 0 comments Download
M webkit/tools/test_shell/test_shell.gypi View 1 2 chunks +3 lines, -3 lines 0 comments Download
M webkit/tools/test_shell/test_webview_delegate.cc View 1 2 chunks +7 lines, -7 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
scherkus (not reviewing)
Not sure what the intent was behind http://crrev.com/109992 was but in any case feel free ...
9 years, 1 month ago (2011-11-15 20:57:26 UTC) #1
tony
On 2011/11/15 20:57:26, scherkus wrote: > Not sure what the intent was behind http://crrev.com/109992 was ...
9 years, 1 month ago (2011-11-15 22:28:15 UTC) #2
scherkus (not reviewing)
On 2011/11/15 22:28:15, tony wrote: > On 2011/11/15 20:57:26, scherkus wrote: > > Not sure ...
9 years, 1 month ago (2011-11-15 22:30:02 UTC) #3
darin (slow to review)
On Tue, Nov 15, 2011 at 2:30 PM, <scherkus@chromium.org> wrote: > On 2011/11/15 22:28:15, tony ...
9 years, 1 month ago (2011-11-16 04:50:45 UTC) #4
scherkus (not reviewing)
Agreed about the dumping ground that is webkit/glue/ tony: I removed you as a reviewer ...
9 years, 1 month ago (2011-11-16 22:58:37 UTC) #5
darin (slow to review)
9 years, 1 month ago (2011-11-17 05:03:38 UTC) #6
LGTM

Powered by Google App Engine
This is Rietveld 408576698