aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix table track offsets when there is `visibility: collapse` (#32469)Oriol Brufau2024-06-115-17/+68
* clippy: fix some leftover warnings in components/net (#32476)Peter Mikola2024-06-113-9/+20
* build(deps): bump regex from 1.10.4 to 1.10.5 (#32481)dependabot[bot]2024-06-111-2/+2
* build(deps): bump surfman from 0.9.3 to 0.9.4 (#32480)dependabot[bot]2024-06-111-6/+6
* build(deps): bump httparse from 1.9.1 to 1.9.2 (#32479)dependabot[bot]2024-06-111-2/+2
* build(deps): bump httparse from 1.8.0 to 1.9.1 (#32473)dependabot[bot]2024-06-111-2/+2
* build(deps): bump regex-automata from 0.4.6 to 0.4.7 (#32472)dependabot[bot]2024-06-101-2/+2
* build(deps): bump regex-syntax from 0.8.3 to 0.8.4 (#32470)dependabot[bot]2024-06-101-2/+2
* layout: Take into account `display: table` etc in offset* queries (#32448)Martin Robinson2024-06-1011-127/+60
* script: Remove explicit reflow for web font loads (#32455)Martin Robinson2024-06-103-8/+8
* Android: fix url resolution (#32422)Gae242024-06-103-27/+29
* Fix and unify 'span' attribute for table columns (#32467)Oriol Brufau2024-06-1022-78/+41
* gfx: font_list: Fix OpenHarmony build (#32466)Jonathan Schwender2024-06-101-8/+4
* Fix missing alpha value when using CompositeTarget::Fbo (#32453)Ngo Iok Ui (Wu Yu Wei)2024-06-101-2/+2
* Update web-platform-tests to revision b'68f7e630c2646830a3ee274e21a3efcb001fb...Servo WPT Sync2024-06-09714-20203/+24491
* webgpu: Enable gles support (#32452)Hieu Do2024-06-093-1/+22
* build(deps): bump xkeysym from 0.2.0 to 0.2.1 (#32462)dependabot[bot]2024-06-071-2/+2
* build(deps): bump cc from 1.0.98 to 1.0.99 (#32461)dependabot[bot]2024-06-071-3/+3
* build(deps): bump dtoa-short from 0.3.4 to 0.3.5 (#32460)dependabot[bot]2024-06-071-2/+2
* Don't shrink table columns when handling cells with greater spanning (#32458)Oriol Brufau2024-06-0720-45/+2
* layout: Properly size absolutely positioned tables (#32447)Martin Robinson2024-06-077-60/+15
* Add a workaround for actions/runner-images#10001 (#32456)Martin Robinson2024-06-071-0/+3
* build(deps): bump xml5ever from 0.18.0 to 0.18.1 (#32446)dependabot[bot]2024-06-0659-120/+2
* build(deps): bump etagere from 0.2.11 to 0.2.12 (#32444)dependabot[bot]2024-06-051-2/+2
* build(deps): bump tar from 0.4.40 to 0.4.41 (#32445)dependabot[bot]2024-06-051-3/+3
* layout: Don't default to fallback fonts for spaces (#32442)Martin Robinson2024-06-053-5/+1
* Remove unused items in gfx (#32423)Ngo Iok Ui (Wu Yu Wei)2024-06-052-7/+0
* Fix getComputedStyle for width and height (#32437)Oriol Brufau2024-06-046-25/+35
* build(deps): bump unicode-width from 0.1.12 to 0.1.13 (#32439)dependabot[bot]2024-06-041-2/+2
* build(deps): bump hyper from 0.14.28 to 0.14.29 (#32440)dependabot[bot]2024-06-041-3/+3
* build(deps): bump etagere from 0.2.10 to 0.2.11 (#32438)dependabot[bot]2024-06-041-2/+2
* build(deps): bump wayland-cursor from 0.31.1 to 0.31.3 (#32435)dependabot[bot]2024-06-041-5/+5
* build(deps): bump polling from 3.7.0 to 3.7.1 (#32434)dependabot[bot]2024-06-031-2/+2
* build(deps): bump proc-macro2 from 1.0.84 to 1.0.85 (#32433)dependabot[bot]2024-06-031-2/+2
* base: Remove `ucd` dependency (#32424)Martin Robinson2024-06-0318-98/+832
* layout: Add a `InlineFormattingContextBuilder` (#32415)Martin Robinson2024-06-0312-802/+961
* mach: Read .servobuild as utf-8 (#32431)Jonathan Schwender2024-06-031-1/+1
* Document library crates only in mach doc (#32429)Ngo Iok Ui (Wu Yu Wei)2024-06-021-0/+3
* Update web-platform-tests to revision b'17375f41ccf41e081764d2786ec535dede108...Servo WPT Sync2024-06-02391-1453/+6901
* Update to Rust 1.78 (#32217)Samson2024-06-019-38/+67
* build(deps): bump tokio from 1.37.0 to 1.38.0 (#32418)dependabot[bot]2024-06-011-4/+4
* webgpu: Parse and forward backend prefs to wgpu (#32410)Hieu Do2024-05-313-2/+17
* build(deps): bump wayland-client from 0.31.2 to 0.31.3 (#32420)dependabot[bot]2024-05-311-2/+2
* build(deps): bump wayland-backend from 0.3.3 to 0.3.4 (#32419)dependabot[bot]2024-05-311-9/+9
* build(deps): bump wayland-scanner from 0.31.1 to 0.31.2 (#32417)dependabot[bot]2024-05-311-2/+2
* build(deps): bump bytemuck_derive from 1.6.1 to 1.7.0 (#32395)dependabot[bot]2024-05-311-2/+2
* build(deps): bump compiletest_rs from 0.10.2 to 0.11.0 (#32408)dependabot[bot]2024-05-312-13/+40
* build(deps): bump icu_segmenter from 1.4.0 to 1.5.0 (#32398)dependabot[bot]2024-05-311-16/+16
* clippy: Fix warnings in `components/layout_2020/flow/text_run.rs` (#32393)Farid2024-05-311-1/+1
* clippy: Fix warnings in `components/webgpu/wgpu_thread.rs` (#32392)Farid2024-05-311-30/+25