summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Loader/ResourceLoader.cpp
AgeCommit message (Expand)Author
2023-04-15AK+Everywhere: Change URL::path() to serialize_path()MacDue
2023-04-04LibWeb: Do not use OS error codes in the error callback for file:// URLsTimothy Flynn
2023-03-22LibWeb: Make ResourceLoader insert a Content-Type header for file://Andreas Kling
2023-03-15LibWeb: Don't treat erroring subresource loads as successAndreas Kling
2023-02-24LibWeb: Render HTML content if present for HTTP error pagesAndreas Kling
2023-02-13LibCore: Move Stream-based file into the `Core` namespaceTim Schumacher
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
2023-02-10Everywhere: Remove needless copies of Error / ErrorOr instancesTimothy Flynn
2023-02-01LibWeb+WebContent: Do not reference-count file request objectsTimothy Flynn
2022-12-30LibWeb: Store cookies for every HTTP responseLuke Wilde
2022-12-12LibCore: Rename `Stream::read_all` to `read_until_eof`Tim Schumacher
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-19Everywhere: Remove unnecessary mutable attributes from lambdasMacDue
2022-10-10Everywhere: Replace uses of __serenity__ with AK_OS_SERENITYAndrew Kaster
2022-10-05LibWeb: Pass status code to ResourceLoader error callback when availableLinus Groh
2022-09-29AK+Everywhere: Replace "protocol" with "scheme" url helpersnetworkException
2022-09-07LibWeb+WebContent: Add abstraction layer for event loop and timersAndreas Kling
2022-07-17LibWeb: Paper over a VERIFY() crash in ResourceLoader for nowAndreas Kling
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-03LibWeb: Add timeout_callback to ResourceLoader::load()Kenneth Myhra
2022-07-03LibWeb: Use a single shot timer instead of an ordinary repetitive timerKenneth Myhra
2022-06-27Browser+LibWeb+WebContent: Allow Browser to load local filesLucas CHOLLET
2022-06-23LibWeb: Fix unsafe capture of ref-to-local when setting up load timeoutAndreas Kling
2022-06-21LibWeb: Add timeout functionality to ResourceLoaderKenneth Myhra
2022-06-10LibWeb: Apply content filter to DNS prefetch and pre-connectLuke Wilde
2022-05-21LibHTTP+LibWeb: Accept Brotli encoded responsesMichiel Visser
2022-05-15LibWeb: Abstract the LibProtocol ResourceLoader connectionDexesTTP
2022-05-13LibWeb: Make about:blank load correctlySam Atkins
2022-05-06LibWeb: Only generate ResourceLoader signposts while on SerenityDexesTTP
2022-04-10LibWeb: Remove unused ResourceLoader::load_sync()Andreas Kling
2022-04-09LibWeb: Remove debug spam about proxy configuration lookupsAndreas Kling
2022-04-09Browser+LibWeb+WebContent: Implement per-URL-pattern proxiesAli Mohammad Pur
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-24LibWeb: Emit signposts for resource loadsSimon Wanner
2022-03-23LibWeb: Evict replaced Resource objects from cacheTimothy Flynn
2022-03-09LibWeb: Fail resource loads on HTTP 4xx or 5xx errorAndreas Kling
2022-02-04LibWeb: Make debug logging of resource load errors red instead of greenAndreas Kling
2022-01-24AK+Userland: Make AK::decode_base64 return ErrorOrSam Atkins
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