ladybird/Userland/Applications/Browser
Sam Atkins 0326ad34df Browser+LibWeb+WebContent: Show style for pseudo-elements :^)
This expands the InspectorWidget::Selection to include an optional
PseudoElement, which is then passed over IPC to request style
information for it.

As noted, this has some pretty big limitations because pseudo-elements
don't have DOM nodes:
- Declared style has to be recalculated when it's requested.
- We don't display the computed style.
- We don't display custom properties.
2022-03-10 17:30:09 +01:00
..
BookmarksBarWidget.cpp Browser: Load icons at start of program 2022-01-21 22:14:13 +01:00
BookmarksBarWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Browser.h Browser: Add support for disabling content filtering 2022-02-18 19:00:42 +01:00
BrowserWindow.cpp Browser: Add storage inspector to context menu 2022-03-02 18:11:17 +01:00
BrowserWindow.gml Userland: Run gml-format 2022-02-13 02:36:35 +02:00
BrowserWindow.h Browser: Add support for disabling content filtering 2022-02-18 19:00:42 +01:00
CMakeLists.txt Browser+LibWeb: Add an Element size preview widget to inspector 2022-03-08 22:09:52 +01:00
ConsoleWidget.cpp Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
ConsoleWidget.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
CookieJar.cpp Browser: Add method to get cookies list 2022-03-02 18:11:17 +01:00
CookieJar.h Browser: Add method to get cookies list 2022-03-02 18:11:17 +01:00
CookiesModel.cpp Browser: Fix crash in Storage Inspector when the cookie list is emtpy 2022-03-06 01:36:41 +01:00
CookiesModel.h Browser: Add storage inspector 2022-03-02 18:11:17 +01:00
CookiesTab.gml Browser: Add storage inspector 2022-03-02 18:11:17 +01:00
DownloadWidget.cpp Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
DownloadWidget.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
EditBookmark.gml Userland: Run gml-format 2022-02-13 02:36:35 +02:00
ElementSizePreviewWidget.cpp Browser+LibWeb: Add an Element size preview widget to inspector 2022-03-08 22:09:52 +01:00
ElementSizePreviewWidget.h Browser+LibWeb: Add an Element size preview widget to inspector 2022-03-08 22:09:52 +01:00
History.cpp Browser: Add title to go back/forward context menu 2021-05-29 12:03:41 +01:00
History.h Browser: Add title to go back/forward context menu 2021-05-29 12:03:41 +01:00
IconBag.cpp Base+Browser: Add browser icons 2022-02-09 21:00:37 +00:00
IconBag.h Base+Browser: Add browser icons 2022-02-09 21:00:37 +00:00
InspectorWidget.cpp Browser+LibWeb+WebContent: Show style for pseudo-elements :^) 2022-03-10 17:30:09 +01:00
InspectorWidget.h Browser+LibWeb+WebContent: Show style for pseudo-elements :^) 2022-03-10 17:30:09 +01:00
main.cpp Browser: Add option to open BrowserSettings from Browser :^) 2022-02-18 19:00:42 +01:00
StorageWidget.cpp Browser: Add storage inspector 2022-03-02 18:11:17 +01:00
StorageWidget.gml Browser: Add storage inspector 2022-03-02 18:11:17 +01:00
StorageWidget.h Browser: Add storage inspector 2022-03-02 18:11:17 +01:00
Tab.cpp Browser: Replace inspector's dom_node_id with a Selection struct 2022-03-10 17:30:09 +01:00
Tab.gml Userland: Run gml-format 2022-02-13 02:36:35 +02:00
Tab.h Browser: Show currently loading host and remaining resource count 2022-03-10 00:51:05 +01:00
WindowActions.cpp Browser: Load icons at start of program 2022-01-21 22:14:13 +01:00
WindowActions.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00