aboutsummaryrefslogtreecommitdiffstats
path: root/components/url
Commit message (Expand)AuthorAgeFilesLines
* Check all ancestor navigable trustworthiness for mixed content (#36157)Sebastian C2025-04-052-30/+54
* Eliminate to_shmem dependency from servo_url (#35897)Nico Burns2025-03-112-10/+0
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+3
* Add `rust-version` to all `Cargo.toml` files (#33483)Martin Robinson2024-09-171-0/+1
* script: Impl cloning of JSPrincipals (#32706)Samson2024-07-061-1/+1
* Use workspace definitions for all crates and update to the 2021 edition (#32544)Martin Robinson2024-06-181-5/+5
* 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
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-3/+3
* style: Remove dependency on servo_url (#31358)Martin Robinson2024-02-162-11/+14
* 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