aboutsummaryrefslogtreecommitdiffstats
path: root/components/devtools_traits/lib.rs
diff options
context:
space:
mode:
authorddh <dianehosfelt@gmail.com>2016-07-14 20:29:32 +0100
committerddh <dianehosfelt@gmail.com>2016-07-29 11:20:38 +0100
commitdb808ca75d8645036b4e40d639e2b74b84caf4d2 (patch)
tree9b8dc122a30f1bf734b168107ff4c1b3b4d32350 /components/devtools_traits/lib.rs
parent45209b7ffea7b2355e227719ed29cb6aa6f00e0f (diff)
downloadservo-db808ca75d8645036b4e40d639e2b74b84caf4d2.tar.gz
servo-db808ca75d8645036b4e40d639e2b74b84caf4d2.zip
Added devtools support to fetch for XHR + Manish's XHR ident fix
added unit test for request fetch with devtools added devtools/fetch test
Diffstat (limited to 'components/devtools_traits/lib.rs')
-rw-r--r--components/devtools_traits/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/devtools_traits/lib.rs b/components/devtools_traits/lib.rs
index 0abbf3c1e81..2d8f5f0c197 100644
--- a/components/devtools_traits/lib.rs
+++ b/components/devtools_traits/lib.rs
@@ -298,6 +298,7 @@ pub struct HttpRequest {
pub timeStamp: i64,
pub connect_time: u64,
pub send_time: u64,
+ pub is_xhr: bool,
}
#[derive(Debug, PartialEq)]