summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/Loader
AgeCommit message (Expand)Author
2021-01-09LibWeb: Convert a bunch of dbg() to dbgln()Andreas Kling
2021-01-05LibWeb: Add a basic content filter (ad blocking!) :^)Andreas Kling
2021-01-03LibWeb: Convert a bunch of String::format() => String::formatted()Andreas Kling
2020-12-31LibWeb: Clear circular download reference when download finishedTom
2020-12-31LibWeb: Don't hold on to the Download instance after it's finishedAnotherTest
2020-12-30LibWeb: Re-enable favicons after forgotten if-0AnotherTest
2020-12-30ProtocolServer: Stream the downloaded data if possibleAnotherTest
2020-12-19LibWeb: Don't use ByteBuffer::wrap() when loading about: URLsAndreas Kling
2020-12-19LibProtocol: Remove use of ByteBuffer::wrap() in protocol APIAndreas Kling
2020-12-13LibWeb: Set the encoding of HTML documentsAndreas Kling
2020-12-13LibWeb: Attach DOM::Document to its frame before parsingAndreas Kling
2020-12-13LibWeb: Make HTMLDocumentParser take an existing documentAndreas Kling
2020-12-08LibWeb+WebContent: Add on_load_finish hook to web viewsAndreas Kling
2020-11-14LibWeb: Use standardized encoding names, add encoding attribute to documentLuke
2020-11-13LibWeb: Add contentType attribute to DocumentLuke
2020-11-12LibWeb: Make Frame point weakly to PageAndreas Kling
2020-11-11LibWeb: Advertise to servers that we support gzip encodingLuke
2020-11-07LibWeb: Load favicon.ico only for http/https URLsBrendan Coles
2020-10-23LibWeb: Fix Document construction mishap in <template> elementAndreas Kling
2020-10-22LibWeb: Add namespace to ElementLuke
2020-10-21LibCore+WebServer+LibWeb: Make MIME type guesser take a StringViewAndreas Kling
2020-10-08LibWeb: Handle PageClient::page_did_change_title() in Frame::set_document()Linus Groh
2020-10-08LibWeb: Add FrameLoader::load_html()Linus Groh
2020-10-06LibWeb: Fix build after GEMINI_DEBUG oopsieAndreas Kling
2020-10-06LibWeb: Add debug toggle for dumping gemini documentsNico Weber
2020-10-06LibWeb: Fix variable name for gemini documentsNico Weber
2020-09-28LibWeb: LoadRequest::operator==() should compare header valuesAndreas Kling
2020-09-28ProtocolServer+LibWeb: Support more detailed HTTP requestsAndreas Kling
2020-09-28LibWeb: Expand LoadRequest class to include method, headers and bodyAndreas Kling
2020-09-22LibWeb: Dispatch DOM "load" event on <iframe> elementsAndreas Kling
2020-09-15LibCore: Make Core::Object properties more dynamicAndreas Kling
2020-09-12LibWeb: cache in-process decoded images in ImageResourcePeter Nelson
2020-09-08LibWeb: make it possible to directly load .svg filesSimon Danner
2020-08-12LibWeb: Mark compilation-unit-only functions as staticBen Wiederhake
2020-08-12LibWeb: Until an image has loaded or failed, don't occupy layout sizeAndreas Kling
2020-08-06Refactor: Expose const_cast by removing ByteBuffer::warp(const void*, size_t)asynts
2020-08-02ProtocolServer+LibTLS: Pipe certificate requests from LibTLS to clientsAnotherTest
2020-07-30LibWeb: Complete the redirect URL before loading itAnotherTest
2020-07-28LibWeb: Move the Page/Frame/EventHandler classes into Page/Andreas Kling
2020-07-28LibWeb: Move the HTML parser into HTML/Parser/Andreas Kling
2020-07-28LibWeb: Move HTML classes into the Web::HTML namespaceAndreas Kling
2020-07-27LibCore+LibWeb: Move guess-mimetype-based-on-filename logic to LibCoreAndreas Kling
2020-07-26LibWeb: Move DOM classes into the Web::DOM namespaceAndreas Kling
2020-07-26LibWeb: Move HTML object model stuff into LibWeb/HTML/Andreas Kling
2020-07-08LibWeb: Add type for FrameLoader::loadKevin Meyer
2020-06-27LibWeb: Add "image/x‑portable‑graymap" mime type for pgm file extensionHüseyin ASLITÜRK
2020-06-26LibWeb+Browser: Remove old HTML parser :^)Andreas Kling
2020-06-26LibWeb: Tolerate quoted HTTP Content-Type encodingsAndreas Kling
2020-06-26LibWeb: Let's not pass "%u" to String() and expect something to happenAndreas Kling
2020-06-25LibWeb: Treat all HTTP 4xx codes as errorsAndreas Kling