servo/components
Patrick Walton 3cddaf8da6 layout: Make table layout idempotent.
By "idempotent" I mean that later passes do not stomp on data from
earlier passes, so that we can run the passes individually for
incremental reflow. The main change here was to stop overwriting the
"minimum inline-size" field of each column with the column's computed
inline-size.
2014-12-11 14:24:55 -08:00
..
canvas Rename CanvasRenderTask -> CanvasPaintTask. 2014-12-08 14:01:07 +09:00
compositing Hit test against clipped layer boundaries 2014-12-11 13:18:21 +01:00
devtools Fixes #4232 2014-12-08 22:17:17 +08:00
devtools_traits Implemeneted ModifyAttribute handler to update DOM elements. 2014-12-03 18:58:44 -08:00
gfx Remove PseudoDisplayItemClass 2014-12-10 11:39:17 +01:00
layout layout: Make table layout idempotent. 2014-12-11 14:24:55 -08:00
layout_traits Rename RenderChan -> PaintChan 2014-12-08 14:05:50 +09:00
msg ports/cef: Implement accelerated compositing for the CEF port. 2014-12-10 08:35:47 -08:00
net adjust WPT since hyper fixed some 2014-12-04 10:12:04 -08:00
plugins Remove bitfield! macro in favour of bitflags! 2014-11-18 19:26:10 +01:00
script Reindent in should_move_clip_rect. 2014-12-11 11:26:33 +01:00
script_traits ports/cef: Implement accelerated compositing for the CEF port. 2014-12-10 08:35:47 -08:00
servo Update skia + azure to get android compile and text rendering fixes. Sync CEF as well. 2014-12-11 10:53:32 +10:00
style layout: Implement text-transform. 2014-12-10 14:09:08 -08:00
util Replace render to paint in util/opts.rs. Some general words are not replaced. 2014-12-08 15:12:04 +09:00