Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -139/+0 |
| | |||||
* | Call the generated rather than the hand-written traits (fixes #2936). | Ms2ger | 2014-07-27 | 1 | -1/+2 |
| | |||||
* | Replace uses of JS<T>.unrooted() with JS::from_rooted #2580 | Edit Balint | 2014-06-13 | 1 | -2/+2 |
| | |||||
* | Cleanup a mutable variable in dispatch_event. | Ms2ger | 2014-06-11 | 1 | -3/+3 |
| | |||||
* | Use internal mutability for Event. | Ms2ger | 2014-06-11 | 1 | -29/+23 |
| | |||||
* | Remove needless '&self mut' from VirtualMethods trait. | Tetsuharu OHZEKI | 2014-06-07 | 1 | -1/+1 |
| | |||||
* | Upgrade Rust. | Jack Moffitt | 2014-06-05 | 1 | -3/+3 |
| | |||||
* | Drop event listener exceptions on the floor. | Cameron Zwarich | 2014-06-04 | 1 | -9/+7 |
| | | | | | | We get a lot of failures from assertions that event listeners haven't thrown exceptions. As the FIXME above these assertions suggests, we should just drop them on the floor. | ||||
* | Use Cell/RefCell for interior mutability of Event. | Tetsuharu OHZEKI | 2014-05-30 | 1 | -1/+1 |
| | |||||
* | Port modern callback handling code from Gecko, and copy related WebIDL ↵ | Josh Matthews | 2014-05-27 | 1 | -3/+3 |
| | | | | parser bits too. | ||||
* | auto merge of #2482 : Ms2ger/servo/rev_iter, r=jdm | bors-servo | 2014-05-23 | 1 | -1/+1 |
|\ | |||||
| * | Replace deprecated rev_iter() by iter().rev(). | Ms2ger | 2014-05-23 | 1 | -1/+1 |
| | | |||||
* | | Initial spec-incompliant implementation of default click action for anchor ↵ | Tetsuharu OHZEKI | 2014-05-23 | 1 | -1/+18 |
|/ | | | | | | | | | | | | | elements. This is cherry-picked from https://github.com/mozilla/servo/pull/1688: * Initial spec-incompliant implementation of default click action for anchor elements. * Add documentation; gut the new document URL loading method and move it all into the new Window method. * Add test for default event prevention. Original developer: Josh Matthews <josh@joshmatthews.net> | ||||
* | Address review comments. | Josh Matthews | 2014-05-03 | 1 | -21/+21 |
| | |||||
* | Address review comments. | Josh Matthews | 2014-05-03 | 1 | -1/+1 |
| | |||||
* | Remove all root collections. | Josh Matthews | 2014-05-03 | 1 | -3/+2 |
| | |||||
* | Remove abstract_self. | Josh Matthews | 2014-05-03 | 1 | -4/+7 |
| | |||||
* | Move WebIDL methods to traits implemented by JSRef types. | Josh Matthews | 2014-05-03 | 1 | -2/+1 |
| | |||||
* | Implement safe rooting strategy via Unrooted, Root, JSRef, and JS. | Josh Matthews | 2014-05-03 | 1 | -17/+20 |
| | |||||
* | Turn on GC all the time. Fix rooting errors during parsing and storing ↵ | Josh Matthews | 2014-05-03 | 1 | -8/+10 |
| | | | | timers. Fix borrow errors during tracing. | ||||
* | Make chain in eventdispatcher.rs use Vec. | Ms2ger | 2014-04-28 | 1 | -7/+8 |
| | |||||
* | Split TCast::to into TCast::to_unchecked and TCast::to. | Tetsuharu OHZEKI | 2014-03-20 | 1 | -1/+1 |
| | |||||
* | Warning police. | Josh Matthews | 2014-03-18 | 1 | -9/+15 |
| | |||||
* | Use Option::or_else in eventdispatcher::dispatch_event. | Tetsuharu OHZEKI | 2014-03-09 | 1 | -4/+3 |
| | |||||
* | Implement JSManaged for DOM objects. | Josh Matthews | 2014-02-24 | 1 | -32/+39 |
| | |||||
* | script: Make trees less generic | Patrick Walton | 2013-12-17 | 1 | -1/+0 |
| | |||||
* | auto merge of #1213 : jdm/servo/loadevent, r=kmcallister | bors-servo | 2013-11-12 | 1 | -2/+4 |
|\ | | | | | | | It's good enough for now, since we don't track document resources at all. Should be good enough for #841. | ||||
| * | Add a spec-incompliant load event. | Josh Matthews | 2013-11-11 | 1 | -2/+4 |
| | | |||||
* | | Remove unneeded clones. | Josh Matthews | 2013-11-07 | 1 | -5/+3 |
|/ | |||||
* | Add basic event dispatch with bubbling, capturing, and propagation interruption. | Josh Matthews | 2013-11-05 | 1 | -0/+111 |