|
Parsing filesystem url before giving it to media player
Android media player directly takes a url to playback a video and it cannot handle filesystem urls.
To solve the problem, we need to translate a filesystem url to a platform path before calling setDataSource().
CookieGetter is renamed to MediaResourceGetter to handle such translations.
BUG= 180541
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=189126
Total comments: 11
Total comments: 4
Total comments: 2
Total comments: 2
Total comments: 2
Total comments: 9
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+425 lines, -420 lines) |
Patch |
 |
D |
content/browser/android/cookie_getter_impl.h
|
View
|
|
1 chunk |
+0 lines, -63 lines |
0 comments
|
Download
|
 |
D |
content/browser/android/cookie_getter_impl.cc
|
View
|
|
1 chunk |
+0 lines, -155 lines |
0 comments
|
Download
|
 |
M |
content/browser/android/media_player_manager_android.h
|
View
|
1
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/android/media_player_manager_android.cc
|
View
|
1
|
3 chunks |
+8 lines, -4 lines |
0 comments
|
Download
|
 |
A |
content/browser/android/media_resource_getter_impl.h
|
View
|
1
2
3
4
|
1 chunk |
+79 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
content/browser/android/media_resource_getter_impl.cc
|
View
|
1
2
3
4
5
6
7
8
|
7 chunks |
+99 lines, -21 lines |
0 comments
|
Download
|
 |
M |
content/browser/fileapi/browser_file_system_helper.h
|
View
|
1
2
3
4
5
|
2 chunks |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/fileapi/browser_file_system_helper.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+97 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/fileapi/fileapi_message_filter.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+4 lines, -80 lines |
0 comments
|
Download
|
 |
M |
content/common/media/media_player_messages.h
|
View
|
1
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/content_browser.gypi
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/webmediaplayer_proxy_impl_android.h
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/webmediaplayer_proxy_impl_android.cc
|
View
|
1
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
D |
media/base/android/cookie_getter.h
|
View
|
|
1 chunk |
+0 lines, -30 lines |
0 comments
|
Download
|
 |
D |
media/base/android/cookie_getter.cc
|
View
|
|
1 chunk |
+0 lines, -11 lines |
0 comments
|
Download
|
 |
M |
media/base/android/media_player_bridge.h
|
View
|
1
2
3
4
5
6
7
|
6 chunks |
+14 lines, -10 lines |
0 comments
|
Download
|
 |
M |
media/base/android/media_player_bridge.cc
|
View
|
1
2
3
4
5
6
7
|
7 chunks |
+23 lines, -9 lines |
0 comments
|
Download
|
 |
A |
media/base/android/media_resource_getter.h
|
View
|
1
|
1 chunk |
+38 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
media/base/android/media_resource_getter.cc
|
View
|
|
1 chunk |
+4 lines, -6 lines |
0 comments
|
Download
|
 |
M |
media/media.gyp
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/media/android/webmediaplayer_impl_android.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webkit/media/android/webmediaplayer_in_process_android.h
|
View
|
1
|
2 chunks |
+12 lines, -8 lines |
0 comments
|
Download
|
 |
M |
webkit/media/android/webmediaplayer_in_process_android.cc
|
View
|
1
|
2 chunks |
+14 lines, -8 lines |
0 comments
|
Download
|
 |
M |
webkit/media/android/webmediaplayer_proxy_android.h
|
View
|
1
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
Total messages: 34 (0 generated)
|