servo/components/net
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
..
fetch Move ResourceFetchTiming into Arc 2019-09-18 11:54:28 -04:00
tests Move ResourceFetchTiming into Arc 2019-09-18 11:54:28 -04:00
Cargo.toml Update ipc-channel and related dependencies 2019-08-27 23:44:04 +02:00
connector.rs Disable TLS 1.0 and 1.1 2019-05-10 14:53:32 +02:00
cookie.rs Add webdriver deletecookies function 2019-04-19 13:15:50 +05:30
cookie_storage.rs Add webdriver deletecookies function 2019-04-19 13:15:50 +05:30
data_loader.rs Update to url 2.0 2019-08-17 10:03:44 +02:00
decoder.rs Fix some new warnings 2019-06-22 14:59:09 +02:00
filemanager_thread.rs Deduplicate idna, log, mime, mime_guess, percent-encoding, unicase, url, ws 2019-08-19 20:09:20 +02:00
hosts.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
hsts.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
http_cache.rs Auto merge of #23494 - gterzian:improve_http_cache, r=jdm 2019-06-22 11:36:14 -04:00
http_loader.rs Add PerformanceResourceTiming: TimingAllowCheck 2019-09-18 11:54:28 -04:00
image_cache.rs WebRender units are no longer reexported. 2019-07-09 10:50:27 -04:00
lib.rs #8539 Config preferences backend restructure 2019-03-20 15:01:26 +00:00
mime_classifier.rs Rustfmt has changed its default style :/ 2018-12-28 13:17:47 +01:00
resource_thread.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
subresource_integrity.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
websocket_loader.rs Upgrade headers, headers-core, and hyper_serde. 2019-06-13 11:08:16 -04:00