v0.0.2
Use spec compliant content-type extraction in more places and enable a `<stylesheet>` quirk (#28321)
Hookup mime classifier to main document loader (#39109)
Implement document preloaded resources (#39794)
Fix more clippy warnings in `components/shared/net` (#31548)
script: Make file picker selection flow asynchronous (#39893)
Update to rust 1.85 (#35628)
net: Do not implement `Serialize`/`Deserialize` for `RasterImage` and introduce``SharedRasterImage` (#40459)
Suppress debug representations of network response bodies (#38789)
Replace calls to ".filter_map()" followed by ".next()" with ".find_map()" (#40612)
Add resource header for mime sniffing (#39167)
More changes to HashMap/HashSet to use fxhash (#39244)
tidy: Add a rule ensuring that `//` comments are followed by a space in Rust (#38698)
devtools: Expose cache status for requests in network monitor. (#40328)