|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1066 lines, -168 lines) |
Patch |
 |
M |
android_webview/android_webview.gyp
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
android_webview/browser/aw_browser_context.h
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
android_webview/browser/aw_browser_context.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
A |
android_webview/browser/aw_message_port_message_filter.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+45 lines, -0 lines |
2 comments
|
Download
|
 |
A |
android_webview/browser/aw_message_port_message_filter.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+60 lines, -0 lines |
0 comments
|
Download
|
 |
A |
android_webview/browser/aw_message_port_service.h
|
View
|
1
2
3
4
|
1 chunk |
+32 lines, -0 lines |
0 comments
|
Download
|
 |
M |
android_webview/browser/jni_dependency_factory.h
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
android_webview/common/android_webview_message_generator.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
android_webview/common/aw_message_port_messages.h
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+32 lines, -0 lines |
0 comments
|
Download
|
 |
M |
android_webview/java/src/org/chromium/android_webview/AwBrowserContext.java
|
View
|
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
android_webview/java/src/org/chromium/android_webview/AwContents.java
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+12 lines, -9 lines |
0 comments
|
Download
|
 |
A |
android_webview/java/src/org/chromium/android_webview/AwMessagePortService.java
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+136 lines, -0 lines |
0 comments
|
Download
|
 |
M |
android_webview/java/src/org/chromium/android_webview/MessageChannel.java
|
View
|
|
1 chunk |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
A |
android_webview/java/src/org/chromium/android_webview/MessagePort.java
|
View
|
1
2
3
4
5
|
1 chunk |
+46 lines, -0 lines |
0 comments
|
Download
|
 |
M |
android_webview/javatests/src/org/chromium/android_webview/test/PostMessageTest.java
|
View
|
1
2
3
4
5
6
7
8
9
|
6 chunks |
+66 lines, -10 lines |
0 comments
|
Download
|
 |
M |
android_webview/lib/main/aw_main_delegate.h
|
View
|
|
1 chunk |
+11 lines, -11 lines |
0 comments
|
Download
|
 |
M |
android_webview/lib/main/aw_main_delegate.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
android_webview/native/android_webview_jni_registrar.cc
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
android_webview/native/aw_contents.h
|
View
|
|
3 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
android_webview/native/aw_contents.cc
|
View
|
1
2
3
4
|
3 chunks |
+27 lines, -52 lines |
0 comments
|
Download
|
 |
A |
android_webview/native/aw_message_port_service_impl.h
|
View
|
1
2
3
4
|
1 chunk |
+65 lines, -0 lines |
0 comments
|
Download
|
 |
A |
android_webview/native/aw_message_port_service_impl.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+161 lines, -0 lines |
0 comments
|
Download
|
 |
M |
android_webview/native/webview_native.gyp
|
View
|
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
android_webview/renderer/DEPS
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
android_webview/renderer/aw_content_renderer_client.cc
|
View
|
1
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
android_webview/renderer/aw_message_port_client.h
|
View
|
1
2
3
4
|
1 chunk |
+35 lines, -0 lines |
0 comments
|
Download
|
 |
A |
android_webview/renderer/aw_message_port_client.cc
|
View
|
1
2
3
4
|
1 chunk |
+70 lines, -0 lines |
0 comments
|
Download
|
 |
D |
content/browser/message_port_delegate.h
|
View
|
|
1 chunk |
+0 lines, -35 lines |
0 comments
|
Download
|
 |
M |
content/browser/message_port_message_filter.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/message_port_provider.cc
|
View
|
1
2
3
4
|
1 chunk |
+49 lines, -31 lines |
0 comments
|
Download
|
 |
A |
content/browser/message_port_provider_browsertest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+142 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/message_port_service.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/message_port_service.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/navigator_connect/navigator_connect_context.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/content_browser.gypi
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/content_tests.gypi
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A + |
content/public/browser/message_port_delegate.h
|
View
|
|
4 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/message_port_provider.h
|
View
|
1
2
3
4
|
4 chunks |
+9 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ipc/ipc_message_start.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|