aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/html/cssparse.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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