|
Move MessagePort implementation from android_webview to content
-Rename all classes with AppWeb prefix instead of Aw
-Move browser side classes to content/browser/android
-Move renderer side class to content/renderer/android
-Add public interface in content for app_web_message_port_service
-Slim down message_port_provider now that all classes are in content
-Move all java classes to content/public/android with package
org.chromium.content.browser
-AppWebMessagePortMessageFilter ownership moves to RenderFrameHostImpl
-AppWebMessagePortClient ownership moves to RenderFrameImpl
BUG= 651124
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation
Committed: https://crrev.com/ed66fc0d1f1d7adb27862c6046212162445231ac
Cr-Commit-Position: refs/heads/master@{#424543}
Total comments: 36
Total comments: 10
Total comments: 1
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+530 lines, -2037 lines) |
Patch |
 |
M |
android_webview/BUILD.gn
|
View
|
1
2
3
4
|
5 chunks |
+0 lines, -9 lines |
0 comments
|
Download
|
 |
M |
android_webview/browser/aw_browser_context.h
|
View
|
|
3 chunks |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
android_webview/browser/aw_browser_context.cc
|
View
|
|
1 chunk |
+0 lines, -8 lines |
0 comments
|
Download
|
 |
D |
android_webview/browser/aw_message_port_message_filter.h
|
View
|
|
1 chunk |
+0 lines, -58 lines |
0 comments
|
Download
|
 |
D |
android_webview/browser/aw_message_port_message_filter.cc
|
View
|
|
1 chunk |
+0 lines, -96 lines |
0 comments
|
Download
|
 |
D |
android_webview/browser/aw_message_port_service.h
|
View
|
|
1 chunk |
+0 lines, -34 lines |
0 comments
|
Download
|
 |
M |
android_webview/browser/jni_dependency_factory.h
|
View
|
1
2
3
4
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
android_webview/common/android_webview_message_generator.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
D |
android_webview/common/aw_message_port_messages.h
|
View
|
|
1 chunk |
+0 lines, -83 lines |
0 comments
|
Download
|
 |
M |
android_webview/glue/java/src/com/android/webview/chromium/WebMessagePortAdapter.java
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+11 lines, -12 lines |
0 comments
|
Download
|
 |
M |
android_webview/glue/java/src/com/android/webview/chromium/WebViewChromium.java
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
android_webview/java/src/org/chromium/android_webview/AwBrowserContext.java
|
View
|
1
2
3
4
|
3 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
android_webview/java/src/org/chromium/android_webview/AwContents.java
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+10 lines, -6 lines |
0 comments
|
Download
|
 |
D |
android_webview/java/src/org/chromium/android_webview/AwMessagePort.java
|
View
|
|
1 chunk |
+0 lines, -272 lines |
0 comments
|
Download
|
 |
D |
android_webview/java/src/org/chromium/android_webview/AwMessagePortService.java
|
View
|
|
1 chunk |
+0 lines, -169 lines |
0 comments
|
Download
|
 |
D |
android_webview/java/src/org/chromium/android_webview/PostMessageSender.java
|
View
|
|
1 chunk |
+0 lines, -165 lines |
0 comments
|
Download
|
 |
M |
android_webview/javatests/src/org/chromium/android_webview/test/PostMessageTest.java
|
View
|
1
2
3
4
5
6
7
|
32 chunks |
+106 lines, -107 lines |
0 comments
|
Download
|
 |
M |
android_webview/lib/main/aw_main_delegate.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
android_webview/lib/main/aw_main_delegate.cc
|
View
|
1
2
3
4
|
2 chunks |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
android_webview/native/BUILD.gn
|
View
|
|
2 chunks |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
android_webview/native/android_webview_jni_registrar.cc
|
View
|
1
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
android_webview/native/aw_contents.h
|
View
|
1
|
3 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
android_webview/native/aw_contents.cc
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+5 lines, -24 lines |
0 comments
|
Download
|
 |
D |
android_webview/native/aw_message_port_service_impl.h
|
View
|
|
1 chunk |
+0 lines, -87 lines |
0 comments
|
Download
|
 |
D |
android_webview/native/aw_message_port_service_impl.cc
|
View
|
|
1 chunk |
+0 lines, -243 lines |
0 comments
|
Download
|
 |
M |
android_webview/renderer/aw_content_renderer_client.cc
|
View
|
1
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
D |
android_webview/renderer/aw_message_port_client.h
|
View
|
|
1 chunk |
+0 lines, -42 lines |
0 comments
|
Download
|
 |
D |
android_webview/renderer/aw_message_port_client.cc
|
View
|
|
1 chunk |
+0 lines, -115 lines |
0 comments
|
Download
|
 |
M |
content/browser/BUILD.gn
|
View
|
1
2
3
4
5
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
content/browser/android/app_web_message_port_message_filter.h
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+16 lines, -17 lines |
0 comments
|
Download
|
 |
A + |
content/browser/android/app_web_message_port_message_filter.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+42 lines, -41 lines |
0 comments
|
Download
|
 |
A + |
content/browser/android/app_web_message_port_service_impl.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+39 lines, -33 lines |
0 comments
|
Download
|
 |
A + |
content/browser/android/app_web_message_port_service_impl.cc
|
View
|
1
2
3
4
5
6
7
|
12 chunks |
+88 lines, -80 lines |
0 comments
|
Download
|
 |
M |
content/browser/android/browser_jni_registrar.cc
|
View
|
1
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/frame_host/render_frame_host_impl.h
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+12 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/frame_host/render_frame_host_impl.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/message_port_provider.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+15 lines, -61 lines |
0 comments
|
Download
|
 |
M |
content/browser/message_port_provider_browsertest.cc
|
View
|
|
1 chunk |
+0 lines, -55 lines |
0 comments
|
Download
|
 |
M |
content/common/BUILD.gn
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A + |
content/common/app_web_message_port_messages.h
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+26 lines, -23 lines |
0 comments
|
Download
|
 |
M |
content/common/content_message_generator.h
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/android/BUILD.gn
|
View
|
1
2
3
4
5
|
3 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
content/public/android/java/src/org/chromium/content/browser/AppWebMessagePort.java
|
View
|
1
2
3
4
5
6
7
|
9 chunks |
+21 lines, -20 lines |
0 comments
|
Download
|
 |
A + |
content/public/android/java/src/org/chromium/content/browser/AppWebMessagePortService.java
|
View
|
1
2
3
4
5
6
7
|
10 chunks |
+33 lines, -37 lines |
0 comments
|
Download
|
 |
A + |
content/public/android/java/src/org/chromium/content/browser/PostMessageSender.java
|
View
|
1
2
3
4
5
6
7
|
9 chunks |
+18 lines, -20 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/BUILD.gn
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A + |
content/public/browser/android/app_web_message_port_service.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+13 lines, -17 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/message_port_provider.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+6 lines, -39 lines |
0 comments
|
Download
|
 |
M |
content/renderer/BUILD.gn
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
content/renderer/android/app_web_message_port_client.h
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+8 lines, -9 lines |
0 comments
|
Download
|
 |
A + |
content/renderer/android/app_web_message_port_client.cc
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+22 lines, -25 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_frame_impl.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
Total messages: 49 (25 generated)
|