aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom
Commit message (Expand)AuthorAgeFilesLines
* Demonstrate using dictionary as callback this object.dictionary-callbackJosh Matthews2024-07-154-6/+31
* use dom in pull promise handlersgterzian2024-07-151-4/+7
* add queue with sizes conceptgterzian2024-07-154-18/+82
* clean-up js conversions in read req handlersgterzian2024-07-121-7/+2
* tidygterzian2024-07-122-10/+18
* fix read request promise resolvinggterzian2024-07-122-9/+51
* remove prototype setting on underlying source containergterzian2024-07-121-12/+3
* turn off SM streamsgterzian2024-07-121-1/+0
* clean-up docs, dispatch of controller in pull algo callgterzian2024-07-123-23/+35
* setup source container with prototype of source dictgterzian2024-07-122-25/+9
* add default controller init in stream constructorgterzian2024-07-111-4/+16
* remove rc around source typegterzian2024-07-111-6/+4
* add underlying source dom struct containergterzian2024-07-117-69/+179
* add todo for should pullgterzian2024-07-111-1/+11
* allow for more than one non-native underlying source typegterzian2024-07-111-1/+7
* read request and reader typinggterzian2024-07-112-48/+122
* add fulfill read request, clean-up warningsgterzian2024-07-114-47/+83
* more details on chunk enqueuinggterzian2024-07-111-0/+8
* add calling into pull algogterzian2024-07-112-13/+94
* re-implement native controller methodsgterzian2024-07-115-361/+140
* enum for controllergterzian2024-07-111-9/+40
* implement basic internal slots, with todosgterzian2024-07-113-65/+198
* Create safe wrapper for JSFunctions (#32620)Taym Haddadi2024-07-104-83/+81
* Add remaining WebIDLs of ReadableStream (#32605)Ngo Iok Ui (Wu Yu Wei)2024-06-278-6/+288
* Add QueuingStrategy and UnderlyingSource (#32572)Ngo Iok Ui (Wu Yu Wei)2024-06-2414-7/+607
* fix: codegen on callback (#32537)Ngo Iok Ui (Wu Yu Wei)2024-06-183-8/+24
* servoshell: Reset link status when loading a new document (#32518)webbeef2024-06-181-0/+1
* Use workspace definitions for all crates and update to the 2021 edition (#32544)Martin Robinson2024-06-182-2/+6
* implement basic infra for ResizeObserver (#31108)Gregory Terzian2024-06-1711-3/+593
* webgpu: Implement device lost (#32354)Samson2024-06-174-32/+41
* htmlmetaelement: improve parsing of meta http-equiv (#32508)shanehandley2024-06-151-1/+8
* Update WebIDL.py (#32495)Ngo Iok Ui (Wu Yu Wei)2024-06-154-14/+13
* Implement HTMLImageElement decode (#31269)Taym Haddadi2024-06-133-1/+97
* clippy fixes regarding clone_from (#32482)Peter Mikola2024-06-125-7/+21
* script: Remove explicit reflow for web font loads (#32455)Martin Robinson2024-06-101-1/+0
* webgpu: Enable gles support (#32452)Hieu Do2024-06-091-0/+8
* Update to Rust 1.78 (#32217)Samson2024-06-011-2/+1
* webgpu: Move errorscopes to WGPU thread (#32304)Samson2024-05-2229-587/+483
* script: Have `Document` own `Layout` (#32316)Martin Robinson2024-05-206-84/+64
* compositor: Move WebRender-ish messages and types to `webrender_traits` (#32315)Mukilan Thiyagarajan2024-05-205-13/+14
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-1730-41/+37
* Rename NavigationType to NavigationTimingType (#32299)shanehandley2024-05-162-16/+16
* Fix RefCell borrows (#32276)Samson2024-05-131-3/+2
* script: Start rework to better match the specification HTML event loop (#31505)Gregory Terzian2024-05-133-15/+70
* fix: Implement additional logic in DOMString::set_best_representation_of_the_...shanehandley2024-05-134-14/+67
* clippy: Fix last few warnings (#32270)Pi-Cla2024-05-123-4/+4
* Implement attributes for the `<meter>` element (#32230)shanehandley2024-05-112-13/+139
* clippy: Fix vtable_address_comparisons error (#32262)sergiitomusiak2024-05-091-1/+5
* webgpu: Refactor webgpu crate (#32255)Samson2024-05-0813-25/+22
* webgpu: Update to wgpu 0.20 (#32173)Samson2024-05-087-34/+38