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

Issue 140663012: IDL compiler: Window-specific code + Window-only features (Closed)

Created:
6 years, 10 months ago by Nils Barth (inactive)
Modified:
6 years, 10 months ago
Reviewers:
haraken
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, watchdog-blink-watchlist_google.com, Inactive, kouhei (in TOK)
Visibility:
Public.

Description

IDL compiler: Window-specific code + Window-only features This is a collection of various Window-specific code (no tests) and Window-only features (tests added): * [CheckSecurity] + [Replaceable] * [PutForwards] + [Replaceable] * [PerContextEnabled] + [RuntimeEnabled] * [DoNotCheckSecurity] + [Replaceable] * [DoNotCheckSecurity] + [DoNotCheckSignature] * [ImplementedAs] for constructor attributes * header for attributes for named constructors on global objects * [PerWorldBindings] on readonly interface types This finishes non-SVG IDL files!! BUG=239771 R=haraken NOTRY=true Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=166670

Patch Set 1 #

Patch Set 2 : Added test #

Patch Set 3 : No headers for named constructor attributes #

Total comments: 14

Patch Set 4 : Test formatting #

Patch Set 5 : Revised #

Patch Set 6 : ForMainWorld #

Patch Set 7 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+393 lines, -23 lines) Patch
M Source/bindings/scripts/code_generator_v8.pm View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M Source/bindings/scripts/unstable/v8_attributes.py View 2 chunks +4 lines, -2 lines 0 comments Download
M Source/bindings/scripts/unstable/v8_methods.py View 1 chunk +1 line, -0 lines 0 comments Download
M Source/bindings/scripts/unstable/v8_types.py View 1 2 3 4 1 chunk +6 lines, -0 lines 0 comments Download
M Source/bindings/templates/attributes.cpp View 1 2 3 4 5 5 chunks +15 lines, -6 lines 0 comments Download
M Source/bindings/templates/interface.cpp View 1 2 3 4 5 6 13 chunks +111 lines, -12 lines 0 comments Download
M Source/bindings/templates/interface_base.cpp View 2 chunks +3 lines, -0 lines 0 comments Download
M Source/bindings/templates/methods.cpp View 2 chunks +5 lines, -2 lines 0 comments Download
M Source/bindings/tests/idls/TestInterfaceCheckSecurity.idl View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M Source/bindings/tests/idls/TestInterfaceNamedConstructor.idl View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M Source/bindings/tests/idls/TestInterfacePython.idl View 1 chunk +1 line, -0 lines 0 comments Download
M Source/bindings/tests/idls/TestObjectPython.idl View 1 2 3 4 5 2 chunks +3 lines, -0 lines 0 comments Download
M Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp View 1 2 3 4 chunks +84 lines, -0 lines 0 comments Download
M Source/bindings/tests/results/V8TestInterfaceNamedConstructor.cpp View 1 2 2 chunks +25 lines, -1 line 0 comments Download
M Source/bindings/tests/results/V8TestInterfacePython.cpp View 3 chunks +22 lines, -0 lines 0 comments Download
M Source/bindings/tests/results/V8TestObjectPython.cpp View 1 2 3 4 5 6 chunks +105 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
Nils Barth (inactive)
6 years, 10 months ago (2014-02-06 07:35:05 UTC) #1
haraken
https://codereview.chromium.org/140663012/diff/50001/Source/bindings/scripts/unstable/v8_attributes.py File Source/bindings/scripts/unstable/v8_attributes.py (right): https://codereview.chromium.org/140663012/diff/50001/Source/bindings/scripts/unstable/v8_attributes.py#newcode359 Source/bindings/scripts/unstable/v8_attributes.py:359: 'PutForwards' not in extended_attributes) or I don't fully understand ...
6 years, 10 months ago (2014-02-06 07:57:44 UTC) #2
Nils Barth (inactive)
Revised: FIXMEs + remove redundant branch. https://codereview.chromium.org/140663012/diff/50001/Source/bindings/scripts/unstable/v8_attributes.py File Source/bindings/scripts/unstable/v8_attributes.py (right): https://codereview.chromium.org/140663012/diff/50001/Source/bindings/scripts/unstable/v8_attributes.py#newcode359 Source/bindings/scripts/unstable/v8_attributes.py:359: 'PutForwards' not in ...
6 years, 10 months ago (2014-02-06 08:40:13 UTC) #3
Nils Barth (inactive)
BTW, added one more feature (one ForMainWorld suffix), and now Window output is identical! This ...
6 years, 10 months ago (2014-02-06 08:52:53 UTC) #4
haraken
LGTM
6 years, 10 months ago (2014-02-06 09:09:24 UTC) #5
Nils Barth (inactive)
The CQ bit was checked by nbarth@chromium.org
6 years, 10 months ago (2014-02-06 09:32:26 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nbarth@chromium.org/140663012/180001
6 years, 10 months ago (2014-02-06 09:32:47 UTC) #7
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-06 09:32:54 UTC) #8
commit-bot: I haz the power
Failed to apply patch for Source/bindings/tests/idls/TestInterfacePython.idl: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 10 months ago (2014-02-06 09:32:54 UTC) #9
Nils Barth (inactive)
The CQ bit was checked by nbarth@chromium.org
6 years, 10 months ago (2014-02-07 01:18:50 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nbarth@chromium.org/140663012/280001
6 years, 10 months ago (2014-02-07 01:19:09 UTC) #11
commit-bot: I haz the power
6 years, 10 months ago (2014-02-07 01:20:02 UTC) #12
Message was sent while issue was closed.
Change committed as 166670

Powered by Google App Engine
This is Rietveld 408576698