aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/error.rs
Commit message (Expand)AuthorAgeFilesLines
* Implement CSSStyleSheet::replaceSync (#36586)webbeef2 days1-0/+1
* Support optional message for dataclone error (#36308)Jerens Lensun12 days1-1/+16
* Miscellaneous script splitting preparation changes (#36216)Josh Matthews2025-03-291-18/+0
* feat: add CanGc argument to Error::to_jsval (#36014)Arya Nair2025-03-171-3/+15
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* Move more bindings types to script_bindings (#35620)Josh Matthews2025-02-231-75/+7
* refactor: propagate CanGc arguments through callers (#35591)Auguste Baum2025-02-231-3/+8
* Move more bindings code to script_bindings (#35578)Josh Matthews2025-02-221-1/+1
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-1/+1
* script: make Error::to_jsval safe (#35411)Stephen Muss2025-02-101-10/+10
* make report_pending_exception safe and adjust callers (#35351)Nolen Scaife2025-02-081-11/+15
* script: make methods of ErrorInfo safe (#35367)Stephen Muss2025-02-071-22/+31
* script: make throw_invalid_this and throw_constructor_without_new safe (#35360)Stephen Muss2025-02-071-6/+6
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-13/+13
* CanGc fixes in `errorevent.rs` (#33960)tanishka2024-10-221-3/+8
* crypto: Implement encrypt/decrypt for AES-CBC + JWK support (#33795)Daniel Adams2024-10-211-0/+3
* Update mozjs (SpiderMonkey) to 128.0 (#32769)Samson2024-07-291-2/+2
* clippy: Fix a bunch of warnings in `script` (#32680)Martin Robinson2024-07-041-0/+1
* implement basic infra for ResizeObserver (#31108)Gregory Terzian2024-06-171-0/+1
* 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