aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/error.rs
Commit message (Expand)AuthorAgeFilesLines
* clippy: fix some warnings in components/script (#31865)Ekta Siwach2024-03-261-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-18/+16
* Throw type error when calling DOM constructor without new.Josh Matthews2023-05-301-0/+6
* Stringify unknown JavaScript objects in global exception handlersMartin Robinson2023-01-121-30/+38
* Fix building with --feature js_backtraceKallyn Gowdy2020-06-221-2/+4
* Update SpiderMonkeyAnthony Ramine2020-03-061-1/+2
* Always pass InRealm to GlobalScope::from_context to avoid getting null globalCYBAI2020-02-161-2/+3
* Stringifier is sno longer exposedPatrick Shaughnessy2019-12-121-2/+1
* Use safe JSContext as first argument for throw_dom_exceptionmarmeladema2019-08-091-16/+19
* Added framebuffer and related attributes to XRWebGLLayerAlan Jeffrey2019-07-181-0/+3
* Propagate JSFailed error & conditionally execute initial assertion when conve...Julien Tregoat2019-07-031-1/+4
* Upgrade to Spidermonkey 67.Josh Matthews2019-06-261-3/+3
* Upgrade to rustc 1.35.0-nightly (4c27fb19b 2019-03-25)Simon Sapin2019-03-261-3/+5
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-2/+2
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-3/+5
* Sort `use` statementsSimon Sapin2018-11-061-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-7/+7
* script: Optionally store backtraces when throwing DOM exceptions.Josh Matthews2018-10-011-0/+30
* Format script componentchansuke2018-09-191-28/+30
* Support unions of objects in overloadsAnthony Ramine2018-08-301-8/+0
* Upgraded to SM 60Alan Jeffrey2018-08-201-5/+5
* Implement read methods on FileReaderSyncJonas Reinwald2018-06-041-0/+3
* Adapt Servo for mozjs 0.6 and the changes introduced in servo/rust-mozjs#393Marcin Mielniczuk2018-03-281-5/+5
* 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