Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(63)

Side by Side Diff: chrome/test/data/extensions/platform_apps/web_view/shim/manifest.json

Issue 237793003: Use default CSP for resource loading in webview (instead of platform app's CSP) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add comment to added file Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 { 1 {
2 "name": "Platform App Test: <webview>", 2 "name": "Platform App Test: <webview>",
3 "version": "2", 3 "version": "2",
4 "permissions": [ 4 "permissions": [
5 "webview" 5 "webview"
6 ], 6 ],
7 "app": { 7 "app": {
8 "background": { 8 "background": {
9 "scripts": ["test.js"] 9 "scripts": ["test.js"]
10 } 10 }
11 }, 11 },
12 "webview": { 12 "webview": {
13 "partitions": [ 13 "partitions": [
14 { 14 {
15 "name": "foobar", 15 "name": "foobar",
16 "accessible_resources": [ 16 "accessible_resources": [
17 "guest.html" 17 "guest_with_inline_script.html"
18 ] 18 ]
19 } 19 }
20 ] 20 ]
21 } 21 }
22 } 22 }
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/platform_apps/web_view/shim/main.js ('k') | extensions/browser/extension_protocols.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698