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

Issue 142923002: IDL compiler: implements (Closed)

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

Description

IDL compiler: implements The 'implements' statement is already supported, as it's implemented the same as 'partial interface' (these are both dependenc*y* files). However, turning on the existing test requires a few auxiliary changes. This CL: * adds a test for 'implements' to Python test files * adds features to Python for new test cases (actually used in real files) * removes test cases for unused features for which Perl generates incorrect test code New features: * EventHandler type method in dependency * method with arguments in dependency (fix order) * [RaisesException] on interface type method Removed test cases: * [Custom] attribute in dependency * [PerContextEnabled] attribute in dependency Also: * Regularize naming in TestImplements.idl BUG=239771 R=haraken NOTRY=true Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=165381

Patch Set 1 #

Total comments: 4

Patch Set 2 : Add [NoInterfaceObject] (always used) #

Patch Set 3 : Rebased #

Patch Set 4 : Remove re changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+400 lines, -155 lines) Patch
M Source/bindings/scripts/unstable/v8_attributes.py View 1 chunk +4 lines, -1 line 0 comments Download
M Source/bindings/scripts/unstable/v8_methods.py View 2 chunks +6 lines, -2 lines 0 comments Download
M Source/bindings/tests/idls/TestImplements.idl View 1 1 chunk +16 lines, -18 lines 0 comments Download
M Source/bindings/tests/idls/TestInterfacePython.idl View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/bindings/tests/idls/TestObjectPython.idl View 1 chunk +1 line, -0 lines 0 comments Download
M Source/bindings/tests/idls/TestPartialInterfacePython.idl View 1 chunk +1 line, -0 lines 0 comments Download
M Source/bindings/tests/results/V8TestInterface.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/tests/results/V8TestInterface.cpp View 1 2 3 9 chunks +82 lines, -133 lines 0 comments Download
M Source/bindings/tests/results/V8TestInterfacePython.h View 1 chunk +1 line, -0 lines 0 comments Download
M Source/bindings/tests/results/V8TestInterfacePython.cpp View 9 chunks +268 lines, -0 lines 0 comments Download
M Source/bindings/tests/results/V8TestObjectPython.cpp View 2 chunks +18 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Nils Barth (inactive)
6 years, 11 months ago (2014-01-20 03:47:00 UTC) #1
haraken
LGTM. https://codereview.chromium.org/142923002/diff/1/Source/bindings/scripts/unstable/v8_attributes.py File Source/bindings/scripts/unstable/v8_attributes.py (right): https://codereview.chromium.org/142923002/diff/1/Source/bindings/scripts/unstable/v8_attributes.py#newcode262 Source/bindings/scripts/unstable/v8_attributes.py:262: # FIXME: pass the isolate instead of the ...
6 years, 11 months ago (2014-01-20 03:50:59 UTC) #2
Nils Barth (inactive)
https://codereview.chromium.org/142923002/diff/1/Source/bindings/scripts/unstable/v8_attributes.py File Source/bindings/scripts/unstable/v8_attributes.py (right): https://codereview.chromium.org/142923002/diff/1/Source/bindings/scripts/unstable/v8_attributes.py#newcode262 Source/bindings/scripts/unstable/v8_attributes.py:262: # FIXME: pass the isolate instead of the isolated ...
6 years, 11 months ago (2014-01-20 04:33:17 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nbarth@chromium.org/142923002/70001
6 years, 11 months ago (2014-01-20 04:33:36 UTC) #4
commit-bot: I haz the power
Failed to apply patch for Source/bindings/tests/results/V8TestInterface.cpp: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 11 months ago (2014-01-20 04:33:42 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/142923002/120001
6 years, 11 months ago (2014-01-20 04:41:39 UTC) #6
commit-bot: I haz the power
Failed to apply patch for Source/bindings/tests/results/V8TestInterface.cpp: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 11 months ago (2014-01-20 04:41:44 UTC) #7
Nils Barth (inactive)
Patch failures due to test result changes from re changes, which haven't landed yet. Removed ...
6 years, 11 months ago (2014-01-20 04:49:24 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nbarth@chromium.org/142923002/150001
6 years, 11 months ago (2014-01-20 04:49:40 UTC) #9
commit-bot: I haz the power
6 years, 11 months ago (2014-01-20 04:50:00 UTC) #10
Message was sent while issue was closed.
Change committed as 165381

Powered by Google App Engine
This is Rietveld 408576698