[webkit-changes] [WebKit/WebKit] ddb186: Adopt async eventSender mouse functions in animati...
Charlie Wolfe
noreply at github.com
Fri Aug 2 14:32:25 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: ddb18619109aad0d66fbafa47bae91d84c151f72
https://github.com/WebKit/WebKit/commit/ddb18619109aad0d66fbafa47bae91d84c151f72
Author: Charlie Wolfe <charliew at apple.com>
Date: 2024-08-02 (Fri, 02 Aug 2024)
Changed paths:
M LayoutTests/accessibility/file-upload-button-stringvalue.html
M LayoutTests/animations/restart-after-scroll-nested.html
M LayoutTests/animations/restart-after-scroll.html
M LayoutTests/compositing/iframes/crash-mouse-event.html
M LayoutTests/compositing/iframes/layout-on-compositing-change.html
M LayoutTests/compositing/iframes/leave-compositing-iframe.html
M LayoutTests/compositing/iframes/resources/leave-compositing-subframe-click.html
M LayoutTests/compositing/no-compositing-when-full-screen-is-present.html
M LayoutTests/css3/scroll-snap/scroll-padding-overflow-paging.html
M LayoutTests/css3/scroll-snap/scroll-snap-click-scrollbar-gutter.html
M LayoutTests/css3/scroll-snap/scroll-snap-drag-scrollbar-thumb-with-relayouts.html
M LayoutTests/css3/scroll-snap/scroll-snap-drag-scrollbar-thumb-with-sticky.html
M LayoutTests/css3/scroll-snap/scroll-snap-drag-scrollbar-thumb.html
M LayoutTests/css3/scroll-snap/scroll-snap-wheel-event.html
M LayoutTests/css3/viewport-percentage-lengths/vh-resize.html
M LayoutTests/pointerevents/mouse/compatibility-mouse-events-prevention-mouse-pressed.html
M LayoutTests/pointerevents/mouse/compatibility-mouse-events-prevention-mouse-released.html
M LayoutTests/pointerevents/mouse/pointer-button-and-buttons.html
M LayoutTests/pointerevents/mouse/pointer-capture-element-removal.html
M LayoutTests/pointerevents/mouse/pointer-event-basic-properties.html
M LayoutTests/pointerevents/mouse/pointerdown-prevent-default.html
Log Message:
-----------
Adopt async eventSender mouse functions in animations/, compositing/, css3/, pointerevents/
rdar://132968641
https://bugs.webkit.org/show_bug.cgi?id=277477
Reviewed by Alex Christensen.
This is needed so that the DOM does not change after using eventSender.mouse* functions with site
isolation enabled.
* LayoutTests/accessibility/file-upload-button-stringvalue.html:
* LayoutTests/animations/restart-after-scroll-nested.html:
* LayoutTests/animations/restart-after-scroll.html:
* LayoutTests/compositing/iframes/crash-mouse-event.html:
* LayoutTests/compositing/iframes/layout-on-compositing-change.html:
* LayoutTests/compositing/iframes/leave-compositing-iframe.html:
* LayoutTests/compositing/iframes/resources/leave-compositing-subframe-click.html:
* LayoutTests/compositing/no-compositing-when-full-screen-is-present.html:
* LayoutTests/css3/scroll-snap/scroll-padding-overflow-paging.html:
* LayoutTests/css3/scroll-snap/scroll-snap-click-scrollbar-gutter.html:
* LayoutTests/css3/scroll-snap/scroll-snap-drag-scrollbar-thumb-with-relayouts.html:
* LayoutTests/css3/scroll-snap/scroll-snap-drag-scrollbar-thumb-with-sticky.html:
* LayoutTests/css3/scroll-snap/scroll-snap-drag-scrollbar-thumb.html:
* LayoutTests/css3/scroll-snap/scroll-snap-wheel-event.html:
* LayoutTests/css3/viewport-percentage-lengths/vh-resize.html:
* LayoutTests/pointerevents/mouse/compatibility-mouse-events-prevention-mouse-pressed.html:
* LayoutTests/pointerevents/mouse/compatibility-mouse-events-prevention-mouse-released.html:
* LayoutTests/pointerevents/mouse/pointer-button-and-buttons.html:
* LayoutTests/pointerevents/mouse/pointer-capture-element-removal.html:
* LayoutTests/pointerevents/mouse/pointer-event-basic-properties.html:
* LayoutTests/pointerevents/mouse/pointerdown-prevent-default.html:
Canonical link: https://commits.webkit.org/281777@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list