aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/tests/cookie.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of `__Secure-` and `__Host-` Cookie prefixes (#33717)Simon Wülker2024-10-091-2/+6
* Make all platforms use a delay during cookie tests. (#33279)Josh Matthews2024-09-011-4/+0
* dependencies: Upgrade `cookie` and rename Servo's `Cookie` to `ServoCookie` (...Martin Robinson2024-07-261-107/+105
* 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-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-1/+1
* Rustfmt net cratePyfisch2018-11-031-55/+126
* Update hyper to 0.12Bastien Orivel2018-11-011-9/+3
* Automatically provide a resource reader for testsPaul Rouget2018-04-301-14/+0
* delegate resource reading to embedderPaul Rouget2018-04-271-0/+14
* Use specific assertion for net cookie testsCYBAI2018-01-261-17/+17
* Merge net and net_testsAnthony Ramine2018-01-201-0/+413