aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/error.rs
Commit message (Expand)AuthorAgeFilesLines
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-1/+1
* order derivable traits listsClément DAVID2017-08-231-1/+1
* Don't return early from report_pending_exception() if the value is an unexpec...Ms2ger2016-11-271-9/+10
* Invert conditional and return early from report_pending_exceptionFlorian Hartwig2016-10-131-41/+41
* Remove GlobalRoot and GlobalRefAnthony Ramine2016-10-061-3/+2
* Introduce GlobalScope::report_an_errorAnthony Ramine2016-10-061-3/+3
* Make Error::to_jsval take a &GlobalScopeAnthony Ramine2016-10-061-3/+3
* Make throw_dom_exception take a &GlobalScopeAnthony Ramine2016-10-061-3/+4
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-1/+1
* Add a simple API to reject promises with DOM error values.Josh Matthews2016-09-221-0/+12
* Reorder `use` statementsUK9922016-09-091-1/+1
* Implement report_an_error on GlobalRef.Ms2ger2016-09-051-3/+1
* Panic when stringifying an primitive fails.Ms2ger2016-09-021-2/+1
* Dispatch error events at the window object.Ms2ger2016-09-021-22/+46
* Remove the JSAutoCompartment from report_pending_exception.Ms2ger2016-08-261-4/+1
* Update rust-mozjs dependencyGuillaume Gomez2016-08-241-3/+3
* Remove an unused argument to ErrorInfo::from_dom_exception.Ms2ger2016-07-291-2/+2
* Update SpiderMonkey to m-c bcf4ff0c3eef.Ms2ger2016-07-281-4/+105
* Auto merge of #12261 - szeged:gattcharacteristicfunctions, r=jdmbors-servo2016-07-061-0/+3
|\
| * Missing steps of Characteristic's readValue, writeValue functionszakorgy2016-07-061-0/+3
* | Switch to using the new rooted!/RootedGuard API for rooting.Eduard Burtescu2016-07-041-2/+2
|/
* Make report_pending_exception unsafeAnthony Ramine2016-06-071-6/+4
* Remove JS_SaveFrameChain and JS_RestoreFrameChain calls.Ms2ger2016-05-171-9/+2
* Say farewell to in-tree HeapSizeOfAnthony Ramine2016-02-041-1/+0
* 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