aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/comment.rs
Commit message (Expand)AuthorAgeFilesLines
* Cargoify servoJack Moffitt2014-09-081-55/+0
* Call the generated rather than the hand-written traits (fixes #2936).Ms2ger2014-07-271-2/+2
* Introduce abstractions for global scopes.Ms2ger2014-07-151-3/+4
* Put some 'use' statements in alphabetical order.Ms2ger2014-07-151-1/+1
* Rename variables that refer to global objects.Ms2ger2014-07-151-2/+2
* Remove generate_cacheable_wrapper_characterdata!Tetsuharu OHZEKI2014-06-281-0/+7
* 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
* Address review comments.Josh Matthews2014-05-031-3/+3
* Remove all root collections.Josh Matthews2014-05-031-3/+2
* s/Unrooted/Temporary/gJosh Matthews2014-05-031-3/+3
* Move WebIDL methods to traits implemented by JSRef types.Josh Matthews2014-05-031-5/+6
* Implement safe rooting strategy via Unrooted, Root, JSRef, and JS.Josh Matthews2014-05-031-3/+3
* Turn on GC all the time. Fix rooting errors during parsing and storing timers...Josh Matthews2014-05-031-5/+9
* 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-1/+1
* Move Error, Fallible, ErrorResult out of utils.rs (fixes #1749)Saurabh Anand2014-02-281-1/+1
* Implement JSManaged for DOM objects.Josh Matthews2014-02-241-8/+21
* Change Text, Comment and ProcessingInstructions parent name from element to c...Adam Sinnett2014-02-151-2/+2
* Move DOMString into servo_util.Ms2ger2014-02-141-1/+2
* Use DOMString more consistently.Ms2ger2014-02-131-2/+2
* script: Eliminate the phantom type in favor of just whitelisting methodsPatrick Walton2013-12-171-3/+3
* Rename some 'new' functions to 'new_inherited'.Ms2ger2013-12-121-1/+1
* Stop passing DOMStrings via borrowed pointer. (#1201)Tetsuharu OHZEKI2013-11-141-2/+2
* Don't pass nullable strings to native DOM methods that want non-nullable stri...Ms2ger2013-11-121-3/+3
* Make DOMString represent a non-nullable string.Ms2ger2013-11-121-1/+1
* Rewrite Comment::new to current standards.Ms2ger2013-11-021-6/+8
* Implement Window::get_cx() to reduce code repetition.Ms2ger2013-10-131-1/+1
* Issue #888 - Node's owner document should never be None.Ms2ger2013-10-101-3/+4
* Cleanup some code.Ms2ger2013-10-071-4/+3
* Rename the element field of the DOM Node hierarchyLuis de Bethencourt2013-09-191-2/+2
* bindings: Return errors in Result rather than setting an out parameterKeegan McAllister2013-09-181-3/+3
* Make DOMString an alias for Option<~str>Keegan McAllister2013-09-181-5/+2
* Generate bindings for Comment and DocumentType.Josh Matthews2013-08-281-0/+33