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

Issue 147993003: Clarify and separate the concept of "Drive path" and "Filesystem relative path". (Closed)

Created:
6 years, 11 months ago by kinaba
Modified:
6 years, 10 months ago
Reviewers:
hirono
CC:
chromium-reviews, extensions-reviews_chromium.org, nkostylev+watch_chromium.org, rginda+watch_chromium.org, oshima+watch_chromium.org, chromium-apps-reviews_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

Clarify and separate the concept of "Drive path" and "Filesystem relative path". - RelativeFileSystemPath (also called VirtualPath) is the path appended in the filesystem URL, after .../external/. So it looks like "drive-xxx/root/foo/bar" or "Downloads-xxx/foo/bar". Note that in the Drive case, it begins with the mount point name, that differs from profile to profile. - DrivePath is the path in the hierarchy we manage in drive::ResourceMetadata. It is like "drive/root/foo/bar" and always begins with "drive". Every path comes from drive::FileSystem is in DrivePath. Every path that will be the part of FileSystem API must be in RelativeFileSystemPath. We need proper conversion for the bridging codes. BUG=337095 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=247561

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+85 lines, -54 lines) Patch
M chrome/browser/chromeos/extensions/file_manager/event_router.h View 1 chunk +3 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_manager/event_router.cc View 5 chunks +11 lines, -10 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_manager/private_api_drive.cc View 3 chunks +7 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/file_manager/file_browser_handlers.cc View 2 chunks +3 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/file_manager/fileapi_util.h View 1 chunk +22 lines, -14 lines 0 comments Download
M chrome/browser/chromeos/file_manager/fileapi_util.cc View 3 chunks +39 lines, -18 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
kinaba
+hirono: ptal. It's like a brain teaser but I want you (and me myself) to ...
6 years, 11 months ago (2014-01-27 09:05:56 UTC) #1
hirono
On 2014/01/27 09:05:56, kinaba wrote: > +hirono: ptal. > > It's like a brain teaser ...
6 years, 11 months ago (2014-01-27 11:09:13 UTC) #2
kinaba
On 2014/01/27 11:09:13, hirono wrote: > On 2014/01/27 09:05:56, kinaba wrote: > > +hirono: ptal. ...
6 years, 11 months ago (2014-01-27 11:42:30 UTC) #3
hirono
On 2014/01/27 11:42:30, kinaba wrote: > On 2014/01/27 11:09:13, hirono wrote: > > On 2014/01/27 ...
6 years, 11 months ago (2014-01-27 11:49:44 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kinaba@chromium.org/147993003/1
6 years, 10 months ago (2014-01-28 06:33:34 UTC) #5
commit-bot: I haz the power
Retried try job too often on mac_rel for step(s) app_list_unittests, base_unittests, browser_tests, cacheinvalidation_unittests, cc_unittests, check_deps, ...
6 years, 10 months ago (2014-01-28 19:28:26 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kinaba@chromium.org/147993003/1
6 years, 10 months ago (2014-01-28 21:29:39 UTC) #7
commit-bot: I haz the power
6 years, 10 months ago (2014-01-29 01:16:49 UTC) #8
Message was sent while issue was closed.
Change committed as 247561

Powered by Google App Engine
This is Rietveld 408576698