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

Issue 16924018: [Binding] Remove signature from domAttribute (Closed)

Created:
7 years, 6 months ago by kojih
Modified:
7 years, 6 months ago
Reviewers:
haraken
CC:
blink-reviews, Nils Barth (inactive), jsbell+bindings_chromium.org, eae+blinkwatch, abarth-chromium, marja+watch_chromium.org, adamk+blink_chromium.org, haraken, Nate Chapin, do-not-use
Base URL:
https://chromium.googlesource.com/chromium/blink@master
Visibility:
Public.

Description

[Binding] Remove signature from domAttribute Currently domAttribute has 'signature' and it is used for holding type, name and extended attributes. But it is not necessary to use 'signature' to hold those. This patch improve situation by - removing signature from domAttribute - adding name, isNullable, extendedAttributes to domAttribute Generated code is same as before except for comment of attributes. R=haraken@chromium.org BUG=239771 TEST=TestActiveDOMObject.idl TestEventConstructor.idl TestException.idl TestInterface.idl TestInterfaceImplementedAs.idl TestObject.idl TestSerializedScriptValueInterface.idl TestTypedefs.idl Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=152528

Patch Set 1 #

Total comments: 2

Patch Set 2 : remove comments #

Patch Set 3 : #

Patch Set 4 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+225 lines, -228 lines) Patch
M Source/bindings/scripts/CodeGeneratorV8.pm View 1 2 3 42 chunks +94 lines, -95 lines 0 comments Download
M Source/bindings/scripts/IDLParser.pm View 3 chunks +8 lines, -10 lines 0 comments Download
M Source/bindings/scripts/generate-bindings.pl View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M Source/bindings/tests/results/V8TestActiveDOMObject.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/tests/results/V8TestEventConstructor.cpp View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M Source/bindings/tests/results/V8TestException.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/tests/results/V8TestInterface.cpp View 1 2 3 chunks +8 lines, -8 lines 0 comments Download
M Source/bindings/tests/results/V8TestInterfaceImplementedAs.cpp View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M Source/bindings/tests/results/V8TestObject.cpp View 1 2 3 chunks +95 lines, -95 lines 0 comments Download
M Source/bindings/tests/results/V8TestSerializedScriptValueInterface.cpp View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M Source/bindings/tests/results/V8TestTypedefs.cpp View 1 2 1 chunk +7 lines, -7 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
kojih
r? https://codereview.chromium.org/16924018/diff/1/Source/bindings/tests/results/V8TestActiveDOMObject.cpp File Source/bindings/tests/results/V8TestActiveDOMObject.cpp (left): https://codereview.chromium.org/16924018/diff/1/Source/bindings/tests/results/V8TestActiveDOMObject.cpp#oldcode179 Source/bindings/tests/results/V8TestActiveDOMObject.cpp:179: // Attribute 'excitingAttr' (Type: 'attribute' ExtAttr: '') Originally ...
7 years, 6 months ago (2013-06-17 04:44:33 UTC) #1
haraken
LGTM https://codereview.chromium.org/16924018/diff/1/Source/bindings/tests/results/V8TestActiveDOMObject.cpp File Source/bindings/tests/results/V8TestActiveDOMObject.cpp (left): https://codereview.chromium.org/16924018/diff/1/Source/bindings/tests/results/V8TestActiveDOMObject.cpp#oldcode179 Source/bindings/tests/results/V8TestActiveDOMObject.cpp:179: // Attribute 'excitingAttr' (Type: 'attribute' ExtAttr: '') Actually, ...
7 years, 6 months ago (2013-06-17 04:49:08 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kojih@chromium.org/16924018/6001
7 years, 6 months ago (2013-06-17 05:03:39 UTC) #3
commit-bot: I haz the power
Failed to apply patch for Source/bindings/scripts/CodeGeneratorV8.pm: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 6 months ago (2013-06-17 06:39:09 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kojih@chromium.org/16924018/15001
7 years, 6 months ago (2013-06-17 06:49:05 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kojih@chromium.org/16924018/15001
7 years, 6 months ago (2013-06-17 06:49:25 UTC) #6
commit-bot: I haz the power
7 years, 6 months ago (2013-06-17 08:09:37 UTC) #7
Message was sent while issue was closed.
Change committed as 152528

Powered by Google App Engine
This is Rietveld 408576698