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

Unified Diff: chrome/test/data/extensions/content_verifier/dot_slash_paths/manifest.json

Issue 1315713009: Fix content verification failures on unusual content script paths (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix windows compile error Created 5 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/extensions/content_verifier/dot_slash_paths/manifest.json
diff --git a/chrome/test/data/extensions/content_verifier/dot_slash_paths/manifest.json b/chrome/test/data/extensions/content_verifier/dot_slash_paths/manifest.json
index 20f715b96a5cef0e21c0bb5d792d456f8b2c87d3..773344e1a4bfed5130ba4abbb363adc1587f49e5 100644
--- a/chrome/test/data/extensions/content_verifier/dot_slash_paths/manifest.json
+++ b/chrome/test/data/extensions/content_verifier/dot_slash_paths/manifest.json
@@ -2,11 +2,17 @@
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "Content Verification ./ paths Test",
- "version": "0.8",
+ "version": "0.9",
"manifest_version": 2,
"background": {
"scripts": ["./background.js"]
},
+ "content_scripts": [
+ {
+ "matches": ["*://*.chromium.org/*"],
+ "js": ["./cs1.js", "/cs2.js"]
+ }
+ ],
"icons": {
"128": "./icon.png",
"64": "/icon2.png",
« no previous file with comments | « chrome/test/data/extensions/content_verifier/dot_slash_paths/cs2.js ('k') | extensions/browser/content_verifier.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698