Intent to ship: paint-order property

2014-03-13 Thread Cameron McCormack
The paint-order property is a new property defined in SVG 2 that controls the order that the { fill, stroke, markers } of an element are painted in. I blogged about the feature when it was implemented here: http://mcc.id.au/blog/2013/01/paint-order It lives behind the svg.paint-order.enable

DXR gets multi-line highlighting

2014-03-13 Thread Erik Rose
A lot of you have asked for the ability to select and share ranges within source files. Now, thanks to contributor Jamon Carmisso, you can: http://dxr.mozilla.org/mozilla-central/source/content/media/AbstractMediaDecoder.h#7-13 As on GitHub, just click one line number and shift-click another. H