servo/components
bors-servo ed22c9b35b auto merge of #3696 : pcwalton/servo/gradients, r=SimonSapin
This implements a subset of the CSS `linear-gradient` property per the
CSS-IMAGES specification:

    http://dev.w3.org/csswg/css-images-3/

The full syntax is parsed, but only the beginning and end color stops
are used, and gradients are clamped to the nearest 90 degrees. It should
not be architecturally difficult to add the remaining pieces, but in the
interests of bounding the size of this patch that work has been left to
follow-ups.

Improves GitHub.

r? @glennw
2014-11-06 10:00:42 -07:00
..
canvas Run all task spawning through util, to allow for easy hooking. 2014-10-28 09:53:45 -07:00
compositing Invert control flow, fix resizing, and improve checkerboarding 2014-11-04 13:51:56 -08:00
devtools make naming more consistent 2014-10-28 10:06:39 -07:00
devtools_traits Disable non_snake_case warnings in devtools 2014-09-23 11:45:08 -07:00
gfx layout: Implement CSS linear gradients per the CSS-IMAGES specification. 2014-11-06 08:26:47 -08:00
layout layout: Implement CSS linear gradients per the CSS-IMAGES specification. 2014-11-06 08:26:47 -08:00
layout_traits Use opts as a global, to avoid cloning and passing the struct all over the code. 2014-10-20 10:48:47 +10:00
msg Invert control flow, fix resizing, and improve checkerboarding 2014-11-04 13:51:56 -08:00
net More useful stb-image error handling 2014-11-02 15:20:22 -08:00
plugins Silence lint for self.global in XHR 2014-11-06 06:37:44 +05:30
script Implement HTMLElement#lang. 2014-11-06 15:28:52 +01:00
script_traits Invert control flow, fix resizing, and improve checkerboarding 2014-11-04 13:51:56 -08:00
style layout: Implement CSS linear gradients per the CSS-IMAGES specification. 2014-11-06 08:26:47 -08:00
util gfx: Micro-optimize DList and StackingContext a bit. 2014-11-05 00:56:56 -08:00