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

Issue 54123003: Clean up code generator before implementing [ExposeV8GetterAndSetter] (Closed)

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

Description

Clean up code generator before implementing [ExposeV8GetterAndSetter] This CL just renames variables to make the main change diff saner. NOTRY=true Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=161030

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -136 lines) Patch
M Source/bindings/scripts/code_generator_v8.pm View 1 20 chunks +49 lines, -73 lines 0 comments Download
M Source/bindings/tests/results/V8Float64Array.cpp View 1 2 1 chunk +1 line, -3 lines 0 comments Download
M Source/bindings/tests/results/V8SupportTestInterface.cpp View 1 2 1 chunk +1 line, -3 lines 0 comments Download
M Source/bindings/tests/results/V8TestActiveDOMObject.cpp View 1 2 1 chunk +1 line, -3 lines 0 comments Download
M Source/bindings/tests/results/V8TestConstants.cpp View 1 2 1 chunk +1 line, -3 lines 0 comments Download
M Source/bindings/tests/results/V8TestCustomAccessors.cpp View 1 2 1 chunk +1 line, -3 lines 0 comments Download
M Source/bindings/tests/results/V8TestEvent.cpp View 1 2 1 chunk +1 line, -3 lines 0 comments Download
M Source/bindings/tests/results/V8TestEventConstructor.cpp View 1 2 1 chunk +1 line, -3 lines 0 comments Download
M Source/bindings/tests/results/V8TestEventTarget.cpp View 1 2 1 chunk +1 line, -3 lines 0 comments Download
M Source/bindings/tests/results/V8TestException.cpp View 1 2 1 chunk +1 line, -3 lines 0 comments Download
M Source/bindings/tests/results/V8TestExtendedEvent.cpp View 1 2 1 chunk +1 line, -3 lines 0 comments Download
M Source/bindings/tests/results/V8TestInterface.cpp View 1 2 1 chunk +1 line, -3 lines 0 comments Download
M Source/bindings/tests/results/V8TestInterfaceEmpty.cpp View 1 2 1 chunk +1 line, -3 lines 0 comments Download
M Source/bindings/tests/results/V8TestInterfaceImplementedAs.cpp View 1 2 1 chunk +1 line, -3 lines 0 comments Download
M Source/bindings/tests/results/V8TestMediaQueryListListener.cpp View 1 2 1 chunk +1 line, -3 lines 0 comments Download
M Source/bindings/tests/results/V8TestNamedConstructor.cpp View 1 2 1 chunk +1 line, -3 lines 0 comments Download
M Source/bindings/tests/results/V8TestNode.cpp View 1 2 1 chunk +1 line, -3 lines 0 comments Download
M Source/bindings/tests/results/V8TestObject.cpp View 1 2 1 chunk +1 line, -3 lines 0 comments Download
M Source/bindings/tests/results/V8TestObjectPython.cpp View 1 2 1 chunk +1 line, -3 lines 0 comments Download
M Source/bindings/tests/results/V8TestOverloadedConstructors.cpp View 1 2 1 chunk +1 line, -3 lines 0 comments Download
M Source/bindings/tests/results/V8TestSerializedScriptValueInterface.cpp View 1 2 1 chunk +1 line, -3 lines 0 comments Download
M Source/bindings/tests/results/V8TestTypedefs.cpp View 1 2 1 chunk +1 line, -3 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
haraken
PTAL
7 years, 1 month ago (2013-10-31 06:47:11 UTC) #1
haraken
https://codereview.chromium.org/54123003/diff/1/Source/bindings/scripts/code_generator_v8.pm File Source/bindings/scripts/code_generator_v8.pm (left): https://codereview.chromium.org/54123003/diff/1/Source/bindings/scripts/code_generator_v8.pm#oldcode4526 Source/bindings/scripts/code_generator_v8.pm:4526: die "Wrong number of callbacks generated for $interfaceName ($num_callbacks, ...
7 years, 1 month ago (2013-10-31 06:47:47 UTC) #2
Nils Barth (inactive)
LGTM, with one formatting fix. https://codereview.chromium.org/54123003/diff/1/Source/bindings/scripts/code_generator_v8.pm File Source/bindings/scripts/code_generator_v8.pm (left): https://codereview.chromium.org/54123003/diff/1/Source/bindings/scripts/code_generator_v8.pm#oldcode4526 Source/bindings/scripts/code_generator_v8.pm:4526: die "Wrong number of ...
7 years, 1 month ago (2013-10-31 07:00:35 UTC) #3
haraken
https://codereview.chromium.org/54123003/diff/1/Source/bindings/scripts/code_generator_v8.pm File Source/bindings/scripts/code_generator_v8.pm (right): https://codereview.chromium.org/54123003/diff/1/Source/bindings/scripts/code_generator_v8.pm#newcode4407 Source/bindings/scripts/code_generator_v8.pm:4407: $code .= $hasAttributes ? "${v8ClassName}Attributes, WTF_ARRAY_LENGTH(${v8ClassName}Attributes)," : "0, 0,"; ...
7 years, 1 month ago (2013-10-31 07:02:27 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/haraken@chromium.org/54123003/90001
7 years, 1 month ago (2013-10-31 07:03:52 UTC) #5
commit-bot: I haz the power
7 years, 1 month ago (2013-10-31 07:04:17 UTC) #6
Message was sent while issue was closed.
Change committed as 161030

Powered by Google App Engine
This is Rietveld 408576698