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

Unified Diff: chrome/test/data/extensions/permissions/content_script_all_urls.json

Issue 6772022: Make <all_urls> and file:///* in permissions trigger "Allow file access" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Patch for landing Created 9 years, 9 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/extensions/permissions/content_script_all_urls.json
diff --git a/chrome/test/data/extensions/permissions/content_script_all_urls.json b/chrome/test/data/extensions/permissions/content_script_all_urls.json
new file mode 100644
index 0000000000000000000000000000000000000000..e89f2f6f427879cfd536103c651575696b649d4e
--- /dev/null
+++ b/chrome/test/data/extensions/permissions/content_script_all_urls.json
@@ -0,0 +1,10 @@
+{
+ "name": "<all_urls> in content script matches list",
+ "content_scripts": [
+ {
+ "matches": [ "<all_urls>" ],
+ "js": [ "content_script.js" ]
+ }
+ ],
+ "version": "1"
+}
« no previous file with comments | « chrome/renderer/user_script_slave.cc ('k') | chrome/test/data/extensions/permissions/content_script_file_scheme.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698