aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/navigator.rs
Commit message (Expand)AuthorAgeFilesLines
* Cargoify servoJack Moffitt2014-09-081-58/+0
* Call the generated rather than the hand-written traits (fixes #2936).Ms2ger2014-07-271-8/+1
* Introduce abstractions for global scopes.Ms2ger2014-07-151-1/+2
* Remove Reflectable::mut_reflector.Ms2ger2014-06-131-4/+0
* Upgrade Rust.Jack Moffitt2014-06-051-4/+4
* Rename BindingDeclarations to Bindings.Ms2ger2014-06-021-1/+1
* Remove not-yet-implemented APIs, and update MouseEvent to specification.Ms2ger2014-06-021-62/+6
* Update Rust.Ms2ger2014-05-221-1/+1
* Replace most ~"string"s with "string".to_owned().Ms2ger2014-05-041-4/+4
* Replace all ~"" with "".to_owned().Ms2ger2014-05-031-7/+7
* Address review comments.Josh Matthews2014-05-031-1/+0
* s/Unrooted/Temporary/gJosh Matthews2014-05-031-2/+2
* Move WebIDL methods to traits implemented by JSRef types.Josh Matthews2014-05-031-16/+38
* 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-2/+2
* 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
* Pass &JS<Window> to reflect_dom_object.Ms2ger2014-03-041-1/+1
* Pass &JS<Window> to some constructors.Ms2ger2014-03-041-2/+2
* 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-3/+7
* Move DOMString into servo_util.Ms2ger2014-02-141-1/+2
* Don't pass nullable strings to native DOM methods that want non-nullable stri...Ms2ger2013-11-121-22/+22
* Make DOMString represent a non-nullable string.Ms2ger2013-11-121-12/+12
* Remove Reflectable::GetParentObject.Ms2ger2013-11-061-10/+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
* Eagerly reflect the navigator object. Fixes #1042.Josh Matthews2013-10-211-5/+17
* 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-4/+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
* bindings: Return errors in Result rather than setting an out parameterKeegan McAllister2013-09-181-13/+13
* Make DOMString an alias for Option<~str>Keegan McAllister2013-09-181-14/+14
* Implement NavigatorTom Schuster2013-09-051-0/+108