aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/window.rs
Commit message (Expand)AuthorAgeFilesLines
* auto merge of #1915 : Ms2ger/servo/wrap-return-js, r=jdmbors-servo2014-03-191-13/+12
|\
| * Return a JS<T> from *Binding::Wrap rather than a JSObject.Ms2ger2014-03-141-13/+12
* | Warning police.Josh Matthews2014-03-181-13/+13
* | Rust upgradesLars Bergstrom2014-03-181-15/+18
|/
* Don't use the Untraceable fields outside the module they're defined in.Ms2ger2014-03-121-1/+1
* Use FooValue() functions.Ms2ger2014-03-091-3/+4
* Move JSVal into the jsval module.Ms2ger2014-03-081-1/+2
* Pass Option<JSVal> for optional JSVals.Ms2ger2014-03-071-1/+1
* Pass &JS<Window> to some constructors.Ms2ger2014-03-041-6/+6
* Stop passing the scope argument to global object bindings' Wrap functions.Ms2ger2014-03-041-2/+1
* De-@mut the script crate.Josh Matthews2014-02-281-15/+25
* Add url getter to Page and fix users of Page url with it.(fixes #1762)lpy2014-02-281-0/+4
* Implement JSManaged for DOM objects.Josh Matthews2014-02-241-46/+57
* Move DOMString into servo_util.Ms2ger2014-02-141-1/+1
* Adding most commonly used parts of window.console. Fixes Issue#506. r=Ms2gerAustin King2014-02-111-0/+10
* add names for all servo spawned taskszmike2014-01-131-2/+3
* Upgrade to latest Rust.Jack Moffitt2014-01-121-31/+65
* script: Eliminate the phantom type in favor of just whitelisting methodsPatrick Walton2013-12-171-2/+2
* Allow setting id, class, style without a full reflowKeegan McAllister2013-12-121-3/+3
* Get rid of reflow_allKeegan McAllister2013-12-121-2/+3
* Warning policeKeegan McAllister2013-11-251-1/+0
* trace window.location and window.navigatorTom Schuster2013-11-241-19/+7
* basic locationTom Schuster2013-11-241-0/+10
* auto merge of #1219 : ksh8281/servo/impl_window_self, r=jdmbors-servo2013-11-171-6/+11
|\
| * fix indent & namesh8281.kim2013-11-141-7/+7
| * impl window selfsh8281.kim2013-11-121-1/+6
* | Stop passing DOMStrings via borrowed pointer. (#1201)Tetsuharu OHZEKI2013-11-141-7/+7
* | Don't pass nullable strings to native DOM methods that want non-nullable stri...Ms2ger2013-11-121-13/+13
* | Make DOMString represent a non-nullable string.Ms2ger2013-11-121-8/+8
|/
* Remove Reflectable::GetParentObject.Ms2ger2013-11-061-4/+0
* Remove Reflectable::wrap_object_shared.Ms2ger2013-11-061-4/+0
* Simplify Window wrapping.Ms2ger2013-11-061-5/+3
* Add basic event dispatch with bubbling, capturing, and propagation interruption.Josh Matthews2013-11-051-2/+2
* Generate code for handling callbacks. Implement add/removeEventListener and h...Josh Matthews2013-11-051-4/+5
* Other language changesKeegan McAllister2013-10-311-2/+1
* fmt! -> format!Keegan McAllister2013-10-311-1/+1
* Update to latest Rust.Jack Moffitt2013-10-211-2/+1
* auto merge of #1099 : Ms2ger/servo/abstract-borrowed-pointers, r=jdmbors-servo2013-10-211-10/+8
|\
| * Replace Document::{with_base, with_mut_base} by Document::{document, mut_docu...Ms2ger2013-10-211-10/+8
* | Eagerly reflect the navigator object. Fixes #1042.Josh Matthews2013-10-211-1/+1
|/
* Merge BindingObject and Reflectable.Ms2ger2013-10-181-4/+2
* Remove unused aTriedToWrap argument.Ms2ger2013-10-171-2/+1
* Implement Window::get_cx() to reduce code repetition.Ms2ger2013-10-131-0/+6
* 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-4/+4
* Rename the |wrapper| field in Reflector.Bobby Holley2013-10-091-2/+2
* Rename some local variables and shorten some lines.Bobby Holley2013-10-091-2/+2
* Rename get_wrappercache() to reflector(). v1Bobby Holley2013-10-091-2/+2
* Rename WrapperCache to Reflector.Bobby Holley2013-10-091-4/+4
* Rename CacheableWrapper to Reflectable.Bobby Holley2013-10-091-3/+3