Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -53/+0 |
| | |||||
* | Call the generated rather than the hand-written traits (fixes #2936). | Ms2ger | 2014-07-27 | 1 | -4/+1 |
| | |||||
* | Remove generate_cacheable_wrapper_characterdata! | Tetsuharu OHZEKI | 2014-06-28 | 1 | -0/+7 |
| | |||||
* | Rename BindingDeclarations to Bindings. | Ms2ger | 2014-06-02 | 1 | -1/+1 |
| | |||||
* | Update Rust. | Ms2ger | 2014-05-22 | 1 | -1/+1 |
| | |||||
* | Use == instead of match for tests against a single enum value | Martin Robinson | 2014-05-08 | 1 | -4/+1 |
| | | | | | | | The performance of using == should now equal that of match, so many identity methods can be simplified to a single line. Fixes #1596. | ||||
* | Address review comments. | Josh Matthews | 2014-05-03 | 1 | -1/+0 |
| | |||||
* | Address review comments. | Josh Matthews | 2014-05-03 | 1 | -3/+3 |
| | |||||
* | s/Unrooted/Temporary/g | Josh Matthews | 2014-05-03 | 1 | -2/+2 |
| | |||||
* | Move WebIDL methods to traits implemented by JSRef types. | Josh Matthews | 2014-05-03 | 1 | -2/+7 |
| | |||||
* | Implement safe rooting strategy via Unrooted, Root, JSRef, and JS. | Josh Matthews | 2014-05-03 | 1 | -2/+2 |
| | |||||
* | Turn on GC all the time. Fix rooting errors during parsing and storing ↵ | Josh Matthews | 2014-05-03 | 1 | -3/+3 |
| | | | | timers. Fix borrow errors during tracing. | ||||
* | Remove the 'pub use self::BindingDeclarations::*;' export. | Tetsuharu OHZEKI | 2014-05-01 | 1 | -1/+1 |
| | |||||
* | This batch of changes upgrades Servo to work with the Rust upgrade as of | Lars Bergstrom | 2014-04-27 | 1 | -2/+2 |
| | | | | | | April 10, 2014. The main changes are to privacy, to work around the issues with incorrect bounds on the libstd `Arc<Mutex<T>>`, and the various API changes strewn throughout the libraries. | ||||
* | Implement JSManaged for DOM objects. | Josh Matthews | 2014-02-24 | 1 | -6/+19 |
| | |||||
* | Change Text, Comment and ProcessingInstructions parent name from element to ↵ | Adam Sinnett | 2014-02-15 | 1 | -3/+2 |
| | | | | | | | | characterdata All other node's parent type names reflect the actual type of the parent. This change extends that convention to the indicated nodes. closes #1594 | ||||
* | Move DOMString into servo_util. | Ms2ger | 2014-02-14 | 1 | -1/+1 |
| | |||||
* | Implement ProcessingInstruction DOM interface | Bruno de Oliveira Abinader | 2014-02-06 | 1 | -0/+36 |
Spec: http://dom.spec.whatwg.org/#interface-processinginstruction Closes #1619. |