aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/iterable.rs
Commit message (Expand)AuthorAgeFilesLines
* Move generated bindings to script_bindings (#36323)Josh Matthews2025-04-041-180/+0
* More miscellaneous script splitting changes (#36220)Josh Matthews2025-03-301-2/+3
* script: Expose new methods for obtaining a global that require a realm. (#36116)Josh Matthews2025-03-261-4/+5
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-10/+10
* Move more bindings types to script_bindings (#35620)Josh Matthews2025-02-231-33/+1
* script: Refer to DOM interfaces with generic types in generated bindings. (#3...Josh Matthews2025-02-211-7/+48
* chore: Remove outdated FIXME. (#35458)Josh Matthews2025-02-141-1/+0
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-5/+5
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-131-1/+1
* Start marking functions that can transitively trigger a GC (#33144)Josh Matthews2024-08-221-1/+2
* clippy: Fix several warnings (#31710)RustAndMetal2024-03-181-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-10/+13
* Formatting.Josh Matthews2023-05-281-2/+7
* Support arbitrary protos when wrapping EventTarget objects.Josh Matthews2023-05-281-2/+2
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-10/+12
* Remove some usage of unsafe code in iterator.rsmarmeladema2019-08-091-14/+14
* Convert CGTraitInterface to use safe JSContext instead of raw JSContextmarmeladema2019-07-241-12/+12
* Wrap(Global)Method now takes a SafeJSContext instead of a JSContextmarmeladema2019-07-241-1/+2
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-7/+7
* Format script componentchansuke2018-09-191-26/+39
* Make (dictionary)::empty() safeManish Goregaokar2018-07-061-2/+2
* Adapt Servo for mozjs 0.6 and the changes introduced in servo/rust-mozjs#393Marcin Mielniczuk2018-03-281-3/+4
* Root `any` members in dictionariesIgor Matuszewski2018-03-161-5/+5
* Use safe NonZero constructor instead of an explicit null checkSimon Sapin2018-01-221-2/+1
* Replace NonNullJSObjectPtr with std::ptr::NonNull<JSObject>Simon Sapin2018-01-221-3/+3
* Fix tyvar_behind_raw_pointer warningsSimon Sapin2018-01-101-2/+2
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-1/+1
* Replace NonZero<*mut JSObject> with a wrapper to enable local trait impls.Simon Sapin2017-10-161-4/+4
* Remove use of unstable box syntax.Simon Sapin2017-10-161-2/+2
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-2/+2
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-3/+3
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Remove almost all uses of Heap::new.Josh Matthews2017-09-251-1/+4
* Store rootable dictionary members of dictionaries in RootedTraceableBox.Josh Matthews2017-09-251-3/+3
* Be more conservative about safety of dictionary and union values.Josh Matthews2017-09-251-3/+3
* order derivable traits listsClément DAVID2017-08-231-1/+1
* Upgrade to rustc 1.21.0-nightly (599be0d18 2017-07-26)Simon Sapin2017-07-271-1/+1
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Use Heap for dictionary and union members.Ms2ger2017-02-161-3/+3
* Use #[dom_struct] on IterableIterator<T> (fixes #12811)Anthony Ramine2017-02-151-27/+3
* Change #[privatize] into #[derive(DenyPublicFields)]Anthony Ramine2017-02-151-3/+1
* Rename `Reflectable` to `DomObject`.Corey Farwell2016-12-081-7/+7
* script creates methods taking '*mut JSContext' unsafeAbelardo E. Mendoza2016-11-141-1/+1
* Rename Reflectable::global_scope to globalAnthony Ramine2016-10-061-1/+1
* Introduce Reflectable::global_scopeAnthony Ramine2016-10-061-2/+1
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-3/+3
* Extract mutability out of Reflectable trait.Josh Matthews2016-09-071-1/+4