servo/components/script
Tetsuharu OHZEKI 0d447394b2 Removes Node.unsafe_get_flags().
`Node.unsafe_get_flags()` returns `*const NodeFlags`,
but `NodeFlags` has only `u8` length.
We should just returns a raw value instead of any pointers.
2014-10-16 11:04:17 +09:00
..
dom Removes Node.unsafe_get_flags(). 2014-10-16 11:04:17 +09:00
html script: Use atom comparison in more places, especially for attributes. 2014-10-14 10:32:40 -07:00
Cargo.toml Eliminate servo_util::atom 2014-09-29 18:39:36 -07:00
cors.rs Avoid an unnecessary string allocation in allow_cross_origin_request. 2014-09-23 21:33:38 +02:00
layout_interface.rs Incremental Style Recalc 2014-10-09 12:55:21 -04:00
lib.rs Add DOMRefCell<T> for safe borrowing in layout. 2014-10-15 13:41:03 +09:00
makefile.cargo Cargoify servo 2014-09-08 20:21:42 -06:00
page.rs Privatize Window 2014-10-13 13:25:44 +02:00
script_task.rs Make Event::new take enumerated values instead of booleans (fixes #3643) 2014-10-11 16:57:00 +02:00