serenity/Userland/Applications/Browser
2023-11-06 09:39:59 +01:00
..
History Ladybird+LibWebView: Move CookieJar, Database, and History to LibWebView 2023-08-31 19:19:45 +02:00
BookmarksBarWidget.cpp Userland: Port remaining calls to Widget::set_tooltip_deprecated() 2023-10-06 08:20:11 +02:00
BookmarksBarWidget.h
Browser.h
BrowserWindow.cpp BrowserSettings+Ladybird: Convert home / new tab page to resource URIs 2023-11-06 09:39:59 +01:00
BrowserWindow.gml
BrowserWindow.h Browser: Sanitize user-provided URLs with LibWebView 2023-10-13 13:37:11 -04:00
CMakeLists.txt LibGUI+Browser: Move GUI::UrlBox to the Browser application 2023-10-20 07:18:54 +02:00
ConsoleWidget.cpp Userland: Use nondeprecated set_tooltip for static and formatted strings 2023-10-06 08:20:11 +02:00
ConsoleWidget.h Ladybird+LibWebView: Extract common JS console functionality to a helper 2023-08-30 09:24:59 +02:00
CookiesModel.cpp Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
CookiesModel.h
DownloadWidget.cpp LibGUI: Remove Layout::try_add_spacer() 2023-08-14 14:57:54 +02:00
DownloadWidget.h
EditBookmark.gml
ElementSizePreviewWidget.cpp
ElementSizePreviewWidget.h
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 Browser: Convert the inspector widget to the WebView model class 2023-11-05 09:11:23 +01:00
InspectorWidget.h
main.cpp BrowserSettings+Ladybird: Convert home / new tab page to resource URIs 2023-11-06 09:39:59 +01:00
ModelAdapter.h Browser: Convert the inspector widget to the WebView model class 2023-11-05 09:11:23 +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
StorageWidget.h LibWeb: Port Storage interface from DeprecatedString to String 2023-08-29 10:05:02 +02:00
Tab.cpp Browser: Add a context menu item to search for the selected text 2023-10-24 07:28:30 +02:00
Tab.gml
Tab.h Browser: Add a context menu item to search for the selected text 2023-10-24 07:28:30 +02: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