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

Side by Side Diff: chrome/test/data/extensions/api_test/executescript/removed_frames/manifest.json

Issue 1216453002: [Extensions] Handle some funny cases in script injection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ben's Created 5 years, 5 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 "version": "1.0.0.0", 2 "version": "1.0.0.0",
3 "manifest_version": 2, 3 "manifest_version": 2,
4 "name": "Subframes on load", 4 "name": "Subframes on load",
5 "description": "Test that calling executeScript on a tab that has completed it s load injects into subframes.", 5 "description": "Test that calling executeScript on a tab that has completed it s load injects into subframes.",
6 "background": { 6 "background": {
7 "scripts": ["test.js"] 7 "scripts": ["test.js"]
8 }, 8 },
9 "permissions": ["tabs", "http://a.com/"] 9 "permissions": ["tabs", "http://a.com/", "webNavigation"]
10 } 10 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698