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

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: . 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
« no previous file with comments | « chrome/test/data/extensions/platform_apps/storage/main.js ('k') | webkit/glue/webpreferences.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..f38837a76391357fb79c163bf81f68df4904fe4a
--- /dev/null
+++ b/chrome/test/data/extensions/platform_apps/storage/manifest.json
@@ -0,0 +1,12 @@
+{
+ "name": "Platform App Test: loalStorage/WebSQL are disallowed",
+ "platform_app": true,
+ "version": "1",
+ "manifest_version": 2,
+ "app": {
+ "launch": {
+ "local_path": "main.html",
+ "container": "shell"
+ }
+ }
+}
« no previous file with comments | « chrome/test/data/extensions/platform_apps/storage/main.js ('k') | webkit/glue/webpreferences.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698