1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-15 10:21:00 +00:00
serenity/Applications/Browser
Andreas Kling 1678aaa555 ProtocolServer+LibProtocol: Propagate HTTP status codes to clients
Clients now receive HTTP status codes like 200, 404, etc.
Note that a 404 with content is still considered a "successful"
download from ProtocolServer's perspective. It's up to the client
to interpret the status code.

I'm not sure if this is the best API, but it'll work for now.
2020-06-13 22:20:37 +02:00
..
BookmarksBarWidget.cpp LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
BookmarksBarWidget.h Browser: Pop up a context menu when requested on a bookmark button 2020-05-22 18:23:02 +02:00
BrowserConsoleClient.cpp LibJS: Move Interpreter::get_trace() to ConsoleClient 2020-06-02 15:22:34 +02:00
BrowserConsoleClient.h Meta: Add a script check the presence of "#pragma once" in header files 2020-05-29 07:59:45 +02:00
CMakeLists.txt Browser: Add option in DownloadWidget to open download's in folder 2020-05-26 21:09:45 +02:00
ConsoleWidget.cpp LibJS: Make more Interpreter functions take a GlobalObject& 2020-06-08 21:25:16 +02:00
ConsoleWidget.h Meta: Add a script check the presence of "#pragma once" in header files 2020-05-29 07:59:45 +02:00
DownloadWidget.cpp ProtocolServer+LibProtocol: Propagate HTTP status codes to clients 2020-06-13 22:20:37 +02:00
DownloadWidget.h LibProtocol: Pass response headers in a case insensitive HashMap 2020-05-10 22:32:12 +02:00
History.h AK: Make Vector use size_t for its size and capacity 2020-02-25 14:52:35 +01:00
InspectorWidget.cpp LibWeb+Browser: Add a barebones LayoutTreeModel to the inspector window 2020-06-12 22:30:11 +02:00
InspectorWidget.h LibWeb+Browser: Add a barebones LayoutTreeModel to the inspector window 2020-06-12 22:30:11 +02:00
main.cpp Browser: Be a little bit smarter about interpretering command line URLs 2020-06-12 21:29:27 +02:00
Tab.cpp Browser: Be a little bit smarter about interpretering command line URLs 2020-06-12 21:29:27 +02:00
Tab.h LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
WindowActions.cpp Browser: Add missing copyright header to WindowActions.{cpp,h} 2020-05-09 23:45:16 +02:00
WindowActions.h Browser: Add missing copyright header to WindowActions.{cpp,h} 2020-05-09 23:45:16 +02:00