| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
This isolates layout code from upcoming refactoring in properties.rs.mako.
|
|
|
|
|
|
| |
April 10, 2014. The main changes are to privacy, to work around the
issues with incorrect bounds on the libstd `Arc<Mutex<T>>`, and the
various API changes strewn throughout the libraries.
|
|
|
|
|
| |
No improvement on the rainbow page, but necessary for some other
optimizations we want to do.
|
|
|
|
|
| |
This doesn't make much of a difference in performance, but will be
necessary for style struct sharing.
|
|
|
|
| |
Fixes #664.
|
|
|
|
|
|
|
| |
I have no idea how to test it,
but this code builds and is close enough to what it was befor #1109.
Review much needed.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
This eliminates
layout_data: Option<@mut ()>
and the unsafe casting around it, which was causing crashes on exit.
Fixes #762.
|
|
For now we only prune the bubble_widths traversal, because of inability to
reuse FloatContexts. Other limitations are likewise marked with FIXME
comments.
|