servo/components/script/dom/bindings
Anthony Ramine 577370746e Rename DOMRefCell<T> to DomRefCell<T>
I don't want to do such a gratuitous rename, but with all the other types
now having "Dom" as part of their name, and especially with "DomOnceCell",
I feel like the other cell type that we already have should also follow
the convention. That argument loses weight though when we realise there
is still DOMString and other things.
2017-09-26 09:49:08 +02:00
..
codegen Rename LayoutJS<T> to LayoutDom<T> 2017-09-26 09:49:04 +02:00
callback.rs Rename JS<T> to Dom<T> 2017-09-26 09:48:55 +02:00
cell.rs Rename DOMRefCell<T> to DomRefCell<T> 2017-09-26 09:49:08 +02:00
constant.rs Remove and allow some dead code. 2016-12-22 16:06:22 +01:00
conversions.rs Rename dom::bindings::js to dom::bindings::root 2017-09-26 02:19:05 +02:00
error.rs order derivable traits lists 2017-08-23 21:38:44 +02:00
guard.rs Removed util. 2016-12-14 18:04:37 -06:00
inheritance.rs Rename Reflectable to DomObject. 2016-12-08 08:50:35 -10:00
interface.rs Rename dom::bindings::js to dom::bindings::root 2017-09-26 02:19:05 +02:00
iterable.rs Rename JS<T> to Dom<T> 2017-09-26 09:48:55 +02:00
mod.rs Rename dom::bindings::js to dom::bindings::root 2017-09-26 02:19:05 +02:00
mozmap.rs Untry script 2017-06-18 13:21:49 +02:00
namespace.rs order derivable traits lists 2017-08-23 21:38:44 +02:00
num.rs Derive the Default trait for dictionaries containing GC values. 2017-09-25 16:10:58 -04:00
proxyhandler.rs Make {get,ensure}_expando_object unsafe. 2017-02-07 11:44:38 +01:00
refcounted.rs Rename dom::bindings::js to dom::bindings::root 2017-09-26 02:19:05 +02:00
reflector.rs Rename dom::bindings::js to dom::bindings::root 2017-09-26 02:19:05 +02:00
root.rs Rename OnceCellJS<T> to DomOnceCell<T> 2017-09-26 09:49:06 +02:00
settings_stack.rs Rename JS<T> to Dom<T> 2017-09-26 09:48:55 +02:00
str.rs Derive the Default trait for dictionaries containing GC values. 2017-09-25 16:10:58 -04:00
structuredclone.rs Rename dom::bindings::js to dom::bindings::root 2017-09-26 02:19:05 +02:00
trace.rs Rename DOMRefCell<T> to DomRefCell<T> 2017-09-26 09:49:08 +02:00
utils.rs script: Properly throw when "this" is not an object in a generic call. 2017-09-17 18:42:27 +02:00
weakref.rs Rename dom::bindings::js to dom::bindings::root 2017-09-26 02:19:05 +02:00
xmlname.rs Untry script 2017-06-18 13:21:49 +02:00