servo/components/layout/css
James Gilbertson fafc357308 Fix broken viewport percentage length units after a viewport resize.
When a viewport is resized, the computed values for a style containing viewport percentage length units become stale. However, there's no way for those styles to be invalidated after a resize. As a solution, this commit invalidates the computed values cache after a resize has occurred, which is probably over-kill.

A better solution would probably be to track under what conditions computed values remain valid, and invalidate them as indicated.
2015-03-08 13:06:27 -06:00
..
matching.rs Fix broken viewport percentage length units after a viewport resize. 2015-03-08 13:06:27 -06:00
node_style.rs Opt-in rather than opt-out to unsafe blocks in layout. 2015-02-08 20:03:27 +01:00