aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/trace.rs
Commit message (Expand)AuthorAgeFilesLines
* Move generated bindings to script_bindings (#36323)Josh Matthews2025-04-041-70/+0
* Remove redundant `rooted_vec` macro (#36214)Greg Morenz2025-03-291-1/+0
* Move CustomTraceable to script_bindings. (#35988)Josh Matthews2025-03-161-190/+0
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-2/+2
* Move more bindings types to script_bindings (#35620)Josh Matthews2025-02-231-2/+0
* Move more bindings code to script_bindings (#35578)Josh Matthews2025-02-221-22/+4
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-2/+0
* bindings: Move string-related bindings code to script_bindings. (#35172)Josh Matthews2025-01-291-3/+0
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-4/+4
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-24/+24
* script: Use `enum`s for event loop senders and receivers (#34896)Martin Robinson2025-01-081-0/+5
* Replace unsafe uses of HandleValueArray. (#34588)Josh Matthews2024-12-131-76/+1
* Filter out webidl files based on special comments, and feature-gate webxr int...Josh Matthews2024-11-241-0/+3
* clippy: Add safety documentation and clean up unsafe methods (#33748)Martin Robinson2024-10-161-0/+11
* use `ThreadSafeJSContext` instead of `ContextForRequestInterrupt` (#33769)Samson2024-10-101-2/+1
* webgpu: Factor out swapchain to separate file (#33367)Samson2024-09-091-2/+0
* webgpu: Sync `GPUBuffer` (#33154)Samson2024-08-271-2/+0
* fix: Memory leak from CreateProxyWindowHandler (#32773)Erik Hennig2024-08-011-1/+1
* Fix more clippy (#32740)石蕊 (Pi-Cla)2024-07-091-2/+2
* clippy: Fix a bunch of warnings in `script` (#32680)Martin Robinson2024-07-041-6/+3
* webgpu: Update wgpu and revamp computepass (#32575)Samson2024-06-281-2/+0
* clippy: Fix option_map_unit_fn warnings (#31906)Oluwatobi Sofela2024-03-271-1/+3
* fixes dereferencing on an immutable reference (#31864)Aarya Khandelwal2024-03-261-1/+1
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-1/+1
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-7/+7
* Fix intermittent crashes in paint worklets (#30671)Martin Robinson2023-11-021-0/+7
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-27/+24
* Use mozjs tracing infrastructure (#29918)Samson2023-08-101-336/+50
* No tracing of nop traceable fields (#29926)Samson2023-08-041-482/+146
* It was removed from the spec and it's disabled everywhere.Emilio Cobos Álvarez2023-06-301-7/+1
* Changes for spidermomkey upgrade.Josh Matthews2022-11-231-1/+2
* Upgrade HyperNaveen Gattu2022-01-161-2/+2
* Change ErrorScopeId type to NonZeroU64Kunal Mohan2020-08-031-0/+2
* Refactor and improve GPUErrorScopesKunal Mohan2020-07-301-2/+0
* Implement GPURenderBundleEncoder and GPURenderBundleKunal Mohan2020-07-241-3/+5
* Added off thread compilationAbhishekSharma1022020-07-211-2/+25
* Auto merge of #27026 - CYBAI:dynamic-module, r=jdmbors-servo2020-07-191-3/+39
|\
| * Set private reference for classic scriptCYBAI2020-07-181-1/+3
| * checkpoint - dynamic load inside of a module and classic script works.Josh Matthews2020-07-181-2/+36
* | Use existing BindGroupLayout if an equivalent BGL already existsKunal Mohan2020-07-161-0/+2
|/
* Auto merge of #27016 - gterzian:fix_closing_window, r=jdm,paulrougetbors-servo2020-06-301-1/+2
|\
| * ensure clean shutdown of all threads running JSGregory Terzian2020-06-301-1/+2
* | Support for webxr layer managementAlan Jeffrey2020-06-281-5/+1
* | address review commentsKunal Mohan2020-06-271-1/+2
* | Implement GPUBuffer.mapAsync and update wgpu-coreKunal Mohan2020-06-271-5/+7
* | Auto merge of #26984 - kunalmohan:gpu-bind-group, r=kvarkbors-servo2020-06-221-5/+5
|\ \ | |/ |/|
| * Update wgpu-core and wgpu-typesKunal Mohan2020-06-191-5/+5
* | Auto merge of #26955 - gterzian:fix_parser_borrow, r=jdmbors-servo2020-06-171-0/+3
|\ \
| * | do not trace pending parsersGregory Terzian2020-06-171-0/+3
* | | Auto merge of #26921 - mrobinson:animation-set-key, r=jdmbors-servo2020-06-161-2/+2
|\ \ \ | |_|/ |/| |