servo/components
Connor Jennings f298089f02 Retain buffer for CGDataProviderCreateWithData. Fixes #5084.
CGDataProviderCreateWithData just wraps the underlying buffer. The
underlying buffer needs to be kept around until the data provider is
freed. Adding the buffer to the FontTemplateData struct ensures it
sticks around.
2015-03-15 14:02:27 -04:00
..
canvas Canvas: added arc(). 2015-03-09 21:55:40 +01:00
compositing Remove now unused id field for frame tree. 2015-03-11 13:41:55 +10:00
devtools Use rustc-serialize rather than the built-in deprecated serialize. 2015-02-17 13:24:15 +01:00
devtools_traits Use rustc-serialize rather than the built-in deprecated serialize. 2015-02-17 13:24:15 +01:00
gfx Retain buffer for CGDataProviderCreateWithData. Fixes #5084. 2015-03-15 14:02:27 -04:00
layout auto merge of #5180 : luniv/servo/viewport-length-cached-values-invalidation, r=SimonSapin 2015-03-13 09:36:50 -06:00
layout_traits Import net as net rather than servo_net. 2015-02-10 12:55:24 +01:00
msg Use rustc-serialize rather than the built-in deprecated serialize. 2015-02-17 13:24:15 +01:00
net auto merge of #5212 : Manishearth/servo/ssl-off, r=larsbergstrom 2015-03-14 08:39:48 -06:00
plugins Remove plugin attributes from extern crates. 2015-03-11 23:45:16 +01:00
script auto merge of #5218 : wenderen/servo/enums-for-mouse-ui-event-constructors, r=Ms2ger 2015-03-15 03:18:49 -06:00
script_traits Split page load into separate network and parsing stages. Delay Page creation until the load is finished. Make session history traversal simply activate existing pipelines, rather than potentially loading them from the network. 2015-03-03 16:25:40 -05:00
servo layout: Implement border-spacing per CSS 2.1 § 17.6.1 and the legacy 2015-03-12 12:00:40 -07:00
style layout: Implement border-spacing per CSS 2.1 § 17.6.1 and the legacy 2015-03-12 12:00:40 -07:00
util Add --no-ssl flag for bypassing SSL checking 2015-03-14 19:17:07 +05:30