aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix alignment of abspos child of flexbox with flipped direction (#34426)testOriol Brufau2024-11-303-374/+66
* script: Dirty video element when clearing video frame data. (#34435)Josh Matthews2024-11-301-1/+2
* Retain the referrer policy when loading an about:blank iframe. (#34432)shanehandley2024-11-309-41/+4
* ohos: Specify SDK version more accurately. (#34431)Jonathan Schwender2024-11-291-1/+1
* build(deps): bump libc from 0.2.166 to 0.2.167 (#34429)dependabot[bot]2024-11-291-2/+2
* build(deps): bump cc from 1.2.1 to 1.2.2 (#34428)dependabot[bot]2024-11-291-3/+3
* Make Servo compatible with Stylo with `prefers-color-scheme` support (#34423)Nico Burns2024-11-296-24/+26
* Refactor computation of preferred aspect ratios (#34416)Oriol Brufau2024-11-2911-113/+133
* Ensure taffy uses margin when calling used_size_as_if_inline_element_from_con...tanishka2024-11-281-1/+1
* build(deps): bump socket2 from 0.5.7 to 0.5.8 (#34420)dependabot[bot]2024-11-281-2/+2
* build(deps): bump bytes from 1.8.0 to 1.9.0 (#34418)dependabot[bot]2024-11-281-2/+2
* build(deps): bump errno from 0.3.9 to 0.3.10 (#34419)dependabot[bot]2024-11-281-4/+4
* Move script gpu files into webgpu folder (#34415)atbrakhi2024-11-2844-118/+108
* Use natural ratio for `object-fit` (#34413)Oriol Brufau2024-11-288-32/+10
* ohos: fonts: Fix HalfwidthandFullwidthForms font fallback (#34410)Jonathan Schwender2024-11-281-0/+8
* build(deps): bump vergen-git2 from 1.0.1 to 1.0.2 (#34400)dependabot[bot]2024-11-282-3/+3
* build(deps): bump libc from 0.2.165 to 0.2.166 (#34407)dependabot[bot]2024-11-281-2/+2
* Differentiate between missing/invalid value in `make_enumerated_getter!` (#34...Simon Wülker2024-11-288-36/+137
* build(deps): bump tracing from 0.1.40 to 0.1.41 (#34409)dependabot[bot]2024-11-282-7/+7
* Additional tracing for flex layout, inline layout, and fonts (#34392)Delan Azabani2024-11-273-6/+62
* Implement MallocSizeOf for markup5ever rather than xml5ever. (#34403)Nico Burns2024-11-274-3/+4
* build(deps): bump litemap from 0.7.3 to 0.7.4 (#34398)dependabot[bot]2024-11-261-2/+2
* build(deps): bump itoa from 1.0.13 to 1.0.14 (#34401)dependabot[bot]2024-11-261-2/+2
* build(deps): bump libc from 0.2.164 to 0.2.165 (#34397)dependabot[bot]2024-11-261-2/+2
* build(deps): bump tracing-core from 0.1.32 to 0.1.33 (#34399)dependabot[bot]2024-11-261-2/+2
* build(deps): bump vergen from 9.0.1 to 9.0.2 (#34396)dependabot[bot]2024-11-261-4/+4
* build(deps): bump wgpu-hal from 23.0.0 to 23.0.1 (#34395)dependabot[bot]2024-11-261-4/+4
* build(deps): bump calendrical_calculations from 0.1.1 to 0.1.2 (#34394)dependabot[bot]2024-11-261-2/+2
* Use an AtomicRefCell instead of a RwLock for caching intrinsic sizes (#34384)Oriol Brufau2024-11-261-13/+9
* Use `webrender_api::units::DevicePixel` rather than `style_traits::DevicePixe...Nico Burns2024-11-2517-46/+52
* Avoid laying out grid items and generating fragments if only inline size is r...Nico Burns2024-11-251-6/+21
* build(deps): bump wgpu-core from 23.0.0 to 23.0.1 (#34383)dependabot[bot]2024-11-251-4/+4
* build(deps): bump zerofrom from 0.1.4 to 0.1.5 (#34382)dependabot[bot]2024-11-251-2/+2
* build(deps): bump zerofrom-derive from 0.1.4 to 0.1.5 (#34380)dependabot[bot]2024-11-251-2/+2
* build(deps): bump yoke-derive from 0.7.4 to 0.7.5 (#34379)dependabot[bot]2024-11-250-0/+0
* build(deps): bump yoke from 0.7.4 to 0.7.5 (#34378)dependabot[bot]2024-11-251-4/+4
* build(deps): bump async-compression from 0.4.17 to 0.4.18 (#34377)dependabot[bot]2024-11-251-3/+3
* Refine logic for laying out flex item in column layout after #34346 (#34372)Oriol Brufau2024-11-252-25/+15
* Implement `DataTransfer` and related interfaces (#34205)Gae242024-11-2519-146/+873
* Remove some unused dependencies (#34355)Jonathan Schwender2024-11-2520-69/+8
* [NFC] Remove unused metrics code (#34370)Delan Azabani2024-11-251-24/+4
* Bump tracing-perfetto to 0.1.3 (#34369)Delan Azabani2024-11-253-93/+5
* layout: Add a hit test item that covers all scroll frame contents (#34347)Martin Robinson2024-11-243-55/+104
* Support custom derives for generated types (#34356)Josh Matthews2024-11-2410-129/+124
* Filter out webidl files based on special comments, and feature-gate webxr int...Josh Matthews2024-11-2494-53/+206
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-24383-385/+550
* Update web-platform-tests to revision b'6d461cc41e1a9951e1991a94f651e389b0ca2...Servo WPT Sync2024-11-24728-14472/+37227
* Add nicoburns to CODEOWNERS (#34351)Nico Burns2024-11-231-2/+2
* Remove unnecessary clone in layout (#34350)Nico Burns2024-11-231-1/+1
* Improve performance of column flexboxes (#34346)Oriol Brufau2024-11-221-2/+10