summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Loader
AgeCommit message (Expand)Author
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-29LibWeb: Allow configuring the default error page pathDexesTTP
2022-05-29LibWeb: Allow configuring the default favicon pathDexesTTP
2022-05-21LibHTTP+LibWeb: Accept Brotli encoded responsesMichiel Visser
2022-05-15LibWeb: Abstract the LibProtocol ResourceLoader connectionDexesTTP
2022-05-15LibWeb: Abstract the image decoding via Web::ImageDecoding::DecoderDexesTTP
2022-05-13LibWeb: Don't treat any empty resources as errorsSam Atkins
2022-05-13LibWeb: Make about:blank load correctlySam Atkins
2022-05-06LibWeb: Only generate ResourceLoader signposts while on SerenityDexesTTP
2022-04-10LibWeb: Show correct favicon when default favicon is loadedAnthony Van de Gejuchte
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-06LibWeb: Make BrowsingContext ask PageClient when it wants to be scrolledAndreas Kling
2022-04-06LibWeb: Use FrameLoader::load_html() when loading error pagesAndreas Kling
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-28LibWeb: Load X(HT)ML documents and transform them into HTML DOMAli Mohammad Pur
2022-03-24LibWeb: Emit signposts for resource loadsSimon Wanner
2022-03-23LibWeb: Evict replaced Resource objects from cacheTimothy Flynn
2022-03-23LibWeb: Allow HTMLObjectElement to convert a Resource to ImageResourceTimothy Flynn
2022-03-21LibWeb: Ignore invalid encodings in Content-Type headersSimon Wanner
2022-03-20LibWeb: Tweak our User-Agent stringAndreas Kling
2022-03-20LibWeb: Always defer callbacks in ResourceClient::set_resource()Andreas Kling
2022-03-17Libraries: Use default constructors/destructors in LibWebLenny Maiorani
2022-03-09LibWeb: Fail resource loads on HTTP 4xx or 5xx errorAndreas Kling
2022-02-26LibWeb: Check for valid names in Document.createElement() & friendsAndreas Kling
2022-02-21LibWeb: Make document.write() work while document is parsingAndreas Kling
2022-02-18LibWeb: Send appropriate Accept header for FrameLoader requestsLuke Wilde
2022-02-16LibWeb: Follow HTTP 3xx redirections when loading imagesAndreas Kling
2022-02-12LibWeb: Set response header cookies on redirectsIdan Horowitz
2022-02-12LibWeb: Ignore Location headers unless the response status code is 3xxIdan Horowitz
2022-02-04LibWeb: Make debug logging of resource load errors red instead of greenAndreas Kling
2022-01-31Everywhere: Update copyrights with my new serenityos.org e-mail :^)Timothy Flynn
2022-01-28Userland: Fix unnecessary heap allocation of singleton objectsDaniel Bertalan
2022-01-24AK+Userland: Make AK::decode_base64 return ErrorOrSam Atkins
2022-01-24Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOrSam Atkins
2022-01-15LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServersin-ack
2022-01-12Base+Browser: Add Browser iconselectrikmilk
2021-12-21LibWeb: Add a workaround to assign a proper mime type to QOI imagesLinus Groh
2021-12-04LibWeb: Stop sending "load" event twice to iframesAndreas Kling
2021-11-20LibWeb: Use the sandboxed image ImageDecoder when loading faviconsAndreas Kling
2021-11-20LibWeb: Use the sandboxed ImageDecoder when creating image documentsAndreas Kling
2021-11-20LibWeb: Move ImageDecoder client connection singleton to its own fileAndreas Kling
2021-11-19LibWeb+LibHTTP: Support multiple Set-Cookie response headersTheFightingCatfish
2021-11-18LibWeb: Move BrowsingContext into HTML/Andreas Kling
2021-11-18LibWeb: Delete CSSLoaderSam Atkins
2021-11-18LibWeb: Remove redundant `@import`-handling code from CSSLoaderSam Atkins