serenity/Userland/Applications/Browser
Timothy Flynn 168d28c15f LibProtocol+Userland: Support unbuffered protocol requests
LibWeb will need to use unbuffered requests to support server-sent
events. Connection for such events remain open and the remote end sends
data as HTTP bodies at its leisure. The browser needs to be able to
handle this data as it arrives, as the request essentially never
finishes.

To support this, this make Protocol::Request operate in one of two
modes: buffered or unbuffered. The existing mechanism for setting up a
buffered request was a bit awkward; you had to set specific callbacks,
but be sure not to set some others, and then set a flag. The new
mechanism is to set the mode and the callbacks that the mode needs in
one API.
2024-05-26 18:29:24 +02:00
..
History Browser: Use LibWeb's history state for history navigation 2024-04-14 18:53:58 -07:00
BookmarksBarWidget.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
BookmarksBarWidget.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Browser.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
BrowserWindow.cpp Ladybird+LibWeb: Move User-Agent definitions to their own file 2024-05-26 18:29:24 +02:00
BrowserWindow.gml
BrowserWindow.h Browser: Add a simple TaskManager window for tracking helper proccesses 2024-04-02 09:52:34 -06:00
CMakeLists.txt LibLocale: Statically link LibLocaleData into LibLocale 2024-04-21 13:34:04 -06:00
CookiesModel.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
CookiesModel.h
DownloadWidget.cpp LibProtocol+Userland: Support unbuffered protocol requests 2024-05-26 18:29:24 +02:00
DownloadWidget.h AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
EditBookmark.gml
IconBag.cpp Browser: Add a simple TaskManager window for tracking helper proccesses 2024-04-02 09:52:34 -06:00
IconBag.h Browser: Add a simple TaskManager window for tracking helper proccesses 2024-04-02 09:52:34 -06:00
InspectorWidget.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
InspectorWidget.h Ladybird+LibWebView: Add an Inspector action to clone a DOM node 2023-12-07 23:16:34 +01:00
main.cpp Browser: Pledge thread for FilePicker 2024-05-12 15:37:36 -06:00
StorageModel.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
StorageModel.h
StorageWidget.cpp
StorageWidget.gml
StorageWidget.h
Tab.cpp Browser: Use LibWeb's history state for history navigation 2024-04-14 18:53:58 -07:00
Tab.gml LibGUI+Everywhere: Rename the 'style' frame property to 'frame_style' 2024-04-30 17:46:41 -06:00
Tab.h Browser: Use LibWeb's history state for history navigation 2024-04-14 18:53:58 -07:00
TaskManagerWidget.cpp LibCore: Stop obsessing about tiny OOMs in Core::Timer 2024-04-17 07:16:52 +02:00
TaskManagerWidget.h Browser: Add a simple TaskManager window for tracking helper proccesses 2024-04-02 09:52:34 -06:00
URLBox.cpp AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
URLBox.h LibGUI+Browser: Move GUI::UrlBox to the Browser application 2023-10-20 07:18:54 +02:00
WindowActions.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
WindowActions.h