index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
Loader
Age
Commit message (
Expand
)
Author
2023-03-22
LibWeb: Make ResourceLoader insert a Content-Type header for file://
Andreas Kling
2023-03-21
LibGfx: Move all image loaders and writers to a subdirectory
Lucas CHOLLET
2023-03-15
LibWeb: Don't treat erroring subresource loads as success
Andreas Kling
2023-03-15
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
Matthew Olsson
2023-03-10
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
Andreas Kling
2023-03-04
LibWeb: Add Solaris/SunOS platform string to ResourceLoader
nipos
2023-03-01
LibWeb: Bail FrameLoader's load callbacks if associated BC is discarded
Luke Wilde
2023-02-24
LibWeb: Render HTML content if present for HTTP error pages
Andreas Kling
2023-02-19
LibTextCodec+Everywhere: Return Optional<Decoder&> from `decoder_for()`
Sam Atkins
2023-02-18
LibWeb: Make factory methods of DOM::Document fallible
Kenneth Myhra
2023-02-15
LibTextCodec+Everywhere: Make TextCodec::decoder_for() take a StringView
Sam Atkins
2023-02-13
Everywhere: Remove the `AK::` qualifier from Stream usages
Tim Schumacher
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-02-10
Everywhere: Remove needless copies of Error / ErrorOr instances
Timothy Flynn
2023-02-01
LibWeb+WebContent: Do not reference-count file request objects
Timothy Flynn
2023-01-29
AK: Move `Stream` and `SeekableStream` from `LibCore`
Tim Schumacher
2023-01-29
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
Timothy Flynn
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-18
LibWeb: Fix `FrameLoader::load_error_page`
Cameron Youell
2023-01-18
LibWeb: Fix error page icon outside of serenity
Cameron Youell
2022-12-30
LibWeb: Store cookies for every HTTP response
Luke Wilde
2022-12-28
Userland: Remove i686 support
Liav A
2022-12-12
LibCore: Rename `Stream::read_all` to `read_until_eof`
Tim Schumacher
2022-12-09
LibWeb: Display DragonFly in the user agent string
Undefine
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-12-02
LibWeb: Log failures to decode image resources inside ImageResource
Marco Cutecchia
2022-11-26
LibWeb+WebContent: Label redirects with new FrameLoader::Type::Redirect
Baitinq
2022-11-19
Everywhere: Remove unnecessary mutable attributes from lambdas
MacDue
2022-11-18
LibWeb: Extract out the User-Agent browser name and version
Timothy Flynn
2022-10-31
LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`s
Linus Groh
2022-10-30
LibWeb: Implement 'Default `User-Agent` value' AO
Linus Groh
2022-10-30
LibWeb: Make Fetch::Infrastructure::{Request,Response,HeaderList} GC'd
Linus Groh
2022-10-16
LibWeb: Let LoadRequest::set_body() take by value
Kenneth Myhra
2022-10-14
LibWeb: Make `LoadRequest` headers case insensitive
leeight
2022-10-10
Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY
Andrew Kaster
2022-10-05
LibWeb: Make Fetch::Infrastructure::{Request,Response} ref-counted
Linus Groh
2022-10-05
LibWeb: Pass status code to ResourceLoader error callback when available
Linus Groh
2022-10-04
LibWeb: Identify as "Ladybird" instead of "Browser"
Andreas Kling
2022-10-03
LibWeb: It's AK_OS_MACOS, not AK_OS_MAC
Andreas Kling
2022-10-02
LibWeb: Report the current OS instead of always saying SerenityOS
Andreas Kling
2022-10-02
LibWeb: Fix crash when loading a HTML string that contains an iframe
MacDue
2022-09-29
AK+Everywhere: Replace "protocol" with "scheme" url helpers
networkException
2022-09-28
LibWeb: Make Markdown images shrink-to-fit by default
Sam Atkins
2022-09-25
LibWeb: Only notify PageClient about top-level browsing context loads
Andreas Kling
2022-09-21
LibWeb+WebContent: Setup the js console client earlier
davidot
2022-09-21
LibWeb: Fix null dereference in ResourceClient::set_resource()
Andreas Kling
2022-09-20
LibWeb: Implement Document/BrowsingContext hookup according to spec
Andreas Kling
2022-09-18
LibWeb: Capture self as a WeakPtr in ResourceClient::set_resource()
Andreas Kling
[next]