servo/components/script/dom/bindings
Corey Farwell 5bf262770f Don't use is operatory to compare Python strings
`is` checks identity. `==` checks value. I can't think of a reason why
we would want the former in these scenarios.

More info:

* http://stackoverflow.com/a/1504742
* https://docs.python.org/2/reference/expressions.html#is
2015-08-22 10:22:47 -04:00
..
codegen Don't use is operatory to compare Python strings 2015-08-22 10:22:47 -04:00
callback.rs sort all uses 2015-08-20 20:47:12 +08:00
cell.rs Start reporting memory usage for Window and all nodes in all DOM trees for frame treese in script tasks. 2015-08-03 23:05:00 -04:00
conversions.rs sort all uses 2015-08-20 20:47:12 +08:00
error.rs sort all uses 2015-08-20 20:47:12 +08:00
global.rs sort all uses 2015-08-20 20:47:12 +08:00
js.rs Fix existing syntactics nits. 2015-08-16 10:30:43 -04:00
mod.rs Generate code into OUT_DIR. 2015-06-17 16:18:22 -06:00
num.rs Refactor #[jstraceable] to #[derive(JSTraceable)] 2015-07-01 18:27:06 -04:00
proxyhandler.rs Initial implementation of ownPropertyKeys proxy handler 2015-08-20 11:58:42 -04:00
refcounted.rs sort all uses 2015-08-20 20:47:12 +08:00
str.rs replace .len() == 0 with is_empty() 2015-08-14 04:00:33 +01:00
structuredclone.rs sort all uses 2015-08-20 20:47:12 +08:00
trace.rs sort all uses 2015-08-20 20:47:12 +08:00
utils.rs sort all uses 2015-08-20 20:47:12 +08:00