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

Issue 114813006: IDL compiler: [SetReference] (Closed)

Created:
7 years ago by Nils Barth (inactive)
Modified:
7 years ago
CC:
blink-reviews, Nils Barth (inactive), kojih, arv+blink, jsbell+bindings_chromium.org, sof, abarth-chromium, marja+watch_chromium.org, adamk+blink_chromium.org, haraken, Nate Chapin, Inactive
Visibility:
Public.

Description

IDL compiler: [SetReference] New extended attribute, Python side to: Reland: Reland: Implement new Blink IDL attribute [SetReference] https://codereview.chromium.org/26792002 * Needed minor parser changes b/c using arguments: [SetReference(A a, B b)] * Also some test refactoring due to conflicting extended attributes. BUG=239771 BUG=307341 R=haraken, kouhei NOTRY=true Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=164045

Patch Set 1 #

Total comments: 4

Patch Set 2 : gclw #

Unified diffs Side-by-side diffs Delta from patch set Stats (+131 lines, -95 lines) Patch
M Source/bindings/scripts/unstable/idl_definitions_builder.py View 1 chunk +25 lines, -19 lines 0 comments Download
M Source/bindings/scripts/unstable/v8_interface.py View 1 5 chunks +14 lines, -4 lines 0 comments Download
M Source/bindings/templates/interface.cpp View 1 1 chunk +16 lines, -2 lines 0 comments Download
M Source/bindings/tests/idls/TestInterface.idl View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/tests/idls/TestInterfacePython.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/tests/idls/TestInterfacePython2.idl View 1 chunk +2 lines, -1 line 0 comments Download
A + Source/bindings/tests/idls/TestInterfacePython3.idl View 1 chunk +2 lines, -4 lines 0 comments Download
M Source/bindings/tests/results/V8TestInterfacePython.cpp View 2 chunks +8 lines, -5 lines 0 comments Download
M Source/bindings/tests/results/V8TestInterfacePython2.cpp View 2 chunks +12 lines, -0 lines 0 comments Download
A + Source/bindings/tests/results/V8TestInterfacePython3.h View 2 chunks +32 lines, -27 lines 0 comments Download
A + Source/bindings/tests/results/V8TestInterfacePython3.cpp View 6 chunks +18 lines, -31 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Nils Barth (inactive)
7 years ago (2013-12-17 07:56:29 UTC) #1
kouhei (in TOK)
lgtm
7 years ago (2013-12-17 08:38:05 UTC) #2
haraken
LGTM https://codereview.chromium.org/114813006/diff/1/Source/bindings/templates/interface.cpp File Source/bindings/templates/interface.cpp (right): https://codereview.chromium.org/114813006/diff/1/Source/bindings/templates/interface.cpp#newcode266 Source/bindings/templates/interface.cpp:266: v8::Local<v8::Object> creationContext = v8::Local<v8::Object>::New(isolate, wrapper); kouhei: Why do ...
7 years ago (2013-12-17 09:13:08 UTC) #3
kouhei (in TOK)
https://codereview.chromium.org/114813006/diff/1/Source/bindings/templates/interface.cpp File Source/bindings/templates/interface.cpp (right): https://codereview.chromium.org/114813006/diff/1/Source/bindings/templates/interface.cpp#newcode266 Source/bindings/templates/interface.cpp:266: v8::Local<v8::Object> creationContext = v8::Local<v8::Object>::New(isolate, wrapper); On 2013/12/17 09:13:09, haraken ...
7 years ago (2013-12-17 09:15:00 UTC) #4
Nils Barth (inactive)
https://codereview.chromium.org/114813006/diff/1/Source/bindings/templates/interface.cpp File Source/bindings/templates/interface.cpp (right): https://codereview.chromium.org/114813006/diff/1/Source/bindings/templates/interface.cpp#newcode278 Source/bindings/templates/interface.cpp:278: if (Node* owner = impl->{{check_reachable_method}}()) { On 2013/12/17 09:13:09, ...
7 years ago (2013-12-18 01:57:48 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nbarth@chromium.org/114813006/20001
7 years ago (2013-12-18 01:58:32 UTC) #6
commit-bot: I haz the power
7 years ago (2013-12-18 01:59:44 UTC) #7
Message was sent while issue was closed.
Change committed as 164045

Powered by Google App Engine
This is Rietveld 408576698