serenity/Ladybird/AppKit
Timothy Flynn aa4dcda5dc LibWeb+LibWebView+Ladybird: Scale scroll-to CSS positions in PageHost
The `page_did_request_scroll_to` API takes a CSS position, and thus
callers should not scale to device pixels before invoking it. Instead,
align this API with (most) other PageHost APIs which scale to device
pixels before sending the corresponding IPC message.

In the AppKit chrome, convert the provided device pixel position to a
widget position.
2023-11-24 17:19:08 -05:00
..
Application Ladybird/AppKit: Fix -Wmissing-field-initializers with Clang 18+ 2023-11-05 13:41:13 -07:00
System Ladybird: Implement an AppKit chrome for macOS :^) 2023-08-22 21:36:19 -04:00
UI LibWeb+LibWebView+Ladybird: Scale scroll-to CSS positions in PageHost 2023-11-24 17:19:08 -05:00
Utilities Ladybird/AppKit: Port the Inspector to the WebView InspectorClient 2023-11-24 08:37:19 +01:00
main.mm Ladybird/AppKit: Remove explicit application activation 2023-11-17 19:14:53 +01:00