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

Issue 166903007: IDL compiler: omit header for WindowMediaSource.idl in Python (Closed)

Created:
6 years, 10 months ago by Nils Barth (inactive)
Modified:
6 years, 10 months ago
CC:
blink-reviews, Nils Barth (inactive), kojih, arv+blink, jsbell+bindings_chromium.org, feature-media-reviews_chromium.org, sof, eric.carlson_apple.com, abarth-chromium, marja+watch_chromium.org, adamk+blink_chromium.org, Nate Chapin, philipj_slow, Inactive, kouhei (in TOK)
Visibility:
Public.

Description

IDL compiler: omit header for WindowMediaSource.idl in Python WindowMediaSource.idl is an unusual partial interface: it has no .h header file, since it only consists of constructor attributes. Python always includes a header, while Perl checks every member to decide if a header is required. We were using [LegacyImplementedInBaseClass] to hack around this; now that it's gone, this adds an extended attribute [NoHeader] to omit the header. Once Perl is gone, I think it's clearer to remove [NoHeader] and just add a stub .h file, so we don't need this special-casing. (This is easier post-switch b/c it avoids having to hack up Perl.) See earlier CL: IDL compiler: avoid include for WindowMediaSource.idl https://codereview.chromium.org/156573002/ ...and: Remove support for [LegacyImplementedInBaseClass] IDL extended attribute https://codereview.chromium.org/169273002/ Also: * Simpler merge logic in interface_dependency_resolver.py * Remove unneeded test case TestImplements3.idl (only needed for [LegacyImplementedInBaseClass]) BUG=239771 R=haraken Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=167510

Patch Set 1 #

Patch Set 2 : Revised #

Patch Set 3 : Comment #

Patch Set 4 : Remove test case #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -126 lines) Patch
M Source/bindings/IDLExtendedAttributes.txt View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M Source/bindings/scripts/compute_dependencies.py View 1 1 chunk +3 lines, -1 line 0 comments Download
M Source/bindings/scripts/unstable/interface_dependency_resolver.py View 1 chunk +4 lines, -3 lines 0 comments Download
D Source/bindings/tests/idls/TestImplements3.idl View 1 2 3 1 chunk +0 lines, -38 lines 0 comments Download
M Source/bindings/tests/idls/TestInterfacePython.idl View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M Source/bindings/tests/idls/TestPartialInterfacePython2.idl View 1 1 chunk +1 line, -0 lines 0 comments Download
M Source/bindings/tests/results/V8TestInterfacePython.cpp View 1 2 3 7 chunks +0 lines, -82 lines 0 comments Download
M Source/modules/mediasource/WindowMediaSource.idl View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 29 (0 generated)
Nils Barth (inactive)
6 years, 10 months ago (2014-02-19 01:40:12 UTC) #1
haraken
LGTM
6 years, 10 months ago (2014-02-19 01:41:10 UTC) #2
Nils Barth (inactive)
The CQ bit was checked by nbarth@chromium.org
6 years, 10 months ago (2014-02-19 01:49:36 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/166903007/100001
6 years, 10 months ago (2014-02-19 01:50:26 UTC) #4
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-19 05:12:41 UTC) #5
commit-bot: I haz the power
Retried try job too often on win_blink_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_blink_rel&number=27759
6 years, 10 months ago (2014-02-19 05:12:41 UTC) #6
Nils Barth (inactive)
The CQ bit was checked by nbarth@chromium.org
6 years, 10 months ago (2014-02-19 06:06:34 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nbarth@chromium.org/166903007/100001
6 years, 10 months ago (2014-02-19 06:06:46 UTC) #8
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-19 08:48:52 UTC) #9
commit-bot: I haz the power
Retried try job too often on win_blink_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_blink_rel&number=27801
6 years, 10 months ago (2014-02-19 08:48:53 UTC) #10
Nils Barth (inactive)
The CQ bit was checked by nbarth@chromium.org
6 years, 10 months ago (2014-02-19 08:53:19 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nbarth@chromium.org/166903007/100001
6 years, 10 months ago (2014-02-19 08:53:29 UTC) #12
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-19 11:52:00 UTC) #13
commit-bot: I haz the power
Retried try job too often on win_blink_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_blink_rel&number=27839
6 years, 10 months ago (2014-02-19 11:52:00 UTC) #14
Nils Barth (inactive)
The CQ bit was checked by nbarth@chromium.org
6 years, 10 months ago (2014-02-19 12:53:38 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nbarth@chromium.org/166903007/100001
6 years, 10 months ago (2014-02-19 12:53:45 UTC) #16
Paweł Hajdan Jr.
The CQ bit was unchecked by phajdan.jr@chromium.org
6 years, 10 months ago (2014-02-19 19:34:20 UTC) #17
Paweł Hajdan Jr.
The CQ bit was checked by phajdan.jr@chromium.org
6 years, 10 months ago (2014-02-19 19:35:34 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nbarth@chromium.org/166903007/100001
6 years, 10 months ago (2014-02-19 21:56:04 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nbarth@chromium.org/166903007/100001
6 years, 10 months ago (2014-02-19 23:02:23 UTC) #20
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-20 04:40:21 UTC) #21
commit-bot: I haz the power
Retried try job too often on win_blink_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_blink_rel&number=28024
6 years, 10 months ago (2014-02-20 04:40:22 UTC) #22
Nils Barth (inactive)
The CQ bit was checked by nbarth@chromium.org
6 years, 10 months ago (2014-02-20 06:56:48 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nbarth@chromium.org/166903007/100001
6 years, 10 months ago (2014-02-20 06:57:00 UTC) #24
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-20 09:44:27 UTC) #25
commit-bot: I haz the power
Retried try job too often on win_blink_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_blink_rel&number=28073
6 years, 10 months ago (2014-02-20 09:44:27 UTC) #26
Nils Barth (inactive)
The CQ bit was checked by nbarth@chromium.org
6 years, 10 months ago (2014-02-20 11:09:54 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nbarth@chromium.org/166903007/100001
6 years, 10 months ago (2014-02-20 11:10:01 UTC) #28
commit-bot: I haz the power
6 years, 10 months ago (2014-02-20 13:27:14 UTC) #29
Message was sent while issue was closed.
Change committed as 167510

Powered by Google App Engine
This is Rietveld 408576698