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

Unified Diff: chrome/test/data/extensions/manifest_tests/background_allow_no_js_access.json

Issue 9508008: Allow apps with background pages to request process-per-app-instance. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Clean up tests. Created 8 years, 10 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
« no previous file with comments | « chrome/test/data/extensions/api_test/app_process_background_instances/path2/empty.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/manifest_tests/background_allow_no_js_access.json
diff --git a/chrome/test/data/extensions/manifest_tests/background_allow_no_js_access.json b/chrome/test/data/extensions/manifest_tests/background_allow_no_js_access.json
new file mode 100644
index 0000000000000000000000000000000000000000..340b09034555df54e8feda7b239ed69d6a728048
--- /dev/null
+++ b/chrome/test/data/extensions/manifest_tests/background_allow_no_js_access.json
@@ -0,0 +1,19 @@
+{
+ "name": "test",
+ "version": "1",
+ "app": {
+ "urls": [
+ "https://www.google.com/mail/"
+ ],
+ "launch": {
+ "web_url": "https://www.google.com/mail/"
+ }
+ },
+ "permissions": [
+ "background"
+ ],
+ "background": {
+ "page": "https://www.google.com/mail/foo.html",
+ "allow_js_access": false
+ }
+}
« no previous file with comments | « chrome/test/data/extensions/api_test/app_process_background_instances/path2/empty.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698