servo/components
Glenn Watson a2f1f12c96 Fix setting display:none after a layout where the element was visible.
Prior to incremental layout, the code would remove the existing
construction result. However, with incremental layout the construction result
is cloned rather than removed. This change ensures that the previous
construction result is cleared when an element's display type
changes to none.
2015-02-27 07:44:24 +10:00
..
canvas script: Implement enough 2D canvas support to render basic SVGs such as the tiger. 2015-02-22 22:29:58 -05:00
compositing auto merge of #4960 : pkondzior/servo/add-script-timers-suspend-resume-functionality, r=jdm 2015-02-23 21:45:46 -07: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 Move gfx to libc from crates.io. 2015-02-21 10:53:00 +01:00
layout Fix setting display:none after a layout where the element was visible. 2015-02-27 07:44:24 +10: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 Implement Canvas pixel manipulation 2015-02-22 13:41:58 -05:00
plugins auto merge of #4914 : Ms2ger/servo/match_lang_ty, r=saneyuki 2015-02-13 23:21:49 -07:00
script Derive Debug rather than the deprecated Show for TimerControlMsg. 2015-02-24 10:50:21 +01:00
script_traits auto merge of #4960 : pkondzior/servo/add-script-timers-suspend-resume-functionality, r=jdm 2015-02-23 21:45:46 -07:00
servo Report detailed RSS measurements from /proc/<pid>/smaps on Linux. 2015-02-23 15:20:32 -08:00
style style: Fix parsing of text decorations. 2015-02-24 17:51:22 -08:00
util Report detailed RSS measurements from /proc/<pid>/smaps on Linux. 2015-02-23 15:20:32 -08:00