aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/dompoint.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-4/+4
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Pass a &GlobalScope to WebIDL static methods and constructorsAnthony Ramine2016-10-061-3/+2
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-3/+4
* Add DOMQuad elementGuillaume Gomez2015-12-181-1/+5
* Rustfmt some of script.Ms2ger2015-11-181-2/+6
* more refactoringrohan.prinja2015-10-301-1/+1
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-9/+9
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-2/+0
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-0/+1
* Add spec linksBogdan Cuza2015-07-281-4/+12
* Implement DOMPoint and DOMPointReadOnlyTill Schneidereit2015-07-231-0/+69