servo/components/script
Corey Farwell 4accaf50b2 Pass around event types as Atoms instead of Strings
`Event` internally stores the `type` as an `Atom`, and we're `String`s
everywhere, which can cause unnecessary allocations to occur since
they'll end up as `Atom`s anyways.
2015-12-10 23:47:25 -05:00
..
docs Move the DOM memory management blog post into the tree. 2015-10-29 17:25:00 +01:00
dom Pass around event types as Atoms instead of Strings 2015-12-10 23:47:25 -05:00
parse Create and invoke XML parser for XML documents. 2015-12-04 16:37:13 -05:00
build.rs
Cargo.toml Auto merge of #8787 - Jayflux:hotfix/8695, r=mbrubeck 2015-12-03 16:10:24 +05:30
clipboard_provider.rs Move ScriptMsg from msg crate into script_traits 2015-12-09 20:50:11 +01:00
cors.rs Rustfmt some of script. 2015-11-18 11:14:05 +01:00
devtools.rs Rustfmt some of script. 2015-11-18 11:14:05 +01:00
document_loader.rs Rustfmt some of script. 2015-11-18 11:14:05 +01:00
layout_interface.rs Move ScriptMsg from msg crate into script_traits 2015-12-09 20:50:11 +01:00
lib.rs Remove two "#![feature]" that are now stable 2015-12-09 19:25:04 -05:00
makefile.cargo Fix spurious rebuilds of the script crate 2015-10-08 21:37:56 -07:00
mem.rs more refactoring 2015-10-30 20:26:29 +09:00
network_listener.rs Make AsyncResponseListener methods take &mut self. 2015-10-15 16:44:39 -07:00
page.rs Auto merge of #8481 - frewsxcv:iterablepage-iter, r=Ms2ger 2015-11-12 18:29:12 +05:30
reporter.rs Defined new trait ParseErrorReporter and added error_reporter member to ParserContext 2015-11-25 18:28:30 -05:00
script_task.rs Move ScriptMsg from msg crate into script_traits 2015-12-09 20:50:11 +01:00
textinput.rs Adds support for input element's maxlength attr 2015-12-03 14:00:51 +11:00
timers.rs fix intermittent Option::unwrap in timers 2015-12-04 20:16:43 +05:00
unpremultiplytable.rs add un-premultiply table for GetImageData 2015-10-20 04:51:29 -04:00
webdriver_handlers.rs Removed duplicate webdriver_traits file and added webdriver handler for GetWindowSize, IsSelected and IsEnabled 2015-11-29 15:48:23 -05:00