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

Issue 968593002: bindings: Supports constructor attributes on prototype chains. (Closed)

Created:
5 years, 9 months ago by Yuki
Modified:
5 years, 9 months ago
Reviewers:
haraken
CC:
blink-reviews, blink-reviews-bindings_chromium.org, vivekg_samsung, arv+blink, vivekg
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

bindings: Supports constructor attributes on prototype chains. Supports constructor attributes on prototype chains. - No one needs {{cpp_class}}ForceSetAttributeOnThisCallback. - {{cpp_class}}ConstructorGetter does NOT depend on {{cpp_class}} or {{attribute}}. Moved out to v8ConstructorAttributeGetterAs{Property,Accessor} in V8Binding.h. BUG=43394 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=191179

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+163 lines, -128 lines) Patch
M Source/bindings/core/v8/V8Binding.h View 1 chunk +4 lines, -0 lines 2 comments Download
M Source/bindings/core/v8/V8Binding.cpp View 2 chunks +25 lines, -0 lines 0 comments Download
M Source/bindings/scripts/v8_attributes.py View 4 chunks +2 lines, -15 lines 0 comments Download
M Source/bindings/templates/attributes.cpp View 4 chunks +31 lines, -11 lines 0 comments Download
M Source/bindings/templates/interface_base.cpp View 4 chunks +8 lines, -27 lines 0 comments Download
M Source/bindings/tests/results/core/V8TestInterface.cpp View 4 chunks +14 lines, -16 lines 0 comments Download
M Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.cpp View 1 chunk +8 lines, -10 lines 0 comments Download
M Source/bindings/tests/results/core/V8TestObject.cpp View 5 chunks +46 lines, -20 lines 0 comments Download
M Source/bindings/tests/results/core/V8TestTypedefs.cpp View 3 chunks +11 lines, -13 lines 0 comments Download
M Source/bindings/tests/results/modules/V8TestInterface5.cpp View 4 chunks +14 lines, -16 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
Yuki
Could you review this CL?
5 years, 9 months ago (2015-02-28 09:57:27 UTC) #2
haraken
LGTM https://codereview.chromium.org/968593002/diff/1/Source/bindings/core/v8/V8Binding.h File Source/bindings/core/v8/V8Binding.h (right): https://codereview.chromium.org/968593002/diff/1/Source/bindings/core/v8/V8Binding.h#newcode1015 Source/bindings/core/v8/V8Binding.h:1015: void v8ConstructorAttributeGetterAsProperty(v8::Local<v8::String> propertyName, const v8::PropertyCallbackInfo<v8::Value>&); Can we use ...
5 years, 9 months ago (2015-02-28 15:19:16 UTC) #3
Yuki
https://codereview.chromium.org/968593002/diff/1/Source/bindings/core/v8/V8Binding.h File Source/bindings/core/v8/V8Binding.h (right): https://codereview.chromium.org/968593002/diff/1/Source/bindings/core/v8/V8Binding.h#newcode1015 Source/bindings/core/v8/V8Binding.h:1015: void v8ConstructorAttributeGetterAsProperty(v8::Local<v8::String> propertyName, const v8::PropertyCallbackInfo<v8::Value>&); On 2015/02/28 15:19:15, haraken ...
5 years, 9 months ago (2015-03-03 07:03:53 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/968593002/1
5 years, 9 months ago (2015-03-03 07:04:39 UTC) #6
commit-bot: I haz the power
5 years, 9 months ago (2015-03-03 08:32:59 UTC) #7
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://src.chromium.org/viewvc/blink?view=rev&revision=191179

Powered by Google App Engine
This is Rietveld 408576698