summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Loader/ResourceLoader.cpp
AgeCommit message (Expand)Author
2022-01-15LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServersin-ack
2021-11-08LibCore: Use ErrorOr<T> for Core::File::open()Andreas Kling
2021-10-23AK+Everywhere: Make Base64 decoding fallibleBen Wiederhake
2021-09-28LibWeb: Implement the dns-prefetch and preconnect link relationshipsAli Mohammad Pur
2021-09-22LibWeb: Log resource load success before invoking success callbackAndreas Kling
2021-09-19LibWeb: Avoid introducing a reference cycle in ResourceLoader::load()Ali Mohammad Pur
2021-09-16LibWeb: Don't dump full data URLs in ResourceLoader loggingAndreas Kling
2021-09-14AK: Make URL::m_port an Optional<u16>, Expose raw port getterIdan Horowitz
2021-09-13LibWeb: Add the Web::URL namespace and move URLEncoder to itIdan Horowitz
2021-09-12LibWeb: Log resource loading success, failure, and durationBrian Gianforcaro
2021-09-12LibWeb: Start tracking elapsed time when a resource is loadedBrian Gianforcaro
2021-09-02Userland: Migrate to argument-less deferred_invokesin-ack
2021-08-08Browser+LibWeb: Silence some debug spamsTheFightingCatfish
2021-06-06LibProtocol: Use URL class in RequestClient::start_request argumentMax Wipfli
2021-06-01AK+LibWeb: Remove URL::to_string_encoded()Max Wipfli
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-04-25Services: Rename ProtocolServer to RequestServerDexesTTP
2021-04-22LibWeb: Encode URL in ResourceLoader::load()Simon Danner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-20LibWeb: Don't call ResourceLoader error callback on 4xx status codeLinus Groh
2021-04-15LibWeb: Set Cookie header on <script> resource requestsTimothy Flynn
2021-04-14Browser+LibWeb: Add support for spoofing the browser user agentIdan Horowitz
2021-04-03LibWeb: Pass optional status code to ResourceLoader callbacksLinus Groh
2021-03-30Browser+LibWeb+WebContent: Add action to clear resource cacheTimothy Flynn
2021-03-22LibWeb: Advertise that we support the deflate content encodingLuke
2021-02-08Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)AnotherTest
2021-01-25Everywhere: Debug macros instead of constexpr.asynts
2021-01-24LibWeb: Disable resource cache for file:// URLsAndreas Kling
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-16Everywhere: Remove a bunch of <AK/SharedBuffer.h> includesAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling