mirror of
https://github.com/servo/servo.git
synced 2025-06-17 21:04:28 +00: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
|
@ -141,6 +141,7 @@ impl LayoutTask {
|
|||
}
|
||||
}
|
||||
RouteScriptMsg(script_msg) => {
|
||||
debug!("layout: routing %? to script task", script_msg);
|
||||
self.route_script_msg(script_msg);
|
||||
}
|
||||
ExitMsg => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue