summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Loader
AgeCommit message (Expand)Author
2022-09-29AK+Everywhere: Replace "protocol" with "scheme" url helpersnetworkException
2022-09-28LibWeb: Make Markdown images shrink-to-fit by defaultSam Atkins
2022-09-25LibWeb: Only notify PageClient about top-level browsing context loadsAndreas Kling
2022-09-21LibWeb+WebContent: Setup the js console client earlierdavidot
2022-09-21LibWeb: Fix null dereference in ResourceClient::set_resource()Andreas Kling
2022-09-20LibWeb: Implement Document/BrowsingContext hookup according to specAndreas Kling
2022-09-18LibWeb: Capture self as a WeakPtr in ResourceClient::set_resource()Andreas Kling
2022-09-16LibWeb+LibWebView+WebContent: Add Web::Platform::ImageCodecPluginAndreas Kling
2022-09-07LibWeb+WebContent: Add abstraction layer for event loop and timersAndreas Kling
2022-09-06LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocatedAndreas Kling
2022-08-26LibWeb: Determine the origin when navigating across documentsMacDue
2022-08-05LibWeb: Start implementing "create and initialize a Document" from HTMLAndreas Kling
2022-07-27Everywhere: Make the codebase more architecture awareUndefine
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-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