summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Loader
AgeCommit message (Expand)Author
2021-10-06LibWeb: Resolve cyclic dependency between StyleSheet and ImportRuleBen Wiederhake
2021-09-29LibWeb: Make CSSRule and CSSRuleList available to JavaScript :^)Andreas Kling
2021-09-28LibWeb: Implement the dns-prefetch and preconnect link relationshipsAli Mohammad Pur
2021-09-27LibWeb: Don't try to ad-block data: urlsSam Atkins
2021-09-26LibWeb: Make <link> style sheets delay the document load eventAndreas Kling
2021-09-25LibWeb: Rename HTMLDocumentParser => HTMLParserAndreas Kling
2021-09-24LibWeb: Skip decoding favicon.ico if downloaded data is emptyMandar Kulkarni
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-12LibWeb: Include headers HashMap in the LoadRequest::hash() calculationBrian Gianforcaro
2021-09-09LibWeb: Rename BrowsingContext::document() => active_document()Andreas Kling
2021-09-09LibWeb: Add BrowsingContext::container() to align with the specAndreas Kling
2021-09-08LibWeb: Scroll viewport to (0, 0) after loading a new documentAndreas Kling
2021-09-06Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safeAli Mohammad Pur
2021-09-02Userland: Migrate to argument-less deferred_invokesin-ack
2021-08-08Browser+LibWeb: Silence some debug spamsTheFightingCatfish
2021-08-08Browser+LibWeb: Make sure the default favicon is loadedTheFightingCatfish
2021-08-02LibWeb: Switch to new CSS Parser :^)Sam Atkins
2021-08-01LibWeb: Remove unused header includesBrian Gianforcaro
2021-07-27LibGfx: Remove Gfx::ImageDecoder::bitmap() in favor of frame(index)Andreas Kling
2021-07-27LibGfx: Improve ImageDecoder constructionAndreas Kling
2021-07-25LibGfx: Make Gfx::Bitmap::set_nonvolatile() report allocation failureAndreas Kling
2021-07-11LibWeb: Add context to new CSS parser, and deprecate the old oneSam Atkins
2021-07-01LibWeb: Show "x86_64" in the user agent string on x86_64 :^)Andreas Kling
2021-06-30AK+Everywhere: Add and use static APIs for LexicalPathMax Wipfli
2021-06-24Userland: Replace VERIFY(is<T>) with verify_cast<T>Andreas Kling
2021-06-24AK: Rename downcast<T> => verify_cast<T>Andreas Kling
2021-06-20LibWeb: Fix redirects when a response has no dataGil Mendes
2021-06-06LibProtocol: Use URL class in RequestClient::start_request argumentMax Wipfli
2021-06-01AK+LibWeb: Remove URL::to_string_encoded()Max Wipfli
2021-06-01LibWeb: Remove usage of URL::set_path() in FrameLoaderMax Wipfli
2021-05-30LibWeb: Rename Web::Frame to Web::BrowsingContextAndreas Kling
2021-05-29LibWeb: Also call page_did_start_loading() for FrameLoader::Type::ReloadLinus Groh
2021-05-29LibWeb: Call page_did_start_loading() before load_resource()Linus Groh
2021-05-24AK+Everywhere: Consolidate String::index_of() and String::find()Andreas Kling
2021-05-19LibWeb: Support X-Content-Type-Options to opt out of MIME type sniffingBrendan Coles
2021-05-18LibWeb: Implement encoding sniffing algorithmMax Wipfli
2021-05-18LibWeb: Change Document's m_encoding to Optional<String>Max Wipfli
2021-05-18LibWeb: Change Resource's m_encoding to Optional<String>Max Wipfli
2021-05-18LibWeb: Use Optional<String> for encoding_from_content_typeMax Wipfli
2021-05-16AK+Userland: Remove nullability feature for the ByteBuffer typeGunnar Beutner
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-05-11LibWeb: Add a maximum redirects limit to FrameLoaderIdan Horowitz
2021-05-07LibWeb: Make frames nesting-aware and disallow deep nestingTobias Christiansen
2021-05-05LibWeb: Remove double comma in FrameLoader debug loggingIdan Horowitz