aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* script: Create a `CrossProcessInstant` to enable serializable monotonic time ...Martin Robinson2024-09-0551-663/+852
* build(deps): bump serde_json from 1.0.127 to 1.0.128 (#33333)dependabot[bot]2024-09-051-2/+2
* build(deps): bump rustix from 0.38.35 to 0.38.36 (#33332)dependabot[bot]2024-09-051-2/+2
* build(deps): bump wayland-scanner from 0.31.4 to 0.31.5 (#33330)dependabot[bot]2024-09-050-0/+0
* build(deps): bump wayland-client from 0.31.5 to 0.31.6 (#33331)dependabot[bot]2024-09-051-6/+6
* build(deps): bump ohos-sys from 0.3.0 to 0.3.1 (#33329)dependabot[bot]2024-09-052-3/+3
* build(deps): bump rustfix from 0.8.4 to 0.8.5 (#33328)dependabot[bot]2024-09-051-2/+2
* build(deps): bump tokio-util from 0.7.11 to 0.7.12 (#33326)dependabot[bot]2024-09-051-2/+2
* build(deps): bump wayland-backend from 0.3.6 to 0.3.7 (#33327)dependabot[bot]2024-09-051-5/+5
* build(deps): bump tokio-stream from 0.1.15 to 0.1.16 (#33325)dependabot[bot]2024-09-051-3/+3
* minibrowser: Reset the location field when switching tabs (#33316)webbeef2024-09-051-0/+2
* build(deps): bump cc from 1.1.15 to 1.1.16 (#33317)dependabot[bot]2024-09-051-2/+2
* Add tracing events (#33189)atbrakhi2024-09-058-0/+34
* Treat `align-self: normal` as `stretch` on flex items (#33314)Oriol Brufau2024-09-053-1/+39
* Added some keyboard shortcuts for focusing tabs (#33319)Ben2024-09-051-0/+42
* webxr: Add some missing internal checks/validation (#33318)Daniel Adams2024-09-059-40/+35
* jsstring_to_str should accept a NonNull argument for the JS string (#33306)Andriy Sultanov2024-09-056-38/+40
* CI: use monitor API for self-hosted runners (#33315)Delan Azabani2024-09-041-37/+15
* Transform convert_* functions in gpuconvert.rs to From/TryFrom implementation...Taym Haddadi2024-09-046-471/+481
* Make tracing available on all platforms, with or without perfetto (#33301)Delan Azabani2024-09-048-79/+33
* servoshell: Add close buttons and increase interactivity of tabs (#33244)Ben2024-09-041-18/+103
* webgpu: Support pipeline-overridable constants (#33291)Samson2024-09-044-395/+32
* Update layout of servoshell android app (#33294)Daniel Adams2024-09-048-77/+108
* Only handle most recent resize event in script thread (#33297)Simon Wülker2024-09-042-8/+10
* Implement HTMLQuoteElement "cite" attribute (#33307)Simon Wülker2024-09-048-299/+12
* build(deps): bump syn from 2.0.76 to 2.0.77 (#33285)dependabot[bot]2024-09-041-2/+2
* Add initial support for tracing and tracing-perfetto (#33188)atbrakhi2024-09-046-4/+286
* CI: Force github hosted runners and remove concurrency on select-runner job (...Samson2024-09-041-3/+6
* Fix intrinsic sizing of column flex containers (#33299)Oriol Brufau2024-09-0415-63/+3
* Implement compact/type attributes for HTMLUListElement (#33303)Simon Wülker2024-09-044-238/+20
* build(deps): bump indexmap from 2.4.0 to 2.5.0 (#33284)dependabot[bot]2024-09-042-3/+3
* Hack around DCO not in MQ (#33290)Samson2024-09-031-0/+12
* CI: label self-hosted runners with run id to aid debugging (#33283)Delan Azabani2024-09-031-0/+1
* Impl PartialEq and Eq for DomObject (#33212)Taym Haddadi2024-09-023-12/+8
* ohos: Enable Webgl context creation on OH 5.0 (#33257)Jonathan Schwender2024-09-023-49/+6
* bootstrap: Avoid needless sudo when pkgs are installed (#33281)Jonathan Schwender2024-09-021-4/+7
* android: Fix install (#33277)Jonathan Schwender2024-09-011-1/+1
* Make all platforms use a delay during cookie tests. (#33279)Josh Matthews2024-09-011-4/+0
* build(deps): bump glslopt from 0.1.10 to 0.1.11 (#33268)dependabot[bot]2024-09-011-2/+2
* build(deps): bump object from 0.36.3 to 0.36.4 (#33269)dependabot[bot]2024-09-011-2/+2
* Update FakeXRDevice to support updating bounds (#33271)Daniel Adams2024-09-017-60/+50
* Update web-platform-tests to revision b'5d8ec746ed021738e7ee0cee92ad1a1814ba0...Servo WPT Sync2024-09-01584-3056/+14688
* Fix various issues with replaced elements in flex layout (#33263)Oriol Brufau2024-08-3043-481/+334
* fonts: Enable fast text shaping on Windows (#33123)Cristian Brinza2024-08-304-15/+103
* net: Stop using both versions of the `time` crate in the cookie code (#33260)Martin Robinson2024-08-309-95/+29
* build(deps): bump tokio from 1.39.3 to 1.40.0 (#33270)dependabot[bot]2024-08-301-3/+3
* chore: Update wgpu to 34bb9e4ceb45a5b1cfc5df6aa2b2e201cc55372c (#33266)Samson2024-08-303-256/+72
* script: Stop using `time` in DOM timers (#33262)Martin Robinson2024-08-3013-106/+78
* ohos: Present on vsync signals (#33117)Jonathan Schwender2024-08-306-9/+83
* net: Stop using legacy time in the HTTP and CORS caches (#33259)Martin Robinson2024-08-303-65/+53