servo/components/script/dom/bindings
Anthony Ramine c25085f68a Introduce [Abstract] to mark non-leaf interfaces
Some interfaces like Node, CharacterData and HTMLTableCellElement are never
instantiated directly, only their descendant interfaces are. Those are marked
with [Abstract] to set their type_id to None instead of having dummy values
in the TypeId enums.
2015-09-13 19:46:28 +02:00
..
codegen Introduce [Abstract] to mark non-leaf interfaces 2015-09-13 19:46:28 +02:00
callback.rs sort all uses 2015-08-20 20:47:12 +08:00
cell.rs Elide most 'a lifetimes 2015-09-04 08:55:51 +05:30
conversions.rs Move EventTargetTypeId/NodeTypeId to DOMClass 2015-09-12 01:09:46 +02:00
error.rs sort all uses 2015-08-20 20:47:12 +08:00
global.rs Elide most 'b lifetimes 2015-09-04 09:02:12 +05:30
js.rs Elide most 'a lifetimes 2015-09-04 08:55:51 +05:30
mod.rs Do not allow unreachable_code in codegen anymore 2015-08-30 17:25:05 +02:00
num.rs make test-tidy check that = have space after them 2015-09-01 07:18:19 -04:00
proxyhandler.rs Remove needless returns 2015-09-04 09:13:48 +05:30
refcounted.rs sort all uses 2015-08-20 20:47:12 +08:00
str.rs Elide most 'a lifetimes 2015-09-04 08:55:51 +05:30
structuredclone.rs sort all uses 2015-08-20 20:47:12 +08:00
trace.rs Combine script profiling with profile crates. Fixes #7514. 2015-09-04 16:09:44 -05:00
utils.rs Move EventTargetTypeId/NodeTypeId to DOMClass 2015-09-12 01:09:46 +02:00