From a6eaffcd93c27fdec4f67eb0ebeeca7269fee013 Mon Sep 17 00:00:00 2001 From: Tim Kuehn Date: Fri, 28 Jun 2013 16:45:56 -0700 Subject: forward/back navigation with shift+backspace and backspace script caches last loaded url -- currently no caching policy naive caching of render layers for near-instant forward/back handling evicted pipelines is currently broken --- src/components/script/html/cssparse.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/components/script/html/cssparse.rs') diff --git a/src/components/script/html/cssparse.rs b/src/components/script/html/cssparse.rs index 1278ba47f6c..95a600682ac 100644 --- a/src/components/script/html/cssparse.rs +++ b/src/components/script/html/cssparse.rs @@ -8,7 +8,6 @@ use std::cell::Cell; use std::comm; use std::comm::Port; use std::task; -use std::str; use newcss::stylesheet::Stylesheet; use newcss::util::DataStream; use servo_net::resource_task::{ResourceTask, ProgressMsg, Load, Payload, Done}; -- cgit v1.2.3