1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-30 14:08:10 +00:00
serenity/Userland/Libraries/LibWeb/Internals
Timothy Flynn 8162dc5ee6 LibWeb+LibWebView+WebContent: Separate tag/attribute in Inspector menu
It was a bit short-sighted to combine the tag and attribute names into
one string when the Inspector requests a context menu. We will want both
values for some context menu actions. Send both names, as well as the
attribute value, when requesting the context menu.
2023-12-07 10:53:12 +01:00
..
Inspector.cpp LibWeb+LibWebView+WebContent: Separate tag/attribute in Inspector menu 2023-12-07 10:53:12 +01:00
Inspector.h LibWeb+LibWebView+WebContent: Separate tag/attribute in Inspector menu 2023-12-07 10:53:12 +01:00
Inspector.idl LibWeb+LibWebView+WebContent: Separate tag/attribute in Inspector menu 2023-12-07 10:53:12 +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