v0.0.1
net: Add expiry limit to cookies and prevent panics from max-age (#38376)
dependencies: Upgrade `cookie` and rename Servo's `Cookie` to `ServoCookie` (#32861)
Fix remaining flake8 warnings
Add policy container to all requests (#39775)
Integrate fetch into WebSocket implementation (#36616)
Strict import formatting (grouping and granularity) (#30325)
libservo: Merge file selection dialog into EmbedderControls (#39859)
Replace hsts preload list hashmap with an FST (#37015)
Update rustfmt to the 2024 style edition (#35764)
libservo: Remove a couple `EmbedderMethods` (#36276)
tests: Use Ahem font provided by WPT harness. (#37054)
Merge net and net_tests