aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/formdata.rs
Commit message (Expand)AuthorAgeFilesLines
* Replace most ~"string"s with "string".to_owned().Ms2ger2014-05-041-1/+1
* Address review comments.Josh Matthews2014-05-031-2/+2
* Address review comments.Josh Matthews2014-05-031-3/+3
* s/Unrooted/Temporary/gJosh Matthews2014-05-031-3/+3
* Move WebIDL methods to traits implemented by JSRef types.Josh Matthews2014-05-031-4/+10
* 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-8/+8
* 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
* fix visibility warnings in script crate (#2044)Manish Goregaokar2014-04-061-1/+1
* Rust upgradesLars Bergstrom2014-03-181-1/+1
* Pass &JS<Window> to reflect_dom_object.Ms2ger2014-03-041-1/+1
* Move Error, Fallible, ErrorResult out of utils.rs (fixes #1749)Saurabh Anand2014-02-281-1/+2
* Implement JSManaged for DOM objects.Josh Matthews2014-02-241-11/+14
* Move DOMString into servo_util.Ms2ger2014-02-141-1/+1
* Use DOMString more consistently.Ms2ger2014-02-131-1/+1
* script: Eliminate the phantom type in favor of just whitelisting methodsPatrick Walton2013-12-171-6/+6
* Add FormData constructorTom Schuster2013-11-241-4/+12
* Stop passing DOMStrings via borrowed pointer. (#1201)Tetsuharu OHZEKI2013-11-141-3/+3
* Don't pass nullable strings to native DOM methods that want non-nullable stri...Ms2ger2013-11-121-8/+8
* Make DOMString represent a non-nullable string.Ms2ger2013-11-121-4/+4
* Remove Reflectable::GetParentObject.Ms2ger2013-11-061-6/+0
* Remove Reflectable::wrap_object_shared.Ms2ger2013-11-061-5/+1
* Factor out a helper for eagerly creating JS wrappersKeegan McAllister2013-10-221-9/+2
* Update to latest Rust.Jack Moffitt2013-10-211-1/+1
* Create FormData reflectors eagerly.Ms2ger2013-10-191-14/+20
* Merge BindingObject and Reflectable.Ms2ger2013-10-181-4/+2
* Remove unused DerivedWrapper implementations.Ms2ger2013-10-181-8/+2
* Remove DerivedWrapper::wrap_shared, as it's unused.Ms2ger2013-10-181-12/+0
* Remove unused aTriedToWrap argument.Ms2ger2013-10-171-2/+1
* Introduce mutable/immutable variants of reflector() with named lifetimes, and...Bobby Holley2013-10-101-5/+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-4/+4
* Make DOMString an alias for Option<~str>Keegan McAllister2013-09-181-4/+4
* Update RustBrian Anderson2013-08-291-0/+1
* Library changesKeegan McAllister2013-08-151-1/+1
* Generate bindings for Window.Josh Matthews2013-07-301-2/+2
* Generate HTMLDocument bindings. Introduce invariant into generated bindings t...Josh Matthews2013-07-301-3/+3
* structural changes to support IframesTim Kuehn2013-07-291-9/+4
* Update to latest Rust.Jack Moffitt2013-07-091-1/+56
* Implement WebIDL method overloads. Fixes #540.Josh Matthews2013-07-031-0/+38