aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorddh <dianehosfelt@gmail.com>2018-03-12 22:24:41 +0000
committerddh <dianehosfelt@gmail.com>2018-11-20 16:21:32 +0000
commit26007fddd3f8aabfe026f06de64207d31edf5318 (patch)
treef1a7ef3496871d67907734dc10c2cc9df31f27cf /Cargo.lock
parent3fe83f1d06a50969b2fa731a050b35abdc5520d7 (diff)
downloadservo-26007fddd3f8aabfe026f06de64207d31edf5318.tar.gz
servo-26007fddd3f8aabfe026f06de64207d31edf5318.zip
refactored performance timing to align with updated spec
refactoring with ResourceFetchMetadata implemented deprecated window.timing functionality created ResourceTimingListener trait fixed w3c links in navigation timing updated include.ini to run resource timing tests on ci
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e6f61bfcdb5..d62bee3ddc8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2591,6 +2591,7 @@ dependencies = [
"servo_config 0.0.1",
"servo_url 0.0.1",
"std_test_override 0.0.1",
+ "time 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
"url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
"uuid 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
"webrender_api 0.57.2 (git+https://github.com/servo/webrender)",