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-03-21
LibWeb: Ignore invalid encodings in Content-Type headers
Simon Wanner
2022-03-20
LibWeb: Tweak our User-Agent string
Andreas Kling
2022-03-20
LibWeb: Always defer callbacks in ResourceClient::set_resource()
Andreas Kling
2022-03-17
Libraries: Use default constructors/destructors in LibWeb
Lenny Maiorani
2022-03-09
LibWeb: Fail resource loads on HTTP 4xx or 5xx error
Andreas Kling
2022-02-26
LibWeb: Check for valid names in Document.createElement() & friends
Andreas Kling
2022-02-21
LibWeb: Make document.write() work while document is parsing
Andreas Kling
2022-02-18
LibWeb: Send appropriate Accept header for FrameLoader requests
Luke Wilde
2022-02-16
LibWeb: Follow HTTP 3xx redirections when loading images
Andreas Kling
2022-02-12
LibWeb: Set response header cookies on redirects
Idan Horowitz
2022-02-12
LibWeb: Ignore Location headers unless the response status code is 3xx
Idan Horowitz
2022-02-04
LibWeb: Make debug logging of resource load errors red instead of green
Andreas Kling
2022-01-31
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
Timothy Flynn
2022-01-28
Userland: Fix unnecessary heap allocation of singleton objects
Daniel Bertalan
2022-01-24
AK+Userland: Make AK::decode_base64 return ErrorOr
Sam Atkins
2022-01-24
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
2022-01-15
LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer
sin-ack
2022-01-12
Base+Browser: Add Browser icons
electrikmilk
2021-12-21
LibWeb: Add a workaround to assign a proper mime type to QOI images
Linus Groh
2021-12-04
LibWeb: Stop sending "load" event twice to iframes
Andreas Kling
2021-11-20
LibWeb: Use the sandboxed image ImageDecoder when loading favicons
Andreas Kling
2021-11-20
LibWeb: Use the sandboxed ImageDecoder when creating image documents
Andreas Kling
2021-11-20
LibWeb: Move ImageDecoder client connection singleton to its own file
Andreas Kling
2021-11-19
LibWeb+LibHTTP: Support multiple Set-Cookie response headers
TheFightingCatfish
2021-11-18
LibWeb: Move BrowsingContext into HTML/
Andreas Kling
2021-11-18
LibWeb: Delete CSSLoader
Sam Atkins
2021-11-18
LibWeb: Remove redundant `@import`-handling code from CSSLoader
Sam Atkins
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> for Core::File::open()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-10-23
AK+Everywhere: Make Base64 decoding fallible
Ben Wiederhake
2021-10-06
LibWeb: Resolve cyclic dependency between StyleSheet and ImportRule
Ben Wiederhake
2021-09-29
LibWeb: Make CSSRule and CSSRuleList available to JavaScript :^)
Andreas Kling
2021-09-28
LibWeb: Implement the dns-prefetch and preconnect link relationships
Ali Mohammad Pur
2021-09-27
LibWeb: Don't try to ad-block data: urls
Sam Atkins
2021-09-26
LibWeb: Make <link> style sheets delay the document load event
Andreas Kling
2021-09-25
LibWeb: Rename HTMLDocumentParser => HTMLParser
Andreas Kling
2021-09-24
LibWeb: Skip decoding favicon.ico if downloaded data is empty
Mandar Kulkarni
2021-09-22
LibWeb: Log resource load success before invoking success callback
Andreas Kling
2021-09-19
LibWeb: Avoid introducing a reference cycle in ResourceLoader::load()
Ali Mohammad Pur
2021-09-16
LibWeb: Don't dump full data URLs in ResourceLoader logging
Andreas Kling
2021-09-14
AK: Make URL::m_port an Optional<u16>, Expose raw port getter
Idan Horowitz
2021-09-13
LibWeb: Add the Web::URL namespace and move URLEncoder to it
Idan Horowitz
2021-09-12
LibWeb: Log resource loading success, failure, and duration
Brian Gianforcaro
2021-09-12
LibWeb: Start tracking elapsed time when a resource is loaded
Brian Gianforcaro
2021-09-12
LibWeb: Include headers HashMap in the LoadRequest::hash() calculation
Brian Gianforcaro
2021-09-09
LibWeb: Rename BrowsingContext::document() => active_document()
Andreas Kling
2021-09-09
LibWeb: Add BrowsingContext::container() to align with the spec
Andreas Kling
2021-09-08
LibWeb: Scroll viewport to (0, 0) after loading a new document
Andreas Kling
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
[next]