mirror of
https://github.com/servo/servo.git
synced 2025-06-24 09:04:33 +01:00
The purpose of this commit is to ensure that the Response object has access to Timing updates as previously the Response object simply stored a ResourceFetchTiming struct so updates on ResourceFetchTiming that were not explicitly done on the Response would not be passed down. The references to ServoArc are added because Response uses servo_arc::Arc rather than std::sync::Arc as is used elsewhere. So, we've switched those other places to servo_arc::Arc instead of switching Response to std::sync::Arc. |
||
---|---|---|
.. | ||
cors_cache.rs | ||
methods.rs |