aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix filter clipping caused by `overflow: hidden` (#30517)Ennui Langeweile2023-10-094-7/+10
* Sync WPT with upstream (08-10-2023) (#30516)Servo WPT Sync2023-10-08466-3117/+8189
* Update some dependencies to syn 2 (#30515)Alex Touchet2023-10-081-18/+18
* Update core-foundation in simpleservo (#30477)Martin Robinson2023-10-073-34/+16
* build(deps): bump byteorder from 1.4.3 to 1.5.0 (#30511)dependabot[bot]2023-10-072-3/+3
* Add support for EndeavourOS (#30513)bc-universe2023-10-061-0/+1
* build(deps): bump libm from 0.2.7 to 0.2.8 (#30512)dependabot[bot]2023-10-061-2/+2
* build(deps): bump syn from 2.0.37 to 2.0.38 (#30510)dependabot[bot]2023-10-061-19/+19
* Fix painting order of atomic inline stacking containers (#30458)Delan Azabani2023-10-0611-156/+374
* Sync WPT with upstream (04-10-2023) (#30493)Servo WPT Sync2023-10-063243-34070/+89506
* Enable streams feature in mozjs (#30503)Samson2023-10-062-3/+3
* Rename messages forwarded from the constellation to the compositor (#30496)Martin Robinson2023-10-056-66/+110
* Bootstrap pkg-config and cmake on MacOS (#30497)Martin Robinson2023-10-054-2/+19
* build(deps): bump wgpu-hal from 0.17.1 to 0.17.2 (#30498)dependabot[bot]2023-10-041-2/+2
* Fix WPT import by overriding product name to servo (#30457)Mukilan Thiyagarajan2023-10-042-1/+2
* Only access hit test items for the current epoch in the compositor (#30491)Martin Robinson2023-10-044-3/+35
* Add shell.background-color.rgba to prefs (#30488)Ngo Iok Ui (Wu Yu Wei)2023-10-048-37/+108
* Add taplo to etc/shell.nix (#30487)Mukilan Thiyagarajan2023-10-041-0/+1
* Implement support for the `drop-shadow` filter (#30439)Ennui Langeweile2023-10-0423-355/+51
* Support Namespace const in webidl (#30492)Samson2023-10-049-8/+74
* Fix macOS's sameple isn't used in background_hang_monitor (#30490)Ngo Iok Ui (Wu Yu Wei)2023-10-041-1/+4
* build(deps): bump linux-raw-sys from 0.4.7 to 0.4.8 (#30484)dependabot[bot]2023-10-041-2/+2
* Remove some unused buildbot files (#30476)Martin Robinson2023-10-032-57/+0
* Fix libsimpleservo build (#30481)Martin Robinson2023-10-035-8/+11
* build(deps): bump regex from 1.9.5 to 1.9.6 (#30483)dependabot[bot]2023-10-031-2/+2
* De-duplicate itertools (#30472)Martin Robinson2023-10-033-14/+4
* fix handle_wgpu_msg crash (#30479)Samson2023-10-033-2/+3
* Fix pinch zoom and enable it for TouchpadMagnify events (#30459)Martin Robinson2023-10-033-111/+149
* Adjust the missing taplo message (#30473)Martin Robinson2023-10-031-3/+1
* build(deps): bump brotli from 3.3.4 to 3.4.0 (#30462)dependabot[bot]2023-10-021-4/+4
* build(deps): bump errno from 0.3.3 to 0.3.4 (#30470)dependabot[bot]2023-10-021-2/+2
* build(deps): bump memchr from 2.6.3 to 2.6.4 (#30464)dependabot[bot]2023-10-021-2/+2
* build(deps): bump brotli-decompressor from 2.3.4 to 2.3.5 (#30469)dependabot[bot]2023-10-021-2/+2
* build(deps): bump itoa from 1.0.1 to 1.0.9 (#30468)dependabot[bot]2023-10-021-2/+2
* build(deps): bump regex-automata from 0.3.8 to 0.3.9 (#30467)dependabot[bot]2023-10-021-2/+2
* build(deps): bump atomic_refcell from 0.1.11 to 0.1.12 (#30466)dependabot[bot]2023-10-022-3/+3
* build(deps): bump webpki from 0.22.1 to 0.22.2 (#30465)dependabot[bot]2023-10-021-2/+2
* build(deps): bump rustix from 0.38.14 to 0.38.15 (#30461)dependabot[bot]2023-10-021-2/+2
* Update test expectationsOriol Brufau2023-10-026-42/+6
* Avoid complaints from ./mach test-tidyOriol Brufau2023-10-021-1/+2
* Further changes required by ServoOriol Brufau2023-10-021-0/+14
* style: Implement CSS @supports font-format(...) and font-tech(...) functionsJonathan Kew2023-10-022-16/+55
* Further changes required by ServoOriol Brufau2023-10-021-1/+8
* style: Put the @font-face src tech() function behind a pref, enabled only on ...Jonathan Kew2023-10-021-1/+1
* style: When serializing background shorthand skip initial values and order va...Connor Pearson2023-10-021-17/+53
* Further changes required by ServoOriol Brufau2023-10-021-9/+8
* style: Add basic support for nan / infinity in calc()Emilio Cobos Álvarez2023-10-021-11/+17
* style: Implement atan2(), and enable calc() trigonometric functions by defaul...Emilio Cobos Álvarez2023-10-023-117/+180
* Further changes required by ServoOriol Brufau2023-10-021-0/+1
* style: Add support for the @font-face src descriptor's tech() functionJonathan Kew2023-10-021-4/+124