servo/components/script/dom/bindings
Ms2ger 95ec20bd97 Remove the 'a lifetime from Root.
It does not add any safety, as the reference is constructed from a raw pointer
without limiting the lifetime in any way.
2015-01-01 20:36:43 +01:00
..
codegen Remove the 'a lifetime from Root. 2015-01-01 20:36:43 +01:00
callback.rs Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8a 2014-11-13 11:17:43 +10:00
cell.rs Document DOMRefCell. 2014-12-20 15:11:20 +01:00
conversions.rs Remove the 'a lifetime from Root. 2015-01-01 20:36:43 +01:00
DESIGN.md Rename untraceable!() to no_jsmanaged_fields!(). References issue #3671 2014-10-23 21:33:32 -04:00
error.rs Added readonly flag for CSSStyleDeclaration 2014-12-28 17:39:07 +01:00
global.rs Remove the 'a lifetime from Root. 2015-01-01 20:36:43 +01:00
js.rs Remove the 'a lifetime from Root. 2015-01-01 20:36:43 +01:00
proxyhandler.rs Implement dummy getOwnPropertyNames and enumerate traps. 2014-12-24 17:17:40 +01:00
refcounted.rs Force all messages to worker tasks to send a TrustedWorkerAddress along with the ScriptMsg. This ensures that the main-thread Worker object is rooted for as long as there are events in flight or being processed. 2014-12-29 13:53:49 -05:00
str.rs script: to_string() -> into_string() 2014-12-27 14:48:36 +01:00
trace.rs Force all messages to worker tasks to send a TrustedWorkerAddress along with the ScriptMsg. This ensures that the main-thread Worker object is rooted for as long as there are events in flight or being processed. 2014-12-29 13:53:49 -05:00
utils.rs Add inheritance-checking lint 2014-12-27 02:53:35 +05:30