ladybird/Ladybird/AppKit
Timothy Flynn 53d5c7084e UI/AppKit: Extract bare minimum WebView functionality into its own class
When a window containing a WebView becomes visibile, we have to inform
WebContent. This was only implemented for the Tab class (not Inspector
or Task Manaager).

This patch adds LadybirdWebViewWindow to contain the bare minimum needed
to render a LadybirdWebView. All windows containing a WebView inherit
from this class, to ensure their WebContent processes know they became
visible.
2024-10-30 08:51:14 +01:00
..
Application LibIPC+Everywhere: Introduce an IPC Transport abstraction 2024-10-23 12:29:01 -06:00
UI UI/AppKit: Extract bare minimum WebView functionality into its own class 2024-10-30 08:51:14 +01:00
Utilities UI/AppKit: Inform WebContent of the UI window position/size 2024-10-29 11:03:20 +00:00
CMakeLists.txt UI/AppKit: Extract bare minimum WebView functionality into its own class 2024-10-30 08:51:14 +01:00
main.mm LibWebView: Increase the open file limit in a more central location 2024-10-07 14:03:03 -04:00
module.modulemap Ladybird/AppKit: Port TaskManager window to Swift 2024-07-21 15:55:47 -06:00