aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/html/cssparse.rs
Commit message (Collapse)AuthorAgeFilesLines
* Cargoify servoJack Moffitt2014-09-081-72/+0
|
* Start dogfooding rust-url. Fix #1673.Simon Sapin2014-07-211-1/+1
|
* Warning police.Glenn Watson2014-07-071-1/+1
|
* Upgrade Rust.Jack Moffitt2014-06-051-3/+3
|
* Request header and postdata support for XHRManish Goregaokar2014-05-281-2/+2
|
* Async XHR GET with basic response header supportManish Goregaokar2014-05-201-1/+1
|
* Make ProgressMsg use Vec.Ms2ger2014-04-281-2/+2
|
* Associate ResourceTask with UrlProvenanceJames Sanders2014-04-171-10/+6
|
* Move inline stylesheet parsing out of HTML parser.Matt Brubeck2014-04-141-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.Ms2ger2014-04-041-6/+6
|
* Rust upgradesLars Bergstrom2014-03-181-1/+2
|
* Remove some dead code.Simon Sapin2014-02-011-6/+0
|
* add names for all servo spawned taskszmike2014-01-131-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 Moffitt2014-01-121-15/+9
|
* Upgrade to rust-encoding upstream.Simon Sapin2013-12-131-2/+2
|
* Make sure stylsheets have a base URL.Simon Sapin2013-12-111-3/+4
|
* Add support for non-UTF8 CSS stylesheets, with rust-encoding.Simon Sapin2013-12-111-5/+13
|
* fmt! -> format!Keegan McAllister2013-10-311-1/+1
|
* Use the new style systemSeo Sanghyeon2013-10-231-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 Moffitt2013-10-211-15/+33
|
* Refactor resource loader protocol to send metadata firstKeegan McAllister2013-10-101-14/+6
|
* Handle HTTP 3xx redirectsKeegan McAllister2013-09-231-4/+13
| | | | Fixes #973.
* Library changesKeegan McAllister2013-08-151-1/+1
|
* Trait changes, and eliminate 'copy'Keegan McAllister2013-08-151-2/+2
|
* forward/back navigation with shift+backspace and backspaceTim Kuehn2013-07-021-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 changesBrian Anderson2013-06-261-9/+12
|
* Resolve relative URLs that begin with '//'Patrick Walton2013-06-121-0/+1
|
* Separate the DOM and layout into separate crates.Patrick Walton2013-05-281-0/+76