ladybird/Userland/Applications/Browser
2023-12-07 10:53:12 +01:00
..
History Ladybird+LibWebView: Move CookieJar, Database, and History to LibWebView 2023-08-31 19:19:45 +02:00
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 Browser+Ladybird+LibWeb: Port content filters to String 2023-04-22 12:32:40 +02:00
BrowserWindow.cpp Ladybird: Allow opening the Inspector with both ctrl+shift+I and F12 2023-12-02 22:54:06 +01:00
BrowserWindow.gml Userland: Set tab-widget properties in GML instead of code 2022-05-11 20:16:43 +02:00
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 Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
CookiesModel.h LibGUI+Userland: Propagate errors in Model::column_name() 2023-06-14 17:53:59 +02:00
DownloadWidget.cpp LibGUI: Remove Layout::try_add_spacer() 2023-08-14 14:57:54 +02:00
DownloadWidget.h Everywhere: Correctly report progress of downloads larger than 4GiB 2023-06-19 06:13:19 +02:00
EditBookmark.gml Userland: Replace empty GUI::Widgets in GML with GUI::Layout::Spacer 2022-09-29 08:31:15 -04:00
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 copy a node's HTML/text 2023-12-07 10:53:12 +01:00
InspectorWidget.h Ladybird+LibWebView: Add an Inspector action to copy a node's HTML/text 2023-12-07 10:53:12 +01:00
main.cpp BrowserSettings+Ladybird: Convert home / new tab page to resource URIs 2023-11-06 09:39:59 +01:00
StorageModel.cpp LibWeb: Port Storage interface from DeprecatedString to String 2023-08-29 10:05:02 +02:00
StorageModel.h LibWeb: Port Storage interface from DeprecatedString to String 2023-08-29 10:05:02 +02:00
StorageWidget.cpp LibWeb: Port Storage interface from DeprecatedString to String 2023-08-29 10:05:02 +02:00
StorageWidget.gml Browser+LibWeb+WebContent: Add ability to inspect session storage 2022-05-28 23:54:06 +01:00
StorageWidget.h LibWeb: Port Storage interface from DeprecatedString to String 2023-08-29 10:05:02 +02:00
Tab.cpp Browser: Implement "Copy Email/Phone" menu item for links 2023-12-05 11:36:22 -05:00
Tab.gml LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle 2023-04-30 05:49:46 +02:00
Tab.h Browser: Implement "Copy Email/Phone" menu item for links 2023-12-05 11:36:22 -05: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 LibGUI+Applications: Use String in make_about_action() 2023-09-16 11:05:49 +02:00
WindowActions.h Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00