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

Issue 17644006: Move files under webkit/browser/fileapi/... to chrome/browser/chromeos/fileapi/... (Closed)

Created:
7 years, 6 months ago by hidehiko
Modified:
7 years, 6 months ago
CC:
chromium-reviews, extensions-reviews_chromium.org, nkostylev+watch_chromium.org, tzik+watch_chromium.org, jam, joi+watch-content_chromium.org, rginda+watch_chromium.org, darin-cc_chromium.org, oshima+watch_chromium.org, chromium-apps-reviews_chromium.org, kinuko+watch, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

Move files under webkit/browser/fileapi/... to chrome/browser/chromeos/fileapi/... To isolate files only for chromeos from webkit/... directory, this CL moves the files to chrome/browser/chromeos/fileapi/... directory. Along with the moving, moved RemoteFileStreamWriter from fileapi namespace to chromeos namespace. webkit/browser/chromeos/fileapi/async_file_stream.h is not used at all, so it is just removed. BUG=242423 TEST=Ran unit_tests and tested manually on chrome os. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=208664

Patch Set 1 #

Patch Set 2 : #

Total comments: 4

Patch Set 3 : Remove unneeded file dependency from .gypi. #

Total comments: 4

Patch Set 4 : Rebase #

Patch Set 5 : address review comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+102 lines, -1743 lines) Patch
M chrome/browser/chrome_content_browser_client.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 2 3 4 4 chunks +15 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/DEPS View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/chromeos/extensions/file_manager/file_browser_private_api.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/extensions/file_manager/file_handler_util.cc View 2 chunks +1 line, -1 line 0 comments Download
A + chrome/browser/chromeos/fileapi/cros_mount_point_provider.h View 3 chunks +4 lines, -4 lines 0 comments Download
A + chrome/browser/chromeos/fileapi/cros_mount_point_provider.cc View 4 chunks +6 lines, -9 lines 0 comments Download
A + chrome/browser/chromeos/fileapi/cros_mount_point_provider_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
A + chrome/browser/chromeos/fileapi/file_access_permissions.h View 2 chunks +7 lines, -4 lines 0 comments Download
A + chrome/browser/chromeos/fileapi/file_access_permissions.cc View 2 chunks +2 lines, -2 lines 0 comments Download
A + chrome/browser/chromeos/fileapi/file_access_permissions_unittest.cc View 2 chunks +8 lines, -13 lines 0 comments Download
A + chrome/browser/chromeos/fileapi/remote_file_stream_writer.h View 6 chunks +14 lines, -11 lines 0 comments Download
A + chrome/browser/chromeos/fileapi/remote_file_stream_writer.cc View 3 chunks +8 lines, -7 lines 0 comments Download
A + chrome/browser/chromeos/fileapi/remote_file_system_operation.h View 2 chunks +4 lines, -3 lines 0 comments Download
A + chrome/browser/chromeos/fileapi/remote_file_system_operation.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/chrome_browser_chromeos.gypi View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/fileapi/browser_file_system_helper.cc View 1 chunk +4 lines, -1 line 0 comments Download
M content/content_tests.gypi View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M content/public/browser/content_browser_client.h View 1 2 3 4 2 chunks +13 lines, -0 lines 0 comments Download
D webkit/browser/chromeos/DEPS View 1 chunk +0 lines, -3 lines 0 comments Download
D webkit/browser/chromeos/OWNERS View 1 chunk +0 lines, -2 lines 0 comments Download
D webkit/browser/chromeos/fileapi/async_file_stream.h View 1 chunk +0 lines, -56 lines 0 comments Download
D webkit/browser/chromeos/fileapi/cros_mount_point_provider.h View 1 chunk +0 lines, -173 lines 0 comments Download
D webkit/browser/chromeos/fileapi/cros_mount_point_provider.cc View 1 chunk +0 lines, -372 lines 0 comments Download
D webkit/browser/chromeos/fileapi/cros_mount_point_provider_unittest.cc View 1 chunk +0 lines, -310 lines 0 comments Download
D webkit/browser/chromeos/fileapi/file_access_permissions.h View 1 chunk +0 lines, -42 lines 0 comments Download
D webkit/browser/chromeos/fileapi/file_access_permissions.cc View 1 chunk +0 lines, -58 lines 0 comments Download
D webkit/browser/chromeos/fileapi/file_access_permissions_unittest.cc View 1 chunk +0 lines, -67 lines 0 comments Download
D webkit/browser/chromeos/fileapi/remote_file_stream_writer.h View 1 chunk +0 lines, -79 lines 0 comments Download
D webkit/browser/chromeos/fileapi/remote_file_stream_writer.cc View 1 chunk +0 lines, -121 lines 0 comments Download
D webkit/browser/chromeos/fileapi/remote_file_system_operation.h View 1 chunk +0 lines, -120 lines 0 comments Download
D webkit/browser/chromeos/fileapi/remote_file_system_operation.cc View 1 chunk +0 lines, -245 lines 0 comments Download
M webkit/browser/fileapi/file_system_context.cc View 1 2 chunks +0 lines, -17 lines 0 comments Download
M webkit/storage_browser.gyp View 1 chunk +0 lines, -16 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
hidehiko
This is based on 17637006. Thank you for your review in advance, - hidehiko
7 years, 6 months ago (2013-06-25 05:23:16 UTC) #1
kinuko
webkit/ changes lgtm, can you run try jobs? https://codereview.chromium.org/17644006/diff/1037/chrome/browser/chrome_content_browser_client.cc File chrome/browser/chrome_content_browser_client.cc (right): https://codereview.chromium.org/17644006/diff/1037/chrome/browser/chrome_content_browser_client.cc#newcode2257 chrome/browser/chrome_content_browser_client.cc:2257: external_mount_points, ...
7 years, 6 months ago (2013-06-25 07:07:02 UTC) #2
hidehiko
Thank you for your quick review. PTAL? I ran try job with patch-set1, which includes ...
7 years, 6 months ago (2013-06-25 08:10:02 UTC) #3
kinuko
still lgtm
7 years, 6 months ago (2013-06-25 10:06:31 UTC) #4
kinaba
lgtm
7 years, 6 months ago (2013-06-25 10:46:42 UTC) #5
hidehiko
Thank you for your review, Kinuko, Kazuhiro. +avi@. Avi, could you review the content/ related ...
7 years, 6 months ago (2013-06-25 11:19:38 UTC) #6
Avi (use Gerrit)
lgtm
7 years, 6 months ago (2013-06-25 14:41:32 UTC) #7
satorux1
LGTM with nits https://codereview.chromium.org/17644006/diff/28001/chrome/browser/chrome_content_browser_client.cc File chrome/browser/chrome_content_browser_client.cc (right): https://codereview.chromium.org/17644006/diff/28001/chrome/browser/chrome_content_browser_client.cc#newcode2261 chrome/browser/chrome_content_browser_client.cc:2261: DCHECK(cros_mount_provider->CanHandleType(fileapi::kFileSystemTypeExternal)); nit: swap lines 2260 and ...
7 years, 6 months ago (2013-06-25 20:30:06 UTC) #8
hidehiko
Thank you for your review. Sending to CQ. https://codereview.chromium.org/17644006/diff/28001/chrome/browser/chrome_content_browser_client.cc File chrome/browser/chrome_content_browser_client.cc (right): https://codereview.chromium.org/17644006/diff/28001/chrome/browser/chrome_content_browser_client.cc#newcode2261 chrome/browser/chrome_content_browser_client.cc:2261: DCHECK(cros_mount_provider->CanHandleType(fileapi::kFileSystemTypeExternal)); ...
7 years, 6 months ago (2013-06-26 04:31:35 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hidehiko@chromium.org/17644006/38001
7 years, 6 months ago (2013-06-26 04:32:13 UTC) #10
commit-bot: I haz the power
7 years, 6 months ago (2013-06-26 08:13:36 UTC) #11
Message was sent while issue was closed.
Change committed as 208664

Powered by Google App Engine
This is Rietveld 408576698