serenity/Userland/Applications/Browser
Timothy Flynn 451df70275 Ladybird+LibWebView: Ensure existing Inspector widgets inspect the page
If the Inspector widget already exists, be sure to inspect the page when
it is re-opened. However, this should be a no-op if the page was already
inspected (as any existing Inspector will be reset if a new page load
began).

Note this is not an issue in the AppKit chrome.
2023-12-10 16:45:08 +01:00
..
History
BookmarksBarWidget.cpp Browser: Move BookmarksBarWidget::PerformEditOn to anon namespace 2023-11-14 15:38:09 -07:00
BookmarksBarWidget.h Browser: Move BookmarksBarWidget::PerformEditOn to anon namespace 2023-11-14 15:38:09 -07:00
Browser.h
BrowserWindow.cpp Ladybird: Allow opening the Inspector with both ctrl+shift+I and F12 2023-12-02 22:54:06 +01:00
BrowserWindow.gml
BrowserWindow.h Browser: Sanitize user-provided URLs with LibWebView 2023-10-13 13:37:11 -04:00
CMakeLists.txt Browser: Remove the standalone JavaScript console 2023-12-02 10:34:22 +01:00
CookiesModel.cpp
CookiesModel.h
DownloadWidget.cpp
DownloadWidget.h
EditBookmark.gml
IconBag.cpp Browser: Add a context menu item to search for the selected text 2023-10-24 07:28:30 +02:00
IconBag.h Browser: Add a context menu item to search for the selected text 2023-10-24 07:28:30 +02:00
InspectorWidget.cpp Ladybird+LibWebView: Add an Inspector action to clone a DOM node 2023-12-07 23:16:34 +01:00
InspectorWidget.h Ladybird+LibWebView: Add an Inspector action to clone a DOM node 2023-12-07 23:16:34 +01:00
main.cpp BrowserSettings+Ladybird: Convert home / new tab page to resource URIs 2023-11-06 09:39:59 +01:00
StorageModel.cpp
StorageModel.h
StorageWidget.cpp
StorageWidget.gml
StorageWidget.h
Tab.cpp Ladybird+LibWebView: Ensure existing Inspector widgets inspect the page 2023-12-10 16:45:08 +01:00
Tab.gml
Tab.h Ladybird+LibWeb: Add basic select element support 2023-12-09 22:06:20 +01:00
URLBox.cpp Browser: Use LibWebView to decide what parts of a URL to highlight 2023-10-20 07:18:54 +02:00
URLBox.h LibGUI+Browser: Move GUI::UrlBox to the Browser application 2023-10-20 07:18:54 +02:00
WindowActions.cpp
WindowActions.h