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

Issue 10877006: Rename GDataErrorCode to DriveErrorCode, GDataFileError to DriveFileError (Closed)

Created:
8 years, 4 months ago by kochi
Modified:
8 years, 4 months ago
CC:
chromium-reviews, mihaip-chromium-reviews_chromium.org, sadrul, nkostylev+watch_chromium.org, derat+watch_chromium.org, ben+watch_chromium.org, achuith+watch_chromium.org, Aaron Boodman, rginda+watch_chromium.org, oshima+watch_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, kinuko, Daniel Erat
Visibility:
Public.

Description

Rename GDataErrorCode to DriveErrorCode, GDataFileError to DriveFileError In this CL, folloing changes are contained: * gdata_errocode.h has been renamed to drive_errocode.h * enum GDataErrorCode has been renamed to DriveErrorCode * enum GDataFileError has been renamed to DriveFileError * error codes in GDataErrorCode and GDataFileError whose prefix is "GDATA_" have been renamed to "DRIVE_*" BUG=137151 TEST=pass all existing tests TBR=derat@chromium.org, abodenha@chromium.org, estade@chromium.org, satorux@chromium.org, ben@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=153005

Patch Set 1 #

Patch Set 2 : rebase. #

Total comments: 2

Patch Set 3 : rebase. #

Patch Set 4 : Revert s/GDataErrorCode/DriveErrorCode/g #

Patch Set 5 : minor local variable name fix. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+856 lines, -869 lines) Patch
M chrome/browser/chromeos/extensions/external_filesystem_apitest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/chromeos/extensions/file_browser_private_api.h View 1 2 3 10 chunks +12 lines, -12 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_browser_private_api.cc View 1 2 10 chunks +20 lines, -20 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_manager_util.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/gdata/drive_api_service.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/drive_cache.h View 1 2 3 3 chunks +16 lines, -16 lines 0 comments Download
M chrome/browser/chromeos/gdata/drive_cache.cc View 50 chunks +59 lines, -69 lines 0 comments Download
M chrome/browser/chromeos/gdata/drive_cache_unittest.cc View 63 chunks +96 lines, -96 lines 0 comments Download
M chrome/browser/chromeos/gdata/drive_files.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/drive_resource_metadata.h View 1 2 3 4 chunks +11 lines, -11 lines 0 comments Download
M chrome/browser/chromeos/gdata/drive_resource_metadata.cc View 1 17 chunks +28 lines, -28 lines 0 comments Download
M chrome/browser/chromeos/gdata/drive_resource_metadata_unittest.cc View 1 19 chunks +37 lines, -37 lines 0 comments Download
M chrome/browser/chromeos/gdata/drive_task_executor.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/drive_task_executor.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/gdata/file_write_helper.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/gdata/file_write_helper.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/gdata/file_write_helper_unittest.cc View 4 chunks +14 lines, -14 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_contacts_service.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/gdata_contacts_service.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_download_observer.h View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_download_observer.cc View 1 2 3 5 chunks +8 lines, -8 lines 0 comments Download
D chrome/browser/chromeos/gdata/gdata_errorcode.h View 1 2 3 1 chunk +18 lines, -18 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_file_system.h View 1 2 3 33 chunks +48 lines, -48 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_file_system.cc View 1 2 3 106 chunks +203 lines, -203 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_file_system_interface.h View 1 2 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_file_system_proxy.h View 1 2 3 4 8 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_file_system_proxy.cc View 1 2 3 4 12 chunks +27 lines, -27 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_file_system_unittest.cc View 52 chunks +65 lines, -65 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_protocol_handler.cc View 1 2 3 4 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_sync_client.h View 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_sync_client.cc View 5 chunks +12 lines, -12 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_sync_client_unittest.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_system_service.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/gdata_system_service.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_test_util.h View 1 2 3 2 chunks +10 lines, -10 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_test_util.cc View 4 chunks +10 lines, -10 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_upload_file_info.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/gdata_uploader.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/gdata_uploader.cc View 1 2 3 6 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_util.h View 1 2 3 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_util.cc View 1 2 3 4 chunks +35 lines, -35 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_wapi_feed_loader.h View 1 2 3 5 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_wapi_feed_loader.cc View 1 2 3 19 chunks +33 lines, -33 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_wapi_feed_processor.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_wapi_feed_processor.cc View 1 6 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_wapi_service.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/ash/screenshot_taker.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/drive_internals_ui.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/feedback_ui.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/print_preview/print_preview_handler.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/screenshot_source.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/screenshot_source.cc View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
kochi
Hi Satoru, Could you review this? Thanks,
8 years, 4 months ago (2012-08-22 16:07:03 UTC) #1
satorux1
http://codereview.chromium.org/10877006/diff/2001/chrome/browser/chromeos/gdata/gdata_contacts_service.cc File chrome/browser/chromeos/gdata/gdata_contacts_service.cc (right): http://codereview.chromium.org/10877006/diff/2001/chrome/browser/chromeos/gdata/gdata_contacts_service.cc#newcode483 chrome/browser/chromeos/gdata/gdata_contacts_service.cc:483: void HandleGroupsFeedData(DriveErrorCode error, Hmm... This does not look correct. ...
8 years, 4 months ago (2012-08-22 20:12:21 UTC) #2
Daniel Erat
http://codereview.chromium.org/10877006/diff/2001/chrome/browser/chromeos/gdata/gdata_contacts_service.cc File chrome/browser/chromeos/gdata/gdata_contacts_service.cc (right): http://codereview.chromium.org/10877006/diff/2001/chrome/browser/chromeos/gdata/gdata_contacts_service.cc#newcode483 chrome/browser/chromeos/gdata/gdata_contacts_service.cc:483: void HandleGroupsFeedData(DriveErrorCode error, On 2012/08/22 20:12:21, satorux1 wrote: > ...
8 years, 4 months ago (2012-08-22 20:18:40 UTC) #3
kochi
Hi Thanks for the review. GDataErrorCode was a subtle point for refactoring, as it currently ...
8 years, 4 months ago (2012-08-23 07:01:18 UTC) #4
kochi
Kazuhiro, could you take a look at this CL for Satoru's absence? Thanks, On 2012/08/23 ...
8 years, 4 months ago (2012-08-23 09:56:11 UTC) #5
kinaba
lgtm
8 years, 4 months ago (2012-08-23 11:17:37 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kochi@chromium.org/10877006/9001
8 years, 4 months ago (2012-08-23 16:07:14 UTC) #7
commit-bot: I haz the power
Presubmit check for 10877006-9001 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 4 months ago (2012-08-23 16:07:38 UTC) #8
kochi
Added TBR=, Daniel, could you check c/b/ui/ash? Albert, could you check c/b/ui/webui/print_preview? Satoru, could you ...
8 years, 4 months ago (2012-08-23 16:13:33 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kochi@chromium.org/10877006/9001
8 years, 4 months ago (2012-08-23 16:15:13 UTC) #10
Daniel Erat
LGTM for ui/ash It's fine to TBR people in OWNERS files for trivial changes like ...
8 years, 4 months ago (2012-08-23 16:15:38 UTC) #11
Albert Bodenhamer
LGTM for print preview
8 years, 4 months ago (2012-08-23 16:17:23 UTC) #12
Ben Goodger (Google)
8 years, 4 months ago (2012-08-23 19:54:53 UTC) #13
lgtm

Powered by Google App Engine
This is Rietveld 408576698