Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -72/+0 |
| | |||||
* | Start dogfooding rust-url. Fix #1673. | Simon Sapin | 2014-07-21 | 1 | -1/+1 |
| | |||||
* | Warning police. | Glenn Watson | 2014-07-07 | 1 | -1/+1 |
| | |||||
* | Upgrade Rust. | Jack Moffitt | 2014-06-05 | 1 | -3/+3 |
| | |||||
* | Request header and postdata support for XHR | Manish Goregaokar | 2014-05-28 | 1 | -2/+2 |
| | |||||
* | Async XHR GET with basic response header support | Manish Goregaokar | 2014-05-20 | 1 | -1/+1 |
| | |||||
* | Make ProgressMsg use Vec. | Ms2ger | 2014-04-28 | 1 | -2/+2 |
| | |||||
* | Associate ResourceTask with UrlProvenance | James Sanders | 2014-04-17 | 1 | -10/+6 |
| | |||||
* | Move inline stylesheet parsing out of HTML parser. | Matt Brubeck | 2014-04-14 | 1 | -22/+33 |
| | | | | | | | Instead, use shared code to parse stylesheet content when it is inserted, whether during parsing or dynamically by script. Based on work by sanools in #1350. | ||||
* | Upgrade rust. | Ms2ger | 2014-04-04 | 1 | -6/+6 |
| | |||||
* | Rust upgrades | Lars Bergstrom | 2014-03-18 | 1 | -1/+2 |
| | |||||
* | Remove some dead code. | Simon Sapin | 2014-02-01 | 1 | -6/+0 |
| | |||||
* | add names for all servo spawned tasks | zmike | 2014-01-13 | 1 | -1/+2 |
| | | | | | | | | * 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 | -15/+9 |
| | |||||
* | Upgrade to rust-encoding upstream. | Simon Sapin | 2013-12-13 | 1 | -2/+2 |
| | |||||
* | Make sure stylsheets have a base URL. | Simon Sapin | 2013-12-11 | 1 | -3/+4 |
| | |||||
* | Add support for non-UTF8 CSS stylesheets, with rust-encoding. | Simon Sapin | 2013-12-11 | 1 | -5/+13 |
| | |||||
* | fmt! -> format! | Keegan McAllister | 2013-10-31 | 1 | -1/+1 |
| | |||||
* | Use the new style system | Seo Sanghyeon | 2013-10-23 | 1 | -56/+24 |
| | | | | | | | | | | | | | Credits to: Deokjin Kim Ilyong Cho Jaeman Park Junyoung Cho Ryan Choi Sangeun Kim Yongjin Kim Youngmin Yoo Youngsoo Son | ||||
* | Update to latest Rust. | Jack Moffitt | 2013-10-21 | 1 | -15/+33 |
| | |||||
* | Refactor resource loader protocol to send metadata first | Keegan McAllister | 2013-10-10 | 1 | -14/+6 |
| | |||||
* | Handle HTTP 3xx redirects | Keegan McAllister | 2013-09-23 | 1 | -4/+13 |
| | | | | Fixes #973. | ||||
* | Library changes | Keegan McAllister | 2013-08-15 | 1 | -1/+1 |
| | |||||
* | Trait changes, and eliminate 'copy' | Keegan McAllister | 2013-08-15 | 1 | -2/+2 |
| | |||||
* | forward/back navigation with shift+backspace and backspace | Tim Kuehn | 2013-07-02 | 1 | -1/+0 |
| | | | | | | script caches last loaded url -- currently no caching policy naive caching of render layers for near-instant forward/back handling evicted pipelines is currently broken | ||||
* | Update for language changes | Brian Anderson | 2013-06-26 | 1 | -9/+12 |
| | |||||
* | Resolve relative URLs that begin with '//' | Patrick Walton | 2013-06-12 | 1 | -0/+1 |
| | |||||
* | Separate the DOM and layout into separate crates. | Patrick Walton | 2013-05-28 | 1 | -0/+76 |