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

Issue 743853002: Bind: Use VariadicTemplates in bind_internal.h (Closed)

Created:
6 years, 1 month ago by tzik
Modified:
5 years, 10 months ago
Reviewers:
Nico
CC:
chromium-reviews, erikwright+watch_chromium.org, awong, danakj, mdempsky
Base URL:
https://chromium.googlesource.com/chromium/src.git@05_combined
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Bind: Use Variadic Templates in bind_internal.h * Introduce TypeList as helpers. * Drop bind_internal.h.pump and replace generated codes with Variadic Templates version. BUG=433164 Committed: https://crrev.com/8ce65709225bac5922e6b2b80a912cf9796949b1 Cr-Commit-Position: refs/heads/master@{#314847}

Patch Set 1 #

Patch Set 2 : rebase #

Patch Set 3 : +comments. fix nc test expectation #

Patch Set 4 : disable back nocompile tests #

Total comments: 11

Patch Set 5 : rewrite on base::Tuple #

Patch Set 6 : fix comments and styles #

Patch Set 7 : move callback_tuple contents to bind_helpers #

Patch Set 8 : fix a comment #

Patch Set 9 : rebase on new base::Tuple #

Patch Set 10 : drop duplicated MakeIndexSequence impl #

Total comments: 6

Patch Set 11 : rebase #

Patch Set 12 : merge recent change to bind_internal.h #

Total comments: 5

Patch Set 13 : +private. restore old comment. fix typo. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+178 lines, -2315 lines) Patch
M base/bind.h View 1 3 chunks +9 lines, -5 lines 0 comments Download
M base/bind_helpers.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +107 lines, -32 lines 0 comments Download
M base/bind_internal.h View 1 2 3 4 5 6 7 8 9 10 11 12 10 chunks +61 lines, -1761 lines 0 comments Download
D base/bind_internal.h.pump View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -516 lines 0 comments Download
M base/bind_unittest.nc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 23 (5 generated)
tzik
PTAL
6 years ago (2014-12-03 05:59:08 UTC) #2
Nico
Super cool! From a high-level point of view, it's strange that there's now base::Tuple and ...
6 years ago (2014-12-08 19:58:08 UTC) #3
tzik
On 2014/12/08 19:58:08, Nico wrote: > Super cool! > > From a high-level point of ...
6 years ago (2014-12-09 09:46:53 UTC) #4
tzik
https://codereview.chromium.org/743853002/diff/60001/base/bind_helpers.h File base/bind_helpers.h (right): https://codereview.chromium.org/743853002/diff/60001/base/bind_helpers.h#newcode483 base/bind_helpers.h:483: // P1 should be the type of the object ...
6 years ago (2014-12-09 14:50:27 UTC) #5
Nico
Sorry, I hadn't realized that you already rebased this on the new Tuple code. Looking ...
6 years ago (2014-12-22 23:07:54 UTC) #6
tzik
On 2014/12/22 23:07:54, Nico wrote: > Sorry, I hadn't realized that you already rebased this ...
5 years, 11 months ago (2015-01-09 03:41:25 UTC) #7
brucedawson
Can this be updated to the latest code? The patch doesn't seem to apply cleanly ...
5 years, 11 months ago (2015-01-21 01:14:56 UTC) #8
tzik
On 2015/01/21 01:14:56, brucedawson wrote: > Can this be updated to the latest code? The ...
5 years, 11 months ago (2015-01-21 04:21:24 UTC) #9
tzik
On 2015/01/21 04:21:24, tzik wrote: > On 2015/01/21 01:14:56, brucedawson wrote: > > Can this ...
5 years, 11 months ago (2015-01-21 05:02:52 UTC) #10
brucedawson
Thanks. And it works with my change https://codereview.chromium.org/803183004.
5 years, 11 months ago (2015-01-21 18:21:51 UTC) #11
Nico
lgtm I looked at this (and awong's slides that explain the old implementation) a few ...
5 years, 10 months ago (2015-02-05 05:53:33 UTC) #12
tzik
On 2015/02/05 05:53:33, Nico wrote: > lgtm > > I looked at this (and awong's ...
5 years, 10 months ago (2015-02-05 08:38:06 UTC) #13
tzik
https://codereview.chromium.org/743853002/diff/180001/base/bind_helpers.h File base/bind_helpers.h (right): https://codereview.chromium.org/743853002/diff/180001/base/bind_helpers.h#newcode483 base/bind_helpers.h:483: // The first argument should be the type of ...
5 years, 10 months ago (2015-02-05 08:52:50 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/743853002/240001
5 years, 10 months ago (2015-02-05 10:23:23 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/21853)
5 years, 10 months ago (2015-02-05 11:41:01 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/743853002/240001
5 years, 10 months ago (2015-02-05 18:20:37 UTC) #21
commit-bot: I haz the power
Committed patchset #13 (id:240001)
5 years, 10 months ago (2015-02-05 19:11:59 UTC) #22
commit-bot: I haz the power
5 years, 10 months ago (2015-02-05 19:13:20 UTC) #23
Message was sent while issue was closed.
Patchset 13 (id:??) landed as
https://crrev.com/8ce65709225bac5922e6b2b80a912cf9796949b1
Cr-Commit-Position: refs/heads/master@{#314847}

Powered by Google App Engine
This is Rietveld 408576698