aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/htmlanchorelement.rs
Commit message (Expand)AuthorAgeFilesLines
* Cargoify servoJack Moffitt2014-09-081-132/+0
* Merge pull request #3086 from ChrisParis/HTMLAnchorElement.textMs2ger2014-08-211-0/+14
|\
| * Implement HTMLAnchorElement.textChris Paris2014-08-151-0/+14
* | Pass an Atom to before_remove_attr and after_set_attr.Ms2ger2014-08-161-4/+6
|/
* Implement support for 'enabled' property in HTMLAnchorElementBruno de Oliveira Abinader2014-08-051-0/+26
* Upgrade Rust.Jack Moffitt2014-08-021-2/+2
* Call the generated rather than the hand-written traits (fixes #2936).Ms2ger2014-07-271-5/+3
* Remove generate_cacheable_wrapper_htmlelement!Tetsuharu OHZEKI2014-06-281-0/+7
* Upgrade to latest Rust.Manish Goregaokar2014-06-271-2/+2
* Remove needless mutabilities from script crate.Tetsuharu OHZEKI2014-06-221-1/+1
* Remove needless '&self mut' from VirtualMethods trait.Tetsuharu OHZEKI2014-06-071-4/+4
* Upgrade Rust.Jack Moffitt2014-06-051-1/+1
* Rename BindingDeclarations to Bindings.Ms2ger2014-06-021-1/+1
* Remove not-yet-implemented members from IDL and Rust code.Ms2ger2014-06-011-133/+0
* Remove needless '&mut self' from HTMLAnchorElementMethods.Tetsuharu OHZEKI2014-05-311-16/+16
* Initial spec-incompliant implementation of default click action for anchor el...Tetsuharu OHZEKI2014-05-231-4/+49
* Update Rust.Ms2ger2014-05-221-1/+1
* Use == instead of match for tests against a single enum valueMartin Robinson2014-05-081-4/+1
* Replace all ~"" with "".to_owned().Ms2ger2014-05-031-13/+13
* 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-27/+56
* 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-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-6/+19
* 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-2/+2
* Stop passing DOMStrings via borrowed pointer. (#1201)Tetsuharu OHZEKI2013-11-141-13/+13
* Don't pass nullable strings to native DOM methods that want non-nullable stri...Ms2ger2013-11-121-39/+39
* Make DOMString represent a non-nullable string.Ms2ger2013-11-121-26/+26
* Rename HTMLElement::new to HTMLElement::new_inherited.Ms2ger2013-11-021-1/+1
* Introduce HTMLAnchorElement::new.Ms2ger2013-11-021-1/+18
* Rename the element field of the DOM Node hierarchyLuis de Bethencourt2013-09-191-1/+1
* bindings: Return errors in Result rather than setting an out parameterKeegan McAllister2013-09-181-13/+26
* Make DOMString an alias for Option<~str>Keegan McAllister2013-09-181-14/+14
* Add missing license header.Josh Matthews2013-08-061-0/+4
* Generate bindings for HTMLAnchorElement.Josh Matthews2013-08-051-0/+99