aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/documenttype.rs
Commit message (Expand)AuthorAgeFilesLines
* Cargoify servoJack Moffitt2014-09-081-81/+0
* Call the generated rather than the hand-written traits (fixes #2936).Ms2ger2014-07-271-8/+2
* Remove generate_cacheable_wrapper_node!Tetsuharu OHZEKI2014-06-281-0/+7
* Upgrade Rust.Jack Moffitt2014-06-051-2/+2
* auto merge of #2552 : saneyuki/servo/mut, r=jdmbors-servo2014-06-021-3/+3
|\
| * Remove needless 'self' mutability from DocumentTypeMethods::Remove().Tetsuharu OHZEKI2014-06-031-3/+3
* | Rename BindingDeclarations to Bindings.Ms2ger2014-06-021-1/+1
|/
* Update Rust.Ms2ger2014-05-221-1/+1
* Use == instead of match for tests against a single enum valueMartin Robinson2014-05-081-4/+1
* Implement ChildNode.remove()Harry Maclean2014-05-051-2/+9
* Replace all ~"" with "".to_owned().Ms2ger2014-05-031-2/+2
* Address review comments.Josh Matthews2014-05-031-1/+0
* Address review comments.Josh Matthews2014-05-031-3/+3
* s/Unrooted/Temporary/gJosh Matthews2014-05-031-2/+2
* Move WebIDL methods to traits implemented by JSRef types.Josh Matthews2014-05-031-4/+11
* Implement safe rooting strategy via Unrooted, Root, JSRef, and JS.Josh Matthews2014-05-031-2/+2
* Turn on GC all the time. Fix rooting errors during parsing and storing timers...Josh Matthews2014-05-031-3/+3
* Remove the 'pub use self::BindingDeclarations::*;' export.Tetsuharu OHZEKI2014-05-011-1/+1
* This batch of changes upgrades Servo to work with the Rust upgrade as ofLars Bergstrom2014-04-271-4/+4
* Implement JSManaged for DOM objects.Josh Matthews2014-02-241-7/+20
* Use DOMString instead of ~str in a few places.Ms2ger2014-02-161-6/+6
* Move DOMString into servo_util.Ms2ger2014-02-141-1/+1
* DocumentType does not need to know about quirks modeBruno de Oliveira Abinader2014-01-151-6/+1
* script: Eliminate the phantom type in `Node`, as it is no longer neededPatrick Walton2013-12-171-2/+2
* script: Eliminate the phantom type in favor of just whitelisting methodsPatrick Walton2013-12-171-1/+2
* Rename some 'new' functions to 'new_inherited'.Ms2ger2013-12-121-1/+1
* Don't pass nullable strings to native DOM methods that want non-nullable stri...Ms2ger2013-11-121-9/+9
* Make DOMString represent a non-nullable string.Ms2ger2013-11-121-3/+3
* Rewrite DocumentType::new to current standards.Ms2ger2013-11-021-7/+22
* Remove View type parameter from DocumentTypeTim Taubert2013-10-141-4/+4
* Issue #888 - Node's owner document should never be None.Ms2ger2013-10-101-2/+4
* Rename the node field of the DOM node hierarchyLuis de Bethencourt2013-09-191-2/+2
* Rename the element field of the DOM Node hierarchyLuis de Bethencourt2013-09-191-2/+2
* Make DOMString an alias for Option<~str>Keegan McAllister2013-09-181-10/+4
* Generate bindings for Comment and DocumentType.Josh Matthews2013-08-281-0/+50