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

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

Issue 17447005: <webview>: Move back, forward, canGoBack, canGoForward, go from content to chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@filter_listener
Patch Set: Merge against latest changes in other CL Created 7 years, 6 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": "Packaged App Test: <webview> Focus", 2 "name": "Packaged App Test: <webview> Focus",
3 "description": "Loads a guest which monitors focus", 3 "description": "Loads a guest which monitors focus",
lazyboy 2013/06/22 04:29:15 Fix.
Fady Samuel 2013/06/25 15:46:12 Done.
4 "version": "1", 4 "version": "1",
5 "permissions": [ 5 "permissions": [
6 "webview" 6 "webview"
7 ], 7 ],
8 "app": { 8 "app": {
9 "background": { 9 "background": {
10 "scripts": ["test.js"] 10 "scripts": ["test.js"]
11 } 11 }
12 } 12 }
13 } 13 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698