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

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

Issue 1144473003: <webview>: Add JavaScript test for IndexedDB isolation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments Created 5 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/platform_apps/web_view/isolation_indexeddb/manifest.json
diff --git a/chrome/test/data/extensions/platform_apps/web_view/content_script_whitelisted/manifest.json b/chrome/test/data/extensions/platform_apps/web_view/isolation_indexeddb/manifest.json
similarity index 67%
copy from chrome/test/data/extensions/platform_apps/web_view/content_script_whitelisted/manifest.json
copy to chrome/test/data/extensions/platform_apps/web_view/isolation_indexeddb/manifest.json
index bd594682f4bd3520d74cc65dac1f414c38b6153c..c05ddf74e71f240eed60a154c550ef46dc853e0f 100644
--- a/chrome/test/data/extensions/platform_apps/web_view/content_script_whitelisted/manifest.json
+++ b/chrome/test/data/extensions/platform_apps/web_view/isolation_indexeddb/manifest.json
@@ -1,5 +1,5 @@
{
- "name": "<webview> with forced embedder content script.",
+ "name": "Platform App Test: web view Indexed DB isolation",
"version": "1",
"permissions": [
"webview"

Powered by Google App Engine
This is Rietveld 408576698