aboutsummaryrefslogtreecommitdiffstats
path: root/components/url
Commit message (Expand)AuthorAgeFilesLines
* Update rand to 0.7 (fixes #24448)Anthony Ramine2019-10-231-1/+1
* Add useful debug output for HTTP response and image cache.Josh Matthews2019-10-041-1/+2
* Double key image cache by requesting origin, and store CORS status with cache...Josh Matthews2019-10-041-2/+2
* Remove unused dependenciesShotaro Yamada2019-10-011-1/+0
* Update to url 2.0Simon Sapin2019-08-173-30/+3
* style: Fix servo build, and appease tidy / fmt.Emilio Cobos Álvarez2019-04-122-0/+10
* Auto merge of #22740 - Hyperion101010:master, r=jdmbors-servo2019-01-281-0/+8
|\
| * Don't convert hash to string.Josh Matthews2019-01-281-1/+1
| * Use hex for debug url hash.Josh Matthews2019-01-281-1/+1
| * Truncate long URLs when doing debug printshyperion1010102019-01-291-0/+8
* | Update references to malloc_size_of_derive, which is in crates.io now.Emilio Cobos Álvarez2019-01-131-1/+1
|/
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-192-2/+2
* Update uuidBastien Orivel2018-11-091-1/+1
* Remove useless `use crate_name;` imports.Simon Sapin2018-11-082-3/+0
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-4/+1
* Reorder importsPyfisch2018-11-061-3/+3
* Switch most crates to the 2018 editionSimon Sapin2018-11-061-0/+1
* `cargo fix --edition`Simon Sapin2018-11-061-1/+1
* Remove Origin::unicode_serializationBastien Orivel2018-10-121-5/+0
* Format component of urlchansuke2018-09-052-15/+25
* Fix building servo_url by itselfSimon Sapin2018-04-191-2/+2
* Bump ipc-channel and bincodeBastien Orivel2018-03-212-3/+2
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-183-10/+13
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-2/+2
* order derivable traits listsClément DAVID2017-08-232-3/+3
* style: Introduce Chrome UI privilege for parsersTing-Yu Lin2017-08-031-0/+4
* UntrySimon Sapin2017-06-181-1/+1
* Remove explicit dependencies on serde_deriveSimon Sapin2017-06-162-3/+1
* Bump serde to 1.0Bastien Orivel2017-06-162-6/+6
* Bump euclid to 0.13 and heapsize to 0.4Bastien Orivel2017-06-051-1/+1
* Remove servo feature from servo_urlXidorn Quan2017-04-073-29/+17
* Remove some useless Option<T> wrappers from ServoUrl methodsAnthony Ramine2017-03-261-10/+8
* Make ServoUrl::as_url return a &UrlAnthony Ramine2017-03-231-2/+2
* Added some same-origin-domain checks.Alan Jeffrey2017-03-141-0/+2
* Add ImmutableOrigin to allow for serializing originsConnor Brewster2017-02-223-6/+188
* Update serde to 0.9 (fixes #15325)Anthony Ramine2017-02-182-9/+24
* Reorder some dependenciesAnthony Ramine2017-02-181-1/+1
* Update rustc to 1.16.0-nightly (7821a9b99 2017-01-23).Ms2ger2017-01-241-1/+0
* Omit the 'ServoUrl()' wrapping in ServoUrl's Debug implementation.Ms2ger2017-01-181-1/+7
* CSSOM bits for @supports: CSSConditionRule and CSSSupportsRule, with conditi...Manish Goregaokar2017-01-071-0/+6
* Upgrade to rustc 1.16.0-nightly (6f1ae663e 2017-01-06)Simon Sapin2017-01-061-1/+0
* Implement discarding Document objects to reclaim space.Alan Jeffrey2017-01-041-1/+1
* Adds ServoUrl::is_secure_scheme helperRohit Burra2016-12-251-0/+5
* Removed util.Alan Jeffrey2016-12-141-1/+1
* Auto merge of #14274 - stshine:servo-url-index, r=emiliobors-servo2016-11-201-1/+30
|\
| * Implement range index with the Position enum on ServoUrlPu Xingyu2016-11-181-1/+30
* | Move fragment navigation into Document objectPu Xingyu2016-11-181-0/+4
|/
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-172-0/+172