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

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

Issue 7071025: Use WebFrame::setIsolatedWorldSecurityOrigin to allow cross-origin XHRs in content scripts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove isolated worlds when extension is unloaded Created 9 years, 7 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/cross_origin_xhr/manifest.json
diff --git a/chrome/test/data/extensions/api_test/cross_origin_xhr/manifest.json b/chrome/test/data/extensions/api_test/cross_origin_xhr/manifest.json
deleted file mode 100644
index 7da00ed7801304dc56c7291ab8ad79c8ebc91352..0000000000000000000000000000000000000000
--- a/chrome/test/data/extensions/api_test/cross_origin_xhr/manifest.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "cross origin xhr tests",
- "version": "0.1",
- "description": "Sanity check that cross-origin XHR works for extensions. The majority of this is implemented (and tested) in WebKit, but we have a sanity test here just to make sure the integration with Chromium keeps working.",
- "background_page": "test.html",
- "permissions": ["http://a.com/", "http://*.b.com/"]
-}

Powered by Google App Engine
This is Rietveld 408576698