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

Unified Diff: chrome/browser/resources/file_manager/manifest.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 | « no previous file | chrome/browser/resources/file_manager/manifest_new_ui.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/file_manager/manifest.json
diff --git a/chrome/browser/resources/file_manager/manifest.json b/chrome/browser/resources/file_manager/manifest.json
index 391d787679eddd86e74f51ac8838d5e3bf1b640d..bf46bfa5a8cb302769df88c12d575d769ae65f6a 100644
--- a/chrome/browser/resources/file_manager/manifest.json
+++ b/chrome/browser/resources/file_manager/manifest.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 | « no previous file | chrome/browser/resources/file_manager/manifest_new_ui.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698