aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/interface.rs
Commit message (Expand)AuthorAgeFilesLines
* Move generated bindings to script_bindings (#36323)Josh Matthews2025-04-041-696/+0
* More miscellaneous script splitting changes (#36220)Josh Matthews2025-03-301-2/+2
* Miscellaneous script splitting preparation changes (#36216)Josh Matthews2025-03-291-28/+17
* Stop using `RootedGuard's` DerefMut impl (#36158)Greg Morenz2025-03-281-1/+1
* Use explicit reborrows with mozjs::MutableHandle (#35892)Greg Morenz2025-03-231-5/+5
* Add an about:memory page (#35728)webbeef2025-03-071-0/+12
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-10/+11
* Move more bindings code to script_bindings (#35578)Josh Matthews2025-02-221-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-27/+27
* Dom: Re-implement `ReadableStream` Part 1 : Default `Reader` and `Controller`...Gregory Terzian2024-12-171-1/+0
* fix: Replace callargs_is_constructing with is_constructing method (#33101)Koki Saito2024-08-181-3/+2
* Fix warnings after latest rust upgrade (#33043)Martin Robinson2024-08-141-6/+6
* script: Use the new C string literal in the DOM bindings (#32741)Bumsoo Kim2024-07-111-23/+13
* Replace null-byte terminated string literals with C-string literals (#32716)Bumsoo Kim2024-07-061-5/+5
* clippy: Fix several warnings in `components/script/dom/bindings` (#31945)Azhar Ismagulova2024-04-031-1/+1
* clippy: Allow `too_many_arguments` for all functions (#31962)komuhangi2024-04-011-0/+3
* clippy: Fix `from_over_into` warnings (#31946)eri2024-03-301-3/+3
* clippy: remove unneeded return statements (#31923)Azhar Ismagulova2024-03-281-2/+2
* clippy: Fix op_ref warnings (#31900)Oluwatobi Sofela2024-03-271-2/+2
* clippy: fix some warnings in components/script (#31865)Ekta Siwach2024-03-261-1/+1
* clippy: Fix several warnings (#31710)RustAndMetal2024-03-181-6/+4
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-37/+28
* Use MozTools 4 and update mozjs (#30326)Samson2023-09-111-1/+1
* Rename reflect_dom_object2.Josh Matthews2023-05-311-2/+2
* Assert that we're constructing.Josh Matthews2023-05-301-1/+2
* Don't root a Realm that's used for one call.dom-protosJosh Matthews2023-05-291-3/+3
* Formatting.Josh Matthews2023-05-281-31/+32
* Support arbitrary protos when wrapping EventTarget objects.Josh Matthews2023-05-281-2/+120
* Formatting.Josh Matthews2023-05-261-8/+2
* Use an enum to pass the index value for interfaces/protos.Josh Matthews2023-05-261-4/+19
* Extract bodies of DefineDOMInterface and GetProtoObject/GetConstructorObject ...Josh Matthews2023-05-261-1/+50
* Changes for spidermomkey upgrade.Josh Matthews2022-11-231-2/+0
* refactor(script): apply suggestionsyvt2021-07-251-2/+0
* refactor(script): auto ref-count `ServoJSPrincipals`yvt2021-07-131-1/+1
* refactor(script): rename `ServoJSPrincipal` to `ServoJSPrincipals`yvt2021-07-131-2/+2
* refactor(script): move `crate::dom::bindings::{utils → principals)::ServoJS...yvt2021-07-131-1/+2
* chore(deps): update mozjsyvt2021-07-111-5/+3
* fix: accommodate to the modern ageyvt2021-07-101-1/+1
* Merge remote-tracking branch 'upstream/master' into feat-cow-infrayvt2021-07-101-290/+347
|\
| * fix(script): one compartment for each script thread (agent)yvt2021-07-061-0/+42
| * Fix errorssagudev2021-03-121-2/+2
| * Don't pretend we support SharedArrayBuffer.Josh Matthews2020-06-161-1/+1
| * integrate readablestream with fetch and blobGregory Terzian2020-06-041-0/+1
| * Update SpiderMonkeyAnthony Ramine2020-03-061-8/+8
| * Remove obsolete behavior per heycam/webidl #356Patrick Shaughnessy2019-12-221-80/+5
| * Support [LegacyWindowAlias]Kagami Sascha Rosylight2019-10-191-0/+7
| * Use safe JSContext when possible in interface.rsmarmeladema2019-08-091-141/+166
| * Update SpiderMonkey bindings for Windows arm64 crash fix.Josh Matthews2019-07-251-5/+7
| * Change bindings generation to make Exposed annotation aware of members/partia...sreeise2019-07-141-7/+14
| * Update to SpiderMonkey 66.Josh Matthews2019-05-101-15/+13