aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/validitystate.rs
Commit message (Expand)AuthorAgeFilesLines
* Cargoify servoJack Moffitt2014-09-081-36/+0
* Call the generated rather than the hand-written traits (fixes #2936).Ms2ger2014-07-271-3/+0
* Introduce abstractions for global scopes.Ms2ger2014-07-151-1/+2
* Remove the unused window field from ValidityState.Ms2ger2014-07-141-6/+3
* Make some DOM members private.Ms2ger2014-06-281-3/+3
* auto merge of #2649 : ebalint/servo/2580_JS_T_unrooted_replace, r=jdmbors-servo2014-06-131-1/+1
|\
| * Replace uses of JS<T>.unrooted() with JS::from_rooted #2580Edit Balint2014-06-131-1/+1
* | Remove Reflectable::mut_reflector.Ms2ger2014-06-131-4/+0
|/
* Rename BindingDeclarations to Bindings.Ms2ger2014-06-021-1/+1
* Remove not-yet-implemented APIs, and update MouseEvent to specification.Ms2ger2014-06-021-47/+0
* Use Cell/RefCell for interior mutability of NodeList, Performance, TestBindin...Tetsuharu OHZEKI2014-05-301-2/+3
* Update Rust.Ms2ger2014-05-221-1/+1
* 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-10/+23
* 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-3/+3
* Pass &JS<Window> to reflect_dom_object.Ms2ger2014-03-041-1/+1
* Implement JSManaged for DOM objects.Josh Matthews2014-02-241-5/+8
* Remove Reflectable::GetParentObject.Ms2ger2013-11-061-6/+0
* Remove Reflectable::wrap_object_shared.Ms2ger2013-11-061-5/+2
* Wrap ValidityState eagerly.Ms2ger2013-10-231-7/+15
* Merge BindingObject and Reflectable.Ms2ger2013-10-181-3/+1
* Remove unused aTriedToWrap argument.Ms2ger2013-10-171-2/+1
* Introduce mutable/immutable variants of reflector() with named lifetimes, and...Bobby Holley2013-10-101-3/+6
* Rename |wrapper| to |reflector_| in Reflectable implementations for DOM objects.Bobby Holley2013-10-091-3/+3
* Rename get_wrappercache() to reflector(). v1Bobby Holley2013-10-091-1/+1
* Rename WrapperCache to Reflector.Bobby Holley2013-10-091-4/+4
* Rename CacheableWrapper to Reflectable.Bobby Holley2013-10-091-3/+3
* Generate bindings for HTMLButtonElement.Josh Matthews2013-08-261-0/+77