aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/documenttype.rs
Commit message (Expand)AuthorAgeFilesLines
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-5/+5
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* cangc fixes in node.rs (#33984)chickenleaf2024-10-231-6/+9
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-1/+1
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-1/+2
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+0
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-9/+9
* Format script componentchansuke2018-09-191-13/+19
* 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