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

Issue 21370003: Rename fileapi::LocalFileSystemOperation to FileSystemOperationImpl. (Closed)

Created:
7 years, 4 months ago by hidehiko
Modified:
7 years, 4 months ago
CC:
chromium-reviews, extensions-reviews_chromium.org, jam, nkostylev+watch_chromium.org, Lei Zhang, tzik+watch_chromium.org, Greg Billock, joi+watch-content_chromium.org, tommycli, 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

Rename fileapi::LocalFileSystemOperation to FileSystemOperationImpl. Drive File System starts to use LocalFileSystemOperation, so it is no longer "local". As it is the default implementation of FileSystemOperation, this CL renames it to FileSystemOperationImpl BUG=261477 TEST=Ran unit_tests Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=215033

Patch Set 1 #

Total comments: 2

Patch Set 2 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+248 lines, -2584 lines) Patch
M chrome/browser/chromeos/fileapi/file_system_backend.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/extensions/api/developer_private/developer_private_api.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/media_galleries/fileapi/media_file_system_backend.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M content/browser/fileapi/fileapi_message_filter.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M content/content_tests.gypi View 1 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/browser/fileapi/async_file_util.h View 15 chunks +16 lines, -16 lines 0 comments Download
M webkit/browser/fileapi/file_system_operation.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + webkit/browser/fileapi/file_system_operation_impl.h View 4 chunks +10 lines, -10 lines 0 comments Download
A + webkit/browser/fileapi/file_system_operation_impl.cc View 26 chunks +94 lines, -95 lines 0 comments Download
A + webkit/browser/fileapi/file_system_operation_impl_unittest.cc View 52 chunks +59 lines, -59 lines 0 comments Download
A + webkit/browser/fileapi/file_system_operation_impl_write_unittest.cc View 10 chunks +14 lines, -14 lines 0 comments Download
M webkit/browser/fileapi/file_system_operation_runner.h View 2 chunks +5 lines, -5 lines 0 comments Download
M webkit/browser/fileapi/file_system_operation_runner.cc View 8 chunks +15 lines, -15 lines 0 comments Download
M webkit/browser/fileapi/file_writer_delegate_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M webkit/browser/fileapi/isolated_file_system_backend.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/browser/fileapi/isolated_file_util_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
D webkit/browser/fileapi/local_file_system_operation.h View 1 chunk +0 lines, -263 lines 0 comments Download
D webkit/browser/fileapi/local_file_system_operation.cc View 1 chunk +0 lines, -541 lines 0 comments Download
D webkit/browser/fileapi/local_file_system_operation_unittest.cc View 1 chunk +0 lines, -1184 lines 0 comments Download
D webkit/browser/fileapi/local_file_system_operation_write_unittest.cc View 1 chunk +0 lines, -339 lines 0 comments Download
M webkit/browser/fileapi/sandbox_file_system_backend.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M webkit/browser/fileapi/sandbox_file_system_test_helper.h View 1 chunk +0 lines, -1 line 0 comments Download
M webkit/browser/fileapi/syncable/local_file_sync_context.cc View 1 chunk +0 lines, -1 line 0 comments Download
M webkit/browser/fileapi/syncable/syncable_file_operation_runner_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/fileapi/syncable/syncable_file_system_operation.h View 5 chunks +6 lines, -6 lines 0 comments Download
M webkit/browser/fileapi/syncable/syncable_file_system_operation.cc View 5 chunks +7 lines, -7 lines 0 comments Download
M webkit/browser/fileapi/syncable/syncable_file_system_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M webkit/browser/fileapi/syncable/syncable_file_system_util.h View 1 chunk +0 lines, -1 line 0 comments Download
M webkit/browser/fileapi/syncable/syncable_file_system_util.cc View 1 chunk +0 lines, -1 line 0 comments Download
M webkit/browser/fileapi/test_file_system_backend.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/storage_browser.gyp View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
hidehiko
satorux@, could you review c/b/chromeos/fileapi/... as an OWNER? asargent@, could you review c/b/extensions/api/developer_private/... as an ...
7 years, 4 months ago (2013-07-31 15:12:22 UTC) #1
vandebo (ex-Chrome)
c/b/media_galleries/ LGTM
7 years, 4 months ago (2013-07-31 16:52:28 UTC) #2
asargent_no_longer_on_chrome
chrome/browser/extensions/api/developer_private/developer_private_api.cc LGTM FYI, it looks like just an include location changed in that file - ...
7 years, 4 months ago (2013-07-31 23:04:10 UTC) #3
hidehiko
Thank you for your review, Vandebo, Antony. On 2013/07/31 23:04:10, Antony Sargent wrote: > chrome/browser/extensions/api/developer_private/developer_private_api.cc ...
7 years, 4 months ago (2013-08-01 01:38:15 UTC) #4
kinuko
lgtm https://codereview.chromium.org/21370003/diff/1/webkit/browser/fileapi/file_system_operation_impl.h File webkit/browser/fileapi/file_system_operation_impl.h (right): https://codereview.chromium.org/21370003/diff/1/webkit/browser/fileapi/file_system_operation_impl.h#newcode99 webkit/browser/fileapi/file_system_operation_impl.h:99: const StatusCallback& callback); Not directly related to this ...
7 years, 4 months ago (2013-08-01 04:09:13 UTC) #5
hidehiko
Thank you for your review. https://codereview.chromium.org/21370003/diff/1/webkit/browser/fileapi/file_system_operation_impl.h File webkit/browser/fileapi/file_system_operation_impl.h (right): https://codereview.chromium.org/21370003/diff/1/webkit/browser/fileapi/file_system_operation_impl.h#newcode99 webkit/browser/fileapi/file_system_operation_impl.h:99: const StatusCallback& callback); On ...
7 years, 4 months ago (2013-08-01 04:22:04 UTC) #6
jochen (gone - plz use gerrit)
content_tests.gypi lgtm
7 years, 4 months ago (2013-08-01 06:44:39 UTC) #7
satorux1
c/b/chromeos/fileapi/ LGTM. sorry to be late.
7 years, 4 months ago (2013-08-01 07:46:42 UTC) #8
hidehiko
Thank you, all, for your review! Sending to CQ. - hidehiko
7 years, 4 months ago (2013-08-01 07:48:55 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/21370003/1
7 years, 4 months ago (2013-08-01 07:49:39 UTC) #10
commit-bot: I haz the power
Failed to apply patch for webkit/browser/fileapi/sandbox_file_system_backend.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 4 months ago (2013-08-01 07:49:56 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hidehiko@chromium.org/21370003/15001
7 years, 4 months ago (2013-08-01 12:12:00 UTC) #12
commit-bot: I haz the power
7 years, 4 months ago (2013-08-01 15:00:14 UTC) #13
Message was sent while issue was closed.
Change committed as 215033

Powered by Google App Engine
This is Rietveld 408576698