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

Issue 76923003: First cut at gin::Bind() (Closed)

Created:
7 years, 1 month ago by Aaron Boodman
Modified:
7 years, 1 month ago
CC:
chromium-reviews
Visibility:
Public.

Description

First cut at gin::Bind(). BUG= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=236958

Patch Set 1 #

Patch Set 2 : k #

Total comments: 4

Patch Set 3 : fix return #

Total comments: 14

Patch Set 4 : blah #

Patch Set 5 : rebase #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+135 lines, -31 lines) Patch
M gin/arguments.h View 1 chunk +6 lines, -0 lines 0 comments Download
A gin/function_template.h View 1 2 3 4 1 chunk +85 lines, -0 lines 1 comment Download
A gin/function_template.cc View 1 2 3 4 1 chunk +26 lines, -0 lines 0 comments Download
M gin/gin.gyp View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M gin/isolate_holder.cc View 1 2 3 4 2 chunks +2 lines, -0 lines 0 comments Download
M gin/test/gtest.cc View 1 2 3 2 chunks +14 lines, -31 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
Aaron Boodman
Well, I got the first example working using base::Callback. I haven't implemented the overloads for ...
7 years, 1 month ago (2013-11-22 07:56:39 UTC) #1
abarth-chromium
On 2013/11/22 07:56:39, Aaron Boodman wrote: > I'm going back and forth a bit about ...
7 years, 1 month ago (2013-11-22 08:02:55 UTC) #2
Aaron Boodman
On Fri, Nov 22, 2013 at 12:02 AM, <abarth@chromium.org> wrote: > On 2013/11/22 07:56:39, Aaron ...
7 years, 1 month ago (2013-11-22 08:07:15 UTC) #3
abarth-chromium
On 2013/11/22 08:07:15, Aaron Boodman wrote: > Yes. The thought is just that it might ...
7 years, 1 month ago (2013-11-22 08:09:34 UTC) #4
jochen (gone - plz use gerrit)
I hacked something together where you'd call class Foo : public gin::Wrappable { int bar(int ...
7 years, 1 month ago (2013-11-22 08:12:09 UTC) #5
abarth-chromium
On 2013/11/22 08:12:09, jochen wrote: > I hacked something together where you'd call > > ...
7 years, 1 month ago (2013-11-22 08:17:42 UTC) #6
jochen (gone - plz use gerrit)
On 2013/11/22 08:17:42, abarth wrote: > On 2013/11/22 08:12:09, jochen wrote: > > I hacked ...
7 years, 1 month ago (2013-11-22 08:19:18 UTC) #7
Aaron Boodman
On Fri, Nov 22, 2013 at 12:12 AM, <jochen@chromium.org> wrote: > I hacked something together ...
7 years, 1 month ago (2013-11-22 08:19:53 UTC) #8
jochen (gone - plz use gerrit)
in https://codereview.chromium.org/69953006 I wrote a similar "holder to callback" thing that used a weak ptr ...
7 years, 1 month ago (2013-11-22 08:24:55 UTC) #9
Aaron Boodman
https://codereview.chromium.org/76923003/diff/30001/gin/function_template_util.h File gin/function_template_util.h (right): https://codereview.chromium.org/76923003/diff/30001/gin/function_template_util.h#newcode78 gin/function_template_util.h:78: holder->callback = callback; On 2013/11/22 08:24:55, jochen wrote: > ...
7 years, 1 month ago (2013-11-22 08:27:59 UTC) #10
jochen (gone - plz use gerrit)
https://codereview.chromium.org/76923003/diff/30001/gin/function_template_util.h File gin/function_template_util.h (right): https://codereview.chromium.org/76923003/diff/30001/gin/function_template_util.h#newcode78 gin/function_template_util.h:78: holder->callback = callback; On 2013/11/22 08:28:00, Aaron Boodman wrote: ...
7 years, 1 month ago (2013-11-22 08:29:08 UTC) #11
jochen (gone - plz use gerrit)
i don't know how you feel about this, but there aren't many users yet, so ...
7 years, 1 month ago (2013-11-22 08:33:27 UTC) #12
abarth-chromium
The approach LGTM. The comments below are mostly naming nits. https://codereview.chromium.org/76923003/diff/190001/gin/function_template_util.cc File gin/function_template_util.cc (right): https://codereview.chromium.org/76923003/diff/190001/gin/function_template_util.cc#newcode5 ...
7 years, 1 month ago (2013-11-22 09:17:13 UTC) #13
Aaron Boodman
https://codereview.chromium.org/76923003/diff/190001/gin/function_template_util.cc File gin/function_template_util.cc (right): https://codereview.chromium.org/76923003/diff/190001/gin/function_template_util.cc#newcode5 gin/function_template_util.cc:5: #include "gin/function_template_util.h" On 2013/11/22 09:17:13, abarth wrote: > function_template_util ...
7 years, 1 month ago (2013-11-22 18:01:00 UTC) #14
abarth-chromium
LGTM https://codereview.chromium.org/76923003/diff/330001/gin/function_template.h File gin/function_template.h (right): https://codereview.chromium.org/76923003/diff/330001/gin/function_template.h#newcode12 gin/function_template.h:12: extra blank line here.
7 years, 1 month ago (2013-11-23 00:39:04 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aa@chromium.org/76923003/330001
7 years, 1 month ago (2013-11-23 03:26:50 UTC) #16
commit-bot: I haz the power
7 years, 1 month ago (2013-11-23 20:26:53 UTC) #17
Message was sent while issue was closed.
Change committed as 236958

Powered by Google App Engine
This is Rietveld 408576698