aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/trace.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |_|/ |/| |
| * | Add DocumentAnimationSet and AnimationSetKeyMartin Robinson2020-06-151-2/+2
| |/
* / Implement GPUSwapChain and GPUCanvasContext and interface with WebrenderKunal Mohan2020-06-131-1/+4
|/
* Enable textAlign, textBaseline and direction attributes for canvasUtsav Oza2020-06-101-1/+5
* Store resolved font style in canvas context stateUtsav Oza2020-06-101-0/+2
* Auto merge of #26628 - gterzian:shutdown_workers, r=asajeffreybors-servo2020-06-031-0/+2
|\
| * add mechanism to join on service- and dedicated-worker threadsGregory Terzian2020-05-291-0/+2
* | Implement GPUTexture and GPUTextureViewKunal Mohan2020-06-011-0/+3
* | Implement GPURenderPipelineKunal Mohan2020-05-301-1/+2
|/
* Add GPUSampler to WebGPU implementationKunal Mohan2020-05-261-1/+2
* serviceworker: make job queue unique per originGregory Terzian2020-05-211-0/+4
* Auto merge of #26551 - Manishearth:per-view, r=asajeffreybors-servo2020-05-181-1/+8
|\
| * Make views a per-frame dealManish Goregaokar2020-05-181-1/+8
* | Validate copybuffertobuffer() + some spec updateKunal Mohan2020-05-151-0/+2
* | Share single gpu_id_hub among all threads in a processKunal Mohan2020-05-151-2/+2
|/
* Move most animation processing to scriptMartin Robinson2020-05-121-9/+23