mirror of
https://github.com/servo/servo.git
synced 2025-06-20 23:28:59 +01:00
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
This commit is contained in:
parent
d17a1f2ad7
commit
a6eaffcd93
16 changed files with 216 additions and 100 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue