Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -993/+0 |
| | |||||
* | remove unnecessary clone usage | joaoxsouls | 2014-08-04 | 1 | -2/+2 |
| | |||||
* | Upgrade Rust. | Jack Moffitt | 2014-08-02 | 1 | -1/+1 |
| | |||||
* | Used rust-url directly instead of servo_util::url | Simon Sapin | 2014-07-21 | 1 | -20/+22 |
| | | | | The latter now only calls the former. | ||||
* | Remove UrlMap<T>, just use HashMap<rust_url::Url, T> | Simon Sapin | 2014-07-21 | 1 | -5/+5 |
| | |||||
* | Start dogfooding rust-url. Fix #1673. | Simon Sapin | 2014-07-21 | 1 | -5/+4 |
| | |||||
* | Fix comments in image_cache_task | Cameron Zwarich | 2014-07-14 | 1 | -2/+1 |
| | | | | | The Cell that used to be here is now gone, and there is a typo in another comment. | ||||
* | Warning police. | Glenn Watson | 2014-07-07 | 1 | -53/+54 |
| | |||||
* | Upgrade to latest Rust. | Manish Goregaokar | 2014-06-27 | 1 | -1/+1 |
| | |||||
* | Upgrade Rust. | Jack Moffitt | 2014-06-05 | 1 | -8/+8 |
| | |||||
* | Don't implement `ne` for ImageResponseMsg, since it matches the default. | Cameron Zwarich | 2014-05-28 | 1 | -4/+0 |
| | |||||
* | Request header and postdata support for XHR | Manish Goregaokar | 2014-05-28 | 1 | -2/+2 |
| | |||||
* | auto merge of #2476 : glennw/servo/issue-2412, r=huonw | bors-servo | 2014-05-26 | 1 | -25/+5 |
|\ | | | | | | | ...on bug #2412. | ||||
| * | Remove *() hack now that rust upgrade is complete. Fixes memory corruption ↵ | Glenn Watson | 2014-05-24 | 1 | -25/+5 |
| | | | | | | | | bug #2412. | ||||
* | | Eliminate pointless copies of ImageResponseMsg in the image task. | Cameron Zwarich | 2014-05-24 | 1 | -6/+5 |
|/ | |||||
* | Update Rust. | Ms2ger | 2014-05-22 | 1 | -38/+37 |
| | |||||
* | Reorder the cases of image_cache_task::Msg so that the priv ones are adjacent. | Cameron Zwarich | 2014-05-15 | 1 | -7/+7 |
| | |||||
* | Make some cases of image_cache_task::Msg priv. | Cameron Zwarich | 2014-05-15 | 1 | -8/+4 |
| | |||||
* | auto merge of #2355 : glennw/servo/http-fail-errors, r=jdm | bors-servo | 2014-05-08 | 1 | -3/+3 |
|\ | | | | | | | ...during task failure. | ||||
| * | Allow resource load failures to send an error string which is reporting ↵ | Glenn Watson | 2014-05-08 | 1 | -3/+3 |
| | | | | | | | | during task failure. | ||||
* | | Rename an unused parameter that triggers a warning. | Cameron Zwarich | 2014-05-07 | 1 | -1/+1 |
|/ | |||||
* | Stop passing owned strings to fail!(). | Ms2ger | 2014-05-03 | 1 | -8/+8 |
| | | | | The ~"string" expression is being removed in upstream rust. | ||||
* | Make ProgressMsg use Vec. | Ms2ger | 2014-04-28 | 1 | -2/+2 |
| | |||||
* | This batch of changes upgrades Servo to work with the Rust upgrade as of | Lars Bergstrom | 2014-04-27 | 1 | -72/+117 |
| | | | | | | 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. | ||||
* | Remove trailing whitespace. | Ms2ger | 2014-04-07 | 1 | -1/+1 |
| | |||||
* | Fix tests. | Josh Matthews | 2014-04-04 | 1 | -19/+20 |
| | |||||
* | Upgrade rust. | Ms2ger | 2014-04-04 | 1 | -33/+33 |
| | |||||
* | Rust upgrade for new master rebase | Lars Bergstrom | 2014-03-18 | 1 | -7/+28 |
| | |||||
* | Rust upgrades | Lars Bergstrom | 2014-03-18 | 1 | -20/+16 |
| | |||||
* | Implement JSManaged for DOM objects. | Josh Matthews | 2014-02-24 | 1 | -0/+6 |
| | |||||
* | Reduce copying on parse_url() call sites. | Tetsuharu OHZEKI | 2014-02-09 | 1 | -19/+19 |
| | |||||
* | Rename make_url/current_url to parse_url/base_url, to align with spec ↵ | Simon Sapin | 2014-02-01 | 1 | -20/+20 |
| | | | | terminology. | ||||
* | layout: Implement parallel reflow for the bubble-widths and | Patrick Walton | 2014-01-22 | 1 | -5/+3 |
| | | | | | | | | | | | | assign-heights phases. This uses the new work-stealing deque. By default, 3/4 of a thread per logical CPU is used. This can be tuned with the `-y` flag. I measured a 65% reflow speedup on `perf-rainbow.html` and a 247% reflow speedup on `http://en.wikipedia.org/wiki/South_China_Sea` on a 4-core HyperThreaded Core i7. However, numbers were fairly volatile, especially for the latter. | ||||
* | add names for all servo spawned tasks | zmike | 2014-01-13 | 1 | -3/+3 |
| | | | | | | | | * add servo_util::task::{spawn_named,spawn_with_named} functions * add name param for spawn_listener and spawn_conversation functions this should resolve #1169 | ||||
* | Upgrade to latest Rust. | Jack Moffitt | 2014-01-12 | 1 | -311/+189 |
| | |||||
* | remove @ from net/image_cache_task | patrick kim | 2013-12-07 | 1 | -13/+22 |
| | | | | | ~[Chan<ImageResponseMsg>] is not freezetype. so we have to use unsafe_access | ||||
* | net: De-GC the image cache stuff. | Patrick Walton | 2013-11-26 | 1 | -17/+8 |
| | | | | This is a step on the way toward parallel layout. | ||||
* | fmt! -> format! | Keegan McAllister | 2013-10-31 | 1 | -5/+5 |
| | |||||
* | Fix bitrotten tests | Keegan McAllister | 2013-10-10 | 1 | -466/+477 |
| | |||||
* | Refactor resource loader protocol to send metadata first | Keegan McAllister | 2013-10-10 | 1 | -2/+2 |
| | |||||
* | Handle HTTP 3xx redirects | Keegan McAllister | 2013-09-23 | 1 | -0/+1 |
| | | | | Fixes #973. | ||||
* | Update Rust version again | Keegan McAllister | 2013-08-15 | 1 | -9/+9 |
| | | | | This gets us the new runtime. | ||||
* | For loops and misc changes | Keegan McAllister | 2013-08-15 | 1 | -4/+4 |
| | |||||
* | Library changes | Keegan McAllister | 2013-08-15 | 1 | -8/+8 |
| | |||||
* | Trait changes, and eliminate 'copy' | Keegan McAllister | 2013-08-15 | 1 | -48/+50 |
| | |||||
* | Linter changes | Keegan McAllister | 2013-08-15 | 1 | -1/+0 |
| | |||||
* | Update to latest Rust. | Jack Moffitt | 2013-07-09 | 1 | -3/+3 |
| | |||||
* | Update for language changes | Brian Anderson | 2013-06-26 | 1 | -21/+21 |
| | |||||
* | Remove the `servo-` prefix from core components. | Patrick Walton | 2013-05-28 | 1 | -0/+1064 |