aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* script: Move code generation and webidl files to new script_bindings crate. (...Josh Matthews2025-01-241-1/+1
* Implement shadow dom slots (#35013)Simon Wülker2025-01-191-0/+1
* script: Implement `set_up`, `ReleaseLock`, `Closed`, `Cancel`, `acquire_byob_...Taym Haddadi2025-01-151-0/+1
* Implement Clipboard Event Api (#33576)Gae242025-01-151-0/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-399/+421
* Dom: Re-implement `ReadableStream` Part 1 : Default `Reader` and `Controller`...Gregory Terzian2024-12-171-0/+10
* script: Add stub interface for AbortController. (#34519)Josh Matthews2024-12-101-0/+1
* Add XPath parser/evaluator (#34463)Ville Lindholm2024-12-081-0/+3
* Add `webgpu` feature flag (#34444)atbrakhi2024-12-051-2/+7
* script: add PointerEvent (#34437)Ngo Iok Ui (Wu Yu Wei)2024-12-021-0/+1
* Move script gpu files into webgpu folder (#34415)atbrakhi2024-11-281-40/+2
* Implement `DataTransfer` and related interfaces (#34205)Gae242024-11-251-0/+3
* Filter out webidl files based on special comments, and feature-gate webxr int...Josh Matthews2024-11-241-40/+4
* DOMRectList interface implementation (#34025)chickenleaf2024-11-011-0/+1
* dom: Stub out the `IntersectionObserver` interface (#33989)Martin Robinson2024-10-251-0/+2
* crypto: Begin SubtleCrypto implementation (#33628)Daniel Adams2024-10-081-0/+2
* webxr: Implement reference space reset events (#33460)Daniel Adams2024-09-171-0/+1
* webxr: Implement XRBoundedReferenceSpace (#33176)Daniel Adams2024-08-251-0/+1
* webaudio: Implement IIRFilterNode (#33001)Daniel Adams2024-08-121-0/+1
* webgpu: Implement proper async pipeline creation and GPUPipelineError (#32636)Samson2024-08-081-0/+1
* enhance: Add support for `unsafe-eval` and `wasm-unsafe-eval` (#32893)Chocolate Pie2024-08-011-0/+1
* Gamepad: Implement GamepadHapticActuator (#32046)Daniel Adams2024-07-201-0/+1
* script: `document.visibilityState` and `document.hidden` (#32635)Ngo Iok Ui (Wu Yu Wei)2024-07-121-0/+1
* script: Implement the `FontFaceSet` DOM API (#32576)Mukilan Thiyagarajan2024-06-261-0/+1
* implement basic infra for ResizeObserver (#31108)Gregory Terzian2024-06-171-0/+3
* webgpu: Move errorscopes to WGPU thread (#32304)Samson2024-05-221-0/+2
* Revert "script: implement AbortController (#31361)" (#32243)Samson2024-05-071-2/+0
* script: implement AbortController (#31361)Smitty2024-05-041-0/+2
* Implement form-associated custom elements and their ElementInternals (#31980)cathiechen2024-04-111-0/+1
* Gamepad: Remove GamepadList and fix dropped connection event on startup (#31684)Daniel Adams2024-04-081-1/+0
* Implement StaticRange (#31809)cathiechen2024-03-221-0/+2
* Move convert_* functions into gpuconvert.rs (#31521)eri2024-03-061-0/+1
* Add CSSOM support for CSS layers (#31481)Oriol Brufau2024-03-031-0/+2
* script: Do not run layout in a thread (#31346)Martin Robinson2024-02-231-1/+1
* Support Namespace const in webidl (#30492)Samson2023-10-041-0/+1
* Add GPUSupportedFeatures and update GPUSupportedLimits (#30359)Samson2023-09-141-0/+1
* Impl Setlike and Maplike (#30237)Samson2023-09-061-0/+2
* Upgrade whole webgpu stack (#29795)Samson2023-08-201-1/+5
* It was removed from the spec and it's disabled everywhere.Emilio Cobos Álvarez2023-06-301-1/+0
* Implement GPUUncapturedErrorEventKunal Mohan2020-08-111-0/+1
* Add XRLayerEventAlan Jeffrey2020-08-051-0/+1
* Add a dummy implementation of all the XR Layer typesAlan Jeffrey2020-08-041-0/+6
* Implement GPURenderBundleEncoder and GPURenderBundleKunal Mohan2020-07-241-0/+2
* Auto merge of #27026 - CYBAI:dynamic-module, r=jdmbors-servo2020-07-191-0/+1
|\
| * Introduce DynamicModuleOwner dom structCYBAI2020-07-181-0/+1
* | Implement Async Error reporting for WebGPU and update wgpu-coreKunal Mohan2020-07-161-0/+3
|/
* dom: Add WebRTC transceiver stubs.Josh Matthews2020-07-141-0/+2
* Implement MediaDevices.enumerateDevices()Fernando Jiménez Moreno2020-07-101-0/+1
* Add MediaStreamTrackAudioSourceNodeManish Goregaokar2020-07-021-0/+1
* Add MediaStreamAudioSourceNodeManish Goregaokar2020-07-021-0/+1