aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/documenttype.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-2/+2
* 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
* Inline DOM element creation into box expressions in components/script/dom/Kuba Birecki2016-07-141-2/+3
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
* Rustfmt some of script.Ms2ger2015-11-181-8/+5
* Implement Default trait for DOMStringCorey Farwell2015-11-111-2/+2
* Use DOMString::new() somewhat consistently.Ms2ger2015-11-041-3/+2
* move Castable into dom::bindings::inheritancerohan.prinja2015-10-301-1/+1
* Clean up the cast callsAnthony Ramine2015-10-211-2/+1
* Introduce trait CastableAnthony Ramine2015-10-211-5/+5
* Explicitly customise flags of new nodes where neededAnthony Ramine2015-10-151-2/+2
* Generate all Derived implementations in codegenAnthony Ramine2015-10-141-8/+0
* Generate the TypeId enums in codegenAnthony Ramine2015-10-141-3/+4
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-2/+1
* Elide most 'a lifetimesManish Goregaokar2015-09-041-3/+3
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-8/+8
* Remove helper traitsAnthony Ramine2015-08-271-1/+1
* 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
* Upgrade to SM 39Michael Wu2015-06-191-6/+6
* Auto merge of #5721 - nox:nodeorstring, r=jdmbors-servo2015-04-161-0/+17
|\
| * Finish implementation of ChildNode and ParentNodeAnthony Ramine2015-04-161-0/+17
* | Add/update comments with links to specCorey Farwell2015-04-141-0/+4
|/
* Update WHATWG links to use HTTPSCorey Farwell2015-04-131-1/+1
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-1/+1
* Move to to_owned rather than into_string.Ms2ger2015-01-201-2/+4
* auto merge of #4173 : Manishearth/servo/a-more-dom-struct, r=kmcallisterbors-servo2014-12-271-6/+0
|\
| * Remove manual impls of Reflectors (autogen)Manish Goregaokar2014-12-271-6/+0
* | script: to_string() -> into_string()Manish Goregaokar2014-12-271-2/+2
|/
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-4/+4
* Use #[dom_struct] everywhereManish Goregaokar2014-10-161-3/+1
* Privatize EventTarget and EventListenerEntryTim Taubert2014-10-131-1/+1
* Privatize DocumentTypeTim Taubert2014-10-131-4/+20
* Made some DOM fields private.ProgramFOX2014-09-261-1/+1
* Use JSTraceable everywhereManish Goregaokar2014-09-241-1/+1
* More progress in the &JSRef -> JSRef conversionCameron Zwarich2014-09-201-5/+5
* First steps of &JSRef -> JSRef conversionCameron Zwarich2014-09-191-3/+3
* Make Reflector #[must_root], propagate to non-HTMLElementsManish Goregaokar2014-09-171-1/+2
* Cargoify servoJack Moffitt2014-09-081-0/+81