|
Move media related mimetype functionality out of net/ and into media/.
Code that determines whether particular mimetypes are supported is being
moved into media/ so that we can ultimately make this code base decisions
on what decoders we actually have available on the platform. This
change simply moves the existing code from net/base to media/base.
BUG= 318217, 163800
Total comments: 2
Total comments: 12
Total comments: 8
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+728 lines, -622 lines) |
Patch |
 |
M |
chrome/browser/DEPS
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/download/download_target_determiner.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/media_galleries/fileapi/media_path_filter.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/media_galleries/fileapi/supported_audio_video_checker.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/tabs/browser_tab_strip_controller.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/frame_host/navigation_controller_impl.cc
|
View
|
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/loader/buffered_resource_handler.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/child/DEPS
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/child/assert_matching_enums.cc
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/child/blink_platform_impl.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/child/simple_webmimeregistry_impl.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/child/web_url_loader_impl.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
content/common/mime_util.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+7 lines, -6 lines |
0 comments
|
Download
|
 |
A |
content/common/mime_util.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+19 lines, -0 lines |
2 comments
|
Download
|
 |
M |
content/content_common.gypi
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/renderer_webkitplatformsupport_impl.cc
|
View
|
|
6 chunks |
+12 lines, -11 lines |
0 comments
|
Download
|
 |
M |
content/shell/DEPS
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/shell/app/shell_main_delegate.cc
|
View
|
1
2
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
A |
media/base/mime_util.h
|
View
|
1
2
3
4
|
1 chunk |
+74 lines, -0 lines |
0 comments
|
Download
|
 |
A |
media/base/mime_util.cc
|
View
|
1
3
|
1 chunk |
+441 lines, -0 lines |
0 comments
|
Download
|
 |
A |
media/base/mime_util_unittest.cc
|
View
|
1
2
3
4
|
1 chunk |
+136 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/media.gyp
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/base/mime_util.h
|
View
|
|
3 chunks |
+0 lines, -54 lines |
0 comments
|
Download
|
 |
M |
net/base/mime_util.cc
|
View
|
1
2
3
4
5
|
11 chunks |
+0 lines, -408 lines |
0 comments
|
Download
|
 |
M |
net/base/mime_util_unittest.cc
|
View
|
|
3 chunks |
+0 lines, -120 lines |
0 comments
|
Download
|
Total messages: 21 (0 generated)
|