|
MediaUrlInterceptor for embedders to handle custom urls.
This change adds a MediaUrlInterceptor that content embedders
can register to handle custom urls. The MediaUrlInterceptor
translates a url into a media file. The motivation for this change
is to allow the Android WebView to play media files from the
assets in the apk.
BUG= 387898
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=286506
Total comments: 34
Total comments: 8
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+275 lines, -38 lines) |
Patch |
 |
M |
content/browser/media/android/browser_media_player_manager.h
|
View
|
|
3 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/media/android/browser_media_player_manager.cc
|
View
|
1
2
|
4 chunks |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/media/android/media_resource_getter_impl.h
|
View
|
1
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/media/android/media_resource_getter_impl.cc
|
View
|
1
|
4 chunks |
+42 lines, -9 lines |
0 comments
|
Download
|
 |
M |
content/public/android/java/src/org/chromium/content/browser/MediaResourceGetter.java
|
View
|
|
4 chunks |
+36 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/android/javatests/src/org/chromium/content/browser/MediaResourceGetterTest.java
|
View
|
|
4 chunks |
+31 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/base/android/java/src/org/chromium/media/MediaPlayerBridge.java
|
View
|
|
2 chunks |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/base/android/media_player_bridge.h
|
View
|
1
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/base/android/media_player_bridge.cc
|
View
|
1
2
|
4 chunks |
+67 lines, -26 lines |
0 comments
|
Download
|
 |
M |
media/base/android/media_player_manager.h
|
View
|
1
|
1 chunk |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/base/android/media_resource_getter.h
|
View
|
1
|
1 chunk |
+9 lines, -1 line |
0 comments
|
Download
|
 |
M |
media/base/android/media_source_player_unittest.cc
|
View
|
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A |
media/base/android/media_url_interceptor.h
|
View
|
1
2
3
|
1 chunk |
+36 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/media.gyp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 15 (0 generated)
|