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

Issue 2023243002: Remove base::Tuple (Closed)

Created:
4 years, 6 months ago by tzik
Modified:
4 years, 6 months ago
Reviewers:
kinuko, Nico, DaleCurtis
CC:
aboxhall+watch_chromium.org, blink-worker-reviews_chromium.org, chromium-reviews, creis+watch_chromium.org, danakj+watch_chromium.org, darin-cc_chromium.org, devtools-reviews_chromium.org, dmazzoni+watch_chromium.org, dtapuska+chromiumwatch_chromium.org, dtseng+watch_chromium.org, feature-media-reviews_chromium.org, horo+watch_chromium.org, jam, jbauman+watch_chromium.org, je_julie, jsbell+serviceworker_chromium.org, kalyank, kinuko+serviceworker, kinuko+fileapi, kinuko+watch, mcasas+watch+vc_chromium.org, michaeln, miu+watch_chromium.org, mkwst+moarreviews-renderer_chromium.org, mlamouri+watch-screen-orientation_chromium.org, mlamouri+watch-content_chromium.org, nasko+codewatch_chromium.org, nektar+watch_chromium.org, nhiroki, nona+watch_chromium.org, pfeldman, piman+watch_chromium.org, posciak+watch_chromium.org, serviceworker-reviews, shuchen+watch_chromium.org, sievers+watch_chromium.org, James Su, tzik, yusukes+watch_chromium.org, yuzo+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove base::Tuple base::Tuple has been an alias of std::tuple for the migration. And this CL completes the migration by: - Replace base::Tuple with std::tuple, - Replace base::MakeTuple with std::make_tuple, - Replace base::get with std::get, - Remove base::Tuple, base::MakeTuple, base::get and base::MakeRefTuple BUG=554987 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation Committed: https://crrev.com/1068f1bea70e391d918f3b517a535ab297beaee4 Cr-Commit-Position: refs/heads/master@{#397652}

Patch Set 1 #

Patch Set 2 : clang-format #

Patch Set 3 : fix #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : +fix. +clang-format #

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : IWYU #

Total comments: 6

Patch Set 10 : update comment. s/Tuple/std::tuple/ in comment. retire std::get test. #

Patch Set 11 : lint fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+623 lines, -592 lines) Patch
M base/bind_internal.h View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -1 line 0 comments Download
M base/observer_list_threadsafe.h View 1 2 3 4 5 6 7 8 3 chunks +5 lines, -4 lines 0 comments Download
M base/tuple.h View 1 2 3 4 5 6 7 8 9 10 5 chunks +22 lines, -60 lines 0 comments Download
M base/tuple_unittest.cc View 1 2 3 4 5 6 7 8 9 2 chunks +19 lines, -36 lines 0 comments Download
M chrome/renderer/chrome_render_frame_observer_browsertest.cc View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -1 line 0 comments Download
M content/browser/blob_storage/blob_dispatcher_host_unittest.cc View 1 2 3 4 5 6 7 8 5 chunks +17 lines, -17 lines 0 comments Download
M content/browser/devtools/render_frame_devtools_agent_host.cc View 1 2 3 4 5 6 7 8 2 chunks +4 lines, -4 lines 0 comments Download
M content/browser/frame_host/interstitial_page_impl_browsertest.cc View 1 2 3 4 5 6 7 8 3 chunks +4 lines, -2 lines 0 comments Download
M content/browser/frame_host/navigation_controller_impl_unittest.cc View 1 2 3 4 5 6 7 8 2 chunks +5 lines, -3 lines 0 comments Download
M content/browser/frame_host/render_frame_host_manager_unittest.cc View 1 2 3 4 5 6 7 8 5 chunks +5 lines, -4 lines 0 comments Download
M content/browser/media/session/media_session_controller_unittest.cc View 1 2 3 4 5 6 7 8 3 chunks +10 lines, -9 lines 0 comments Download
M content/browser/memory/memory_pressure_controller_impl_browsertest.cc View 1 2 3 4 5 6 7 8 4 chunks +5 lines, -3 lines 0 comments Download
M content/browser/renderer_host/input/input_router_impl_unittest.cc View 1 2 3 4 5 6 7 8 4 chunks +5 lines, -4 lines 0 comments Download
M content/browser/renderer_host/media/webrtc_identity_service_host_unittest.cc View 1 2 3 4 5 6 7 8 3 chunks +8 lines, -7 lines 0 comments Download
M content/browser/renderer_host/p2p/socket_host_test_utils.h View 1 2 3 4 5 6 7 8 3 chunks +3 lines, -2 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_printing_host_unittest.cc View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_impl.cc View 1 2 3 4 5 6 7 8 2 chunks +4 lines, -3 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_unittest.cc View 1 2 3 4 5 6 7 8 5 chunks +8 lines, -7 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura_unittest.cc View 1 2 3 4 5 6 7 8 15 chunks +48 lines, -49 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_mac_unittest.mm View 1 2 3 4 5 6 7 8 5 chunks +8 lines, -7 lines 0 comments Download
M content/browser/resolve_proxy_msg_helper_unittest.cc View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -1 line 0 comments Download
M content/browser/service_worker/service_worker_client_utils.cc View 1 2 3 4 5 6 7 8 5 chunks +6 lines, -5 lines 0 comments Download
M content/browser/service_worker/service_worker_handle_unittest.cc View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -2 lines 0 comments Download
M content/browser/service_worker/service_worker_job_unittest.cc View 1 2 3 4 5 6 7 8 3 chunks +3 lines, -2 lines 0 comments Download
M content/browser/service_worker/service_worker_version_unittest.cc View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -2 lines 0 comments Download
M content/browser/shared_worker/shared_worker_host.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/shared_worker/shared_worker_service_impl_unittest.cc View 1 2 3 4 5 6 7 8 4 chunks +9 lines, -8 lines 0 comments Download
M content/browser/web_contents/web_contents_view_aura_browsertest.cc View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -2 lines 0 comments Download
M content/child/blob_storage/blob_transport_controller_unittest.cc View 1 2 3 4 5 6 7 8 6 chunks +15 lines, -15 lines 0 comments Download
M content/child/fileapi/webfilesystem_impl.cc View 1 2 3 4 5 6 7 8 17 chunks +96 lines, -83 lines 0 comments Download
M content/child/resource_dispatcher_unittest.cc View 1 2 3 4 5 6 7 8 2 chunks +13 lines, -12 lines 0 comments Download
M content/child/shared_memory_received_data_factory_unittest.cc View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M content/public/test/browser_test_utils.cc View 1 2 3 4 5 6 7 8 3 chunks +4 lines, -3 lines 0 comments Download
M content/renderer/accessibility/renderer_accessibility_browsertest.cc View 1 2 3 4 5 6 7 8 2 chunks +4 lines, -2 lines 0 comments Download
M content/renderer/external_popup_menu_browsertest.cc View 1 2 3 4 5 6 7 8 4 chunks +9 lines, -7 lines 0 comments Download
M content/renderer/input/input_event_filter.cc View 1 2 3 4 5 6 7 8 2 chunks +4 lines, -3 lines 0 comments Download
M content/renderer/input/input_event_filter_unittest.cc View 1 2 3 4 5 6 7 8 11 chunks +20 lines, -19 lines 0 comments Download
M content/renderer/media/render_media_log_unittest.cc View 1 2 3 4 5 6 7 8 2 chunks +4 lines, -2 lines 0 comments Download
M content/renderer/media/renderer_webmediaplayer_delegate_browsertest.cc View 1 2 3 4 5 6 7 8 4 chunks +13 lines, -12 lines 0 comments Download
M content/renderer/pepper/pepper_file_chooser_host_unittest.cc View 1 2 3 4 5 6 7 8 3 chunks +3 lines, -2 lines 0 comments Download
M content/renderer/pepper/plugin_power_saver_helper_browsertest.cc View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -1 line 0 comments Download
M content/renderer/render_view_browsertest.cc View 1 2 3 4 5 6 7 8 22 chunks +30 lines, -29 lines 0 comments Download
M content/renderer/render_widget_unittest.cc View 1 2 3 4 5 6 7 8 7 chunks +7 lines, -6 lines 0 comments Download
M content/renderer/screen_orientation/screen_orientation_dispatcher_unittest.cc View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -2 lines 0 comments Download
M media/gpu/android_video_encode_accelerator.h View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M media/gpu/android_video_encode_accelerator.cc View 1 2 3 4 5 6 7 8 5 chunks +5 lines, -4 lines 0 comments Download
M media/gpu/video_decode_accelerator_unittest.cc View 1 2 3 4 5 6 7 8 7 chunks +108 lines, -74 lines 0 comments Download
M media/gpu/video_encode_accelerator_unittest.cc View 1 2 3 4 5 6 2 chunks +23 lines, -23 lines 0 comments Download
M tools/ipc_fuzzer/fuzzer/fuzzer.cc View 1 2 3 4 5 6 7 8 6 chunks +34 lines, -40 lines 0 comments Download

Messages

Total messages: 22 (12 generated)
tzik
Could you guys PTAL to this as OWNERS? thakis: //base, //chrome, and //tools kinuko: //content ...
4 years, 6 months ago (2016-06-02 16:43:09 UTC) #6
Nico
my files lgtm https://codereview.chromium.org/2023243002/diff/160001/base/tuple.h File base/tuple.h (right): https://codereview.chromium.org/2023243002/diff/160001/base/tuple.h#newcode6 base/tuple.h:6: // and std::tuple. The convenient MakeTuple() ...
4 years, 6 months ago (2016-06-02 16:56:18 UTC) #7
DaleCurtis
media/ lgtm
4 years, 6 months ago (2016-06-02 18:50:38 UTC) #8
kinuko
content/ lgtm
4 years, 6 months ago (2016-06-02 23:23:34 UTC) #9
tzik
https://codereview.chromium.org/2023243002/diff/160001/base/tuple.h File base/tuple.h (right): https://codereview.chromium.org/2023243002/diff/160001/base/tuple.h#newcode6 base/tuple.h:6: // and std::tuple. The convenient MakeTuple() function takes any ...
4 years, 6 months ago (2016-06-03 04:44:19 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2023243002/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2023243002/180001
4 years, 6 months ago (2016-06-03 04:44:53 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/194541)
4 years, 6 months ago (2016-06-03 04:53:42 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2023243002/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2023243002/200001
4 years, 6 months ago (2016-06-03 04:58:35 UTC) #18
commit-bot: I haz the power
Committed patchset #11 (id:200001)
4 years, 6 months ago (2016-06-03 07:25:35 UTC) #20
commit-bot: I haz the power
4 years, 6 months ago (2016-06-03 07:27:10 UTC) #22
Message was sent while issue was closed.
Patchset 11 (id:??) landed as
https://crrev.com/1068f1bea70e391d918f3b517a535ab297beaee4
Cr-Commit-Position: refs/heads/master@{#397652}

Powered by Google App Engine
This is Rietveld 408576698