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
Age
Commit message (
Expand
)
Author
2023-02-18
LibWeb: Make factory methods of HTML::MessageEvent fallible
Kenneth Myhra
2023-02-18
LibWeb: Make factory method of HTML::MessageChannel fallible
Kenneth Myhra
2023-02-18
LibWeb: Make factory method of Crypto::SubtleCrypto fallible
Kenneth Myhra
2023-02-18
LibWeb: Make factory method of Crypto::Crypto fallible
Kenneth Myhra
2023-02-18
LibWeb: Return JS::NonnullGCPtr<StaticRange> instead of StaticRange*
Kenneth Myhra
2023-02-18
LibWeb: Propagate error in factory method of DOM::StaticRange
Kenneth Myhra
2023-02-18
LibWeb: Add a method to ExceptionOr to drop error handling
Kenneth Myhra
2023-02-17
LibWeb: Always move (Nonnull)RefPtr parameters into StyleValues
MacDue
2023-02-17
LibWeb: Use default equality operators for StyleValues
MacDue
2023-02-17
LibWeb: Use default equality operators for StyleValue helper structs
MacDue
2023-02-17
AK+LibWeb: Implement Variant equality operator
kleines Filmröllchen
2023-02-17
LibJS+Everywhere: Convert JS::Error to String
Timothy Flynn
2023-02-16
LibWeb: Convert usages of Value::TDSWOSE to Value::TSWOSE
Timothy Flynn
2023-02-16
LibJS+Everywhere: Deprecate Value::to_string_without_side_effects
Timothy Flynn
2023-02-15
LibWeb: Port CSS/Serialize.{h,cpp} to new Strings, and propagate errors
Sam Atkins
2023-02-15
LibWeb: Port CSS::MediaQuery to new Strings
Sam Atkins
2023-02-15
LibWeb: Port CSS::Supports to new Strings
Sam Atkins
2023-02-15
LibWeb: Port CSS::UnicodeRange to new Strings
Sam Atkins
2023-02-15
LibWeb: Use StringView in CSS::PreferredColorScheme
Sam Atkins
2023-02-15
LibWeb: Port CSS::Display to new Strings
Sam Atkins
2023-02-15
LibWeb: Port CSS::Parser::Rule to new Strings
Sam Atkins
2023-02-15
LibWeb: Port CSS::Parser::Declaration to new Strings
Sam Atkins
2023-02-15
LibWeb: Port CSS::Parser::ComponentValue to new Strings
Sam Atkins
2023-02-15
LibWeb: Port CSS::Parser::Function to new Strings
Sam Atkins
2023-02-15
LibWeb: Port CSS::Parser::Block to new Strings
Sam Atkins
2023-02-15
LibWeb: Port ComputedValues to new Strings
Sam Atkins
2023-02-15
LibWeb: Remove unused includes for DeprecatedString
Sam Atkins
2023-02-15
LibWeb: Port CSS Tokenizer to new Strings
Sam Atkins
2023-02-15
LibWeb: Implement ASCII case-insensitive matching
Sam Atkins
2023-02-15
AK+Tests+LibWeb: Make `URL::complete_url()` take a StringView
Sam Atkins
2023-02-15
LibWeb: Construct CSS Tokenizer and Parser with a StringView encoding
Sam Atkins
2023-02-15
LibTextCodec+Everywhere: Make TextCodec::decoder_for() take a StringView
Sam Atkins
2023-02-13
LibWeb: Convert CSS Token::to_debug_string() to ::to_string() :^)
Sam Atkins
2023-02-13
LibWeb: Convert CSS Token/ComponentValue::to_debug_string() to String
Sam Atkins
2023-02-13
LibWeb: Convert CSS Token value to new FlyString
Sam Atkins
2023-02-13
LibWeb: Return StringViews from CSS Token bracket-string getters
Sam Atkins
2023-02-13
LibWeb: Do not assume field element is always a HTMLInputElement
Kenneth Myhra
2023-02-13
LibWeb: Avoid dereferencing null pointer
Kenneth Myhra
2023-02-13
LibWeb: Clarify WebIDL::Promise as an alias for JS::PromiseCapability
networkException
2023-02-13
Everywhere: Remove the `AK::` qualifier from Stream usages
Tim Schumacher
2023-02-13
LibCore: Remove `Stream.h`
Tim Schumacher
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Move Stream-based sockets into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-02-12
LibWeb: Move setting of FormDataPrototype to initialize()
Kenneth Myhra
2023-02-12
LibWeb: Implement location.hash setter
Andreas Kling
2023-02-12
LibWeb: Use 'auto& vm =' once at beginning to reduce noise
Kenneth Myhra
2023-02-12
LibWeb: Implement algorithm 'construct the entry list given a form'
Kenneth Myhra
2023-02-12
LibWeb: Add accessor function HTMLFormElement::constructing_entry_list()
Kenneth Myhra
2023-02-12
LibWeb: Implement HTMLFormElement::get_submittable_elements()
Kenneth Myhra
[next]