1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-20 04:11:00 +00:00
serenity/Userland/Applications/Browser
Andreas Kling df2a4adcd2 Browser+LibWeb+WebContent: Make the "Debug" menu work in multi-process
This patch adds an IPC call for debugging requests. It's stringly typed
and very simple, and allows us to easily implement all the features in
the Browser's Debug menu.
2021-01-31 09:07:46 +01:00
..
BookmarksBarWidget.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
BookmarksBarWidget.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
Browser.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
BrowserConsoleClient.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
BrowserConsoleClient.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
BrowserWindow.gml Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
CMakeLists.txt Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
ConsoleWidget.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
ConsoleWidget.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
DownloadWidget.cpp Everywhere: Remove a bunch of <AK/SharedBuffer.h> includes 2021-01-16 11:26:53 +01:00
DownloadWidget.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
History.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
History.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
InspectorWidget.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
InspectorWidget.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
main.cpp Browser: Turn on multi-process mode by default :^) 2021-01-30 23:16:41 +01:00
Tab.cpp Browser+LibWeb+WebContent: Make the "Debug" menu work in multi-process 2021-01-31 09:07:46 +01:00
Tab.gml Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
Tab.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
WindowActions.cpp Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
WindowActions.h Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00