summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Loader
AgeCommit message (Expand)Author
2023-03-22LibWeb: Make ResourceLoader insert a Content-Type header for file://Andreas Kling
2023-03-21LibGfx: Move all image loaders and writers to a subdirectoryLucas CHOLLET
2023-03-15LibWeb: Don't treat erroring subresource loads as successAndreas Kling
2023-03-15LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtrMatthew Olsson
2023-03-10Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_caseAndreas Kling
2023-03-04LibWeb: Add Solaris/SunOS platform string to ResourceLoadernipos
2023-03-01LibWeb: Bail FrameLoader's load callbacks if associated BC is discardedLuke Wilde
2023-02-24LibWeb: Render HTML content if present for HTTP error pagesAndreas Kling
2023-02-19LibTextCodec+Everywhere: Return Optional<Decoder&> from `decoder_for()`Sam Atkins
2023-02-18LibWeb: Make factory methods of DOM::Document fallibleKenneth Myhra
2023-02-15LibTextCodec+Everywhere: Make TextCodec::decoder_for() take a StringViewSam Atkins
2023-02-13Everywhere: Remove the `AK::` qualifier from Stream usagesTim Schumacher
2023-02-13LibCore: Move Stream-based file into the `Core` namespaceTim Schumacher
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
2023-02-10Everywhere: Remove needless copies of Error / ErrorOr instancesTimothy Flynn
2023-02-01LibWeb+WebContent: Do not reference-count file request objectsTimothy Flynn
2023-01-29AK: Move `Stream` and `SeekableStream` from `LibCore`Tim Schumacher
2023-01-29LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocateTimothy Flynn
2023-01-26LibGfx: Remove `try_` prefix from bitmap creation functionsTim Schumacher
2023-01-18LibWeb: Fix `FrameLoader::load_error_page`Cameron Youell
2023-01-18LibWeb: Fix error page icon outside of serenityCameron Youell
2022-12-30LibWeb: Store cookies for every HTTP responseLuke Wilde
2022-12-28Userland: Remove i686 supportLiav A
2022-12-12LibCore: Rename `Stream::read_all` to `read_until_eof`Tim Schumacher
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