1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 20:17:41 +00:00
serenity/Userland/Applications/Browser
Timothy Flynn fc8bf7ac3e LibUnicode+Userland: Migrate generated CLDR data to LibLocaleData
Currently, LibUnicodeData contains the generated UCD and CLDR data. Move
the UCD data to the main LibUnicode library, and rename LibUnicodeData
to LibLocaleData. This is another prepatory change to migrate to
LibLocale.
2022-09-05 14:37:16 -04:00
..
BookmarksBarWidget.cpp Browser: Show bookmark and history page lists under the their buttons 2022-08-07 20:49:45 +02:00
BookmarksBarWidget.h Browser: Give BookmarksBarWidget a minimum size 2022-07-27 00:01:42 +01:00
Browser.h Browser+BrowserSettings: Add preference for new tab 2022-06-26 22:18:30 +01:00
BrowserWindow.cpp Browser: Rename menu item from "Settings" to "Browser Settings" 2022-08-14 23:33:28 +02:00
BrowserWindow.gml Userland: Set tab-widget properties in GML instead of code 2022-05-11 20:16:43 +02:00
BrowserWindow.h Browser+LibWeb+WebContent: Implement per-URL-pattern proxies 2022-04-09 12:21:43 +02:00
CMakeLists.txt LibUnicode+Userland: Migrate generated CLDR data to LibLocaleData 2022-09-05 14:37:16 -04:00
ConsoleWidget.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
ConsoleWidget.h LibWebView: Move OutOfProcessWebView to a new LibWebView library 2022-05-15 12:17:36 +02:00
CookieJar.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
CookieJar.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
CookiesModel.cpp Browser: Add option to filter entries in Storage Inspector 2022-05-07 20:09:53 +02:00
CookiesModel.h Browser: Add option to filter entries in Storage Inspector 2022-05-07 20:09:53 +02:00
DownloadWidget.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
DownloadWidget.h LibWeb: Abstract the LibProtocol ResourceLoader connection 2022-05-15 12:17:36 +02:00
EditBookmark.gml Userland: Run gml-format 2022-02-13 02:36:35 +02:00
ElementSizePreviewWidget.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
ElementSizePreviewWidget.h Browser+LibWeb: Add an Element size preview widget to inspector 2022-03-08 22:09:52 +01:00
History.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
History.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
IconBag.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
IconBag.h Base+Browser: Add browser icons 2022-02-09 21:00:37 +00:00
InspectorWidget.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
InspectorWidget.h Browser: Fix crash if clicking on non-visible nodes in the inspector 2022-07-03 20:45:11 +02:00
main.cpp Base: Launch ImageDecoder at session start-up 2022-08-14 21:52:35 +01:00
StorageModel.cpp Browser+LibWeb+WebContent: Add ability to inspect session storage 2022-05-28 23:54:06 +01:00
StorageModel.h Browser+LibWeb+WebContent: Add ability to inspect session storage 2022-05-28 23:54:06 +01:00
StorageWidget.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
StorageWidget.gml Browser+LibWeb+WebContent: Add ability to inspect session storage 2022-05-28 23:54:06 +01:00
StorageWidget.h Browser+LibWeb+WebContent: Add ability to inspect session storage 2022-05-28 23:54:06 +01:00
Tab.cpp Applications: Use modeless windows in some apps 2022-08-25 13:28:50 +02:00
Tab.gml Userland: Run gml-format 2022-02-13 02:36:35 +02:00
Tab.h Browser+LibWeb+WebContent: Add ability to inspect session storage 2022-05-28 23:54:06 +01:00
WindowActions.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
WindowActions.h Browser: Allow usage of vertical tabs 2022-05-21 22:25:16 +02:00