servo/components
Martin Robinson 1aedead955 Have BufferMap store NativeSurfaces and rename to SurfaceMap
We currently store LayerBuffers, because previously NativeSurfaces did
not record their own size. Now we can store NativeSurfaces directly,
which saves a bit of space in the surface cache and allows us to create
LayerBuffers only in the PaintTask.

This also means that instead of sending cached LayerBuffers, the
compositor can just send cached NativeSurfaces to the PaintTask.
2015-07-24 11:12:39 -07:00
..
canvas Replace astersisks with appropriate versions in deps 2015-07-20 20:08:08 +03:00
canvas_traits gfx: Use a pattern instead of tiling images manually. 2015-07-07 10:41:47 -07:00
compositing Have BufferMap store NativeSurfaces and rename to SurfaceMap 2015-07-24 11:12:39 -07:00
devtools Replace astersisks with appropriate versions in deps 2015-07-20 20:08:08 +03:00
devtools_traits Replace astersisks with appropriate versions in deps 2015-07-20 20:08:08 +03:00
gfx Have BufferMap store NativeSurfaces and rename to SurfaceMap 2015-07-24 11:12:39 -07:00
gfx_traits Layerize canvas 2015-05-20 19:10:50 +02:00
layout Basic support for bidirectional text 2015-07-23 20:05:55 -07:00
layout_traits Replace astersisks with appropriate versions in deps 2015-07-20 20:08:08 +03:00
msg Replace astersisks with appropriate versions in deps 2015-07-20 20:08:08 +03:00
net Uses the approach suggested by @SimonSapin for changing Url scheme 2015-07-22 11:49:10 +12:00
net_traits Moves HSTS includeSubdomains enum to net_traits 2015-07-22 11:49:09 +12:00
plugins Address review comments; add docs 2015-07-22 18:34:54 +05:30
profile Replace astersisks with appropriate versions in deps 2015-07-20 20:08:08 +03:00
profile_traits compositing: Make the constellation messages serializable. 2015-07-18 12:43:08 -07:00
script Eval'ing int32's in devtools panic'd 2015-07-24 19:52:19 +10:00
script_traits Implement mouseevent.which (needed for enyojs sampler). 2015-07-22 08:20:06 +10:00
servo Have BufferMap store NativeSurfaces and rename to SurfaceMap 2015-07-24 11:12:39 -07:00
style Update rust-selectors 2015-07-23 18:53:57 +02:00
util Basic support for bidirectional text 2015-07-23 20:05:55 -07:00
webdriver_server Replace astersisks with appropriate versions in deps 2015-07-20 20:08:08 +03:00
webdriver_traits Add support for switching frames with the webdriver API. 2015-06-01 23:18:55 +01:00