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

Issue 363373003: Replace MessageLoopProxy::current() with ThreadTaskRunnerHandle::Get() (Closed)

Created:
6 years, 5 months ago by tzik
Modified:
6 years, 5 months ago
Reviewers:
peria
CC:
chromium-reviews, kinuko+fileapi, nhiroki, tzik
Project:
chromium
Visibility:
Public.

Description

Replace MessageLoopProxy::current() with ThreadTaskRunnerHandle::Get() BUG=391045 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=281515

Patch Set 1 #

Total comments: 19

Patch Set 2 : #

Patch Set 3 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+147 lines, -125 lines) Patch
M chrome/browser/sync_file_system/drive_backend/callback_helper_unittest.cc View 1 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/conflict_resolver_unittest.cc View 3 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/sync_file_system/drive_backend/drive_backend_util.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/sync_file_system/drive_backend/fake_drive_uploader.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/list_changes_task_unittest.cc View 3 chunks +6 lines, -5 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest.cc View 3 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/metadata_database.cc View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/register_app_task_unittest.cc View 3 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/sync_file_system/drive_backend/remote_to_local_syncer_unittest.cc View 4 chunks +6 lines, -5 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/sync_engine.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/sync_file_system/drive_backend/sync_engine_initializer.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/sync_file_system/drive_backend/sync_engine_initializer_unittest.cc View 3 chunks +7 lines, -6 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/sync_engine_unittest.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/sync_file_system/drive_backend/sync_task_manager_unittest.cc View 8 chunks +8 lines, -7 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/sync_task_token.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/sync_file_system/drive_backend/sync_worker_unittest.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend_v1/api_util.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/sync_file_system/drive_backend_v1/api_util_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service_fake_unittest.cc View 7 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service_sync_unittest.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend_v1/drive_metadata_store.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/sync_file_system/drive_backend_v1/drive_metadata_store_unittest.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.cc View 8 chunks +9 lines, -8 lines 0 comments Download
M chrome/browser/sync_file_system/fake_remote_change_processor.cc View 5 chunks +6 lines, -5 lines 0 comments Download
M chrome/browser/sync_file_system/local/canned_syncable_file_system.cc View 5 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/sync_file_system/local/local_file_sync_service.cc View 1 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/sync_file_system/local/local_file_sync_service_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc View 3 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/sync_file_system/local/syncable_file_system_unittest.cc View 3 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/sync_file_system/mock_local_change_processor.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/sync_file_system/mock_remote_file_sync_service.cc View 3 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/sync_file_system/sync_file_system_service.cc View 1 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/sync_file_system/sync_file_system_service_unittest.cc View 1 3 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/sync_file_system/syncable_file_system_util_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 20 (0 generated)
tzik
PTL. Per MessageLoopProxy deprecation, I'd sed through sync_file_system.
6 years, 5 months ago (2014-07-04 05:01:25 UTC) #1
peria
Finished reviewing drive_backend/. https://codereview.chromium.org/363373003/diff/1/chrome/browser/sync_file_system/drive_backend/callback_helper_unittest.cc File chrome/browser/sync_file_system/drive_backend/callback_helper_unittest.cc (right): https://codereview.chromium.org/363373003/diff/1/chrome/browser/sync_file_system/drive_backend/callback_helper_unittest.cc#newcode11 chrome/browser/sync_file_system/drive_backend/callback_helper_unittest.cc:11: #include "base/thread_task_runner_handle.h" ? https://codereview.chromium.org/363373003/diff/1/chrome/browser/sync_file_system/drive_backend/metadata_database.cc File chrome/browser/sync_file_system/drive_backend/metadata_database.cc ...
6 years, 5 months ago (2014-07-04 05:28:03 UTC) #2
peria
Finish reviewing drive_backend_v1/. https://codereview.chromium.org/363373003/diff/1/chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.cc File chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.cc (right): https://codereview.chromium.org/363373003/diff/1/chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.cc#newcode11 chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.cc:11: #include "base/single_thread_task_runner.h" Can we drop this ...
6 years, 5 months ago (2014-07-04 05:31:05 UTC) #3
peria
https://codereview.chromium.org/363373003/diff/1/chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.cc File chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.cc (right): https://codereview.chromium.org/363373003/diff/1/chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.cc#newcode11 chrome/browser/sync_file_system/drive_backend_v1/fake_api_util.cc:11: #include "base/single_thread_task_runner.h" On 2014/07/04 05:31:05, peria wrote: > Can ...
6 years, 5 months ago (2014-07-04 05:36:44 UTC) #4
tzik
https://codereview.chromium.org/363373003/diff/1/chrome/browser/sync_file_system/drive_backend/callback_helper_unittest.cc File chrome/browser/sync_file_system/drive_backend/callback_helper_unittest.cc (right): https://codereview.chromium.org/363373003/diff/1/chrome/browser/sync_file_system/drive_backend/callback_helper_unittest.cc#newcode11 chrome/browser/sync_file_system/drive_backend/callback_helper_unittest.cc:11: On 2014/07/04 05:28:03, peria wrote: > #include "base/thread_task_runner_handle.h" ? ...
6 years, 5 months ago (2014-07-04 05:58:13 UTC) #5
peria
lgtm https://codereview.chromium.org/363373003/diff/1/chrome/browser/sync_file_system/drive_backend/metadata_database.cc File chrome/browser/sync_file_system/drive_backend/metadata_database.cc (right): https://codereview.chromium.org/363373003/diff/1/chrome/browser/sync_file_system/drive_backend/metadata_database.cc#newcode16 chrome/browser/sync_file_system/drive_backend/metadata_database.cc:16: #include "base/single_thread_task_runner.h" On 2014/07/04 05:58:12, tzik wrote: > ...
6 years, 5 months ago (2014-07-04 06:22:30 UTC) #6
tzik
The CQ bit was checked by tzik@chromium.org
6 years, 5 months ago (2014-07-04 06:36:23 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tzik@chromium.org/363373003/20001
6 years, 5 months ago (2014-07-04 06:37:12 UTC) #8
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_chromium_rel on tryserver.chromium ...
6 years, 5 months ago (2014-07-04 13:39:35 UTC) #9
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-04 17:16:45 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/win_chromium_rel/builds/35261)
6 years, 5 months ago (2014-07-04 17:16:46 UTC) #11
tzik
The CQ bit was checked by tzik@chromium.org
6 years, 5 months ago (2014-07-07 02:11:48 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tzik@chromium.org/363373003/20001
6 years, 5 months ago (2014-07-07 02:12:38 UTC) #13
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_chromium_rel on tryserver.chromium ...
6 years, 5 months ago (2014-07-07 02:17:11 UTC) #14
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-07 02:21:02 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/win_chromium_rel/builds/35524)
6 years, 5 months ago (2014-07-07 02:21:02 UTC) #16
tzik
The CQ bit was checked by tzik@chromium.org
6 years, 5 months ago (2014-07-07 03:13:55 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tzik@chromium.org/363373003/40001
6 years, 5 months ago (2014-07-07 03:14:54 UTC) #18
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_chromium_rel on tryserver.chromium ...
6 years, 5 months ago (2014-07-07 06:25:22 UTC) #19
commit-bot: I haz the power
6 years, 5 months ago (2014-07-07 09:59:04 UTC) #20
Message was sent while issue was closed.
Change committed as 281515

Powered by Google App Engine
This is Rietveld 408576698