serenity/Userland/Applications/Browser
Andreas Kling eec328e2ab LibGUI: Remove Menu::try_add_submenu()
And fall back to the infallible add_submenu().
2023-08-14 14:57:54 +02:00
..
History Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
BookmarksBarWidget.cpp Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
BookmarksBarWidget.h
Browser.h
BrowserWindow.cpp LibGUI: Remove Menu::try_add_submenu() 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 Meta: Rename compile_gml to stringify_gml 2023-08-11 21:33:48 +02:00
ConsoleWidget.cpp
ConsoleWidget.h
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
Database.h Browser: Synchronize database statements used for cookies 2023-08-08 06:25:11 -04: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
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
IconBag.cpp Ladybird: Add context menu items to directly open audio files 2023-06-19 17:42:55 +02:00
IconBag.h Ladybird: Add context menu items to directly open audio files 2023-06-19 17:42:55 +02:00
InspectorWidget.cpp Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +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 Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
StorageModel.h
StorageWidget.cpp Browser: Avoid unnecessary copies of temporary Storages 2023-06-15 08:07:17 +02:00
StorageWidget.gml
StorageWidget.h
Tab.cpp LibJS: Rip out the AST interpreter :^) 2023-08-08 13:07:13 +02:00
Tab.gml
Tab.h Ladybird+LibWebView+Browser: Remove ability to run with AST interpreter 2023-08-08 13:07:13 +02:00
WindowActions.cpp AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
WindowActions.h