aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/meta/css/css-nesting
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-04-30 17:43:44 +0000
committerGitHub <noreply@github.com>2025-04-30 17:43:44 +0000
commit3bef0161fe6d5083e711936b86cc445b14b62001 (patch)
tree933755ab4073c16fa2d8192b5c55edf82166335f /tests/wpt/meta/css/css-nesting
parent3d1dd482df244281813f9c8a4ccaea8738c6ade0 (diff)
downloadservo-main.tar.gz
servo-main.zip
build(deps): bump winit from 0.30.9 to 0.30.10 (#36777)HEADmain
Bumps [winit](https://github.com/rust-windowing/winit) from 0.30.9 to 0.30.10. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-windowing/winit/releases">winit's releases</a>.</em></p> <blockquote> <h2>Winit version 0.30.10</h2> <h3>Added</h3> <ul> <li>On Windows, add <code>IconExtWindows::from_resource_name</code>.</li> <li>On Windows, add <code>CursorGrabMode::Locked</code>.</li> <li>On Wayland, add <code>WindowExtWayland::xdg_toplevel</code>.</li> </ul> <h3>Changed</h3> <ul> <li>On macOS, no longer need control of the main <code>NSApplication</code> class (which means you can now override it yourself).</li> <li>On iOS, remove custom application delegates. You are now allowed to override the application delegate yourself.</li> <li>On iOS, no longer act as-if the application successfully open all URLs. Override <code>application:didFinishLaunchingWithOptions:</code> and provide the desired behaviour yourself.</li> </ul> <h3>Fixed</h3> <ul> <li>On Windows, fixed ~500 ms pause when clicking the title bar during continuous redraw.</li> <li>On macOS, <code>WindowExtMacOS::set_simple_fullscreen</code> now honors <code>WindowExtMacOS::set_borderless_game</code></li> <li>On X11 and Wayland, fixed pump_events with <code>Some(Duration::Zero)</code> blocking with <code>Wait</code> polling mode</li> <li>On Wayland, fixed a crash when consequently calling <code>set_cursor_grab</code> without pointer focus.</li> <li>On Wayland, ensure that external event loop is woken-up when using pump_events and integrating via <code>FD</code>.</li> <li>On Wayland, apply fractional scaling to custom cursors.</li> <li>On macOS, fixed <code>run_app_on_demand</code> returning without closing open windows.</li> <li>On macOS, fixed <code>VideoMode::refresh_rate_millihertz</code> for fractional refresh rates.</li> <li>On macOS, store monitor handle to avoid panics after going in/out of sleep.</li> <li>On macOS, allow certain invalid monitor handles and return <code>None</code> instead of panicking.</li> <li>On Windows, fixed <code>Ime::Preedit</code> cursor offset calculation.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-windowing/winit/commit/23854103661922c7bba91725b6896ac70720822c"><code>2385410</code></a> Winit version 0.30.10</li> <li><a href="https://github.com/rust-windowing/winit/commit/6db1343c0b65a4f1bccff9aa793455e25809c0c1"><code>6db1343</code></a> wayland: bump wayland-rs to avoid yanked release</li> <li><a href="https://github.com/rust-windowing/winit/commit/a26899a75dacccc7209216f524e0351f85cdd16c"><code>a26899a</code></a> windows: fix incorrect cursor_range calculation in Ime::Preedit</li> <li><a href="https://github.com/rust-windowing/winit/commit/80bddda641d07778670ca3fc245cfe8ce083a9d4"><code>80bddda</code></a> macOS: Fix monitors connected via certain Thunderbolt hubs</li> <li><a href="https://github.com/rust-windowing/winit/commit/5f1e9f6cc1f0ebd4c49ebe93eec0b7c7ddbb2b9a"><code>5f1e9f6</code></a> macOS: Store UUID in MonitorHandle instead of CGDirectDisplayID</li> <li><a href="https://github.com/rust-windowing/winit/commit/57baf727411f607c8015a17af625b19ee93cedd7"><code>57baf72</code></a> Allow the user to register the application delegate on iOS</li> <li><a href="https://github.com/rust-windowing/winit/commit/da7a09658a6f220bd576d6d2f94a20eb2a04f0c0"><code>da7a096</code></a> fix: Support fractional refresh rates in video modes on macOS (<a href="https://redirect.github.com/rust-windowing/winit/issues/4191">#4191</a>)</li> <li><a href="https://github.com/rust-windowing/winit/commit/53321dc6f52749180ac923753c7d7996430518ab"><code>53321dc</code></a> Swizzle sendEvent: instead of subclassing NSApplication</li> <li><a href="https://github.com/rust-windowing/winit/commit/6556cde24676a7b78e509a5d1c4490929cb12baf"><code>6556cde</code></a> macOS: Close windows automatically when exiting</li> <li><a href="https://github.com/rust-windowing/winit/commit/7672fd56576cd4b6746068e7c025c49220e8d501"><code>7672fd5</code></a> wayland: support fractional scale for custom cursor</li> <li>Additional commits viewable in <a href="https://github.com/rust-windowing/winit/compare/v0.30.9...v0.30.10">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=winit&package-manager=cargo&previous-version=0.30.9&new-version=0.30.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'tests/wpt/meta/css/css-nesting')
0 files changed, 0 insertions, 0 deletions