|
Move WebMIMERegistry impl from //content to blink:platform/network/mime
This change does:
- Remove WebMIMERegistry from Platform interface
- Merge WebMIMERegistry impl into blink::MIMETypeRegistry
- Move MIMETypeRegistry.cpp into network/mime (for cleaner DEPS)
I will move MIMETypeRegistry.h and other mime-related files into the
same directory in a follow-up patch.
BUG= 561879, 659467
Committed: https://crrev.com/67437352849b595c1c3a20ced14c2be67bcea8e2
Cr-Commit-Position: refs/heads/master@{#430130}
Total comments: 12
Total comments: 8
Total comments: 5
Total comments: 2
Total comments: 4
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+333 lines, -501 lines) |
Patch |
 |
M |
content/child/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/child/assert_matching_enums.cc
|
View
|
1
2
|
2 chunks |
+0 lines, -8 lines |
0 comments
|
Download
|
 |
D |
content/child/simple_webmimeregistry_impl.h
|
View
|
|
1 chunk |
+0 lines, -49 lines |
0 comments
|
Download
|
 |
D |
content/child/simple_webmimeregistry_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+0 lines, -108 lines |
0 comments
|
Download
|
 |
D |
content/child/simple_webmimeregistry_impl_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -32 lines |
0 comments
|
Download
|
 |
M |
content/ppapi_plugin/ppapi_blink_platform_impl.h
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/ppapi_plugin/ppapi_blink_platform_impl.cc
|
View
|
1
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/renderer/renderer_blink_platform_impl.h
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/renderer/renderer_blink_platform_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
8 chunks |
+0 lines, -36 lines |
0 comments
|
Download
|
 |
M |
content/test/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/test/test_blink_web_unit_test_support.h
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/test/test_blink_web_unit_test_support.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/html/HTMLMediaElement.h
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/html/HTMLMediaElement.cpp
|
View
|
1
2
3
4
5
6
7
8
9
|
5 chunks |
+10 lines, -14 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/loader/DocumentLoader.cpp
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/mediasource/MediaSource.cpp
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
|
6 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/MIMETypeRegistry.h
|
View
|
1
|
1 chunk |
+24 lines, -13 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/Source/platform/MIMETypeRegistry.cpp
|
View
|
1
|
1 chunk |
+0 lines, -135 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/network/DEPS
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/Source/platform/network/mime/MIMETypeRegistry.cpp
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+188 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/Source/platform/network/mime/MIMETypeRegistryTest.cpp
|
View
|
1
2
3
|
1 chunk |
+37 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/WebKit/Source/platform/network/mime/MockMimeRegistry.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+31 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/testing/TestingPlatformSupport.cpp
|
View
|
1
2
3
4
5
6
7
8
|
5 chunks |
+27 lines, -5 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/public/platform/Platform.h
|
View
|
1
|
2 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
D |
third_party/WebKit/public/platform/WebMimeRegistry.h
|
View
|
1
|
1 chunk |
+0 lines, -66 lines |
0 comments
|
Download
|
Total messages: 82 (57 generated)
|