aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/worklet.rs
Commit message (Expand)AuthorAgeFilesLines
* Include `WebViewId` into EmbedderMsg variants where possible (#35211)Delan Azabani2025-01-301-0/+1
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-2/+2
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-9/+9
* script: Use `enum`s for event loop senders and receivers (#34896)Martin Robinson2025-01-081-3/+2
* script: Expose `NodeTraits::owner_global` / `Window::as_global_scope` (#34843)Martin Robinson2025-01-071-3/+2
* script: Refactor channels in `ScriptThread` into receivers and senders (#34776)Martin Robinson2024-12-261-2/+3
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-131-0/+1
* Rewrite From/TryFrom conversions on generated types to avoid future orphan ru...Josh Matthews2024-12-111-1/+2
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* CanGc fixes from EventTarget::fire_event (#33985)tanishka2024-10-231-0/+1
* CanGc fixes in `errorevent.rs` (#33960)tanishka2024-10-221-4/+6
* Mark promise creation methods with CanGc (#33928)Josh Matthews2024-10-221-2/+3
* clippy: Add safety documentation and clean up unsafe methods (#33748)Martin Robinson2024-10-161-2/+2
* clippy: Rename various methods and members to conform to naming guidelines (#...Martin Robinson2024-10-101-1/+2
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-1/+1
* clippy: Allow `too_many_arguments` for all functions (#31962)komuhangi2024-04-011-0/+2
* clippy: Fix option_map_unit_fn warnings (#31906)Oluwatobi Sofela2024-03-271-2/+2
* clippy: Fix `explicit_auto_deref` warnings in `components/script` (#31837)Oluwatobi Sofela2024-03-231-1/+1
* Fixed the .clone() warnings. (#31819)Aarya Khandelwal2024-03-221-1/+1
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-2/+2
* clippy: Fix dereferenced warnings (#31770)Oluwatobi Sofela2024-03-201-1/+1
* clippy: Fix many warnings in `components/script` (#31717)Richard Dushime2024-03-191-2/+2
* clippy: Fix some warnings in the `script` crate (#31719)Rosemary Ajayi2024-03-181-15/+15
* fix: missing thread name when spawning (#31656)Ngo Iok Ui (Wu Yu Wei)2024-03-141-28/+34
* script: Do not run layout in a thread (#31346)Martin Robinson2024-02-231-1/+1
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-2/+2
* Fix intermittent crashes in paint worklets (#30671)Martin Robinson2023-11-021-19/+34
* Use Foo_Binding instead of FooBinding for namespace modules (#30447)Samson2023-09-301-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-40/+26
* remove `extern crate` (#30311)Samson2023-09-081-0/+1
* No tracing of nop traceable fields (#29926)Samson2023-08-041-1/+8
* Remove global argument from Promise::new_in_current_realm.Josh Matthews2023-05-201-2/+1
* 26488 Move worklet drop implementation into single droppable memberBenjamin Freist2023-02-131-11/+18
* Make url for "client" referrer mandatoryMatthias Deiml2020-06-171-5/+8
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+0
* rename compartment to realmKunal Mohan2020-01-241-3/+3
* Bind runnable dispatching in script_runtimeAkash-Pateria2019-11-191-1/+1
* Use `#![register_tool]` instead of `#![register_attr]`Simon Sapin2019-11-151-1/+1
* Use the newly added inCompartments option everywhere it can beBastien Orivel2019-05-251-7/+8
* Update to SpiderMonkey 66.Josh Matthews2019-05-101-2/+2
* Create resource timing entry for sync network fetchpylbrecht2019-05-081-4/+8
* Pass InCompartment by valueAron Zwaan2019-04-251-1/+1
* Add proof parameter to Promise::new_in_current_compartmentAron Zwaan2019-04-241-2/+7
* Implementing the builder pattern for RequestInitLucas Fantacuci2019-04-101-9/+7
* Rename Promise::new to Promise::new_in_current_compartmentAron Zwaan2019-04-031-1/+2
* Reintroduce parent runtimes for worker threads.Josh Matthews2019-01-151-1/+1
* Remove now-unnecessary must_root and allow(unrooted_must_root) annotationsManish Goregaokar2019-01-041-1/+0
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Update crossbeam-channel to 0.3Bastien Orivel2018-11-181-6/+6
* Remove useless `use crate_name;` imports.Simon Sapin2018-11-081-1/+0