Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -64/+0 |
| | |||||
* | Return the empty string as appropriate for location.{search,hash}. | Ms2ger | 2014-08-13 | 1 | -1/+3 |
| | |||||
* | Call the generated rather than the hand-written traits (fixes #2936). | Ms2ger | 2014-07-27 | 1 | -6/+1 |
| | |||||
* | Implement Location.hash. | Ms2ger | 2014-07-27 | 1 | -0/+8 |
| | |||||
* | Remove some unnecessary uses of the serialize module. | Ms2ger | 2014-07-24 | 1 | -1/+0 |
| | |||||
* | Start dogfooding rust-url. Fix #1673. | Simon Sapin | 2014-07-21 | 1 | -7/+4 |
| | |||||
* | Introduce abstractions for global scopes. | Ms2ger | 2014-07-15 | 1 | -1/+2 |
| | | | | Part of #2811. | ||||
* | Merge pull request #2727 from Ms2ger/dom-pub | Josh Matthews | 2014-07-02 | 1 | -2/+2 |
|\ | | | | | Make some DOM members private. | ||||
| * | Make some DOM members private. | Ms2ger | 2014-06-28 | 1 | -2/+2 |
| | | | | | | | | | | I have not reviewed if this is the complete set of members that can be made private. | ||||
* | | Implement Location.search. | Ms2ger | 2014-06-28 | 1 | -4/+14 |
|/ | |||||
* | auto merge of #2585 : ebalint/servo/2530, r=jdm | bors-servo | 2014-06-13 | 1 | -1/+1 |
|\ | |||||
| * | Split Page code out of script_task.rs #2530 | Edit Balint | 2014-06-13 | 1 | -1/+1 |
| | | |||||
* | | Remove Reflectable::mut_reflector. | Ms2ger | 2014-06-13 | 1 | -4/+0 |
|/ | |||||
* | Rename BindingDeclarations to Bindings. | Ms2ger | 2014-06-02 | 1 | -1/+1 |
| | |||||
* | Remove not-yet-implemented APIs, and update MouseEvent to specification. | Ms2ger | 2014-06-02 | 1 | -116/+0 |
| | |||||
* | Update Rust. | Ms2ger | 2014-05-22 | 1 | -1/+1 |
| | |||||
* | Replace all ~"" with "".to_owned(). | Ms2ger | 2014-05-03 | 1 | -10/+10 |
| | |||||
* | Address review comments. | Josh Matthews | 2014-05-03 | 1 | -1/+0 |
| | |||||
* | 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 | -24/+54 |
| | |||||
* | 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 | -2/+2 |
| | | | | 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. | ||||
* | Add transparent Traceable and Untraceable types to aid proper rooting ↵ | Josh Matthews | 2014-04-17 | 1 | -14/+2 |
| | | | | practices, and replace ad-hoc Untraceable structs with empty Encodable implementations. | ||||
* | Upgrade rust. | Ms2ger | 2014-04-04 | 1 | -2/+2 |
| | |||||
* | Rust upgrades | Lars Bergstrom | 2014-03-18 | 1 | -1/+1 |
| | |||||
* | Don't use the Untraceable fields outside the module they're defined in. | Ms2ger | 2014-03-12 | 1 | -1/+1 |
| | | | | This pattern will become illegal with the next Rust upgrade. | ||||
* | Pass &JS<Window> to reflect_dom_object. | Ms2ger | 2014-03-04 | 1 | -1/+1 |
| | |||||
* | Pass &JS<Window> to some constructors. | Ms2ger | 2014-03-04 | 1 | -2/+2 |
| | |||||
* | De-@mut the script crate. | Josh Matthews | 2014-02-28 | 1 | -5/+21 |
| | |||||
* | Move Error, Fallible, ErrorResult out of utils.rs (fixes #1749) | Saurabh Anand | 2014-02-28 | 1 | -1/+1 |
| | |||||
* | Add url getter to Page and fix users of Page url with it.(fixes #1762) | lpy | 2014-02-28 | 1 | -1/+1 |
| | |||||
* | Implement JSManaged for DOM objects. | Josh Matthews | 2014-02-24 | 1 | -4/+8 |
| | |||||
* | Move DOMString into servo_util. | Ms2ger | 2014-02-14 | 1 | -1/+2 |
| | |||||
* | basic location | Tom Schuster | 2013-11-24 | 1 | -0/+134 |