DescriptionSimplifying loading file JS and CSS files from external source.
File manager may load its external from external source (for instance from chrome source files made available via HTTP protocol).
To achieve that file manager's mail.html flattening should be switched off (flattenhtml="false" for IDR_FILE_MANAGER_MAIN in chrome/browser/resources/component_extension_resources.grd)
and source base in the file manager must be spectified:
localStorage['base'] = 'http://youmachine:1080/' // to run in the context of the file manager using dev tools
BUG=None
TEST=None
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=109601
Patch Set 1 #Patch Set 2 : Fixed comments #
Total comments: 4
Patch Set 3 : Cide review fixes. #
Messages
Total messages: 6 (0 generated)
|