ladybird/Ladybird/AppKit
Timothy Flynn a46edc2f8b UI/AppKit: Remove workaround for Protocol naming conflict
The AppKit Application class is responsible for launching all helper
processes. This had to be moved to a .cpp file because we were unable to
include headers with the Protocol namespace in .mm files, as they would
conflict with the Protocol interface defined by Apple.

Now that this namespace has been renamed to Requests, we can remove this
workaround.
2024-08-20 09:29:12 +02:00
..
Application UI/AppKit: Remove workaround for Protocol naming conflict 2024-08-20 09:29:12 +02:00
UI UI/AppKit: Process drag-and-drop events through the web view 2024-08-19 13:29:19 +02:00
Utilities Ladybird/AppKit: Remove system header workarounds for global names 2024-07-18 09:43:38 +01:00
CMakeLists.txt UI/AppKit: Remove workaround for Protocol naming conflict 2024-08-20 09:29:12 +02:00
main.mm LibWebView+UI: Migrate Ladybird's command line flags to LibWebView 2024-08-01 11:38:42 +02:00
module.modulemap Ladybird/AppKit: Port TaskManager window to Swift 2024-07-21 15:55:47 -06:00