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

Issue 1781843003: Remove CallbackParamTraits and CallbackForward (Closed)

Created:
4 years, 9 months ago by tzik
Modified:
4 years, 8 months ago
Reviewers:
Nico
CC:
chromium-reviews, danakj, dcheng
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove CallbackParamTraits and CallbackForward They are no longer used by Callback stuff and we can replace other usage of them with Universal References and std::forward. This CL removes their impl and updates the use-site. BUG=554299 Committed: https://crrev.com/d2046ce34fb73579ea79834a85228c0cb87a49f6 Cr-Commit-Position: refs/heads/master@{#387435}

Patch Set 1 #

Patch Set 2 : take care bind_internal_win.h #

Patch Set 3 : rebase #

Patch Set 4 : #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -137 lines) Patch
M base/bind_internal_win.h View 1 3 chunks +8 lines, -4 lines 0 comments Download
M base/callback_internal.h View 1 2 2 chunks +0 lines, -128 lines 2 comments Download
M base/callback_list.h View 1 2 3 2 chunks +2 lines, -3 lines 0 comments Download
M base/task_runner_util.h View 2 chunks +1 line, -2 lines 0 comments Download

Messages

Total messages: 23 (11 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1781843003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1781843003/1
4 years, 9 months ago (2016-03-10 06:49:49 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1781843003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1781843003/20001
4 years, 9 months ago (2016-03-10 07:11:35 UTC) #4
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/194462)
4 years, 9 months ago (2016-03-10 08:11:05 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1781843003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1781843003/60001
4 years, 9 months ago (2016-03-10 08:54:57 UTC) #8
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-10 10:52:36 UTC) #10
tzik
PTAL
4 years, 9 months ago (2016-03-10 12:18:56 UTC) #14
Nico
https://codereview.chromium.org/1781843003/diff/60001/base/callback_internal.h File base/callback_internal.h (left): https://codereview.chromium.org/1781843003/diff/60001/base/callback_internal.h#oldcode232 base/callback_internal.h:232: typename std::enable_if<!IsMoveOnlyType<T>::value, T>::type& CallbackForward( Don't we lose this protection ...
4 years, 9 months ago (2016-03-10 21:54:50 UTC) #15
tzik
https://codereview.chromium.org/1781843003/diff/60001/base/callback_internal.h File base/callback_internal.h (left): https://codereview.chromium.org/1781843003/diff/60001/base/callback_internal.h#oldcode232 base/callback_internal.h:232: typename std::enable_if<!IsMoveOnlyType<T>::value, T>::type& CallbackForward( On 2016/03/10 21:54:50, Nico wrote: ...
4 years, 9 months ago (2016-03-14 08:49:42 UTC) #16
Nico
lgtm Sorry, dropped the ball on this
4 years, 8 months ago (2016-04-14 18:25:14 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1781843003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1781843003/60001
4 years, 8 months ago (2016-04-14 20:02:03 UTC) #19
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 8 months ago (2016-04-14 21:44:52 UTC) #21
commit-bot: I haz the power
4 years, 8 months ago (2016-04-14 21:48:18 UTC) #23
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/d2046ce34fb73579ea79834a85228c0cb87a49f6
Cr-Commit-Position: refs/heads/master@{#387435}

Powered by Google App Engine
This is Rietveld 408576698