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

Issue 105743007: Gin: Make it easier to implement Wrappable (Closed)

Created:
7 years ago by Aaron Boodman
Modified:
7 years ago
Reviewers:
abarth-chromium
CC:
chromium-reviews, Aaron Boodman, darin (slow to review), viettrungluu+watch_chromium.org, ben+mojo_chromium.org, abarth-chromium
Visibility:
Public.

Description

Gin: Make it easier to implement Wrappable. BUG= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=239387

Patch Set 1 #

Total comments: 2

Patch Set 2 : cleanup #

Total comments: 2

Patch Set 3 : blah #

Total comments: 2

Patch Set 4 : msvc - spoiler of fun #

Patch Set 5 : cleanup #

Unified diffs Side-by-side diffs Delta from patch set Stats (+135 lines, -151 lines) Patch
M gin/function_template.h View 1 2 3 4 3 chunks +6 lines, -7 lines 0 comments Download
M gin/function_template.cc View 1 2 3 4 1 chunk +1 line, -5 lines 0 comments Download
M gin/function_template.h.pump View 1 2 3 4 2 chunks +6 lines, -6 lines 0 comments Download
M gin/object_template_builder.h View 1 chunk +1 line, -1 line 0 comments Download
M gin/wrappable.h View 1 2 3 4 1 chunk +68 lines, -66 lines 0 comments Download
M gin/wrappable.cc View 1 2 3 2 chunks +37 lines, -11 lines 0 comments Download
M gin/wrappable_unittest.cc View 1 2 3 2 chunks +10 lines, -44 lines 0 comments Download
M mojo/apps/js/bindings/waiting_callback.h View 1 chunk +1 line, -3 lines 0 comments Download
M mojo/apps/js/bindings/waiting_callback.cc View 1 2 3 2 chunks +5 lines, -8 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Aaron Boodman
https://codereview.chromium.org/105743007/diff/1/gin/function_template.cc File gin/function_template.cc (right): https://codereview.chromium.org/105743007/diff/1/gin/function_template.cc#newcode13 gin/function_template.cc:13: &WrappableTraits<internal::CallbackHolderBase>:: I'm going to automate function template registration too. ...
7 years ago (2013-12-06 06:36:24 UTC) #1
abarth-chromium
LGTM if the compiler will dedup all the WrapperInfo objects to have the same address. ...
7 years ago (2013-12-06 07:44:25 UTC) #2
Aaron Boodman
https://codereview.chromium.org/105743007/diff/20001/gin/wrappable.h File gin/wrappable.h (right): https://codereview.chromium.org/105743007/diff/20001/gin/wrappable.h#newcode22 gin/wrappable.h:22: }; On 2013/12/06 07:44:25, abarth wrote: > We rely ...
7 years ago (2013-12-06 22:40:54 UTC) #3
abarth-chromium
Test LGTM https://codereview.chromium.org/105743007/diff/40001/gin/wrappable.h File gin/wrappable.h (right): https://codereview.chromium.org/105743007/diff/40001/gin/wrappable.h#newcode74 gin/wrappable.h:74: virtual WrapperInfo* GetWrapperInfo() { On 2013/12/06 22:40:55, ...
7 years ago (2013-12-06 23:03:10 UTC) #4
Aaron Boodman
I asked jyasskin about the previous patch, and he said it actually has the reverse ...
7 years ago (2013-12-07 02:58:15 UTC) #5
abarth-chromium
ok
7 years ago (2013-12-07 03:42:54 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/aa@chromium.org/105743007/100001
7 years ago (2013-12-07 14:27:07 UTC) #7
commit-bot: I haz the power
7 years ago (2013-12-08 07:11:02 UTC) #8
Message was sent while issue was closed.
Change committed as 239387

Powered by Google App Engine
This is Rietveld 408576698