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

Issue 13401003: chromeos: Replace resource ID in drive URL with path (Closed)

Created:
7 years, 8 months ago by hashimoto
Modified:
7 years, 8 months ago
Reviewers:
hidehiko, kinaba
CC:
chromium-reviews, nkostylev+watch_chromium.org, tfarina, achuith+watch_chromium.org, Aaron Boodman, rginda+watch_chromium.org, oshima+watch_chromium.org, chromium-apps-reviews_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

chromeos: Replace resource ID in drive URL with path BUG=175948 TEST=Open a .txt file in Google Drive directory from both Files.app and Ctrl-O Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=192541

Patch Set 1 : _ #

Total comments: 2

Patch Set 2 : Unescape #

Patch Set 3 : Rename to FilePathToDriveURL/DriveURLToFilePath, add test #

Patch Set 4 : Remove unneeded include #

Unified diffs Side-by-side diffs Delta from patch set Stats (+81 lines, -91 lines) Patch
M chrome/browser/chromeos/drive/drive_file_system_util.h View 1 2 1 chunk +5 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/drive/drive_file_system_util.cc View 1 2 2 chunks +15 lines, -11 lines 0 comments Download
M chrome/browser/chromeos/drive/drive_file_system_util_unittest.cc View 1 2 1 chunk +26 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/drive/drive_url_request_job.h View 1 chunk +3 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/drive/drive_url_request_job.cc View 1 2 3 5 chunks +27 lines, -51 lines 0 comments Download
M chrome/browser/chromeos/drive/drive_url_request_job_unittest.cc View 1 2 3 chunks +3 lines, -17 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_manager_util.cc View 1 2 1 chunk +2 lines, -3 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
hashimoto
7 years, 8 months ago (2013-04-04 07:52:40 UTC) #1
hidehiko
On 2013/04/04 07:52:40, hashimoto wrote: I just want to clarify. IIRC, this CL should be ...
7 years, 8 months ago (2013-04-04 08:02:41 UTC) #2
hashimoto
On 2013/04/04 08:02:41, hidehiko wrote: > On 2013/04/04 07:52:40, hashimoto wrote: > > I just ...
7 years, 8 months ago (2013-04-04 08:04:45 UTC) #3
kinaba
https://codereview.chromium.org/13401003/diff/6001/chrome/browser/chromeos/drive/drive_file_system_util.cc File chrome/browser/chromeos/drive/drive_file_system_util.cc (right): https://codereview.chromium.org/13401003/diff/6001/chrome/browser/chromeos/drive/drive_file_system_util.cc#newcode183 chrome/browser/chromeos/drive/drive_file_system_util.cc:183: path.AsUTF8Unsafe().c_str())); Don't we need to, say, net::EscapeUrlEncodedData and probably ...
7 years, 8 months ago (2013-04-04 08:13:01 UTC) #4
hashimoto
https://codereview.chromium.org/13401003/diff/6001/chrome/browser/chromeos/drive/drive_file_system_util.cc File chrome/browser/chromeos/drive/drive_file_system_util.cc (right): https://codereview.chromium.org/13401003/diff/6001/chrome/browser/chromeos/drive/drive_file_system_util.cc#newcode183 chrome/browser/chromeos/drive/drive_file_system_util.cc:183: path.AsUTF8Unsafe().c_str())); On 2013/04/04 08:13:01, kinaba wrote: > Don't we ...
7 years, 8 months ago (2013-04-04 09:19:32 UTC) #5
kinaba
lgtm
7 years, 8 months ago (2013-04-05 02:05:23 UTC) #6
hashimoto
Renamed GetFileResourceURL to FilePathToDriveURL. (like FilePathToFileURL in net/base/net_util.h) Renamed GetFilePathFromURL to DriveURLToFilePath and moved it ...
7 years, 8 months ago (2013-04-05 04:10:10 UTC) #7
kinaba
lgtm
7 years, 8 months ago (2013-04-05 04:57:33 UTC) #8
hidehiko
lgtm
7 years, 8 months ago (2013-04-05 06:29:57 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hashimoto@chromium.org/13401003/35001
7 years, 8 months ago (2013-04-05 07:32:01 UTC) #10
commit-bot: I haz the power
7 years, 8 months ago (2013-04-05 10:32:28 UTC) #11
Message was sent while issue was closed.
Change committed as 192541

Powered by Google App Engine
This is Rietveld 408576698