serenity/Userland/Applications/Browser
Andrew Kaster d8ab9ed87c LibGfx+Userland: Remove dependency on GUI::TabWidget from StylePainter
Move TabPosition into its own file, and using it into the global
namespace the same way we do for Gfx::Orientation. This unbreaks the gn
build, and out of tree builds.
2023-10-27 16:51:03 -06: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 LibGfx+Userland: Remove dependency on GUI::TabWidget from StylePainter 2023-10-27 16:51:03 -06: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
CookiesModel.h
DownloadWidget.cpp
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 LibWeb: Remove implicit conversion from float and double to CSSPixels 2023-08-26 23:53:45 +02:00
InspectorWidget.h
main.cpp Browser+BrowserSettings: Migrate to LibWebView for search engines 2023-10-23 12:12:36 -04: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