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

Unified Diff: chrome/test/data/extensions/platform_apps/modal_dialogs/manifest.json

Issue 9195018: Disable modal JavaScript dialogs for platform apps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix spelling Created 8 years, 11 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/platform_apps/modal_dialogs/manifest.json
diff --git a/chrome/test/data/extensions/platform_apps/modal_dialogs/manifest.json b/chrome/test/data/extensions/platform_apps/modal_dialogs/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..e85ae2b801b7f69c587ecc74eee257be51fefdd9
--- /dev/null
+++ b/chrome/test/data/extensions/platform_apps/modal_dialogs/manifest.json
@@ -0,0 +1,13 @@
+{
+ "name": "Platform App Test: modal dialogs are disallowed",
+ "platform_app": true,
+ "version": "1",
+ "manifest_version": 2,
+ "background": { "scripts": ["background.js"] },
+ "app": {
+ "launch": {
+ "local_path": "main.html",
+ "container": "shell"
+ }
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698