servo/components/util
Martin Robinson 29303c0636 Improve logical geometry formatting
Logical geometry is complicated, so the string formatted output is
verbose. This means that flow tree dumps often go well beyond the
edge of the terminal screen. With a simple notation, we can shorten the
output and make it slightly easier to read. This notation also makes it
more similar to the formatted output of Rect, Point2D, and Size2D.
2014-10-20 18:04:48 -07:00
..
bloom.rs Use Gecko's simpler Bloom filter instead of one based on hash 2014-10-10 17:02:27 -07:00
cache.rs Remove unused implementation of MonoCache 2014-10-16 08:39:51 +02:00
Cargo.toml Remove render backend option as it doesn't work and confuses people. 2014-10-20 07:39:36 +10:00
debug_utils.rs Cargoify servo 2014-09-08 20:21:42 -06:00
fnv.rs Added a bloom filter to CSS selector matching. 2014-09-15 16:29:45 -07:00
geometry.rs layout: Rewrite clipping to be per-display-item instead of having 2014-10-13 21:40:36 -07:00
lib.rs Remove render backend option as it doesn't work and confuses people. 2014-10-20 07:39:36 +10:00
logical_geometry.rs Improve logical geometry formatting 2014-10-20 18:04:48 -07:00
memory.rs Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000) 2014-09-20 13:00:06 -07:00
namespace.rs Use Gecko's simpler Bloom filter instead of one based on hash 2014-10-10 17:02:27 -07:00
opts.rs Fixes the table_percentage_width_a.html reftest with incremental reflow turned on. 2014-10-20 11:13:31 -07:00
range.rs layout: Refactor inline layout to remove the code that tried to avoid 2014-10-13 16:33:19 -07:00
resource_files.rs Read user-agent.css at run time. Fix #3516 2014-10-07 21:16:54 +01:00
smallvec.rs Fix up and run unit tests. 2014-10-02 23:14:42 -06:00
sort.rs Fix up and run unit tests. 2014-10-02 23:14:42 -06:00
str.rs layout: Introduce support for legacy presentational attributes to selector 2014-10-14 12:44:09 -07:00
task.rs Cargoify servo 2014-09-08 20:21:42 -06:00
tid.rs added valid license to tid.rs 2014-09-19 11:34:43 -07:00
time.rs try to reset flows which need reflow, since reflow isn't yet idempotent 2014-10-14 10:33:46 -07:00
vec.rs Fix up and run unit tests. 2014-10-02 23:14:42 -06:00
workqueue.rs Upgrade to rustc d2b30f7d3 2014-09-23 2014-09-29 17:41:45 +01:00