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

Issue 15806012: Move webkit/fileapi/syncable/* code to webkit/browser/fileapi (final!) (Closed)

Created:
7 years, 6 months ago by kinuko
Modified:
7 years, 6 months ago
CC:
chromium-reviews, tzik+watch_chromium.org, jam, joi+watch-content_chromium.org, Aaron Boodman, darin-cc_chromium.org, yoshiki+watch_chromium.org, chromium-apps-reviews_chromium.org, kinuko+watch
Visibility:
Public.

Description

Move webkit/fileapi/syncable/* code to webkit/browser/fileapi (final!) This moves all webkit/fileapi/syncable/* code under webkit/browser/fileapi/syncable. BUG=239710 TBR=avi, thestig NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=202507

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+254 lines, -6874 lines) Patch
M chrome/browser/DEPS View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/extensions/api/developer_private/developer_private_api.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/sync_file_system/extension_sync_event_observer.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/sync_file_system/sync_file_system_api.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/sync_file_system/sync_file_system_api.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/sync_file_system/sync_file_system_api_helpers.h View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/extensions/api/sync_file_system/sync_file_system_apitest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync_file_system/drive/api_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync_file_system/drive/fake_api_util.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync_file_system/drive/local_change_processor_delegate.h View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/sync_file_system/drive/local_change_processor_delegate.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync_file_system/drive_file_sync_service.h View 1 chunk +5 lines, -5 lines 0 comments Download
M chrome/browser/sync_file_system/drive_file_sync_service.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/sync_file_system/drive_file_sync_service_mock_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/sync_file_system/drive_file_sync_service_sync_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync_file_system/drive_file_sync_service_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync_file_system/drive_file_sync_task_manager.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync_file_system/drive_file_sync_task_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync_file_system/drive_file_sync_util.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync_file_system/drive_metadata_store.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync_file_system/drive_metadata_store.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync_file_system/drive_metadata_store_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync_file_system/fake_remote_change_processor.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync_file_system/fake_remote_change_processor.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync_file_system/file_status_observer.h View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/sync_file_system/local_change_processor.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync_file_system/local_file_sync_service.h View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/sync_file_system/local_file_sync_service.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/sync_file_system/local_file_sync_service_unittest.cc View 1 chunk +9 lines, -9 lines 0 comments Download
M chrome/browser/sync_file_system/local_sync_operation_resolver.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync_file_system/local_sync_operation_resolver_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync_file_system/mock_local_change_processor.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync_file_system/mock_remote_change_processor.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync_file_system/mock_remote_file_sync_service.h View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/sync_file_system/remote_change_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync_file_system/remote_change_processor.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync_file_system/remote_file_sync_service.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync_file_system/remote_sync_operation_resolver.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync_file_system/remote_sync_operation_resolver_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync_file_system/sync_file_system_service.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync_file_system/sync_file_system_service.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/sync_file_system/sync_file_system_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync_file_system/sync_file_system_service_unittest.cc View 1 chunk +7 lines, -7 lines 0 comments Download
M chrome/browser/sync_file_system/sync_file_system_test_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 chunk +4 lines, -4 lines 0 comments Download
M content/content_tests.gypi View 2 chunks +9 lines, -9 lines 0 comments Download
M webkit/browser/fileapi/file_system_context.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webkit/browser/fileapi/file_system_url_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/fileapi/obfuscated_file_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/browser/fileapi/sandbox_mount_point_provider.cc View 1 chunk +1 line, -1 line 0 comments Download
A + webkit/browser/fileapi/syncable/OWNERS View 0 chunks +-1 lines, --1 lines 0 comments Download
A + webkit/browser/fileapi/syncable/canned_syncable_file_system.h View 3 chunks +5 lines, -5 lines 0 comments Download
A + webkit/browser/fileapi/syncable/canned_syncable_file_system.cc View 2 chunks +4 lines, -4 lines 0 comments Download
A + webkit/browser/fileapi/syncable/file_change.h View 3 chunks +4 lines, -4 lines 0 comments Download
A + webkit/browser/fileapi/syncable/file_change.cc View 1 chunk +2 lines, -3 lines 0 comments Download
A + webkit/browser/fileapi/syncable/file_change_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
A + webkit/browser/fileapi/syncable/local_file_change_tracker.h View 3 chunks +5 lines, -5 lines 0 comments Download
A + webkit/browser/fileapi/syncable/local_file_change_tracker.cc View 2 chunks +3 lines, -3 lines 0 comments Download
A + webkit/browser/fileapi/syncable/local_file_change_tracker_unittest.cc View 2 chunks +5 lines, -5 lines 0 comments Download
A + webkit/browser/fileapi/syncable/local_file_sync_context.h View 3 chunks +6 lines, -6 lines 0 comments Download
A + webkit/browser/fileapi/syncable/local_file_sync_context.cc View 2 chunks +7 lines, -7 lines 0 comments Download
A + webkit/browser/fileapi/syncable/local_file_sync_context_unittest.cc View 2 chunks +7 lines, -7 lines 0 comments Download
A + webkit/browser/fileapi/syncable/local_file_sync_status.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + webkit/browser/fileapi/syncable/local_file_sync_status.cc View 1 chunk +1 line, -1 line 0 comments Download
A + webkit/browser/fileapi/syncable/local_file_sync_status_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
A + webkit/browser/fileapi/syncable/local_origin_change_observer.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + webkit/browser/fileapi/syncable/mock_sync_status_observer.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + webkit/browser/fileapi/syncable/mock_sync_status_observer.cc View 1 chunk +1 line, -1 line 0 comments Download
A + webkit/browser/fileapi/syncable/sync_action.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + webkit/browser/fileapi/syncable/sync_callbacks.h View 2 chunks +5 lines, -5 lines 0 comments Download
A + webkit/browser/fileapi/syncable/sync_direction.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + webkit/browser/fileapi/syncable/sync_file_metadata.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + webkit/browser/fileapi/syncable/sync_file_metadata.cc View 1 chunk +1 line, -1 line 0 comments Download
A + webkit/browser/fileapi/syncable/sync_file_status.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + webkit/browser/fileapi/syncable/sync_file_type.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + webkit/browser/fileapi/syncable/sync_status_code.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + webkit/browser/fileapi/syncable/sync_status_code.cc View 1 chunk +1 line, -1 line 0 comments Download
A + webkit/browser/fileapi/syncable/syncable_file_operation_runner.h View 3 chunks +4 lines, -4 lines 0 comments Download
A + webkit/browser/fileapi/syncable/syncable_file_operation_runner.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + webkit/browser/fileapi/syncable/syncable_file_operation_runner_unittest.cc View 1 chunk +7 lines, -7 lines 0 comments Download
A + webkit/browser/fileapi/syncable/syncable_file_system_operation.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + webkit/browser/fileapi/syncable/syncable_file_system_operation.cc View 2 chunks +4 lines, -4 lines 0 comments Download
A + webkit/browser/fileapi/syncable/syncable_file_system_unittest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
A + webkit/browser/fileapi/syncable/syncable_file_system_util.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + webkit/browser/fileapi/syncable/syncable_file_system_util.cc View 1 chunk +1 line, -1 line 0 comments Download
A + webkit/browser/fileapi/syncable/syncable_file_system_util_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webkit/browser/fileapi/webkit_browser_fileapi.gypi View 1 chunk +24 lines, -0 lines 0 comments Download
D webkit/fileapi/OWNERS View 1 chunk +0 lines, -1 line 0 comments Download
D webkit/fileapi/syncable/OWNERS View 1 chunk +0 lines, -1 line 0 comments Download
D webkit/fileapi/syncable/canned_syncable_file_system.h View 1 chunk +0 lines, -223 lines 0 comments Download
D webkit/fileapi/syncable/canned_syncable_file_system.cc View 1 chunk +0 lines, -606 lines 0 comments Download
D webkit/fileapi/syncable/file_change.h View 1 chunk +0 lines, -77 lines 0 comments Download
D webkit/fileapi/syncable/file_change.cc View 1 chunk +0 lines, -90 lines 0 comments Download
D webkit/fileapi/syncable/file_change_unittest.cc View 1 chunk +0 lines, -136 lines 0 comments Download
D webkit/fileapi/syncable/local_file_change_tracker.h View 1 chunk +0 lines, -150 lines 0 comments Download
D webkit/fileapi/syncable/local_file_change_tracker.cc View 1 chunk +0 lines, -426 lines 0 comments Download
D webkit/fileapi/syncable/local_file_change_tracker_unittest.cc View 1 chunk +0 lines, -602 lines 0 comments Download
D webkit/fileapi/syncable/local_file_sync_context.h View 1 chunk +0 lines, -306 lines 0 comments Download
D webkit/fileapi/syncable/local_file_sync_context.cc View 1 chunk +0 lines, -745 lines 0 comments Download
D webkit/fileapi/syncable/local_file_sync_context_unittest.cc View 1 chunk +0 lines, -681 lines 0 comments Download
D webkit/fileapi/syncable/local_file_sync_status.h View 1 chunk +0 lines, -94 lines 0 comments Download
D webkit/fileapi/syncable/local_file_sync_status.cc View 1 chunk +0 lines, -97 lines 0 comments Download
D webkit/fileapi/syncable/local_file_sync_status_unittest.cc View 1 chunk +0 lines, -89 lines 0 comments Download
D webkit/fileapi/syncable/local_origin_change_observer.h View 1 chunk +0 lines, -28 lines 0 comments Download
D webkit/fileapi/syncable/mock_sync_status_observer.h View 1 chunk +0 lines, -28 lines 0 comments Download
D webkit/fileapi/syncable/mock_sync_status_observer.cc View 1 chunk +0 lines, -15 lines 0 comments Download
D webkit/fileapi/syncable/sync_action.h View 1 chunk +0 lines, -26 lines 0 comments Download
D webkit/fileapi/syncable/sync_callbacks.h View 1 chunk +0 lines, -42 lines 0 comments Download
D webkit/fileapi/syncable/sync_direction.h View 1 chunk +0 lines, -18 lines 0 comments Download
D webkit/fileapi/syncable/sync_file_metadata.h View 1 chunk +0 lines, -43 lines 0 comments Download
D webkit/fileapi/syncable/sync_file_metadata.cc View 1 chunk +0 lines, -36 lines 0 comments Download
D webkit/fileapi/syncable/sync_file_status.h View 1 chunk +0 lines, -29 lines 0 comments Download
D webkit/fileapi/syncable/sync_file_type.h View 1 chunk +0 lines, -23 lines 0 comments Download
D webkit/fileapi/syncable/sync_status_code.h View 1 chunk +0 lines, -74 lines 0 comments Download
D webkit/fileapi/syncable/sync_status_code.cc View 1 chunk +0 lines, -145 lines 0 comments Download
D webkit/fileapi/syncable/syncable_file_operation_runner.h View 1 chunk +0 lines, -105 lines 0 comments Download
D webkit/fileapi/syncable/syncable_file_operation_runner.cc View 1 chunk +0 lines, -107 lines 0 comments Download
D webkit/fileapi/syncable/syncable_file_operation_runner_unittest.cc View 1 chunk +0 lines, -371 lines 0 comments Download
D webkit/fileapi/syncable/syncable_file_system_operation.h View 1 chunk +0 lines, -119 lines 0 comments Download
D webkit/fileapi/syncable/syncable_file_system_operation.cc View 1 chunk +0 lines, -408 lines 0 comments Download
D webkit/fileapi/syncable/syncable_file_system_unittest.cc View 1 chunk +0 lines, -284 lines 0 comments Download
D webkit/fileapi/syncable/syncable_file_system_util.h View 1 chunk +0 lines, -103 lines 0 comments Download
D webkit/fileapi/syncable/syncable_file_system_util.cc View 1 chunk +0 lines, -110 lines 0 comments Download
D webkit/fileapi/syncable/syncable_file_system_util_unittest.cc View 1 chunk +0 lines, -177 lines 0 comments Download
M webkit/fileapi/webkit_fileapi.gypi View 1 chunk +0 lines, -26 lines 0 comments Download
M webkit/storage/webkit_storage.gypi View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
kinuko
PTL. The last one for webkit/fileapi moving!
7 years, 6 months ago (2013-05-28 04:30:07 UTC) #1
tzik
lgtm
7 years, 6 months ago (2013-05-28 04:40:49 UTC) #2
kinuko
TBR-ing thestig@ for chrome/, avi@ for content/.
7 years, 6 months ago (2013-05-28 05:09:26 UTC) #3
Lei Zhang
lgtm, woohoo!
7 years, 6 months ago (2013-05-28 06:19:08 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kinuko@chromium.org/15806012/1
7 years, 6 months ago (2013-05-28 06:47:57 UTC) #5
commit-bot: I haz the power
7 years, 6 months ago (2013-05-28 06:49:48 UTC) #6
Message was sent while issue was closed.
Change committed as 202507

Powered by Google App Engine
This is Rietveld 408576698