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
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
2022-07-03
LibWeb: Use a single shot timer instead of an ordinary repetitive timer
Kenneth Myhra
2022-06-27
Browser+LibWeb+WebContent: Allow Browser to load local files
Lucas CHOLLET
2022-06-23
LibWeb: Fix unsafe capture of ref-to-local when setting up load timeout
Andreas Kling
2022-06-21
LibWeb: Add timeout functionality to ResourceLoader
Kenneth Myhra
2022-06-10
LibWeb: Apply content filter to DNS prefetch and pre-connect
Luke Wilde
2022-05-29
LibWeb: Allow configuring the default error page path
DexesTTP
2022-05-29
LibWeb: Allow configuring the default favicon path
DexesTTP
2022-05-21
LibHTTP+LibWeb: Accept Brotli encoded responses
Michiel Visser
2022-05-15
LibWeb: Abstract the LibProtocol ResourceLoader connection
DexesTTP
2022-05-15
LibWeb: Abstract the image decoding via Web::ImageDecoding::Decoder
DexesTTP
2022-05-13
LibWeb: Don't treat any empty resources as errors
Sam Atkins
2022-05-13
LibWeb: Make about:blank load correctly
Sam Atkins
2022-05-06
LibWeb: Only generate ResourceLoader signposts while on Serenity
DexesTTP
2022-04-10
LibWeb: Show correct favicon when default favicon is loaded
Anthony Van de Gejuchte
2022-04-10
LibWeb: Remove unused ResourceLoader::load_sync()
Andreas Kling
[next]