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

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

Issue 10870013: Disable DOM MutationEvents for platform apps (Closed) Base URL: http://git.chromium.org/chromium/src.git@git-svn
Patch Set: Added test Created 8 years, 3 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: browser tag isolation", 2 "name": "Platform App Test: MutationEvents Disabled",
3 "version": "1", 3 "version": "1",
4 "manifest_version": 2, 4 "manifest_version": 2,
5 "permissions": [ 5 "permissions": [
6 "app.window" 6 "app.window"
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