aboutsummaryrefslogtreecommitdiffstats
path: root/components
Commit message (Expand)AuthorAgeFilesLines
...
* compositor: Remove some unused messages to the compositor (#35223)Martin Robinson2025-01-303-46/+0
* Potentially signal a slot change in Node::insert (#35221)Simon Wülker2025-01-301-1/+28
* layout: Remove wrong optimization when placing table among floats (#35207)Oriol Brufau2025-01-292-16/+3
* ohos: Support resizing the surface (#35158)Jonathan Schwender2025-01-291-1/+1
* Use "slot" attribute for slottable name (#35191)Simon Wülker2025-01-293-74/+15
* servoshell: Port Android / OHOS servoshell to use the WebView API (#35192)Martin Robinson2025-01-291-0/+4
* bindings: Move string-related bindings code to script_bindings. (#35172)Josh Matthews2025-01-2910-601/+675
* Never compute style for children of shadow hosts (#35198)Simon Wülker2025-01-281-25/+6
* libservo: Port desktop servoshell to use the new `WebView` API (#35183)Martin Robinson2025-01-288-46/+236
* libservo: Stop using `script_traits` in the embedding layer (#35185)Martin Robinson2025-01-2822-265/+276
* layout: Zero out collapsed track sizes when painting collapsed borders (#35165)Oriol Brufau2025-01-271-1/+13
* layout: Correctly resolve `currentcolor` on collapsed borders (#35163)Oriol Brufau2025-01-272-16/+27
* Script: implement `ReadableStreamBYOBReader::Read` (#35040)Taym Haddadi2025-01-277-223/+405
* Propagate events from slottables to their assigned slot instead of their pare...Simon Wülker2025-01-271-3/+26
* layout: Take percentage columns into account when sizing table grid min and m...Martin Robinson2025-01-2714-128/+225
* layout: Improve fixed table layout (#35170)Oriol Brufau2025-01-272-68/+69
* Fire slot change events when the slot content changes (#35137)Simon Wülker2025-01-278-13/+136
* Remove UTF-8 BOM before parsing JSON (#35175)shanehandley2025-01-272-19/+26
* script: Do not set up an IPC route for every image load (#35041)Martin Robinson2025-01-2516-272/+259
* libservo: Add an initial WebView data structure to the API (#35119)Delan Azabani2025-01-259-100/+343
* Make generated bindings generic over DOM types (#35169)Josh Matthews2025-01-256-52/+72
* Add support for HTMLStyleElement.media (#35148)webbeef2025-01-252-33/+49
* [35131] Borrow hazard in Document::broadcast_active_resize_observations (#35168)Domenico Rizzo2025-01-251-3/+5
* Use Dom in native promise handlers instead of Trusted (#35145)Taym Haddadi2025-01-251-49/+33
* script: Move code generation and webidl files to new script_bindings crate. (...Josh Matthews2025-01-24467-134/+175
* [#34767] - Range header is missing from CORS header safelist (#35138)Domenico Rizzo2025-01-242-0/+46
* layout: Remove min and max container sizes from `FlexContext` (#35144)Oriol Brufau2025-01-243-67/+54
* Remove type parameter from Servo and IOCompositor (#35121) (#35156)Delan Azabani2025-01-243-15/+11
* Fix winit_minimal.rs build (#35154)webbeef2025-01-241-3/+3
* feat: Turn `RenderingContext` into a trait (#35052)DK Liao2025-01-247-94/+217
* script: Handle shadow roots when determining common ancestors of dirty roots....Josh Matthews2025-01-241-2/+9
* dom: set composed flag when constructing `ClipboardEvent` (#35146)Gae242025-01-233-3/+9
* Update the FormData constructor to allow providing a submitter (#35066)shanehandley2025-01-233-7/+52
* Fix some clippy issues on the Android build (#35147)Martin Robinson2025-01-232-32/+17
* layout: Hide collapsed borders crossed by spanning cells (#35129)Oriol Brufau2025-01-232-21/+60
* layout: simplify `CollapsedBorderLine` (#35125)Oriol Brufau2025-01-233-45/+36
* Add minimal libservo example using winit (#35118)Delan Azabani2025-01-232-0/+271
* layout: Fix table geometry when collapsed borders have different sizes (#35122)Oriol Brufau2025-01-231-16/+20
* Fix building libservo with `cargo build -p libservo` (#35116)Delan Azabani2025-01-232-8/+8
* script: Avoid unwraps in DocumentOrShadowRoot::element_from_point. (#35130)Josh Matthews2025-01-231-1/+11
* layout: Proper check for BoxFragment generated by a table wrapper box (#35136)Oriol Brufau2025-01-221-3/+1
* Implement Event propagation across shadow roots (#34884)Simon Wülker2025-01-224-16/+89
* Remove BlobState abstraction (#35114)Simon Wülker2025-01-221-182/+128
* Make naming of variables consistent with `SpecificLayoutInfo` (#35104)Martin Robinson2025-01-2110-41/+41
* layout: Fix border widths of table wrapper with collapsed borders (#35097)Oriol Brufau2025-01-215-93/+95
* layout: Fix conflict resolution for collapsed borders differing in color (#35...Oriol Brufau2025-01-211-28/+28
* layout: Improve distribution colspan cell inline size (#35095)Martin Robinson2025-01-211-327/+276
* layout: Paint collapsed table borders on their own (#35075)Oriol Brufau2025-01-215-105/+205
* Add support for HTMLStyleElement.type (#35038)webbeef2025-01-212-8/+51
* layout: Fix clientWidth & friends for tables (#35096)Oriol Brufau2025-01-205-16/+30