mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
UI/AppKit: Do not place the WebView inside a scroll view
Now that scrolling and rendering scrollbars is handled entirely in the WebContent process, there's no reason to place the WebView inside scroll views.
This commit is contained in:
parent
44443689f2
commit
43ed03145d
Notes:
github-actions[bot]
2024-11-07 21:54:17 +00:00
Author: https://github.com/trflynn89
Commit: 43ed03145d
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2212
12 changed files with 43 additions and 119 deletions
|
@ -7,6 +7,11 @@ module Ladybird [system] {
|
|||
export *
|
||||
}
|
||||
|
||||
explicit module WebViewWindow {
|
||||
header "UI/LadybirdWebViewWindow.h"
|
||||
export *
|
||||
}
|
||||
|
||||
explicit module WebViewApplication {
|
||||
header "../../Userland/Libraries/LibWebView/Application.h"
|
||||
export *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue