1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 00:27:43 +00:00
serenity/Userland/Libraries/LibWeb/Loader
Timothy Flynn 3cc5286565 LibWeb: Helper for creating load requests with a Cookie header
Instead of all interested parties needing to write out the code to get
the cookie value for a load request, add a static helper to do it in
one location.
2021-04-15 09:46:49 +02:00
..
ContentFilter.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
ContentFilter.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
CSSLoader.cpp LibWeb: Rename CSSParser => DeprecatedCSSParser 2021-03-09 17:35:57 +01:00
CSSLoader.h LibWeb: Give CSSLoader a backpointer to its owner element 2021-03-08 16:03:14 +01:00
FrameLoader.cpp Browser+LibWeb+WebContent: Track the source of document.cookie requests 2021-04-14 16:07:46 +02:00
FrameLoader.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
ImageLoader.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
ImageLoader.h ImageDecoder+LibImageDecoder+LibWeb: Support animations in ImageDecoder 2021-01-29 22:38:22 +01:00
ImageResource.cpp LibWeb+LibImageDecoderClient: Reuse ImageDecoder service process 2021-02-20 11:37:55 +01:00
ImageResource.h ImageDecoder+LibImageDecoder+LibWeb: Support animations in ImageDecoder 2021-01-29 22:38:22 +01:00
LoadRequest.cpp LibWeb: Helper for creating load requests with a Cookie header 2021-04-15 09:46:49 +02:00
LoadRequest.h LibWeb: Helper for creating load requests with a Cookie header 2021-04-15 09:46:49 +02:00
Resource.cpp LibWeb: Pass optional status code to ResourceLoader callbacks 2021-04-03 16:34:34 +02:00
Resource.h LibWeb: Pass optional status code to ResourceLoader callbacks 2021-04-03 16:34:34 +02:00
ResourceLoader.cpp Browser+LibWeb: Add support for spoofing the browser user agent 2021-04-14 23:06:32 +02:00
ResourceLoader.h Browser+LibWeb: Add support for spoofing the browser user agent 2021-04-14 23:06:32 +02:00