serenity/Userland/Applications/Browser
DexesTTP c00ae53b66 LibWeb: Abstract the LibProtocol ResourceLoader connection
This is the final component that required LibProtocol as a dependency
of LibWeb. With this, we can now remove the dependency, and LibWeb no
longer requires IPC to work :^)
2022-05-15 12:17:36 +02:00
..
BookmarksBarWidget.cpp LibGUI+Userland: Make Dialog::ExecResult an enum class 2022-05-13 16:27:43 +02:00
BookmarksBarWidget.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Browser.h Browser+LibWeb+WebContent: Implement per-URL-pattern proxies 2022-04-09 12:21:43 +02:00
BrowserWindow.cpp LibWebView: Move OutOfProcessWebView to a new LibWebView library 2022-05-15 12:17:36 +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 LibWebView: Move OutOfProcessWebView to a new LibWebView library 2022-05-15 12:17:36 +02:00
ConsoleWidget.cpp LibWebView: Move OutOfProcessWebView to a new LibWebView library 2022-05-15 12:17:36 +02:00
ConsoleWidget.h LibWebView: Move OutOfProcessWebView to a new LibWebView library 2022-05-15 12:17:36 +02: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 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 LibWeb: Abstract the LibProtocol ResourceLoader connection 2022-05-15 12:17:36 +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 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 LibWebView: Move StylePropertiesModel to LibWebView 2022-05-15 12:17:36 +02:00
InspectorWidget.h LibWebView: Move OutOfProcessWebView to a new LibWebView library 2022-05-15 12:17:36 +02:00
LocalStorageModel.cpp Browser: Add option to filter entries in Storage Inspector 2022-05-07 20:09:53 +02:00
LocalStorageModel.h Browser: Add option to filter entries in Storage Inspector 2022-05-07 20:09:53 +02:00
main.cpp LibWeb: Abstract the LibProtocol ResourceLoader connection 2022-05-15 12:17:36 +02:00
StorageWidget.cpp Browser: Add option to filter entries in Storage Inspector 2022-05-07 20:09:53 +02:00
StorageWidget.gml Browser: Add option to filter entries in Storage Inspector 2022-05-07 20:09:53 +02:00
StorageWidget.h Browser: Add option to filter entries in Storage Inspector 2022-05-07 20:09:53 +02:00
Tab.cpp LibWebView: Move OutOfProcessWebView to a new LibWebView library 2022-05-15 12:17:36 +02:00
Tab.gml Userland: Run gml-format 2022-02-13 02:36:35 +02:00
Tab.h LibWebView: Move OutOfProcessWebView to a new LibWebView library 2022-05-15 12:17:36 +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