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

Side by Side Diff: chrome/test/data/extensions/api_test/webnavigation/app/manifest.json

Issue 10823169: Another attempt at fixing dead frames being tracked by webNavigation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 8 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "name": "App Test",
3 "version": "1",
4 "manifest_version": 2,
5 "permissions": [
6 "background"
7 ],
8 "app": {
9 "launch": {
10 "web_url": "http://www.a.com/"
11 },
12 "urls": [
13 "http://www.a.com/server-redirect"
Charlie Reis 2012/08/06 20:04:13 Why is this the web extent for the app? It doesn'
jochen (gone - plz use gerrit) 2012/08/06 21:08:39 I made this the launch URL.
Charlie Reis 2012/08/06 21:30:26 Now there's no extent, so we'll never enter the ap
jochen (gone - plz use gerrit) 2012/08/06 21:42:32 Without an extent, the launch url's host + /* is u
14 ]
15 }
16 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698