| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Bot-Commit | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Owners-Override | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Revert "Sanitize cursor theme name and size in GTK and Wayland"
This reverts commit 283ac1ef12df16eb0256a4d5ce83477b5afba061.
Reason for revert: Shards are failing on this unittest.
Failure Link: https://chromium-swarm.appspot.com/task?id=79e075a72882a310&w=true
Original change's description:
> Sanitize cursor theme name and size in GTK and Wayland
>
> This change extends GtkSettingsSetProperty interceptor and GtkUi to
> sanitize gtk-cursor-theme-name and gtk-cursor-theme-size at write-time,
> preventing unsanitized cursor theme names from being set in GTK
> settings.
>
> It also introduces unified ui::IsValidCursorThemeName and
> ui::IsValidCursorThemeSize validation helpers in //ui/base/cursor, and
> adds validation to WaylandCursorFactory to ensure invalid or
> path-traversing cursor theme names are rejected before calling
> wl_cursor_theme_load.
>
> Change-Id: Ibe8a3ce208d76d2e724902424491a6116d4352f6
> Fixed: 540289900
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/8164559
> Reviewed-by: Yichen Zhou <yic...@chromium.org>
> Commit-Queue: Thomas Anderson <thomasa...@chromium.org>
> Cr-Commit-Position: refs/heads/main@{#1670761}
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |