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

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

Issue 9192021: Disallow WebSQL and localStorage in platform apps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: block localStorage 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/storage/manifest.json
diff --git a/chrome/test/data/extensions/platform_apps/storage/manifest.json b/chrome/test/data/extensions/platform_apps/storage/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..a005d3935387cfe23314a52011fbb168bd66fa35
--- /dev/null
+++ b/chrome/test/data/extensions/platform_apps/storage/manifest.json
@@ -0,0 +1,13 @@
+{
+ "name": "Platform App Test: loalStorage/WebSQL 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