ladybird/Userland/Applications/Browser
Andreas Kling 06d97c892b LibWeb+Browser: Remove Web::WebViewHooks class
This was a mixin class that allowed sharing a set of hooks between
InProcessWebView and OutOfProcessWebView. Now that there is only OOPWV,
we don't need the mixin.
2022-04-06 19:35:08 +02:00
..
BookmarksBarWidget.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
BookmarksBarWidget.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Browser.h Browser: Add support for disabling content filtering 2022-02-18 19:00:42 +01:00
BrowserWindow.cpp LibWeb+Browser: Remove Web::WebViewHooks class 2022-04-06 19:35:08 +02:00
BrowserWindow.gml Userland: Run gml-format 2022-02-13 02:36:35 +02:00
BrowserWindow.h Browser: Add support for disabling content filtering 2022-02-18 19:00:42 +01:00
CMakeLists.txt Browser+LibWeb+WebContent: Add ability to inspect local storage 2022-04-03 13:13:10 +01:00
ConsoleWidget.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ConsoleWidget.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
CookieJar.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
CookieJar.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
CookiesModel.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
CookiesModel.h Browser: Reorder storage inspector columns 2022-03-29 23:51:47 +01:00
CookiesTab.gml Browser: Add storage inspector 2022-03-02 18:11:17 +01:00
DownloadWidget.cpp Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
DownloadWidget.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
EditBookmark.gml Userland: Run gml-format 2022-02-13 02:36:35 +02:00
ElementSizePreviewWidget.cpp Browser: Size the content box in "Box Model" based on its text 2022-03-20 19:57:09 +01: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 Base+Browser: Add browser icons 2022-02-09 21:00:37 +00:00
IconBag.h Base+Browser: Add browser icons 2022-02-09 21:00:37 +00:00
InspectorWidget.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
InspectorWidget.h Browser: Rename Inspector table view member names to match contents 2022-03-15 20:00:51 +01:00
LocalStorageModel.cpp Browser+LibWeb+WebContent: Add ability to inspect local storage 2022-04-03 13:13:10 +01:00
LocalStorageModel.h Browser+LibWeb+WebContent: Add ability to inspect local storage 2022-04-03 13:13:10 +01:00
main.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
StorageWidget.cpp Browser+LibWeb+WebContent: Add ability to inspect local storage 2022-04-03 13:13:10 +01:00
StorageWidget.gml Browser: Add storage inspector 2022-03-02 18:11:17 +01:00
StorageWidget.h Browser+LibWeb+WebContent: Add ability to inspect local storage 2022-04-03 13:13:10 +01:00
Tab.cpp LibWeb+Browser: Remove Web::WebViewHooks class 2022-04-06 19:35:08 +02:00
Tab.gml Userland: Run gml-format 2022-02-13 02:36:35 +02:00
Tab.h LibWeb+Browser: Remove Web::WebViewHooks class 2022-04-06 19:35:08 +02:00
WindowActions.cpp Browser: Add Ctrl-<number> actions to changes tabs 2022-04-02 23:38:32 +02:00
WindowActions.h Browser: Add Ctrl-<number> actions to changes tabs 2022-04-02 23:38:32 +02:00