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

Issue 10713007: Make isolated file system works for a device root (e.g. X:\\) (Closed)

Created:
8 years, 5 months ago by kinuko
Modified:
8 years, 5 months ago
CC:
chromium-reviews, mihaip-chromium-reviews_chromium.org, jochen+watch-content_chromium.org, jam, joi+watch-content_chromium.org, Aaron Boodman, darin-cc_chromium.org, kinuko+watch, Greg Billock
Visibility:
Public.

Description

Make isolated file system works for a device root (e.g. X:\\) * directory drag-and-drop should work for a USB drive etc * Media device intent should work on Windows BUG=134828, 135010 TEST=manually tested TEST=IsolatedContext\* Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=145862

Patch Set 1 : #

Total comments: 8

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+340 lines, -213 lines) Patch
M chrome/browser/extensions/api/app/app_api.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/app/app_api.cc View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/file_system/file_system_api.cc View 1 2 3 4 4 chunks +10 lines, -8 lines 0 comments Download
M chrome/browser/extensions/api/media_gallery/media_gallery_api.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/platform_app_launcher.cc View 1 2 3 4 1 chunk +4 lines, -6 lines 0 comments Download
M chrome/browser/intents/device_attached_intent_source.cc View 1 2 1 chunk +7 lines, -7 lines 0 comments Download
M chrome/browser/media_gallery/media_file_system_registry.cc View 1 2 2 chunks +6 lines, -8 lines 0 comments Download
M content/browser/intents/intent_injector.cc View 2 chunks +9 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_view_host_impl.cc View 1 2 3 4 4 chunks +9 lines, -6 lines 0 comments Download
M content/common/intents_messages.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/web_intents_host.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webkit/fileapi/isolated_context.h View 1 2 4 chunks +69 lines, -31 lines 0 comments Download
M webkit/fileapi/isolated_context.cc View 1 2 6 chunks +106 lines, -43 lines 0 comments Download
M webkit/fileapi/isolated_context_unittest.cc View 1 2 3 7 chunks +48 lines, -34 lines 0 comments Download
M webkit/fileapi/isolated_file_util.cc View 1 2 11 chunks +40 lines, -39 lines 0 comments Download
M webkit/fileapi/isolated_file_util_unittest.cc View 1 2 5 chunks +8 lines, -7 lines 0 comments Download
M webkit/fileapi/isolated_mount_point_provider.cc View 1 2 3 chunks +7 lines, -6 lines 0 comments Download
M webkit/glue/web_intent_data.h View 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/glue/web_intent_data.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/support/webkit_support.cc View 1 2 1 chunk +6 lines, -5 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
kinuko
8 years, 5 months ago (2012-06-28 15:00:07 UTC) #1
benwells
http://codereview.chromium.org/10713007/diff/14001/webkit/fileapi/isolated_context.h File webkit/fileapi/isolated_context.h (right): http://codereview.chromium.org/10713007/diff/14001/webkit/fileapi/isolated_context.h#newcode70 webkit/fileapi/isolated_context.h:70: std::string RegisterFileSystem(const std::vector<FileInfo>& files); Is there a way to ...
8 years, 5 months ago (2012-06-28 20:07:39 UTC) #2
tzik
Looks good, overall. http://codereview.chromium.org/10713007/diff/14001/content/browser/renderer_host/render_view_host_impl.cc File content/browser/renderer_host/render_view_host_impl.cc (right): http://codereview.chromium.org/10713007/diff/14001/content/browser/renderer_host/render_view_host_impl.cc#newcode521 content/browser/renderer_host/render_view_host_impl.cc:521: std::set<FilePath> filesets; can be removed? http://codereview.chromium.org/10713007/diff/14001/webkit/fileapi/isolated_context.cc ...
8 years, 5 months ago (2012-06-29 02:56:35 UTC) #3
kinuko
http://codereview.chromium.org/10713007/diff/14001/content/browser/renderer_host/render_view_host_impl.cc File content/browser/renderer_host/render_view_host_impl.cc (right): http://codereview.chromium.org/10713007/diff/14001/content/browser/renderer_host/render_view_host_impl.cc#newcode521 content/browser/renderer_host/render_view_host_impl.cc:521: std::set<FilePath> filesets; On 2012/06/29 02:56:35, tzik wrote: > can ...
8 years, 5 months ago (2012-06-29 08:31:22 UTC) #4
kinuko
http://codereview.chromium.org/10713007/diff/14001/webkit/fileapi/isolated_context.h File webkit/fileapi/isolated_context.h (right): http://codereview.chromium.org/10713007/diff/14001/webkit/fileapi/isolated_context.h#newcode70 webkit/fileapi/isolated_context.h:70: std::string RegisterFileSystem(const std::vector<FileInfo>& files); On 2012/06/28 20:07:39, benwells wrote: ...
8 years, 5 months ago (2012-06-29 10:11:32 UTC) #5
benwells
lgtm http://codereview.chromium.org/10713007/diff/20003/content/browser/renderer_host/render_view_host_impl.cc File content/browser/renderer_host/render_view_host_impl.cc (right): http://codereview.chromium.org/10713007/diff/20003/content/browser/renderer_host/render_view_host_impl.cc#newcode538 content/browser/renderer_host/render_view_host_impl.cc:538: Nit - should the TODO about making sure ...
8 years, 5 months ago (2012-06-29 17:41:09 UTC) #6
kinuko
Slightly changed the IsolatedContext::RegisterFileSystem interface so that the caller 1) does not need to call ...
8 years, 5 months ago (2012-07-02 13:51:54 UTC) #7
tzik
lgtm
8 years, 5 months ago (2012-07-03 06:17:51 UTC) #8
benwells
still lgtm
8 years, 5 months ago (2012-07-03 06:32:37 UTC) #9
jochen (gone - plz use gerrit)
content/ changes look good
8 years, 5 months ago (2012-07-03 12:32:36 UTC) #10
jam
content lgtm
8 years, 5 months ago (2012-07-03 17:50:51 UTC) #11
kinuko
Can thestig@ or someone in media gallery team take a look at the changes in ...
8 years, 5 months ago (2012-07-04 05:23:12 UTC) #12
kmadhusu
8 years, 5 months ago (2012-07-09 16:37:21 UTC) #13
chrome/browser/{,extensions/api}/media_gallery/ changes LGTM

Powered by Google App Engine
This is Rietveld 408576698