servo/components/net_traits
Javed Nissar 7596c36959 Move ResourceFetchTiming into Arc
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.
2019-09-18 11:54:28 -04:00
..
image Move PixelFormat to the pixels crate 2018-11-20 10:14:52 +01:00
tests Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
blob_url_store.rs Set response status for range requests to file and blob urls 2018-11-26 09:34:14 +01:00
Cargo.toml Update ipc-channel and related dependencies 2019-08-27 23:44:04 +02:00
filemanager_thread.rs Remove unused code from net and net_traits crates 2019-06-02 02:44:37 +02:00
image_cache.rs Remove unused code from net and net_traits crates 2019-06-02 02:44:37 +02:00
lib.rs Add PerformanceResourceTiming: TimingAllowCheck 2019-09-18 11:54:28 -04:00
pub_domains.rs Fix some warnings 2018-12-28 15:31:08 +01:00
quality.rs Fix some warnings 2018-12-28 15:31:08 +01:00
request.rs Remove unused code from net and net_traits crates 2019-06-02 02:44:37 +02:00
response.rs Move ResourceFetchTiming into Arc 2019-09-18 11:54:28 -04:00
storage_thread.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00