servo/components
Glenn Watson f68386f0fa Fix making an iframe visible when it was initially set to display:none.
When an iframe is created with display:none it sets the root layer to be
zero width and height. When updating the rect of the iframe from layout
send the entire rect rather than just the new origin, which handles the case
where the iframe has been made visible and now has a non-zero rect.
2015-03-03 07:46:26 +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 Fix making an iframe visible when it was initially set to display:none. 2015-03-03 07:46:26 +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 Move gfx to libc from crates.io. 2015-02-21 10:53:00 +01:00
layout Fix incorrect comment in BlockFlow. 2015-02-24 17:28:31 -08: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