aboutsummaryrefslogtreecommitdiffstats
path: root/components/url
Commit message (Expand)AuthorAgeFilesLines
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-112-7/+8
* remove `extern crate` (#30311)Samson2023-09-082-7/+5
* Start the transition to workspace dependenciesMartin Robinson2023-05-171-4/+4
* Fix some build warningsMartin Robinson2023-01-111-3/+1
* feat: shorten thread namesyvt2021-07-191-0/+33
* Miscellaneous build / tidy fixes.Emilio Cobos Álvarez2021-02-261-0/+4
* Update referrer computationUtsav Oza2020-07-021-1/+21
* style: Miscellaneous servo build fixes.Emilio Cobos Álvarez2020-06-041-2/+1
* More Cargo.toml updatesatouchet2020-05-311-4/+4
* make is_origin_trustworthy a method of ServoUrl + fix localhost handlingAlexandrov Sergey2020-05-191-0/+26
* 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