1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 14:57:34 +00:00
serenity/Ladybird/AppKit/Application
Timothy Flynn 4d26e4650f Ladybird: Implement a JavaScript console for the AppKit chrome
This adds menu items to open an interactive JavaScript console for a web
page. This more or less mimics the Qt implementation of the console.
Hooks are included to tie the lifetime of the console window with the
tab it belongs to; if the tab is closed, the console window is closed.
2023-08-30 09:24:59 +02:00
..
Application.h Ladybird: Implement an AppKit chrome for macOS :^) 2023-08-22 21:36:19 -04:00
Application.mm Ladybird: Implement an AppKit chrome for macOS :^) 2023-08-22 21:36:19 -04:00
ApplicationDelegate.h Ladybird: Allow creating new tabs with plain HTML 2023-08-29 08:11:11 -04:00
ApplicationDelegate.mm Ladybird: Implement a JavaScript console for the AppKit chrome 2023-08-30 09:24:59 +02:00
EventLoopImplementation.h Ladybird: Implement an AppKit chrome for macOS :^) 2023-08-22 21:36:19 -04:00
EventLoopImplementation.mm Ladybird: Ensure we release CoreFoundation references 2023-08-23 19:16:53 -04:00