1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-21 17:21:01 +00:00
serenity/Applications/Browser
Andreas Kling 20f50f9133 LibProtocol: Pass response headers in a case insensitive HashMap
HTTP headers are case-insensitive, so just add CaseInsensitiveTraits
to the HashMap and we're good to go! :^)
2020-05-10 22:32:12 +02:00
..
BookmarksBarWidget.cpp Browser: Share one BookmarksBarWidget between all Tabs 2020-04-25 17:20:23 +02:00
BookmarksBarWidget.h Browser: Share one BookmarksBarWidget between all Tabs 2020-04-25 17:20:23 +02:00
DownloadWidget.cpp LibProtocol: Pass response headers in a case insensitive HashMap 2020-05-10 22:32:12 +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 Browser: Move InspectorWidget into the Browser namespace 2020-05-08 21:38:30 +02:00
InspectorWidget.h Browser: Move InspectorWidget into the Browser namespace 2020-05-08 21:38:30 +02:00
main.cpp Browser: Use "about:blank" as the default home page 2020-05-10 11:18:47 +02:00
Makefile LibWeb: Teach HtmlView how to render Markdown files :^) 2020-05-10 22:32:12 +02:00
Tab.cpp Browser: Allow opening URLs by dropping them on the HtmlView :^) 2020-05-10 22:32:12 +02:00
Tab.h Browser: Add a simple context menu for hyperlinks 2020-05-05 22:42:50 +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