servo/components/script
Ms2ger e72b5613ee Don't move the data when extracting the bytes in XMLHttpRequest::Send.
The data is used later to set the Content-Type header. Current rustc
(4d2af3861) does not detect this use-after-move, but treats the later use as
if the data was None. It will, however, detect the bug in d2b30f7d3, which we
are upgrading to.
2014-09-29 17:52:44 +02:00
..
dom Don't move the data when extracting the bytes in XMLHttpRequest::Send. 2014-09-29 17:52:44 +02:00
html Eliminate warnings 2014-09-20 13:00:55 -07:00
Cargo.toml Rename macros crate to plugins 2014-09-23 17:37:27 +05:30
cors.rs Avoid an unnecessary string allocation in allow_cross_origin_request. 2014-09-23 21:33:38 +02:00
layout_interface.rs Use JSTraceable everywhere 2014-09-24 05:44:49 +05:30
lib.rs Use JSTraceable everywhere 2014-09-24 05:44:49 +05:30
makefile.cargo Cargoify servo 2014-09-08 20:21:42 -06:00
page.rs Address review comments 2014-09-24 19:35:41 +05:30
script_task.rs Simplify the Page URL handling in handle_resize_inactive_msg. 2014-09-27 13:56:33 +02:00