servo/components
Glenn Watson 9ec3c9374d Reduce number of font instances and shaper structures created.
The font cache previously kept weak references to the fonts,
however in layout these fonts are dropped before they are
referenced again, so no caching was being used.

For now, just hold a strong reference in the cache, which means
that fonts will never be thrown out (this will need to be fixed
in the future).
2014-09-12 13:17:44 +10:00
..
canvas Cargoify servo 2014-09-08 20:21:42 -06:00
compositing Cargoify servo 2014-09-08 20:21:42 -06:00
gfx Reduce number of font instances and shaper structures created. 2014-09-12 13:17:44 +10:00
layout Merge pull request #3283 from glennw/bg-image 2014-09-12 11:31:24 +10:00
layout_traits Cargoify servo 2014-09-08 20:21:42 -06:00
macros Add lint for type-checking transmutes 2014-09-10 09:11:44 +05:30
msg Cargoify servo 2014-09-08 20:21:42 -06:00
net create about_loader, handle about:blank 2014-09-11 08:55:54 -07:00
script Move Attr::local_name() to AttrHelpers/AttrHelpersForLayout. 2014-09-11 04:54:38 +09:00
script_traits Cargoify servo 2014-09-08 20:21:42 -06:00
style Cargoify servo 2014-09-08 20:21:42 -06:00
util Cargoify servo 2014-09-08 20:21:42 -06:00