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

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

Issue 1262563003: Subframes in inner WebContents should not create proxies in process of outer WebContents. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments from lfg@ Created 5 years, 4 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 "child_frame.html",
18 "parent_frame.html",
17 "guest_with_inline_script.html", 19 "guest_with_inline_script.html",
18 "test.pdf" 20 "test.pdf"
19 ] 21 ]
20 } 22 }
21 ] 23 ]
22 } 24 }
23 } 25 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698