servo/components/script
Diego Marcos 7b9c902a0a Adds borrow_for_script_deallocation and unsafe_mut_js_info method to avoid 'DOMRefCell already mutably borrowed' messages. This is just a temporary fix until the Rust standard library allows borrowing already-borrowed RefCell values during unwinding.
It also removes LiveDOMReferences destructor that it's a no-op but it contains an assert that was being violated causing an endless cycle of destructor calls ending up in a stack overflow.
2015-01-30 12:07:53 -08:00
..
dom Adds borrow_for_script_deallocation and unsafe_mut_js_info method to avoid 'DOMRefCell already mutably borrowed' messages. This is just a temporary fix until the Rust standard library allows borrowing already-borrowed RefCell values during unwinding. 2015-01-30 12:07:53 -08:00
parse Import the util crate as util rather than servo_util. 2015-01-29 12:16:41 +01:00
Cargo.toml Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. 2015-01-28 10:16:49 +10:00
cors.rs self import 2015-01-28 13:46:00 +05:30
devtools.rs Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. 2015-01-28 10:16:49 +10:00
layout_interface.rs Import the util crate as util rather than servo_util. 2015-01-29 12:16:41 +01:00
lib.rs Require snake case in bindings code. 2015-01-29 21:20:03 +01:00
makefile.cargo Cargoify servo 2014-09-08 20:21:42 -06:00
page.rs Adds borrow_for_script_deallocation and unsafe_mut_js_info method to avoid 'DOMRefCell already mutably borrowed' messages. This is just a temporary fix until the Rust standard library allows borrowing already-borrowed RefCell values during unwinding. 2015-01-30 12:07:53 -08:00
script_task.rs Adds borrow_for_script_deallocation and unsafe_mut_js_info method to avoid 'DOMRefCell already mutably borrowed' messages. This is just a temporary fix until the Rust standard library allows borrowing already-borrowed RefCell values during unwinding. 2015-01-30 12:07:53 -08:00
tests.rs Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. 2015-01-28 10:16:49 +10:00
textinput.rs Import the util crate as util rather than servo_util. 2015-01-29 12:16:41 +01:00
timers.rs Import the util crate as util rather than servo_util. 2015-01-29 12:16:41 +01:00