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

Issue 968573004: [bindings] Support extended attribute '[CallWith=ScriptState ]' for getter/setter/deleter. (Closed)

Created:
5 years, 9 months ago by vivekg_samsung
Modified:
5 years, 9 months ago
CC:
arv+blink, blink-reviews, blink-reviews-bindings_chromium.org, vivekg_samsung
Base URL:
https://chromium.googlesource.com/chromium/blink.git@972153002
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

[bindings] Support extended attribute '[CallWith=ScriptState ]' for getter/setter/deleter. This CL adds the support of CallWith=ScriptState extended attribute defined on getter/setter/deleter. R=jl@opera.com, haraken@chromium.org, yukishiino@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=191351

Patch Set 1 #

Total comments: 3

Patch Set 2 : Review comments addressed. #

Total comments: 3

Patch Set 3 : Patch for landing. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+197 lines, -19 lines) Patch
M Source/bindings/scripts/v8_interface.py View 1 2 5 chunks +8 lines, -0 lines 0 comments Download
M Source/bindings/templates/interface.cpp View 1 6 chunks +53 lines, -12 lines 0 comments Download
M Source/bindings/tests/idls/core/TestObject.idl View 1 chunk +6 lines, -2 lines 0 comments Download
M Source/bindings/tests/results/core/V8TestObject.cpp View 9 chunks +130 lines, -5 lines 0 comments Download

Messages

Total messages: 13 (4 generated)
vivekg
PTAL, thanks.
5 years, 9 months ago (2015-03-05 05:24:44 UTC) #2
haraken
https://codereview.chromium.org/968573004/diff/1/Source/bindings/scripts/v8_interface.py File Source/bindings/scripts/v8_interface.py (right): https://codereview.chromium.org/968573004/diff/1/Source/bindings/scripts/v8_interface.py#newcode1241 Source/bindings/scripts/v8_interface.py:1241: is_call_with_script_state = True Use v8_utilities.has_extended_attribute_value(attribute, 'CallWith', 'ScriptState'). The same ...
5 years, 9 months ago (2015-03-05 05:56:13 UTC) #4
vivekg
On 2015/03/05 at 05:56:13, haraken wrote: > https://codereview.chromium.org/968573004/diff/1/Source/bindings/scripts/v8_interface.py > File Source/bindings/scripts/v8_interface.py (right): > > https://codereview.chromium.org/968573004/diff/1/Source/bindings/scripts/v8_interface.py#newcode1241 ...
5 years, 9 months ago (2015-03-05 06:16:36 UTC) #5
Jens Widell
LGTM https://codereview.chromium.org/968573004/diff/20001/Source/bindings/scripts/v8_interface.py File Source/bindings/scripts/v8_interface.py (right): https://codereview.chromium.org/968573004/diff/20001/Source/bindings/scripts/v8_interface.py#newcode1269 Source/bindings/scripts/v8_interface.py:1269: 'is_call_with_script_state': is_call_with_script_state, Nit: Move up a bit; the ...
5 years, 9 months ago (2015-03-05 07:18:07 UTC) #6
vivekg
On 2015/03/05 at 07:18:07, jl wrote: > LGTM > > https://codereview.chromium.org/968573004/diff/20001/Source/bindings/scripts/v8_interface.py > File Source/bindings/scripts/v8_interface.py (right): ...
5 years, 9 months ago (2015-03-05 07:24:05 UTC) #7
Yuki
lgtm
5 years, 9 months ago (2015-03-05 07:36:44 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/968573004/40001
5 years, 9 months ago (2015-03-05 07:37:31 UTC) #11
haraken
LGTM
5 years, 9 months ago (2015-03-05 08:53:52 UTC) #12
commit-bot: I haz the power
5 years, 9 months ago (2015-03-05 09:01:27 UTC) #13
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=191351

Powered by Google App Engine
This is Rietveld 408576698