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

Unified Diff: chrome/test/data/extensions/api_test/javascript_url_permissions/manifest.json

Issue 199074: Don't allow updating tabs to javascript URLs without host (Closed)
Patch Set: Remove unchanged file Created 11 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/api_test/javascript_url_permissions/manifest.json
diff --git a/chrome/test/data/extensions/api_test/javascript_url_permissions/manifest.json b/chrome/test/data/extensions/api_test/javascript_url_permissions/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..34fc5c5e5db26568539f1b6a75e4c67dfd972225
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/javascript_url_permissions/manifest.json
@@ -0,0 +1,7 @@
+{
+ "name": "javascript url permissions test",
+ "version": "0.1",
+ "description": "Tests that navigating a tab to a javascript URLs only works if the extension has access to that tabs host.",
+ "background_page": "test.html",
+ "permissions": ["tabs", "http://b.com/"]
+}

Powered by Google App Engine
This is Rietveld 408576698