summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Loader
AgeCommit message (Expand)Author
2022-12-09LibWeb: Display DragonFly in the user agent stringUndefine
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-12-02LibWeb: Log failures to decode image resources inside ImageResourceMarco Cutecchia
2022-11-26LibWeb+WebContent: Label redirects with new FrameLoader::Type::RedirectBaitinq
2022-11-19Everywhere: Remove unnecessary mutable attributes from lambdasMacDue
2022-11-18LibWeb: Extract out the User-Agent browser name and versionTimothy Flynn
2022-10-31LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`sLinus Groh
2022-10-30LibWeb: Implement 'Default `User-Agent` value' AOLinus Groh
2022-10-30LibWeb: Make Fetch::Infrastructure::{Request,Response,HeaderList} GC'dLinus Groh
2022-10-16LibWeb: Let LoadRequest::set_body() take by valueKenneth Myhra
2022-10-14LibWeb: Make `LoadRequest` headers case insensitiveleeight
2022-10-10Everywhere: Replace uses of __serenity__ with AK_OS_SERENITYAndrew Kaster
2022-10-05LibWeb: Make Fetch::Infrastructure::{Request,Response} ref-countedLinus Groh
2022-10-05LibWeb: Pass status code to ResourceLoader error callback when availableLinus Groh
2022-10-04LibWeb: Identify as "Ladybird" instead of "Browser"Andreas Kling
2022-10-03LibWeb: It's AK_OS_MACOS, not AK_OS_MACAndreas Kling
2022-10-02LibWeb: Report the current OS instead of always saying SerenityOSAndreas Kling
2022-10-02LibWeb: Fix crash when loading a HTML string that contains an iframeMacDue
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