servo/components/script/dom/bindings
bors-servo 1f9c2f9b34 Auto merge of #3726 - ChrisParis:callback-constants, r=jdm
This addresses https://github.com/servo/servo/issues/3149. The immediate purpose is to support the constants in NodeFilter. The changes mostly follow the current Gecko Codegen.py. The main gist is that the generation of certain code artifacts is now gated by hasInterfaceObject() or hasInterfacePrototypeObject(), rather than by isCallback().
2015-04-13 14:34:39 -05:00
..
codegen Auto merge of #3726 - ChrisParis:callback-constants, r=jdm 2015-04-13 14:34:39 -05:00
callback.rs Fix various build warnings. 2015-03-20 17:57:49 +01:00
cell.rs Utilize Option::expect 2015-04-06 14:06:05 -07:00
conversions.rs When converting a non-finite float, throw the TypeError from the FromJSValConvertible implementation. 2015-04-07 14:16:34 +02:00
error.rs Adjust the assertions in throw_dom_exception. 2015-04-08 20:44:49 +02:00
global.rs Drop the FromJSValConvertible implementation for interfaces. 2015-04-07 13:11:45 +02:00
js.rs Auto merge of #5550 - aneeshusa:fix-issue-5540, r=jdm 2015-04-07 23:04:12 -05:00
mod.rs Add more documentation about the DOM bindings. 2015-04-03 11:33:53 +02:00
num.rs Introduce Finite<T: Float> for restricted values defined in WebIDL. 2015-03-25 10:45:30 +09:00
proxyhandler.rs Rename getOwnPropertyNames_ and enumerate_ to get_own_property_names and enumerate. 2015-01-29 17:28:07 +01:00
refcounted.rs Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev. 2015-03-18 13:18:31 -04:00
str.rs Remove some unnecessary uses of as_slice 2015-03-29 14:42:19 -04:00
structuredclone.rs auto merge of #4717 : Ms2ger/servo/doc-proxy, r=saneyuki 2015-01-28 01:48:52 -07:00
trace.rs Firefox timeline integration #4957 2015-04-13 21:08:07 +07:00
utils.rs Support callback interfaces with constants. 2015-04-11 09:34:44 -10:00