diff options
author | Tim Kuehn <tkuehn@cmu.edu> | 2013-06-28 16:45:56 -0700 |
---|---|---|
committer | Tim Kuehn <tkuehn@cmu.edu> | 2013-07-02 17:26:30 -0700 |
commit | a6eaffcd93c27fdec4f67eb0ebeeca7269fee013 (patch) | |
tree | e60223997b6d302f21e8bdc5f871dc8ea244c321 /src/components/main/layout | |
parent | d17a1f2ad731f45286613d5651ce070cbc9bd286 (diff) | |
download | servo-a6eaffcd93c27fdec4f67eb0ebeeca7269fee013.tar.gz servo-a6eaffcd93c27fdec4f67eb0ebeeca7269fee013.zip |
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
Diffstat (limited to 'src/components/main/layout')
-rw-r--r-- | src/components/main/layout/layout_task.rs | 1 | ||||
-rw-r--r-- | src/components/main/layout/text.rs | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/components/main/layout/layout_task.rs b/src/components/main/layout/layout_task.rs index cab29204559..0f93798af10 100644 --- a/src/components/main/layout/layout_task.rs +++ b/src/components/main/layout/layout_task.rs @@ -141,6 +141,7 @@ impl LayoutTask { } } RouteScriptMsg(script_msg) => { + debug!("layout: routing %? to script task", script_msg); self.route_script_msg(script_msg); } ExitMsg => { diff --git a/src/components/main/layout/text.rs b/src/components/main/layout/text.rs index b6b3e43eb99..59093ed70ff 100644 --- a/src/components/main/layout/text.rs +++ b/src/components/main/layout/text.rs @@ -234,7 +234,7 @@ impl TextRunScanner { for clump.eachi |i| { let range = new_ranges[i - self.clump.begin()]; if range.length() == 0 { - error!("Elided an `UnscannedTextbox` because it was zero-length after \ + debug!("Elided an `UnscannedTextbox` because it was zero-length after \ compression; %s", in_boxes[i].debug_str()); loop |