|
|
Refactor ContentShell to remove ContentViewClient dependency.
The ContentViewClient was replacing the native Shell as the WebContents
delegate, which is being refactored to no longer provide this
functionality.
This moves all the dependencies into Shell (like other platforms) and
removes the need for the native shell_view.cc/h. Now all calls are
routed through shell_android.
BUG=
TEST=
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=147357
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+92 lines, -364 lines) |
Patch |
 |
M |
content/content_shell.gypi
|
View
|
|
3 chunks |
+10 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/shell/android/java/src/org/chromium/content_shell/ContentShellActivity.java
|
View
|
|
4 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
A + |
content/shell/android/java/src/org/chromium/content_shell/Shell.java
|
View
|
|
6 chunks |
+23 lines, -45 lines |
0 comments
|
Download
|
 |
M |
content/shell/android/java/src/org/chromium/content_shell/ShellManager.java
|
View
|
|
2 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
D |
content/shell/android/java/src/org/chromium/content_shell/ShellView.java
|
View
|
|
1 chunk |
+0 lines, -209 lines |
0 comments
|
Download
|
 |
M |
content/shell/android/javatests/src/org/chromium/content_shell/ContentShellUrlTest.java
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/shell/android/res/layout/shell_view.xml
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/shell/android/shell_library_loader.cc
|
View
|
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/shell/android/shell_manager.h
|
View
|
|
1 chunk |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/shell/android/shell_manager.cc
|
View
|
|
2 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
D |
content/shell/android/shell_view.h
|
View
|
|
1 chunk |
+0 lines, -40 lines |
0 comments
|
Download
|
 |
D |
content/shell/android/shell_view.cc
|
View
|
|
1 chunk |
+0 lines, -35 lines |
0 comments
|
Download
|
 |
M |
content/shell/shell.h
|
View
|
|
4 chunks |
+8 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/shell/shell_android.cc
|
View
|
|
3 chunks |
+26 lines, -2 lines |
0 comments
|
Download
|
Total messages: 7 (0 generated)
|