aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/error.rs
Commit message (Expand)AuthorAgeFilesLines
* Use throw_type_error and throw_range_error from js.Ms2ger2015-11-121-76/+11
* Make DOMString a newtype around String, rather than a typedef.Ms2ger2015-11-041-3/+2
* Support the updated spidermonkey bindingsMichael Wu2015-10-141-10/+10
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-6/+5
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-5/+2
* sort all usesJohann Tuffe2015-08-201-2/+2
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-1/+2
* Implement window.crypto.getRandomValues()Tim Taubert2015-07-031-0/+6
* Auto merge of #6223 - nox:merge-generic-functions, r=Ms2gerbors-servo2015-06-241-0/+10
|\
| * Merge generic funs to share them across all bindings (fixes #2684)Anthony Ramine2015-06-241-0/+10
* | Fix some warnings caused by the SM upgradeMichael Wu2015-06-191-1/+0
|/
* Upgrade to SM 39Michael Wu2015-06-191-22/+25
* Make throw_not_in_union() throw a TypeError (fixes #6194)Anthony Ramine2015-05-281-7/+4
* Add missing range-related error typesAnthony Ramine2015-04-301-0/+6
* Uniformise root() methodsAnthony Ramine2015-04-281-0/+1
* Add Rust code for RangeErrors.Aneesh Agrawal2015-04-101-10/+41
* Adjust the assertions in throw_dom_exception.Ms2ger2015-04-081-3/+8
* Auto merge of #5490 - nox:namednodemap, r=jdmbors-servo2015-04-071-0/+3
|\
| * Add dom::bindings::error::Error::InUseAttributeAnthony Ramine2015-04-061-0/+3
* | Consistently name enum members in `dom::bindings::error::Error`Eric Hegnes2015-04-051-6/+6
|/
* Fix various build warnings.Ms2ger2015-03-201-2/+2
* Add support for throwing TypeErrors from DOM implementations.Ms2ger2015-02-281-0/+10
* Clarify the documentation for dom::bindings::error::Error variants.Ms2ger2015-02-281-15/+15
* Inline DOMException::new_from_error.Ms2ger2015-02-281-2/+20
* Rename FailureUnknown to JSFailed.Ms2ger2015-02-281-2/+2
* Upgrade to rustc ba2f13ef0 2015-02-04Simon Sapin2015-02-111-1/+1
* auto merge of #4717 : Ms2ger/servo/doc-proxy, r=saneyukibors-servo2015-01-281-2/+0
|\
| * Require documentation for all code in dom::bindings (excluding dom::bindings:...Ms2ger2015-01-251-2/+0
* | Fix crash due to address significance for JSAPI things.Josh Matthews2015-01-281-2/+2
* | Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-8/+12
|/
* Document error.rs.Ms2ger2015-01-181-2/+20
* Added readonly flag for CSSStyleDeclarationProgramFOX2014-12-281-1/+2
* This fixes #4166. throw_dom_exception will take the GlobalRef by value, and a...Matt McCoy2014-12-241-2/+2
* Replace XHR events for generic ones in ScriptTaskthiagopnts2014-12-231-1/+1
* Updated reflect_dom_object to be passed by valueMichael Booth2014-11-301-1/+1
* Throw DataCloneError from worker postMessage if structured clone failsEhsan Akhgari2014-10-151-1/+2
* Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000)Keegan McAllister2014-09-201-2/+2
* Cargoify servoJack Moffitt2014-09-081-0/+114