servo/components
Ms2ger bdb8657cf6 Use get_attr_for_layout in ghas_class_for_layout.
This fixes a panic if this code was ever called on an element with a class
attribute in a non-null namespace. In this case, the attribute would not have
been parsed into a list of tokens, so value_tokens_forever() would have
returned None.

However, this function is, as far as I can tell, never called, because of the
way selectors are evaluated in layout. ('Return the selectors that match this
node' rather than 'return the nodes that match this selector'; the latter
uses only each_class.)
2015-04-18 16:56:54 +02:00
..
canvas Don't link to specific WHATWG multipage page 2015-04-16 22:39:25 -04:00
compositing Add enough Webdriver support to enable Get(). 2015-04-16 16:02:43 +01:00
devtools Send high resolution millisecond timestamps in timeline markers #5665 2015-04-15 19:46:00 +07:00
devtools_traits Send high resolution millisecond timestamps in timeline markers #5665 2015-04-15 19:46:00 +07:00
gfx Allow dumping the optimized display list (DL). 2015-04-16 17:10:39 -07:00
layout Don't link to specific WHATWG multipage page 2015-04-16 22:39:25 -04:00
layout_traits Split out shared networking code into net_traits crate 2015-04-03 13:38:10 -04:00
msg Add enough Webdriver support to enable Get(). 2015-04-16 16:02:43 +01:00
net Warning fixes. 2015-04-16 11:46:42 -04:00
net_traits Document async networking interfaces. 2015-04-16 11:46:41 -04:00
plugins Use quasiquotes for attributes in plugins crate. 2015-04-04 17:37:06 +02:00
profile Use usize rather than u64 in MemoryReport. 2015-03-31 15:37:15 +02:00
script Use get_attr_for_layout in ghas_class_for_layout. 2015-04-18 16:56:54 +02:00
script_traits Split out shared networking code into net_traits crate 2015-04-03 13:38:10 -04:00
servo Start switching net/ to use abstractions over channels to allow introducing non-channel communication in the future. 2015-04-16 11:46:39 -04:00
style Don't link to specific WHATWG multipage page 2015-04-16 22:39:25 -04:00
util Allow dumping the optimized display list (DL). 2015-04-16 17:10:39 -07:00
webdriver_server Add enough Webdriver support to enable Get(). 2015-04-16 16:02:43 +01:00