aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/tests/hsts.rs
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Replace time with std::time in components/net (#31079)" (#31120)Martin Robinson2024-01-181-26/+8
| | | This reverts commit 580062228bb083ccdc2144a43491bc4f916c57ad.
* Replace time with std::time in components/net (#31079)Taym Haddadi2024-01-171-8/+26
| | | | | | | | | | | | | * Replace time with std::time in components/net Signed-off-by: Bentaimia Haddadi <haddadi.taym@gmail.com> * Fix cookie::test_sort_order test Signed-off-by: Bentaimia Haddadi <haddadi.taym@gmail.com> --------- Signed-off-by: Bentaimia Haddadi <haddadi.taym@gmail.com>
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-1/+2
| | | | | * strict imports formatting * Reformat all imports
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-32/+24
|
* 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
| | | | A `crate_name::foo` path always works in 2018
* Format remaining filesPyfisch2018-11-061-24/+32
|
* Rustfmt net cratePyfisch2018-11-031-69/+160
|
* delegate resource reading to embedderPaul Rouget2018-04-271-8/+8
|
* Use specific assertion for net hsts testsCYBAI2018-01-261-3/+3
|
* Merge net and net_testsAnthony Ramine2018-01-201-0/+294