|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1894 lines, -124 lines) |
Patch |
 |
M |
android_webview/DEPS
|
View
|
1
2
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A |
android_webview/aw_browser.gypi
|
View
|
1
2
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
A |
android_webview/browser/renderer_host/aw_resource_dispatcher_host_delegate.h
|
View
|
1
2
|
1 chunk |
+40 lines, -0 lines |
0 comments
|
Download
|
 |
A |
android_webview/browser/renderer_host/aw_resource_dispatcher_host_delegate.cc
|
View
|
1
2
|
1 chunk |
+44 lines, -0 lines |
0 comments
|
Download
|
 |
A |
android_webview/java/AndroidManifest.xml
|
View
|
|
1 chunk |
+28 lines, -0 lines |
0 comments
|
Download
|
 |
A |
android_webview/java/android_webview_apk.xml
|
View
|
1
2
|
1 chunk |
+45 lines, -0 lines |
0 comments
|
Download
|
 |
A |
android_webview/java/src/org/chromium/android_webview/AndroidWebViewUtil.java
|
View
|
|
1 chunk |
+25 lines, -0 lines |
0 comments
|
Download
|
 |
A |
android_webview/java/src/org/chromium/android_webview/AwContents.java
|
View
|
1
2
|
1 chunk |
+83 lines, -0 lines |
0 comments
|
Download
|
 |
A |
android_webview/java/src/org/chromium/android_webview/InterceptedRequestData.java
|
View
|
|
1 chunk |
+39 lines, -0 lines |
0 comments
|
Download
|
 |
A |
android_webview/javatests/AndroidManifest.xml
|
View
|
|
1 chunk |
+24 lines, -0 lines |
0 comments
|
Download
|
 |
A |
android_webview/javatests/DEPS
|
View
|
1
2
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A |
android_webview/javatests/android_webview_test_apk.xml
|
View
|
|
1 chunk |
+55 lines, -0 lines |
0 comments
|
Download
|
 |
A |
android_webview/javatests/src/org/chromium/android_webview/test/AndroidWebViewLoadUrlTest.java
|
View
|
1
2
|
1 chunk |
+72 lines, -0 lines |
0 comments
|
Download
|
 |
A |
android_webview/javatests/src/org/chromium/android_webview/test/AndroidWebViewTestBase.java
|
View
|
1
2
|
1 chunk |
+134 lines, -0 lines |
0 comments
|
Download
|
 |
A |
android_webview/javatests/src/org/chromium/android_webview/test/AndroidWebViewTestRunnerActivity.java
|
View
|
|
1 chunk |
+94 lines, -0 lines |
0 comments
|
Download
|
 |
A |
android_webview/javatests/src/org/chromium/android_webview/test/AndroidWebViewTestRunnerApplication.java
|
View
|
1
2
3
4
5
|
1 chunk |
+46 lines, -0 lines |
0 comments
|
Download
|
 |
A |
android_webview/javatests/src/org/chromium/android_webview/test/AwContentsTest.java
|
View
|
1
2
|
1 chunk |
+64 lines, -0 lines |
0 comments
|
Download
|
 |
M |
android_webview/lib/DEPS
|
View
|
1
2
3
|
1 chunk |
+12 lines, -1 line |
0 comments
|
Download
|
 |
M |
android_webview/lib/android_webview.gyp
|
View
|
1
2
|
2 chunks |
+248 lines, -10 lines |
0 comments
|
Download
|
 |
A |
android_webview/lib/aw_browser_dependency_factory_impl.h
|
View
|
1
2
|
1 chunk |
+36 lines, -0 lines |
0 comments
|
Download
|
 |
A |
android_webview/lib/aw_browser_dependency_factory_impl.cc
|
View
|
1
2
|
1 chunk |
+70 lines, -0 lines |
0 comments
|
Download
|
 |
A |
android_webview/lib/aw_content_browser_client.h
|
View
|
1
2
|
1 chunk |
+25 lines, -0 lines |
0 comments
|
Download
|
 |
A |
android_webview/lib/aw_content_browser_client.cc
|
View
|
1
2
|
1 chunk |
+22 lines, -0 lines |
0 comments
|
Download
|
 |
M |
android_webview/lib/main/webview_main_delegate.cc
|
View
|
1
2
|
3 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
A |
android_webview/native/android_web_view_util.h
|
View
|
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
A |
android_webview/native/android_web_view_util.cc
|
View
|
1
2
|
1 chunk |
+20 lines, -0 lines |
0 comments
|
Download
|
 |
M |
android_webview/native/android_webview_jni_registrar.cc
|
View
|
1
2
|
1 chunk |
+12 lines, -1 line |
0 comments
|
Download
|
 |
A |
android_webview/native/aw_browser_dependency_factory.h
|
View
|
1
2
|
1 chunk |
+60 lines, -0 lines |
0 comments
|
Download
|
 |
A |
android_webview/native/aw_browser_dependency_factory.cc
|
View
|
1
2
|
1 chunk |
+34 lines, -0 lines |
0 comments
|
Download
|
 |
A |
android_webview/native/aw_contents.h
|
View
|
1
2
|
1 chunk |
+51 lines, -0 lines |
0 comments
|
Download
|
 |
A |
android_webview/native/aw_contents.cc
|
View
|
1
2
|
1 chunk |
+66 lines, -0 lines |
0 comments
|
Download
|
 |
A |
android_webview/native/aw_contents_container.h
|
View
|
1
2
|
1 chunk |
+31 lines, -0 lines |
0 comments
|
Download
|
 |
A |
android_webview/native/intercepted_request_data.h
|
View
|
|
1 chunk |
+31 lines, -0 lines |
0 comments
|
Download
|
 |
A |
android_webview/native/intercepted_request_data.cc
|
View
|
|
1 chunk |
+55 lines, -0 lines |
0 comments
|
Download
|
 |
M |
android_webview/native/webview_native.gyp
|
View
|
1
2
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
base/android/jni_generator/jni_generator.py
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A + |
chrome/android/java/DEPS
|
View
|
1
2
3
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
D |
chrome/android/java/src/org/chromium/chrome/browser/component/web_contents_delegate_android/WebContentsDelegateAndroid.java
|
View
|
1
2
|
1 chunk |
+0 lines, -110 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/component/components.gyp
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A + |
chrome/browser/component/web_contents_delegate_android/java/src/org/chromium/chrome/browser/component/web_contents_delegate_android/WebContentsDelegateAndroid.java
|
View
|
1
2
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/component/web_contents_delegate_android/web_contents_delegate_android.gypi
|
View
|
1
2
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/android/java/src/org/chromium/content/browser/LoadUrlParams.java
|
View
|
1
|
1 chunk |
+22 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/public/android/javatests/src/org/chromium/content/browser/test/CallbackHelper.java
|
View
|
1
2
3
4
5
6
|
1 chunk |
+93 lines, -0 lines |
0 comments
|
Download
|
 |
A |
content/public/android/javatests/src/org/chromium/content/browser/test/TestContentViewClient.java
|
View
|
|
1 chunk |
+152 lines, -0 lines |
0 comments
|
Download
|