[webkit-changes] [WebKit/WebKit] 5b4882: Remove EventSendingController::scalePageBy.
mattwoodrow
noreply at github.com
Tue Oct 1 18:27:03 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5b4882fba5fbf3315d93d45ee78f2d53e50e56d8
https://github.com/WebKit/WebKit/commit/5b4882fba5fbf3315d93d45ee78f2d53e50e56d8
Author: Matt Woodrow <mattwoodrow at apple.com>
Date: 2024-10-01 (Tue, 01 Oct 2024)
Changed paths:
M LayoutTests/compositing/fixed-with-fixed-layout.html
M LayoutTests/compositing/layer-creation/zoomed-clip-intersection.html
M LayoutTests/compositing/tiling/tile-cache-zoomed.html
M LayoutTests/fast/css/sticky/sticky-top-zoomed-expected.html
M LayoutTests/fast/css/sticky/sticky-top-zoomed.html
M LayoutTests/fast/dom/zoom-scroll-page-test.html
M LayoutTests/fast/events/ios/viewport-device-width-allows-double-tap-zoom-out.html
M LayoutTests/fast/repaint/fixed-in-page-scale.html
M LayoutTests/fast/repaint/fixed-right-bottom-in-page-scale.html
M LayoutTests/fast/repaint/fixed-right-in-page-scale.html
M LayoutTests/fast/repaint/zoomed-fixed-background.html
M LayoutTests/fast/visual-viewport/zoomed-scroll-into-view-fixed.html
M LayoutTests/fast/visual-viewport/zoomed-scroll-to-anchor-in-position-fixed.html
M LayoutTests/platform/ios/TestExpectations
M LayoutTests/platform/ios/compositing/tiling/tile-cache-zoomed-expected.txt
M LayoutTests/platform/mac-wk2/plugins/mouse-events-scaled.html
M LayoutTests/tiled-drawing/scrolling/fixed-background/fixed-body-background-zoomed-expected.txt
M LayoutTests/tiled-drawing/scrolling/fixed-background/fixed-body-background-zoomed.html
M LayoutTests/tiled-drawing/scrolling/fixed/four-bars-zoomed.html
M LayoutTests/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-horizontal-with-keyboard-scaled.html
M LayoutTests/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-vertical-with-keyboard-scaled.html
M LayoutTests/tiled-drawing/tile-size-slow-zoomed-expected.txt
M LayoutTests/tiled-drawing/tile-size-slow-zoomed.html
M LayoutTests/tiled-drawing/tiled-drawing-zoom-expected.txt
M LayoutTests/tiled-drawing/tiled-drawing-zoom-scrolled.html
M LayoutTests/tiled-drawing/tiled-drawing-zoom.html
M Source/WebKit/WebProcess/InjectedBundle/API/c/WKBundlePage.cpp
M Source/WebKit/WebProcess/InjectedBundle/API/c/WKBundlePagePrivate.h
M Tools/DumpRenderTree/mac/EventSendingController.mm
M Tools/WebKitTestRunner/InjectedBundle/Bindings/EventSendingController.idl
M Tools/WebKitTestRunner/InjectedBundle/EventSendingController.cpp
M Tools/WebKitTestRunner/InjectedBundle/EventSendingController.h
M Tools/WebKitTestRunner/InjectedBundle/InjectedBundlePage.cpp
Log Message:
-----------
Remove EventSendingController::scalePageBy.
https://bugs.webkit.org/show_bug.cgi?id=280166
<rdar://136469621>
Reviewed by Kimmo Kinnunen.
This should be replaced by testRunner.setPageScaleFactor for site-isolation support.
* LayoutTests/compositing/fixed-with-fixed-layout.html:
* LayoutTests/compositing/layer-creation/zoomed-clip-intersection.html:
* LayoutTests/compositing/tiling/tile-cache-zoomed.html:
* LayoutTests/fast/css/sticky/sticky-top-zoomed-expected.html:
* LayoutTests/fast/css/sticky/sticky-top-zoomed.html:
* LayoutTests/fast/dom/zoom-scroll-page-test.html:
* LayoutTests/fast/events/ios/viewport-device-width-allows-double-tap-zoom-out.html:
* LayoutTests/fast/repaint/fixed-in-page-scale.html:
* LayoutTests/fast/repaint/fixed-right-bottom-in-page-scale.html:
* LayoutTests/fast/repaint/fixed-right-in-page-scale.html:
* LayoutTests/fast/repaint/zoomed-fixed-background.html:
* LayoutTests/fast/visual-viewport/zoomed-scroll-into-view-fixed.html:
* LayoutTests/fast/visual-viewport/zoomed-scroll-to-anchor-in-position-fixed.html:
* LayoutTests/platform/mac-wk2/plugins/mouse-events-scaled.html:
* LayoutTests/tiled-drawing/scrolling/fixed-background/fixed-body-background-zoomed.html:
* LayoutTests/tiled-drawing/scrolling/fixed/four-bars-zoomed.html:
* LayoutTests/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-horizontal-with-keyboard-scaled.html:
* LayoutTests/tiled-drawing/scrolling/scroll-snap/scroll-snap-mandatory-mainframe-vertical-with-keyboard-scaled.html:
* LayoutTests/tiled-drawing/tile-size-slow-zoomed.html:
* LayoutTests/tiled-drawing/tiled-drawing-zoom-scrolled.html:
* LayoutTests/tiled-drawing/tiled-drawing-zoom.html:
* Source/WebKit/WebProcess/InjectedBundle/API/c/WKBundlePage.cpp:
(WKBundlePageSetScaleAtOrigin): Deleted.
* Source/WebKit/WebProcess/InjectedBundle/API/c/WKBundlePagePrivate.h:
* Tools/DumpRenderTree/mac/EventSendingController.mm:
(+[EventSendingController isSelectorExcludedFromWebScript:]):
(+[EventSendingController webScriptNameForSelector:]):
(-[EventSendingController scalePageBy:atX:andY:]): Deleted.
* Tools/WebKitTestRunner/InjectedBundle/Bindings/EventSendingController.idl:
* Tools/WebKitTestRunner/InjectedBundle/EventSendingController.cpp:
(WTR::EventSendingController::scalePageBy): Deleted.
* Tools/WebKitTestRunner/InjectedBundle/EventSendingController.h:
* Tools/WebKitTestRunner/InjectedBundle/InjectedBundlePage.cpp:
(WTR::InjectedBundlePage::prepare):
Canonical link: https://commits.webkit.org/284532@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