|
Main changes are
- Rename ContentVideoViewContextDelegate to ContentVideoViewClient, instead of having the getContext() method, passing the context to ContentVideoView when it is created.
- Add getContentVideoViewClient method in ContentViewClient, so it will be created when it actually used.
BUG=http://b/8315237
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=204353
Total comments: 11
Total comments: 8
Total comments: 34
Total comments: 23
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+433 lines, -316 lines) |
Patch |
|
D |
android_webview/java/src/org/chromium/android_webview/AwContentVideoViewDelegate.java
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+0 lines, -56 lines |
0 comments
|
Download
|
|
M |
android_webview/java/src/org/chromium/android_webview/AwContents.java
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
|
M |
android_webview/java/src/org/chromium/android_webview/AwContentsClient.java
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+36 lines, -1 line |
0 comments
|
Download
|
|
M |
build/android/findbugs_filter/findbugs_known_bugs.txt
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/android/testshell/java/src/org/chromium/chrome/testshell/ChromiumTestShellActivity.java
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+9 lines, -4 lines |
0 comments
|
Download
|
|
M |
content/browser/android/content_video_view.h
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+18 lines, -7 lines |
0 comments
|
Download
|
|
M |
content/browser/android/content_video_view.cc
|
View
|
1
2
3
4
5
6
7
8
|
5 chunks |
+74 lines, -40 lines |
0 comments
|
Download
|
|
M |
content/browser/android/content_view_core_impl.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/browser/android/content_view_core_impl.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+20 lines, -0 lines |
0 comments
|
Download
|
|
A |
content/browser/android/media_player_manager_android.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+103 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/browser/android/media_player_manager_impl.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
content/browser/android/media_player_manager_impl.cc
|
View
|
1
2
3
4
5
6
7
8
|
12 chunks |
+28 lines, -12 lines |
0 comments
|
Download
|
|
A + |
content/public/android/java/src/org/chromium/content/browser/ActivityContentVideoViewClient.java
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+9 lines, -10 lines |
0 comments
|
Download
|
|
D |
content/public/android/java/src/org/chromium/content/browser/ActivityContentVideoViewDelegate.java
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+0 lines, -63 lines |
0 comments
|
Download
|
|
M |
content/public/android/java/src/org/chromium/content/browser/ContentVideoView.java
|
View
|
1
2
3
4
5
6
7
8
|
21 chunks |
+83 lines, -93 lines |
0 comments
|
Download
|
|
A |
content/public/android/java/src/org/chromium/content/browser/ContentVideoViewClient.java
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+25 lines, -0 lines |
0 comments
|
Download
|
|
D |
content/public/android/java/src/org/chromium/content/browser/ContentVideoViewContextDelegate.java
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+0 lines, -21 lines |
0 comments
|
Download
|
|
M |
content/public/android/java/src/org/chromium/content/browser/ContentViewClient.java
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/shell/android/shell_apk/src/org/chromium/content_shell_apk/ContentShellActivity.java
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+9 lines, -3 lines |
0 comments
|
Download
|
Total messages: 19 (0 generated)
|