|
Supervised user web restrictions content provider
The web restrictions content provider lets other apps query
web restrictions. In particular it lets apps using WebView
query Chrome's supervised user web restrictions.
BUG= 569879
Committed: https://crrev.com/d501894251559fe547bda9381bdeb98d229f6e7c
Cr-Commit-Position: refs/heads/master@{#365834}
Total comments: 6
Total comments: 1
Total comments: 31
Total comments: 22
Total comments: 11
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1104 lines, -20 lines) |
Patch |
 |
M |
chrome/android/BUILD.gn
|
View
|
1
2
3
4
5
6
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/android/java/AndroidManifest.xml
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/android/java/DEPS
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/android/java/src/org/chromium/chrome/browser/preferences/PrefServiceBridge.java
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
3 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/android/java/src/org/chromium/chrome/browser/superviseduser/SupervisedUserContentProvider.java
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+180 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/android/javatests/DEPS
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/android/javatests/src/org/chromium/chrome/browser/superviseduser/SupervisedUserContentProviderTest.java
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+112 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/android/junit/src/org/chromium/chrome/browser/superviseduser/SupervisedUserContentProviderUnitTest.java
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+230 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/chrome_jni_registrar.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/preferences/pref_service_bridge.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/supervised_user/supervised_user_content_provider_android.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+55 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/supervised_user/supervised_user_content_provider_android.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+141 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/supervised_user/supervised_user_interstitial.h
|
View
|
1
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/supervised_user/supervised_user_interstitial.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+19 lines, -11 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome.gyp
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/components.gyp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
components/components_tests.gyp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
A + |
components/web_restriction.gypi
|
View
|
1
2
3
4
5
6
|
1 chunk |
+8 lines, -7 lines |
0 comments
|
Download
|
 |
A |
components/web_restriction/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+20 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
components/web_restriction/OWNERS
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A |
components/web_restriction/java/src/org/chromium/components/webrestriction/WebRestrictionsContentProvider.java
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+178 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/web_restriction/junit/src/org/chromium/components/webrestriction/WebRestrictionsContentProviderTest.java
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+121 lines, -0 lines |
0 comments
|
Download
|
Total messages: 47 (20 generated)
|