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

Issue 580023003: Rename the drive: scheme with the externalfile: scheme. (Closed)

Created:
6 years, 3 months ago by hirono
Modified:
6 years, 3 months ago
Reviewers:
mtomasz, sky, mmenke, kinaba
CC:
chromium-reviews, nkostylev+watch_chromium.org, tzik, tfarina, yoshiki+watch_chromium.org, nhiroki, rginda+watch_chromium.org, oshima+watch_chromium.org, stevenjb+watch_chromium.org, kinuko+fileapi, davemoore+watch_chromium.org, DaveMoore
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Rename the drive: scheme with the externalfile: scheme. The CL rename following symbols. * kDriveScheme -> kExternalFileScheme * drive::DriveProtocolHandler -> chromeos::ExternalFileProtocolHandler * drive::DriveURLRequestJob -> chromeos::ExternalFileURLRequestJob * Utility functions in drive/file_system_util.{h,cc} -> fileapi/external_file_url_util.{h,cc} * Related tests BUG=367027 TEST=Open HTML, MHTML, PDF, GDOC files on the drive volume. Committed: https://crrev.com/90949afe82b9f509e09dcde95700a3839a04f7db Cr-Commit-Position: refs/heads/master@{#296642}

Patch Set 1 : #

Total comments: 1

Patch Set 2 : #

Patch Set 3 : Rebased. #

Total comments: 5

Patch Set 4 : fixed. #

Total comments: 2

Patch Set 5 : Rebased. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+404 lines, -1207 lines) Patch
D chrome/browser/chromeos/drive/drive_protocol_handler.h View 1 chunk +0 lines, -36 lines 0 comments Download
D chrome/browser/chromeos/drive/drive_protocol_handler.cc View 1 chunk +0 lines, -27 lines 0 comments Download
D chrome/browser/chromeos/drive/drive_url_request_job.h View 1 2 3 4 1 chunk +0 lines, -99 lines 0 comments Download
D chrome/browser/chromeos/drive/drive_url_request_job.cc View 1 2 3 4 1 chunk +0 lines, -382 lines 0 comments Download
D chrome/browser/chromeos/drive/drive_url_request_job_unittest.cc View 1 1 chunk +0 lines, -431 lines 0 comments Download
M chrome/browser/chromeos/drive/file_system_util.h View 1 chunk +0 lines, -9 lines 0 comments Download
M chrome/browser/chromeos/drive/file_system_util.cc View 4 chunks +2 lines, -30 lines 0 comments Download
M chrome/browser/chromeos/drive/file_system_util_unittest.cc View 2 chunks +3 lines, -26 lines 0 comments Download
M chrome/browser/chromeos/file_manager/open_with_browser.cc View 1 2 3 4 3 chunks +3 lines, -2 lines 0 comments Download
A chrome/browser/chromeos/fileapi/external_file_protocol_handler.h View 1 chunk +37 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/fileapi/external_file_protocol_handler.cc View 1 chunk +28 lines, -0 lines 0 comments Download
A + chrome/browser/chromeos/fileapi/external_file_url_request_job.h View 1 2 3 4 4 chunks +21 lines, -20 lines 0 comments Download
A + chrome/browser/chromeos/fileapi/external_file_url_request_job.cc View 1 2 3 4 19 chunks +51 lines, -44 lines 0 comments Download
A + chrome/browser/chromeos/fileapi/external_file_url_request_job_unittest.cc View 1 21 chunks +75 lines, -82 lines 0 comments Download
A chrome/browser/chromeos/fileapi/external_file_url_util.h View 1 2 3 1 chunk +31 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/fileapi/external_file_url_util.cc View 1 2 3 1 chunk +48 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/fileapi/external_file_url_util_unittest.cc View 1 1 chunk +77 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/fileapi/file_system_backend.cc View 1 2 1 chunk +4 lines, -3 lines 0 comments Download
M chrome/browser/profiles/profile_io_data.cc View 1 2 3 4 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/browser.cc View 1 2 3 4 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/ui/location_bar/origin_chip_info.cc View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/chrome_browser_chromeos.gypi View 2 chunks +6 lines, -4 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 4 2 chunks +2 lines, -1 line 0 comments Download
M chrome/common/url_constants.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/url_constants.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/chrome_content_renderer_client.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 25 (5 generated)
hirono
PTAL the CL? The CL depend on the previous CL (crrev.com/560313002). @kinaba - chrome/browser/chromeos/drive/* @mtomasz ...
6 years, 3 months ago (2014-09-18 11:45:04 UTC) #3
mtomasz
On 2014/09/18 11:45:04, hirono wrote: > PTAL the CL? The CL depend on the previous ...
6 years, 3 months ago (2014-09-19 00:22:06 UTC) #4
kinaba
https://codereview.chromium.org/580023003/diff/20001/chrome/browser/chromeos/drive/file_system_util_unittest.cc File chrome/browser/chromeos/drive/file_system_util_unittest.cc (right): https://codereview.chromium.org/580023003/diff/20001/chrome/browser/chromeos/drive/file_system_util_unittest.cc#newcode1 chrome/browser/chromeos/drive/file_system_util_unittest.cc:1: // Copyright 2014 The Chromium Authors. All rights reserved. ...
6 years, 3 months ago (2014-09-19 01:56:27 UTC) #5
kinaba
lgtm
6 years, 3 months ago (2014-09-19 01:56:35 UTC) #6
hirono
On 2014/09/19 01:56:35, kinaba wrote: > lgtm @mtomasz - I added the test to parse ...
6 years, 3 months ago (2014-09-19 07:36:28 UTC) #7
mtomasz
https://codereview.chromium.org/580023003/diff/60001/chrome/browser/chromeos/fileapi/external_file_url_util.cc File chrome/browser/chromeos/fileapi/external_file_url_util.cc (right): https://codereview.chromium.org/580023003/diff/60001/chrome/browser/chromeos/fileapi/external_file_url_util.cc#newcode38 chrome/browser/chromeos/fileapi/external_file_url_util.cc:38: if (!drive::util::IsUnderDriveMountPoint(path)) I'm wondering if we should have a ...
6 years, 3 months ago (2014-09-22 01:58:48 UTC) #8
hirono
https://codereview.chromium.org/580023003/diff/60001/chrome/browser/chromeos/fileapi/external_file_url_util.cc File chrome/browser/chromeos/fileapi/external_file_url_util.cc (right): https://codereview.chromium.org/580023003/diff/60001/chrome/browser/chromeos/fileapi/external_file_url_util.cc#newcode38 chrome/browser/chromeos/fileapi/external_file_url_util.cc:38: if (!drive::util::IsUnderDriveMountPoint(path)) On 2014/09/22 01:58:48, mtomasz wrote: > I'm ...
6 years, 3 months ago (2014-09-22 03:32:20 UTC) #9
mtomasz
lgtm https://codereview.chromium.org/580023003/diff/60001/chrome/browser/chromeos/fileapi/external_file_url_util.cc File chrome/browser/chromeos/fileapi/external_file_url_util.cc (right): https://codereview.chromium.org/580023003/diff/60001/chrome/browser/chromeos/fileapi/external_file_url_util.cc#newcode38 chrome/browser/chromeos/fileapi/external_file_url_util.cc:38: if (!drive::util::IsUnderDriveMountPoint(path)) On 2014/09/22 03:32:19, hirono wrote: > ...
6 years, 3 months ago (2014-09-22 05:03:32 UTC) #10
hirono
PTAL the CL? @davemoore * chrome/browser/profiles/profile_io_data.cc? @sky * chrome/browser/ui/browser.cc * chrome/browser/ui/location_bar/origin_chip_info.cc * chrome/renderer/chrome_content_renderer_client.cc Thank you!
6 years, 3 months ago (2014-09-22 06:21:33 UTC) #11
hirono
PTAL the CL? @davemoore * chrome/browser/profiles/profile_io_data.cc? @sky * chrome/browser/ui/browser.cc * chrome/browser/ui/location_bar/origin_chip_info.cc * chrome/renderer/chrome_content_renderer_client.cc Thank you!
6 years, 3 months ago (2014-09-22 06:22:05 UTC) #13
sky
https://codereview.chromium.org/580023003/diff/80001/chrome/browser/ui/browser.cc File chrome/browser/ui/browser.cc (right): https://codereview.chromium.org/580023003/diff/80001/chrome/browser/ui/browser.cc#newcode1927 chrome/browser/ui/browser.cc:1927: const GURL external_url = Is there a reason this ...
6 years, 3 months ago (2014-09-22 16:44:19 UTC) #14
hirono
https://codereview.chromium.org/580023003/diff/80001/chrome/browser/ui/browser.cc File chrome/browser/ui/browser.cc (right): https://codereview.chromium.org/580023003/diff/80001/chrome/browser/ui/browser.cc#newcode1927 chrome/browser/ui/browser.cc:1927: const GURL external_url = On 2014/09/22 16:44:18, sky wrote: ...
6 years, 3 months ago (2014-09-23 09:25:17 UTC) #15
sky
Ok, LGTM
6 years, 3 months ago (2014-09-23 13:20:05 UTC) #16
hirono
@DaveMoore - friendly ping, PTAL chrome/browser/profiles/profile_io_data.cc?
6 years, 3 months ago (2014-09-24 04:50:29 UTC) #17
hirono
It looks there are primary reviewers for ProfileIOData. @mmenke - PTAL profile_io_data.cc? Thank you.
6 years, 3 months ago (2014-09-25 03:20:55 UTC) #19
mmenke
On 2014/09/25 03:20:55, hirono wrote: > It looks there are primary reviewers for ProfileIOData. > ...
6 years, 3 months ago (2014-09-25 03:28:37 UTC) #20
hirono
On 2014/09/25 03:28:37, mmenke wrote: > On 2014/09/25 03:20:55, hirono wrote: > > It looks ...
6 years, 3 months ago (2014-09-25 03:30:35 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/580023003/100001
6 years, 3 months ago (2014-09-25 03:30:50 UTC) #23
commit-bot: I haz the power
Committed patchset #5 (id:100001) as 4487b88fa1da07022be61d9095a6b15a356948f3
6 years, 3 months ago (2014-09-25 04:23:45 UTC) #24
commit-bot: I haz the power
6 years, 3 months ago (2014-09-25 04:24:47 UTC) #25
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/90949afe82b9f509e09dcde95700a3839a04f7db
Cr-Commit-Position: refs/heads/master@{#296642}

Powered by Google App Engine
This is Rietveld 408576698