aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/conversions.rs
Commit message (Expand)AuthorAgeFilesLines
* Move generated bindings to script_bindings (#36323)Josh Matthews2025-04-041-93/+4
* Miscellaneous script splitting preparation changes (#36216)Josh Matthews2025-03-291-91/+10
* Move CustomTraceable to script_bindings. (#35988)Josh Matthews2025-03-161-20/+1
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* Move more bindings code to script_bindings (#35578)Josh Matthews2025-02-221-135/+5
* script: Refer to DOM interfaces with generic types in generated bindings. (#3...Josh Matthews2025-02-211-4/+3
* Move more foundational types to script_bindings (#35280)Josh Matthews2025-02-041-43/+2
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-13/+4
* bindings: Move string-related bindings code to script_bindings. (#35172)Josh Matthews2025-01-291-182/+6
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-20/+23
* jsstring_to_str should accept a NonNull argument for the JS string (#33306)Andriy Sultanov2024-09-051-17/+16
* Handle failed string conversions in console.log. (#33085)Josh Matthews2024-08-161-0/+1
* clippy:Fix clippy problems in components/scripts/binding (#31893)Rosemary Ajayi2024-03-271-2/+2
* clippy: Fix `unnecessary_cast` warnings in `components/script` (#31823)Oluwatobi Sofela2024-03-221-5/+5
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-20/+24
* Use MozTools 4 and update mozjs (#30326)Samson2023-09-111-2/+2
* Clean up debug optionsMartin Robinson2023-05-011-1/+1
* Changes for spidermomkey upgrade.Josh Matthews2022-11-231-7/+5
* Update mozjs.Josh Matthews2021-02-181-6/+6
* Remove unnecessary generic from private_from_proto_check.Josh Matthews2020-06-041-8/+20
* dom: Remove unnecessary generic from private_from_proto_check_static.Josh Matthews2020-06-021-6/+3
* Auto merge of #24694 - servo:rustup, r=jdmbors-servo2019-11-091-1/+0
|\
| * Remove use of on_unimplementedSimon Sapin2019-11-081-1/+0
* | Use MessageEventSource on MessageEvent IDLKagami Sascha Rosylight2019-11-041-1/+21
|/
* Check existence of property in get_property_jsvalGeorge Roman2019-07-231-5/+12
* Auto merge of #23669 - georgeroman:more_array_like_types, r=ferjmbors-servo2019-07-041-6/+36
|\
| * Add support for more array-like types in is_array_likeGeorge Roman2019-07-021-6/+36
* | Remove `default-except-unstable`Simon Sapin2019-07-011-4/+1
|/
* Upgrade to Spidermonkey 67.Josh Matthews2019-06-261-14/+60
* Upgrade to rustc 1.34.0-nightly (0ea22717a 2019-03-02)Simon Sapin2019-03-031-1/+1
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Remove useless `use crate_name;` imports.Simon Sapin2018-11-081-2/+0
* Reorder importsPyfisch2018-11-061-7/+9
* `cargo fix --edition`Simon Sapin2018-11-061-10/+10
* Format script componentchansuke2018-09-191-72/+99
* Upgraded to SM 60Alan Jeffrey2018-08-201-7/+9
* Adapt Servo for mozjs 0.6 and the changes introduced in servo/rust-mozjs#393Marcin Mielniczuk2018-03-281-14/+17
* Root `any` members in dictionariesIgor Matuszewski2018-03-161-1/+20
* Replace NonNullJSObjectPtr with std::ptr::NonNull<JSObject>Simon Sapin2018-01-221-11/+1
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-23/+23
* Make usage of unstable feature on_unimplemented optional.Simon Sapin2017-10-161-1/+2
* Replace NonZero<*mut JSObject> with a wrapper to enable local trait impls.Simon Sapin2017-10-161-1/+11
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-12/+12
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Store rootable dictionary members of dictionaries in RootedTraceableBox.Josh Matthews2017-09-251-13/+5
* script: remove unused function.Emilio Cobos Álvarez2017-09-181-14/+0
* script: Add a comment about some conversion that looks fishy.Emilio Cobos Álvarez2017-09-171-4/+4
* order derivable traits listsClément DAVID2017-08-231-1/+1
* Implemented paint worklets invoking worklet scripts.Alan Jeffrey2017-06-291-4/+47
* Untry scriptSimon Sapin2017-06-181-2/+2