servo/components
bors-servo 0234bbe444 Auto merge of #7279 - pcwalton:tile-image-divide-by-zero, r=mbrubeck
layout: Avoid a division by zero in `tile_image()`.

Fixes a crash on Facebook Timeline.

r? @mbrubeck

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7279)
<!-- Reviewable:end -->
2015-08-19 04:41:54 -06:00
..
canvas replace .len() == 0 with is_empty() 2015-08-14 04:00:33 +01:00
canvas_traits Fix existing syntactics nits. 2015-08-16 10:30:43 -04:00
compositing Replace uses of for foo in bar.iter(), 2015-08-18 01:46:11 +01:00
devtools Replace uses of for foo in bar.iter(), 2015-08-18 01:46:11 +01:00
devtools_traits Eta-reduce some functions in devtools 2015-08-18 18:35:45 +05:30
gfx Replace uses of for foo in bar.iter(), 2015-08-18 01:46:11 +01:00
gfx_traits
layout Auto merge of #7279 - pcwalton:tile-image-divide-by-zero, r=mbrubeck 2015-08-19 04:41:54 -06:00
layout_traits Store a Sender<ConstellationControlMsg> in LayoutTask. 2015-08-12 15:55:16 +02:00
msg remove ScriptListener 2015-08-16 01:34:55 -07:00
net Auto merge of #7257 - jxs:master, r=Ms2ger 2015-08-18 02:46:46 -06:00
net_traits Fix existing syntactics nits. 2015-08-16 10:30:43 -04:00
plugins Cleanup NodeIterator, Range, ServoHTMLParser, TextEncoder, URLHelper, URL, VirtualMethods 2015-08-18 19:37:42 +05:30
profile Replace uses of for foo in bar.iter() and for foo in bar.iter_mut() 2015-08-15 02:27:39 +01:00
profile_traits servo: Update ipc-channel to pick up bincode support. 2015-08-08 09:43:53 -07:00
script Auto merge of #7272 - wilmoz:EventType, r=Ms2ger 2015-08-19 02:47:22 -06:00
script_traits Fix existing syntactics nits. 2015-08-16 10:30:43 -04:00
servo Cleanup NodeIterator, Range, ServoHTMLParser, TextEncoder, URLHelper, URL, VirtualMethods 2015-08-18 19:37:42 +05:30
style layout: Make inline absolute hypothetical boxes not clip their contents. 2015-08-18 16:58:18 -07:00
util Add a simple method to emulate a platform UA (e.g. pretend a desktop build is an android UA). 2015-08-18 14:42:28 +10:00
webdriver_server Fix existing syntactics nits. 2015-08-16 10:30:43 -04:00
webdriver_traits