| Commit message (Expand) | Author | Age | Files | Lines |
* | auto merge of #1915 : Ms2ger/servo/wrap-return-js, r=jdm | bors-servo | 2014-03-19 | 1 | -13/+12 |
|\ |
|
| * | Return a JS<T> from *Binding::Wrap rather than a JSObject. | Ms2ger | 2014-03-14 | 1 | -13/+12 |
* | | Warning police. | Josh Matthews | 2014-03-18 | 1 | -13/+13 |
* | | Rust upgrades | Lars Bergstrom | 2014-03-18 | 1 | -15/+18 |
|/ |
|
* | Don't use the Untraceable fields outside the module they're defined in. | Ms2ger | 2014-03-12 | 1 | -1/+1 |
* | Use FooValue() functions. | Ms2ger | 2014-03-09 | 1 | -3/+4 |
* | Move JSVal into the jsval module. | Ms2ger | 2014-03-08 | 1 | -1/+2 |
* | Pass Option<JSVal> for optional JSVals. | Ms2ger | 2014-03-07 | 1 | -1/+1 |
* | Pass &JS<Window> to some constructors. | Ms2ger | 2014-03-04 | 1 | -6/+6 |
* | Stop passing the scope argument to global object bindings' Wrap functions. | Ms2ger | 2014-03-04 | 1 | -2/+1 |
* | De-@mut the script crate. | Josh Matthews | 2014-02-28 | 1 | -15/+25 |
* | Add url getter to Page and fix users of Page url with it.(fixes #1762) | lpy | 2014-02-28 | 1 | -0/+4 |
* | Implement JSManaged for DOM objects. | Josh Matthews | 2014-02-24 | 1 | -46/+57 |
* | Move DOMString into servo_util. | Ms2ger | 2014-02-14 | 1 | -1/+1 |
* | Adding most commonly used parts of window.console. Fixes Issue#506. r=Ms2ger | Austin King | 2014-02-11 | 1 | -0/+10 |
* | add names for all servo spawned tasks | zmike | 2014-01-13 | 1 | -2/+3 |
* | Upgrade to latest Rust. | Jack Moffitt | 2014-01-12 | 1 | -31/+65 |
* | script: Eliminate the phantom type in favor of just whitelisting methods | Patrick Walton | 2013-12-17 | 1 | -2/+2 |
* | Allow setting id, class, style without a full reflow | Keegan McAllister | 2013-12-12 | 1 | -3/+3 |
* | Get rid of reflow_all | Keegan McAllister | 2013-12-12 | 1 | -2/+3 |
* | Warning police | Keegan McAllister | 2013-11-25 | 1 | -1/+0 |
* | trace window.location and window.navigator | Tom Schuster | 2013-11-24 | 1 | -19/+7 |
* | basic location | Tom Schuster | 2013-11-24 | 1 | -0/+10 |
* | auto merge of #1219 : ksh8281/servo/impl_window_self, r=jdm | bors-servo | 2013-11-17 | 1 | -6/+11 |
|\ |
|
| * | fix indent & name | sh8281.kim | 2013-11-14 | 1 | -7/+7 |
| * | impl window self | sh8281.kim | 2013-11-12 | 1 | -1/+6 |
* | | Stop passing DOMStrings via borrowed pointer. (#1201) | Tetsuharu OHZEKI | 2013-11-14 | 1 | -7/+7 |
* | | Don't pass nullable strings to native DOM methods that want non-nullable stri... | Ms2ger | 2013-11-12 | 1 | -13/+13 |
* | | Make DOMString represent a non-nullable string. | Ms2ger | 2013-11-12 | 1 | -8/+8 |
|/ |
|
* | Remove Reflectable::GetParentObject. | Ms2ger | 2013-11-06 | 1 | -4/+0 |
* | Remove Reflectable::wrap_object_shared. | Ms2ger | 2013-11-06 | 1 | -4/+0 |
* | Simplify Window wrapping. | Ms2ger | 2013-11-06 | 1 | -5/+3 |
* | Add basic event dispatch with bubbling, capturing, and propagation interruption. | Josh Matthews | 2013-11-05 | 1 | -2/+2 |
* | Generate code for handling callbacks. Implement add/removeEventListener and h... | Josh Matthews | 2013-11-05 | 1 | -4/+5 |
* | Other language changes | Keegan McAllister | 2013-10-31 | 1 | -2/+1 |
* | fmt! -> format! | Keegan McAllister | 2013-10-31 | 1 | -1/+1 |
* | Update to latest Rust. | Jack Moffitt | 2013-10-21 | 1 | -2/+1 |
* | auto merge of #1099 : Ms2ger/servo/abstract-borrowed-pointers, r=jdm | bors-servo | 2013-10-21 | 1 | -10/+8 |
|\ |
|
| * | Replace Document::{with_base, with_mut_base} by Document::{document, mut_docu... | Ms2ger | 2013-10-21 | 1 | -10/+8 |
* | | Eagerly reflect the navigator object. Fixes #1042. | Josh Matthews | 2013-10-21 | 1 | -1/+1 |
|/ |
|
* | Merge BindingObject and Reflectable. | Ms2ger | 2013-10-18 | 1 | -4/+2 |
* | Remove unused aTriedToWrap argument. | Ms2ger | 2013-10-17 | 1 | -2/+1 |
* | Implement Window::get_cx() to reduce code repetition. | Ms2ger | 2013-10-13 | 1 | -0/+6 |
* | Introduce mutable/immutable variants of reflector() with named lifetimes, and... | Bobby Holley | 2013-10-10 | 1 | -3/+6 |
* | Rename |wrapper| to |reflector_| in Reflectable implementations for DOM objects. | Bobby Holley | 2013-10-09 | 1 | -4/+4 |
* | Rename the |wrapper| field in Reflector. | Bobby Holley | 2013-10-09 | 1 | -2/+2 |
* | Rename some local variables and shorten some lines. | Bobby Holley | 2013-10-09 | 1 | -2/+2 |
* | Rename get_wrappercache() to reflector(). v1 | Bobby Holley | 2013-10-09 | 1 | -2/+2 |
* | Rename WrapperCache to Reflector. | Bobby Holley | 2013-10-09 | 1 | -4/+4 |
* | Rename CacheableWrapper to Reflectable. | Bobby Holley | 2013-10-09 | 1 | -3/+3 |