aboutsummaryrefslogtreecommitdiffstats
path: root/components
Commit message (Expand)AuthorAgeFilesLines
* net: Use `RequestId` to cancel fetches instead of creating an IPC channel (#3...Martin Robinson2025-01-1123-226/+179
* layout: Improve painting of collapsed borders in table layout (#34933)Oriol Brufau2025-01-115-94/+177
* layout: Improve sizing of tables in collapsed-borders mode (#34932)Oriol Brufau2025-01-102-6/+38
* Implement HTMLCanvasElement.toBlob (#34938)webbeef2025-01-104-91/+205
* Update wgpu and impl `WGSLLanguageFeatures` (#34928)Samson2025-01-106-4/+107
* layout: Don't recalculate the PaddingBorderMargin in table layout (#34931)Oriol Brufau2025-01-101-23/+15
* script: Move navigation fetching to the `ScriptThread` (#34919)Martin Robinson2025-01-1016-458/+418
* Fix shadow root binding children to the tree (#34909)Taym Haddadi2025-01-101-3/+12
* layout: grid-template getComputedStyle cleanup (#34926)Steven Novaryo2025-01-106-28/+28
* script: Limit public exports. (#34915)Josh Matthews2025-01-10584-5008/+5407
* Add jpeg and webp support to canvas.toDataURL() (#34861)webbeef2025-01-091-9/+69
* layout: Set padding to zero on tables in collapsed-borders mode (#34908)Oriol Brufau2025-01-092-11/+17
* Add http2 feature for hyper-util (#34920)Oriol Brufau2025-01-092-2/+2
* layout: Minor tweaks for table layout (#34921)Oriol Brufau2025-01-091-3/+3
* layout: grid template getComputedStyle resolved value (#34885)Steven Novaryo2025-01-099-10/+188
* webgl: shutdown webrender before acknowledging Exit message (#34917)Mukilan Thiyagarajan2025-01-091-9/+9
* script: Downgrade noisy debug logs. (#34914)Josh Matthews2025-01-094-7/+7
* layout: Defer some table sizing logic to the parent formatting context (#34889)Oriol Brufau2025-01-094-40/+43
* build(deps): bump async-tungstenite from 0.28.0 to 0.28.2 (#34904)dependabot[bot]2025-01-081-1/+0
* script: Use `enum`s for event loop senders and receivers (#34896)Martin Robinson2025-01-0818-325/+217
* layout: Refine the check for dependending on available space (#34907)Oriol Brufau2025-01-082-16/+11
* layout: Remove wrong FIXME (#34895)Oriol Brufau2025-01-081-1/+0
* layout: Don't use `content_inline_size_for_table` in taffy (#34891)Oriol Brufau2025-01-081-3/+1
* layout: Assert that GRIDMIN <= GRIDMAX (#34892)Oriol Brufau2025-01-081-5/+5
* Update all network-related dependencies to the latest versions (#34630)Josh Matthews2025-01-0817-946/+1116
* Consider shadow dom when dispatching events (#34788)Simon Wülker2025-01-075-263/+732
* script: Expose `NodeTraits::owner_global` / `Window::as_global_scope` (#34843)Martin Robinson2025-01-0733-258/+262
* Various servodriver fixes (#34871)Josh Matthews2025-01-072-4/+1
* Remove obselete request parameter. (#34867)Shubham Gupta2025-01-071-3/+0
* script: Move the `FontContext` to `Window` (#34845)Martin Robinson2025-01-076-45/+61
* script: Unsilence all main thread `TaskQueue` errors (#34849)Martin Robinson2025-01-0748-572/+629
* Add shadow tree flags to Bind/UnbindContext (#34863)Simon Wülker2025-01-0710-39/+76
* Add initial support for WebGL 2 BlitFramebuffer (#26389)Josh Matthews2025-01-065-2/+140
* Check regex syntax for pattern attribute with CheckRegexSyntax from mozjs (#2...cybai (Haku)2025-01-061-2/+31
* Treat % as 0 for the min-content contribution of replaced elements (#32103)Oriol Brufau2025-01-063-2/+30
* Update webdriver to 0.51 (#34838)webbeef2025-01-051-10/+5
* ReadableStream: remove the use of get_js_stream and use DomRoot<ReadableStrea...Taym Haddadi2025-01-059-52/+43
* Document's current script should not be updated when executing script element...Domenico Rizzo2025-01-041-1/+9
* Remove readable streams from webidl/codegen (#34835)Taym Haddadi2025-01-042-39/+1
* script: Move `TimerListener` creation to `OneShotTimers` (#34825)Martin Robinson2025-01-042-56/+53
* script: Move `TaskManager` to `GlobalScope` (#34827)Martin Robinson2025-01-0454-1522/+1066
* Ensure Element ID modifications inside disconnected shadow roots are register...Simon Wülker2025-01-042-2/+3
* Fix IS_IN_SHADOW_TREE flag for descendants after Node::remove call (#34803)Simon Wülker2025-01-032-12/+34
* script: Expose node helpers as `NodeTraits` and give more descriptive names (...Martin Robinson2025-01-0366-425/+414
* Elide lifetimes where possible after rustup (#34824)Martin Robinson2025-01-0357-99/+92
* fix: add source browsing context to `Request` and HTTP credentials prompt (#3...Jason Tsai2025-01-034-7/+28
* Fix building with feature=tracing (#34815)Simon Wülker2025-01-032-7/+126
* webxr: create glwindow with Rc window and without rendering context (#34813)Ngo Iok Ui (Wu Yu Wei)2025-01-031-0/+3
* Support syntax highlighting of arguments in the devtools console (#34810)Simon Wülker2025-01-024-95/+242
* chore: Update wgpu (#34795)Samson2025-01-022-17/+22