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

Issue 922233002: bindings: Makes runtime-enabled attributes on prototype chains compilable. (Closed)

Created:
5 years, 10 months ago by Yuki
Modified:
5 years, 10 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: Makes runtime-enabled attributes on prototype chains compilable. Makes runtime-enabled "accessors" compilable. BUG=43394, 424446 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=190287

Patch Set 1 #

Total comments: 2

Patch Set 2 : Addressed a review comment. #

Total comments: 6

Patch Set 3 : Addressed review comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+274 lines, -199 lines) Patch
M Source/bindings/core/v8/V8DOMConfiguration.h View 1 2 5 chunks +26 lines, -53 lines 0 comments Download
M Source/bindings/core/v8/V8DOMConfiguration.cpp View 1 2 1 chunk +167 lines, -71 lines 0 comments Download
M Source/bindings/templates/constants.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/bindings/templates/interface.cpp View 1 2 chunks +2 lines, -2 lines 0 comments Download
M Source/bindings/templates/interface_base.cpp View 1 2 chunks +8 lines, -2 lines 0 comments Download
M Source/bindings/templates/methods.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/tests/results/core/V8TestException.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/tests/results/core/V8TestInterface.cpp View 1 9 chunks +29 lines, -29 lines 0 comments Download
M Source/bindings/tests/results/core/V8TestInterface2.cpp View 1 2 chunks +2 lines, -2 lines 0 comments Download
M Source/bindings/tests/results/core/V8TestInterface3.cpp View 1 1 chunk +5 lines, -5 lines 0 comments Download
M Source/bindings/tests/results/core/V8TestInterfaceCheckSecurity.cpp View 1 1 chunk +4 lines, -4 lines 0 comments Download
M Source/bindings/tests/results/core/V8TestInterfaceGarbageCollected.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/tests/results/core/V8TestInterfaceWillBeGarbageCollected.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/tests/results/core/V8TestObject.cpp View 1 4 chunks +18 lines, -18 lines 0 comments Download
M Source/bindings/tests/results/modules/V8TestInterface5.cpp View 1 2 chunks +7 lines, -7 lines 0 comments Download

Messages

Total messages: 11 (3 generated)
Yuki
Could you review this CL?
5 years, 10 months ago (2015-02-13 14:59:42 UTC) #2
haraken
https://codereview.chromium.org/922233002/diff/1/Source/bindings/core/v8/V8DOMConfiguration.h File Source/bindings/core/v8/V8DOMConfiguration.h (right): https://codereview.chromium.org/922233002/diff/1/Source/bindings/core/v8/V8DOMConfiguration.h#newcode181 Source/bindings/core/v8/V8DOMConfiguration.h:181: static inline void installAccessor(v8::Handle<ObjectOrTemplate> instanceTemplate, v8::Handle<ObjectOrTemplate> prototype, v8::Handle<v8::Signature> signature, ...
5 years, 10 months ago (2015-02-13 15:08:24 UTC) #3
Yuki
https://codereview.chromium.org/922233002/diff/1/Source/bindings/core/v8/V8DOMConfiguration.h File Source/bindings/core/v8/V8DOMConfiguration.h (right): https://codereview.chromium.org/922233002/diff/1/Source/bindings/core/v8/V8DOMConfiguration.h#newcode181 Source/bindings/core/v8/V8DOMConfiguration.h:181: static inline void installAccessor(v8::Handle<ObjectOrTemplate> instanceTemplate, v8::Handle<ObjectOrTemplate> prototype, v8::Handle<v8::Signature> signature, ...
5 years, 10 months ago (2015-02-16 10:51:51 UTC) #4
haraken
LGTM, looks much nicer! https://codereview.chromium.org/922233002/diff/20001/Source/bindings/core/v8/V8DOMConfiguration.cpp File Source/bindings/core/v8/V8DOMConfiguration.cpp (left): https://codereview.chromium.org/922233002/diff/20001/Source/bindings/core/v8/V8DOMConfiguration.cpp#oldcode73 Source/bindings/core/v8/V8DOMConfiguration.cpp:73: // Constant installation Can we ...
5 years, 10 months ago (2015-02-16 13:23:21 UTC) #5
Yuki
Could you take another look? https://codereview.chromium.org/922233002/diff/20001/Source/bindings/core/v8/V8DOMConfiguration.cpp File Source/bindings/core/v8/V8DOMConfiguration.cpp (left): https://codereview.chromium.org/922233002/diff/20001/Source/bindings/core/v8/V8DOMConfiguration.cpp#oldcode73 Source/bindings/core/v8/V8DOMConfiguration.cpp:73: // Constant installation On ...
5 years, 10 months ago (2015-02-16 15:02:05 UTC) #7
haraken
Still LGTM
5 years, 10 months ago (2015-02-16 23:27:14 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/922233002/40001
5 years, 10 months ago (2015-02-17 02:32:07 UTC) #10
commit-bot: I haz the power
5 years, 10 months ago (2015-02-17 02:35:54 UTC) #11
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=190287

Powered by Google App Engine
This is Rietveld 408576698