aboutsummaryrefslogtreecommitdiffstats
path: root/components/url/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* url: Only truncate data URLs for `Debug` (#32177)Martin Robinson2024-04-291-7/+19
* clippy: Map to an error type instead of using allowing `result_unit_err` in ...Ekta Siwach2024-03-261-11/+26
* clippy: fix `result_unit_err` warnings (#31791)eri2024-03-211-0/+1
* clippy: fix warnings in various modules in components (#31568)eri2024-03-081-1/+1
* style: Remove dependency on servo_url (#31358)Martin Robinson2024-02-161-11/+13
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-5/+5
* remove `extern crate` (#30311)Samson2023-09-081-7/+2
* 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
* make is_origin_trustworthy a method of ServoUrl + fix localhost handlingAlexandrov Sergey2020-05-191-0/+26
* Add useful debug output for HTTP response and image cache.Josh Matthews2019-10-041-1/+2
* Update to url 2.0Simon Sapin2019-08-171-19/+1
* style: Fix servo build, and appease tidy / fmt.Emilio Cobos Álvarez2019-04-121-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 MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Remove useless `use crate_name;` imports.Simon Sapin2018-11-081-1/+0
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-4/+1
* Reorder importsPyfisch2018-11-061-3/+3
* `cargo fix --edition`Simon Sapin2018-11-061-1/+1
* Format component of urlchansuke2018-09-051-12/+18
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-4/+7
* order derivable traits listsClément DAVID2017-08-231-1/+1
* 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-161-2/+1
* Bump serde to 1.0Bastien Orivel2017-06-161-2/+2
* Remove servo feature from servo_urlXidorn Quan2017-04-071-10/+6
* 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-221-4/+11
* Update serde to 0.9 (fixes #15325)Anthony Ramine2017-02-181-4/+21
* 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
* 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-171-0/+150