servo/components/script/dom/bindings
bors-servo a9f12da4f8 Auto merge of #6592 - frewsxcv:notimplementederror, r=Ms2ger
Use NotImplementedError for Python base class methods

From the Python docs:

https://docs.python.org/2/library/exceptions.html#exceptions.NotImplementedError

"In user defined base classes, abstract methods should raise this
exception when they require derived classes to override the method."

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6592)
<!-- Reviewable:end -->
2015-07-21 11:28:21 -06:00
..
codegen Auto merge of #6592 - frewsxcv:notimplementederror, r=Ms2ger 2015-07-21 11:28:21 -06:00
callback.rs Refactor #[jstraceable] to #[derive(JSTraceable)] 2015-07-01 18:27:06 -04:00
cell.rs Fix some warnings caused by the SM upgrade 2015-06-19 22:07:08 -04:00
conversions.rs Unpaired surrogates: Document the -Z flag in the panic message. 2015-07-13 20:58:21 +02:00
error.rs Implement window.crypto.getRandomValues() 2015-07-03 18:34:00 +02:00
global.rs Wire up the JS engine's memory reporting. 2015-07-15 21:58:20 -07:00
js.rs Refactor #[jstraceable] to #[derive(JSTraceable)] 2015-07-01 18:27:06 -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 Fix some warnings caused by the SM upgrade 2015-06-19 22:07:08 -04:00
refcounted.rs Upgrade to rustc 1.3.0-dev (fddfd089b 2015-07-10) 2015-07-15 00:46:43 +02:00
str.rs Refactor #[jstraceable] to #[derive(JSTraceable)] 2015-07-01 18:27:06 -04:00
structuredclone.rs Upgrade to SM 39 2015-06-19 18:42:48 -04:00
trace.rs compositing: Make the constellation messages serializable. 2015-07-18 12:43:08 -07:00
utils.rs Rename browser_context identifiers to browsing_context. 2015-07-20 15:56:32 +02:00