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
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
2021-09-02
Userland: Migrate to argument-less deferred_invoke
sin-ack
2021-08-08
Browser+LibWeb: Silence some debug spams
TheFightingCatfish
2021-08-08
Browser+LibWeb: Make sure the default favicon is loaded
TheFightingCatfish
2021-08-02
LibWeb: Switch to new CSS Parser :^)
Sam Atkins
2021-08-01
LibWeb: Remove unused header includes
Brian Gianforcaro
2021-07-27
LibGfx: Remove Gfx::ImageDecoder::bitmap() in favor of frame(index)
Andreas Kling
2021-07-27
LibGfx: Improve ImageDecoder construction
Andreas Kling
2021-07-25
LibGfx: Make Gfx::Bitmap::set_nonvolatile() report allocation failure
Andreas Kling
2021-07-11
LibWeb: Add context to new CSS parser, and deprecate the old one
Sam Atkins
2021-07-01
LibWeb: Show "x86_64" in the user agent string on x86_64 :^)
Andreas Kling
2021-06-30
AK+Everywhere: Add and use static APIs for LexicalPath
Max Wipfli
2021-06-24
Userland: Replace VERIFY(is<T>) with verify_cast<T>
Andreas Kling
2021-06-24
AK: Rename downcast<T> => verify_cast<T>
Andreas Kling
2021-06-20
LibWeb: Fix redirects when a response has no data
Gil Mendes
2021-06-06
LibProtocol: Use URL class in RequestClient::start_request argument
Max Wipfli
2021-06-01
AK+LibWeb: Remove URL::to_string_encoded()
Max Wipfli
2021-06-01
LibWeb: Remove usage of URL::set_path() in FrameLoader
Max Wipfli
2021-05-30
LibWeb: Rename Web::Frame to Web::BrowsingContext
Andreas Kling
2021-05-29
LibWeb: Also call page_did_start_loading() for FrameLoader::Type::Reload
Linus Groh
2021-05-29
LibWeb: Call page_did_start_loading() before load_resource()
Linus Groh
2021-05-24
AK+Everywhere: Consolidate String::index_of() and String::find()
Andreas Kling
2021-05-19
LibWeb: Support X-Content-Type-Options to opt out of MIME type sniffing
Brendan Coles
2021-05-18
LibWeb: Implement encoding sniffing algorithm
Max Wipfli
2021-05-18
LibWeb: Change Document's m_encoding to Optional<String>
Max Wipfli
2021-05-18
LibWeb: Change Resource's m_encoding to Optional<String>
Max Wipfli
2021-05-18
LibWeb: Use Optional<String> for encoding_from_content_type
Max Wipfli
2021-05-16
AK+Userland: Remove nullability feature for the ByteBuffer type
Gunnar Beutner
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-05-11
LibWeb: Add a maximum redirects limit to FrameLoader
Idan Horowitz
2021-05-07
LibWeb: Make frames nesting-aware and disallow deep nesting
Tobias Christiansen
2021-05-05
LibWeb: Remove double comma in FrameLoader debug logging
Idan Horowitz
[next]