serenity/Userland/Applications/Browser
Timothy Flynn 204a6f9241 Ladybird+LibWebView: Move console history tracking to ConsoleClient
This will allow other chromes to make use of history in their console
implementations.
2023-08-31 12:20:10 +02:00
..
History Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
BookmarksBarWidget.cpp LibGUI: Add deprecated suffix to {set_,}tooltip in Widget 2023-08-18 10:43:37 +01:00
BookmarksBarWidget.h
Browser.h
BrowserWindow.cpp LibGUI: Remove Window::try_add_menu() 2023-08-14 14:57:54 +02:00
BrowserWindow.gml
BrowserWindow.h Ladybird+LibWebView+Browser: Remove ability to run with AST interpreter 2023-08-08 13:07:13 +02:00
CMakeLists.txt Browser: Add more intuitive search 2023-08-17 15:30:23 +01:00
ConsoleWidget.cpp Ladybird+LibWebView: Move console history tracking to ConsoleClient 2023-08-31 12:20:10 +02:00
ConsoleWidget.h Ladybird+LibWebView: Extract common JS console functionality to a helper 2023-08-30 09:24:59 +02:00
CookieJar.cpp Browser: Synchronize database statements used for cookies 2023-08-08 06:25:11 -04:00
CookieJar.h
CookiesModel.cpp Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
CookiesModel.h
Database.cpp Browser: Prevent moving a Database callback while it is executing 2023-08-30 09:19:28 +02:00
Database.h Browser: Prevent moving a Database callback while it is executing 2023-08-30 09:19:28 +02:00
DownloadWidget.cpp LibGUI: Remove Layout::try_add_spacer() 2023-08-14 14:57:54 +02:00
DownloadWidget.h
EditBookmark.gml
ElementSizePreviewWidget.cpp
ElementSizePreviewWidget.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
Forward.h
History.cpp
History.h Ladybird: Do not enable the reload button if history is empty 2023-08-29 08:11:11 -04:00
IconBag.cpp
IconBag.h
InspectorWidget.cpp LibWeb: Remove implicit conversion from float and double to CSSPixels 2023-08-26 23:53:45 +02:00
InspectorWidget.h Browser+LibWebView: Load and Display ARIA Properites and State 2023-07-06 11:21:36 +01:00
main.cpp Browser+WebDriver: Set the initial URL to about:blank from WebDriver 2023-08-09 05:33:24 +02: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 Ladybird+LibWebView: Extract common JS console functionality to a helper 2023-08-30 09:24:59 +02:00
Tab.gml
Tab.h LibWeb: Port Storage interface from DeprecatedString to String 2023-08-29 10:05:02 +02:00
WindowActions.cpp AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
WindowActions.h