servo/components/script/dom/bindings
bors-servo 243647d15a Auto merge of #7735 - nox:rm-useless-casts, r=Ms2ger
Don't generate useless InheritTypes interfaces

Interfaces with no descendant need neither a Base trait nor upcast functions, and interfaces with no ancestors neither a Derived trait nor downcast functions.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7735)
<!-- Reviewable:end -->
2015-10-05 06:09:56 -06:00
..
codegen Don't generate useless InheritTypes interfaces 2015-10-02 16:15:12 +02:00
callback.rs sorted the extern crate, mod & use declarations 2015-09-24 02:12:45 +05:30
cell.rs sorted the extern crate, mod & use declarations 2015-09-24 02:12:45 +05:30
conversions.rs script: Stop reallocating so much when converting DOM strings to JS 2015-09-27 15:40:48 -07:00
error.rs sorted the extern crate, mod & use declarations 2015-09-24 02:12:45 +05:30
global.rs sorted the extern crate, mod & use declarations 2015-09-24 02:12:45 +05:30
js.rs sorted the extern crate, mod & use declarations 2015-09-24 02:12:45 +05:30
mod.rs sorted the extern crate, mod & use declarations 2015-09-24 02:12:45 +05:30
num.rs make test-tidy check that = have space after them 2015-09-01 07:18:19 -04:00
proxyhandler.rs sorted the extern crate, mod & use declarations 2015-09-24 02:12:45 +05:30
refcounted.rs sorted the extern crate, mod & use declarations 2015-09-24 02:12:45 +05:30
str.rs Fix reported test-tidy errors for unmerged import blocks 2015-09-19 12:50:14 -04:00
structuredclone.rs sorted the extern crate, mod & use declarations 2015-09-24 02:12:45 +05:30
trace.rs Implement size attribute for <font> element 2015-09-30 22:51:30 -04:00
utils.rs sorted the extern crate, mod & use declarations 2015-09-24 02:12:45 +05:30