aboutsummaryrefslogtreecommitdiffstats
path: root/components
Commit message (Expand)AuthorAgeFilesLines
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-27391-123511/+53
* Fix percentages in the padding of a table-cell (#31430)Oriol Brufau2024-02-271-4/+16
* layout: make `AxisResult`, `Anchor` & `AbsoluteAxisSolver` use `Au` (#31395)atbrakhi2024-02-262-108/+102
* Support <div align="..."> and <center> in block layout (#31423)Oriol Brufau2024-02-261-18/+75
* layout: Add line height from preserved segment breaks in quirks mode (#31419)Martin Robinson2024-02-265-10/+48
* Rename buffer_source_type to buffer_source (#31426)Taym Haddadi2024-02-266-23/+22
* WedIDL: bring dom/bindings/typedarray further in line with spec (#31375)Taym Haddadi2024-02-2515-317/+505
* layout: Place absolutes in IFCs at their hypothetical static position (#31418)Martin Robinson2024-02-233-28/+32
* Treat video elements as replaced content and render the current frame. (#31412)Josh Matthews2024-02-232-0/+28
* Support <div align="..."> and <center> on inline layout (#31388)Oriol Brufau2024-02-231-12/+15
* Fix crash when closing window containing video element (#31413)Josh Matthews2024-02-233-2/+15
* style: Remove dependency on servo_config (was #31409) (#31411)Delan Azabani2024-02-238-12/+177
* script: Do not run layout in a thread (#31346)Martin Robinson2024-02-2339-1229/+628
* layout: Add initial support for `text-transform` (#31396)Martin Robinson2024-02-227-16/+169
* Revert remaining Stylo changes (#31408)Delan Azabani2024-02-2213-77/+50
* Revert changes to servo_arc, style_derive, and style_traits (#31387)Martin Robinson2024-02-2222-105/+84
* Do not adjust margins in over-constrained cases (#31345)Oriol Brufau2024-02-211-86/+121
* layout: Add support for table rows, columns, rowgroups and colgroups (#31341)Martin Robinson2024-02-2024-371/+1255
* make ContainingBlock use Au for inline_size and block_size (#31370)atbrakhi2024-02-209-86/+83
* Revert as many changes to selectors from upstream as possible (#31365)Martin Robinson2024-02-209-69/+58
* Check for XML and XMLS namespace during 'locating a namespace' (#31374)Keith Yeung2024-02-202-5/+22
* Implement non-XR Gamepad discovery and input (#31200)Daniel Adams2024-02-1717-23/+488
* make size of DefiniteContainingBlock use app units (#31369)atbrakhi2024-02-174-18/+27
* WebIDL: Use Uint8ClampedArray instead of raw JSObject in bindings (#31317)Taym Haddadi2024-02-165-55/+117
* style: Remove dependency on servo_url (#31358)Martin Robinson2024-02-1634-111/+187
* WebIDL: Use ArrayBufferViewU8 instead of raw JSObject in bindings (#31325)Taym Haddadi2024-02-162-6/+7
* style: Reduce diff with upstream derive_common and malloc_size_of (#31363)Delan Azabani2024-02-165-6/+47
* style: Add a `static_prefs` implementation (#31351)Martin Robinson2024-02-1419-147/+195
* style: Reduce Servo's diff with upstream `to_shmem` (#31349)Martin Robinson2024-02-146-45/+36
* Support the parsing of image/svg+xml elements (#31318)Keith Yeung2024-02-142-4/+4
* Fix rooting of external array buffer pointer (#31342)Taym Haddadi2024-02-141-3/+5
* layout: Do whitespace collapse during breaking and shaping (#31322)Martin Robinson2024-02-135-254/+334
* Update truetype (#31313)Ivan Ukhov2024-02-132-18/+20
* Include border-spacing gutters in compute_inline_content_sizes (#31337)Oriol Brufau2024-02-131-0/+3
* WebIDL: Use `ArrayBuffer` instead of raw `JSObject` in bindings (#31202)Taym Haddadi2024-02-135-69/+120
* layout: make `padding` and `border` use `Au` in `pbm` (#31289)atbrakhi2024-02-129-128/+166
* docs: dom binding link fixes (#31311)Abhay Raj Singh2024-02-111-4/+5
* Fix list-style serialization (#31314)Oriol Brufau2024-02-111-2/+9
* layout: Implement support for font fallback (#31254)Martin Robinson2024-02-115-200/+484
* layout: Respond to shorthand property requests with real values (#31277)Sebastian C2024-02-101-7/+28
* layout: Start work on table row height and vertical-align (#31246)Martin Robinson2024-02-106-86/+261
* Update mozangle and mozjs in order to use bindgen 0.69.4 (#31306)Martin Robinson2024-02-101-1/+1
* Don't escape property name in CSSStyleDeclaration's item() (#31305)Oriol Brufau2024-02-091-7/+2
* Fix CSSStyleDeclaration's item() to provide properties instead of values (#31...Oriol Brufau2024-02-091-8/+7
* BHM: Support aarch64 for Mac sampler (#31298)Rajesh Malviya2024-02-092-23/+42
* layout: Use `BoxFragment` border widths for display list generation (#31292)Martin Robinson2024-02-082-9/+8
* script: implement navigator.hardwareConcurrency (#31268)Smitty2024-02-076-1/+30
* android: disable JIT in SM to workaround #31134 (#31270)Mukilan Thiyagarajan2024-02-072-3/+11
* layout: Wait to count justification opportunities until justification (#31236)Martin Robinson2024-02-062-72/+38
* Fix crash on large console log (#31267)Smitty2024-02-061-5/+15