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

Unified Diff: chrome/browser/resources/file_manager/manifest_new_ui.json

Issue 13775006: Fixed web workers in Files.app v2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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/browser/resources/file_manager/manifest.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/file_manager/manifest_new_ui.json
diff --git a/chrome/browser/resources/file_manager/manifest_new_ui.json b/chrome/browser/resources/file_manager/manifest_new_ui.json
index 8b2e4dd6e5007817342191246e074c933b3afdcb..48af74300facf44a8fe2db191594bcf2e8e2fafe 100644
--- a/chrome/browser/resources/file_manager/manifest_new_ui.json
+++ b/chrome/browser/resources/file_manager/manifest_new_ui.json
@@ -183,6 +183,10 @@
"chrome_url_overrides": {
"files": "main.html"
},
+ // Required to import scripts in a web worker. Note, that in Apps v2, it is
+ // enough that anything is passed to web_accessible_resources. If there is
+ // at least any file, then all files are allowed. http://crbug.com/179127.
+ "web_accessible_resources": ["js/metadata/byte_reader.js"],
"app": {
"background": {
"scripts": [
« no previous file with comments | « chrome/browser/resources/file_manager/manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698