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

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

Issue 14272003: <webview>: Focusing <webview> should propagate to BrowserPlugin. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved to web_view_interactive_browsertest.cc Created 7 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: web view isolation", 2 "name": "Packaged App Test: <webview> Focus",
3 "description": "Loads a guest which monitors focus",
3 "version": "1", 4 "version": "1",
4 "permissions": [ 5 "permissions": [
5 "webview" 6 "webview"
6 ], 7 ],
7 "app": { 8 "app": {
8 "background": { 9 "background": {
9 "scripts": ["test.js"] 10 "scripts": ["test.js"]
10 } 11 }
11 } 12 }
12 } 13 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698