summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Loader
AgeCommit message (Expand)Author
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
2021-05-01Everywhere: Turn #if *_DEBUG into dbgln_if/if constexprGunnar Beutner
2021-04-25Services: Rename ProtocolServer to RequestServerDexesTTP
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22LibWeb: Encode URL in ResourceLoader::load()Simon Danner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-22LibWeb: Fix HTML injection on FrameLoader error pageLinus Groh
2021-04-22LibWeb+Base: Use AK::SourceGenerator for error pagesAndreas Kling
2021-04-21LibWeb+Base: Convert String::format() to String::formatted()Andreas Kling
2021-04-20LibWeb: Don't call ResourceLoader error callback on 4xx status codeLinus Groh
2021-04-15LibWeb: Set Cookie header on remaining resource requestsTimothy Flynn
2021-04-15LibWeb: Set Cookie header on <img> and <object> resource requestsTimothy Flynn
2021-04-15LibWeb: Set Cookie header on <script> resource requestsTimothy Flynn
2021-04-15LibWeb: Helper for creating load requests with a Cookie headerTimothy Flynn
2021-04-14Browser+LibWeb: Add support for spoofing the browser user agentIdan Horowitz
2021-04-14Browser+LibWeb+WebContent: Track the source of document.cookie requestsTimothy Flynn
2021-04-11LibWeb: Store cookies sent via the Set-Cookie HTTP headerTimothy Flynn
2021-04-03LibWeb: Pass optional status code to ResourceLoader callbacksLinus Groh
2021-03-30Browser+LibWeb+WebContent: Add action to clear resource cacheTimothy Flynn
2021-03-22LibWeb: Advertise that we support the deflate content encodingLuke
2021-03-21LibWeb: Add support to view JSON.aabajyan
2021-03-09LibWeb: Rename CSSParser => DeprecatedCSSParserAndreas Kling
2021-03-08LibWeb: Give CSSLoader a backpointer to its owner elementAndreas Kling
2021-03-07LibWeb: Split CSS::StyleSheet into StyleSheet and CSSStyleSheetAndreas Kling