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-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
2022-09-16
LibWeb+LibWebView+WebContent: Add Web::Platform::ImageCodecPlugin
Andreas Kling
2022-09-07
LibWeb+WebContent: Add abstraction layer for event loop and timers
Andreas Kling
2022-09-06
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
Andreas Kling
2022-08-26
LibWeb: Determine the origin when navigating across documents
MacDue
2022-08-05
LibWeb: Start implementing "create and initialize a Document" from HTML
Andreas Kling
2022-07-27
Everywhere: Make the codebase more architecture aware
Undefine
2022-07-17
LibWeb: Paper over a VERIFY() crash in ResourceLoader for now
Andreas Kling
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-03
LibWeb: Add timeout_callback to ResourceLoader::load()
Kenneth Myhra
[next]