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

Issue 339063003: Add invokeCallback functionality to the code generator (Closed)

Created:
6 years, 6 months ago by kihong
Modified:
6 years, 6 months ago
Reviewers:
haraken, bashi
CC:
blink-reviews, blink-reviews-bindings_chromium.org, arv+blink, abarth-chromium
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Add invokeCallback functionality to the code generator invokeCallback usually used for v8 generated codes. Only one exception is "MediaQueryListListener" which had been used it manually. But it has been removed by r176818 from "MediaQueryListListener". Therefore it does not need to keep in "V8Binding". BUG=388049 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=176826

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -30 lines) Patch
M Source/bindings/scripts/v8_callback_interface.py View 1 chunk +1 line, -0 lines 0 comments Download
M Source/bindings/templates/callback_interface.cpp View 1 chunk +6 lines, -3 lines 0 comments Download
M Source/bindings/tests/results/V8TestCallbackInterface.cpp View 11 chunks +14 lines, -10 lines 0 comments Download
M Source/bindings/v8/V8Binding.h View 1 chunk +0 lines, -4 lines 0 comments Download
M Source/bindings/v8/V8Binding.cpp View 1 chunk +0 lines, -13 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
kihong
PTAL
6 years, 6 months ago (2014-06-24 08:21:23 UTC) #1
haraken
LGTM, nice clean-up.
6 years, 6 months ago (2014-06-24 08:39:54 UTC) #2
kihong
On 2014/06/24 08:39:54, haraken wrote: > LGTM, nice clean-up. Thank you for reviewing :-)
6 years, 6 months ago (2014-06-24 09:06:27 UTC) #3
kihong
The CQ bit was checked by kihong.kwon@samsung.com
6 years, 6 months ago (2014-06-24 09:06:33 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kihong.kwon@samsung.com/339063003/1
6 years, 6 months ago (2014-06-24 09:07:02 UTC) #5
commit-bot: I haz the power
6 years, 6 months ago (2014-06-24 10:10:23 UTC) #6
Message was sent while issue was closed.
Change committed as 176826

Powered by Google App Engine
This is Rietveld 408576698