|
|
This CL implements the basics for Safebrowsing for Webview
- A basic UI manager that decides (using a simple policy) whether or not show an interstitial
- A mechanism to call back to GMSCore for checking
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+197 lines, -1 line) |
Patch |
 |
M |
android_webview/BUILD.gn
|
View
|
1
2
3
4
5
6
|
3 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
android_webview/apk/java/proguard.flags
|
View
|
1
2
3
4
5
6
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
android_webview/browser/DEPS
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
android_webview/browser/aw_browser_context.h
|
View
|
1
|
3 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
android_webview/browser/aw_browser_context.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+22 lines, -0 lines |
0 comments
|
Download
|
 |
A |
android_webview/browser/aw_safe_browsing_ui_manager.h
|
View
|
1
2
3
4
|
1 chunk |
+41 lines, -0 lines |
0 comments
|
Download
|
 |
A |
android_webview/browser/aw_safe_browsing_ui_manager.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+36 lines, -0 lines |
0 comments
|
Download
|
 |
M |
android_webview/browser/renderer_host/aw_resource_dispatcher_host_delegate.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
android_webview/java/src/org/chromium/android_webview/AwBrowserContext.java
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+19 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
8
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
android_webview/lib/main/aw_main_delegate.h
|
View
|
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
android_webview/lib/main/aw_main_delegate.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
android_webview/native/aw_contents.h
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
android_webview/native/aw_contents.cc
|
View
|
1
2
3
|
3 chunks |
+17 lines, -0 lines |
0 comments
|
Download
|
Total messages: 5 (4 generated)
|