1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:18:13 +00:00
serenity/Userland/Libraries/LibWeb/Internals
Timothy Flynn 2633ea8c79 LibWeb+LibWebView+WebContent: Add an Inspector IPC to open context menus
The Inspector will have context menu support to manipulate the DOM, e.g.
adding or removing nodes/attributes. This context menu will require some
detailed knowledge about what element in the Inspector has been clicked.
To support this, we intercept the `contextmenu` event and collect the
required information to be sent to the Inspector client over IPC.
2023-12-06 13:04:50 +01:00
..
Inspector.cpp LibWeb+LibWebView+WebContent: Add an Inspector IPC to open context menus 2023-12-06 13:04:50 +01:00
Inspector.h LibWeb+LibWebView+WebContent: Add an Inspector IPC to open context menus 2023-12-06 13:04:50 +01:00
Inspector.idl LibWeb+LibWebView+WebContent: Add an Inspector IPC to open context menus 2023-12-06 13:04:50 +01:00
Internals.cpp LibWeb: Make BrowsingContex::page() return a Page& 2023-12-05 09:38:32 +01:00
Internals.h LibWeb: Run the unfocusing steps when a click does not focus anything 2023-12-04 01:33:57 +01:00
Internals.idl LibWeb: Run the unfocusing steps when a click does not focus anything 2023-12-04 01:33:57 +01:00