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

Issue 1192493003: Move browser-agnostic code from file_system_util to file_system_core_util. (Closed)

Created:
5 years, 6 months ago by Łukasz Anforowicz
Modified:
5 years, 5 months ago
CC:
chromium-reviews, extensions-reviews_chromium.org, sadrul, tzik, benjhayden+dwatch_chromium.org, tfarina, nhiroki, rginda+watch_chromium.org, oshima+watch_chromium.org, kalyank, chromium-apps-reviews_chromium.org, stevenjb+watch_chromium.org, kinuko+fileapi, davemoore+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@drive-prefservice
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move browser-agnostic code from file_system_util to file_system_core_util. This changelist moves browser-agnositc code (i.e. code that doesn't need BrowserThread or Profile classes) from file_system_util.h/.cc/_unittest.cc into file_system_core_util.h/.cc/_unittest.cc. Note that this is the final change needed to declare drive::FileSystem and its dependencies as browser-agnostic (at least when considering the product code; some tests still depend on browser-specific things). Test steps: $ GYP_DEFINES="use_goma=1 gomadir=... chromeos=1" gclient sync $ ninja -C out/Debug -j 150 chrome unit_tests browser_tests interactive_ui_tests $ out/Debug/unit_tests BUG=498951 TEST=Please see "Test steps" above. Committed: https://crrev.com/5da1d547c262af0b7d34c1a0ac71d2a4f0e197f4 Cr-Commit-Position: refs/heads/master@{#336410}

Patch Set 1 #

Patch Set 2 : Rebasing + removed some includes from file_system_util_unittest.cc #

Patch Set 3 : Browser-agnostic code in file_system_core_util instead. #

Patch Set 4 : Reuploading with lower "similarity" threshold. #

Patch Set 5 : Reverted some changes in chrome_browser_chromeos.gypi. #

Total comments: 2

Patch Set 6 : Moved ExtractDrivePathFromFileSystemUrl back to file_system_util. #

Total comments: 6

Patch Set 7 : Fixed copyright headers in the 3 new files. #

Total comments: 2

Patch Set 8 : Rebasing... #

Patch Set 9 : Tweaking includes to fix building of browser_tests target. #

Patch Set 10 : Rebasing... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+532 lines, -436 lines) Patch
M chrome/browser/chromeos/drive/change_list_loader.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/change_list_loader_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/change_list_processor.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/change_list_processor_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/directory_loader.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/directory_loader_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/download_handler_unittest.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/drive/drive_file_stream_reader_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/drive_integration_service.h View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/chromeos/drive/fake_file_system.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/fake_file_system_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_cache.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_cache_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_system.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_system/copy_operation.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_system/copy_operation_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_system/create_directory_operation.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_system/download_operation.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_system/download_operation_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_system/remove_operation.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_system/remove_operation_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_system/search_operation.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
A chrome/browser/chromeos/drive/file_system_core_util.h View 1 2 3 4 5 6 7 1 chunk +102 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/drive/file_system_core_util.cc View 1 2 3 4 5 6 7 1 chunk +180 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/drive/file_system_core_util_unittest.cc View 1 2 3 4 5 6 7 1 chunk +146 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/drive/file_system_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_system_util.h View 1 2 3 4 5 4 chunks +1 line, -78 lines 0 comments Download
M chrome/browser/chromeos/drive/file_system_util.cc View 1 2 3 4 5 6 7 9 chunks +6 lines, -152 lines 0 comments Download
M chrome/browser/chromeos/drive/file_system_util_unittest.cc View 1 2 3 4 5 6 chunks +26 lines, -151 lines 0 comments Download
M chrome/browser/chromeos/drive/file_task_executor.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/drive/file_write_watcher.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/fileapi/webkit_file_stream_reader_impl_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/fileapi/webkit_file_stream_writer_impl.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/remove_stale_cache_files_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/resource_entry_conversion.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/resource_metadata.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/resource_metadata_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/search_metadata.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/search_metadata_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/sync/entry_revert_performer_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/sync/entry_update_performer.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/sync/remove_performer.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/sync/remove_performer_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/sync_client.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/sync_client_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/write_on_cache_file.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/extensions/file_manager/job_event_router.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/extensions/file_manager/private_api_drive.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/file_manager/external_filesystem_apitest.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/file_manager/file_browser_handlers.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/file_manager/file_manager_browsertest.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/file_manager/file_manager_browsertest_base.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/file_manager/file_tasks.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/file_manager/fileapi_util.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/file_manager/filesystem_api_util.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/file_manager/open_with_browser.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/file_manager/path_util.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/file_manager/volume_manager.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/file_manager/volume_manager_unittest.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/fileapi/external_file_url_request_job.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/fileapi/external_file_url_util_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/preferences.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/download/chrome_download_manager_delegate.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/download/download_dir_policy_handler.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/download/download_dir_policy_handler_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/download/save_package_file_picker.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/webstore_installer.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/chrome_screenshot_grabber.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome_browser_chromeos.gypi View 1 2 3 4 5 6 7 8 9 3 chunks +6 lines, -4 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 32 (8 generated)
Łukasz Anforowicz
Ryo, could you please take a look?
5 years, 6 months ago (2015-06-16 22:07:09 UTC) #2
hashimoto
How about creating the destination component directory now, so that we can directly move the ...
5 years, 6 months ago (2015-06-16 23:53:03 UTC) #3
Łukasz Anforowicz
On 2015/06/16 23:53:03, hashimoto wrote: > How about creating the destination component directory now, so ...
5 years, 6 months ago (2015-06-17 00:10:46 UTC) #4
hashimoto
On 2015/06/17 00:10:46, Łukasz Anforowicz wrote: > On 2015/06/16 23:53:03, hashimoto wrote: > > How ...
5 years, 6 months ago (2015-06-17 00:37:02 UTC) #5
Łukasz Anforowicz
On 2015/06/17 00:37:02, hashimoto wrote: > On 2015/06/17 00:10:46, Łukasz Anforowicz wrote: > > On ...
5 years, 6 months ago (2015-06-17 15:21:20 UTC) #6
hashimoto
On Wed, Jun 17, 2015 at 8:21 AM, <lukasza@chromium.org> wrote: > On 2015/06/17 00:37:02, hashimoto ...
5 years, 6 months ago (2015-06-17 17:26:09 UTC) #7
Łukasz Anforowicz
On 2015/06/17 17:26:09, hashimoto wrote: > On Wed, Jun 17, 2015 at 8:21 AM, <mailto:lukasza@chromium.org> ...
5 years, 6 months ago (2015-06-17 17:53:48 UTC) #8
hashimoto
On Wed, Jun 17, 2015 at 10:53 AM, <lukasza@chromium.org> wrote: > On 2015/06/17 17:26:09, hashimoto ...
5 years, 6 months ago (2015-06-17 22:57:44 UTC) #9
Łukasz Anforowicz
Ryo, could you please take a look at the latest patch set? As you recommended, ...
5 years, 6 months ago (2015-06-18 18:29:24 UTC) #10
hashimoto
Sorry for being late to respond. https://codereview.chromium.org/1192493003/diff/80001/chrome/browser/chromeos/drive/file_system_core_util.cc File chrome/browser/chromeos/drive/file_system_core_util.cc (right): https://codereview.chromium.org/1192493003/diff/80001/chrome/browser/chromeos/drive/file_system_core_util.cc#newcode119 chrome/browser/chromeos/drive/file_system_core_util.cc:119: base::FilePath ExtractDrivePathFromFileSystemUrl( Do ...
5 years, 6 months ago (2015-06-19 01:03:24 UTC) #11
Łukasz Anforowicz
Ryo, I've moved ExtractDrivePathFromFileSystemUrl back to file_system_util. Could you please take another look? https://codereview.chromium.org/1192493003/diff/80001/chrome/browser/chromeos/drive/file_system_core_util.cc File ...
5 years, 6 months ago (2015-06-19 17:30:41 UTC) #12
hashimoto
lgtm
5 years, 6 months ago (2015-06-19 17:43:37 UTC) #13
Łukasz Anforowicz
Tomasz, could you please take a look for: chrome/browser/chromeos/extensions/file_manager/ chrome/browser/chromeos/file_manager/ chrome/browser/chromeos/fileapi/ chrome/browser/extensions/api/file_system/
5 years, 6 months ago (2015-06-19 18:26:08 UTC) #15
mtomasz
lgtm with minor nits https://codereview.chromium.org/1192493003/diff/100001/chrome/browser/chromeos/drive/file_system_core_util.cc File chrome/browser/chromeos/drive/file_system_core_util.cc (right): https://codereview.chromium.org/1192493003/diff/100001/chrome/browser/chromeos/drive/file_system_core_util.cc#newcode1 chrome/browser/chromeos/drive/file_system_core_util.cc:1: // Copyright (c) 2012 The ...
5 years, 6 months ago (2015-06-21 23:58:50 UTC) #16
Łukasz Anforowicz
Steven, could you please take a look for chrome/browser/chromeos/ and chrome/browser/ui/ash/ ? https://codereview.chromium.org/1192493003/diff/100001/chrome/browser/chromeos/drive/file_system_core_util.cc File chrome/browser/chromeos/drive/file_system_core_util.cc ...
5 years, 6 months ago (2015-06-22 19:37:15 UTC) #18
stevenjb
rubber stamp lgtm, with #include audit. https://codereview.chromium.org/1192493003/diff/120001/chrome/browser/ui/ash/chrome_screenshot_grabber.cc File chrome/browser/ui/ash/chrome_screenshot_grabber.cc (right): https://codereview.chromium.org/1192493003/diff/120001/chrome/browser/ui/ash/chrome_screenshot_grabber.cc#newcode37 chrome/browser/ui/ash/chrome_screenshot_grabber.cc:37: #include "chrome/browser/chromeos/drive/file_system_util.h" Do ...
5 years, 6 months ago (2015-06-23 15:51:48 UTC) #19
Łukasz Anforowicz
Thanks Steven. Asanka - could you please take a look for chrome/browser/download? https://codereview.chromium.org/1192493003/diff/120001/chrome/browser/ui/ash/chrome_screenshot_grabber.cc File chrome/browser/ui/ash/chrome_screenshot_grabber.cc ...
5 years, 6 months ago (2015-06-23 16:15:02 UTC) #21
Łukasz Anforowicz
Actually adding Asanka to the reviewers list this time.
5 years, 6 months ago (2015-06-23 16:15:58 UTC) #23
asanka
On 2015/06/23 at 16:15:58, lukasza wrote: > Actually adding Asanka to the reviewers list this ...
5 years, 5 months ago (2015-06-25 14:50:17 UTC) #24
Łukasz Anforowicz
Benjamin, could you please take a look for chrome/browser/extensions/webstore_installer.cc?
5 years, 5 months ago (2015-06-25 16:48:28 UTC) #26
not at google - send to devlin
lgtm, but you can TBR me on #include changes.
5 years, 5 months ago (2015-06-25 18:16:54 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1192493003/180001
5 years, 5 months ago (2015-06-26 17:07:04 UTC) #30
commit-bot: I haz the power
Committed patchset #10 (id:180001)
5 years, 5 months ago (2015-06-26 18:03:34 UTC) #31
commit-bot: I haz the power
5 years, 5 months ago (2015-06-26 18:04:30 UTC) #32
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/5da1d547c262af0b7d34c1a0ac71d2a4f0e197f4
Cr-Commit-Position: refs/heads/master@{#336410}

Powered by Google App Engine
This is Rietveld 408576698