summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb
AgeCommit message (Expand)Author
2023-02-18LibWeb: Make factory methods of HTML::MessageEvent fallibleKenneth Myhra
2023-02-18LibWeb: Make factory method of HTML::MessageChannel fallibleKenneth Myhra
2023-02-18LibWeb: Make factory method of Crypto::SubtleCrypto fallibleKenneth Myhra
2023-02-18LibWeb: Make factory method of Crypto::Crypto fallibleKenneth Myhra
2023-02-18LibWeb: Return JS::NonnullGCPtr<StaticRange> instead of StaticRange*Kenneth Myhra
2023-02-18LibWeb: Propagate error in factory method of DOM::StaticRangeKenneth Myhra
2023-02-18LibWeb: Add a method to ExceptionOr to drop error handlingKenneth Myhra
2023-02-17LibWeb: Always move (Nonnull)RefPtr parameters into StyleValuesMacDue
2023-02-17LibWeb: Use default equality operators for StyleValuesMacDue
2023-02-17LibWeb: Use default equality operators for StyleValue helper structsMacDue
2023-02-17AK+LibWeb: Implement Variant equality operatorkleines Filmröllchen
2023-02-17LibJS+Everywhere: Convert JS::Error to StringTimothy Flynn
2023-02-16LibWeb: Convert usages of Value::TDSWOSE to Value::TSWOSETimothy Flynn
2023-02-16LibJS+Everywhere: Deprecate Value::to_string_without_side_effectsTimothy Flynn
2023-02-15LibWeb: Port CSS/Serialize.{h,cpp} to new Strings, and propagate errorsSam Atkins
2023-02-15LibWeb: Port CSS::MediaQuery to new StringsSam Atkins
2023-02-15LibWeb: Port CSS::Supports to new StringsSam Atkins
2023-02-15LibWeb: Port CSS::UnicodeRange to new StringsSam Atkins
2023-02-15LibWeb: Use StringView in CSS::PreferredColorSchemeSam Atkins
2023-02-15LibWeb: Port CSS::Display to new StringsSam Atkins
2023-02-15LibWeb: Port CSS::Parser::Rule to new StringsSam Atkins
2023-02-15LibWeb: Port CSS::Parser::Declaration to new StringsSam Atkins
2023-02-15LibWeb: Port CSS::Parser::ComponentValue to new StringsSam Atkins
2023-02-15LibWeb: Port CSS::Parser::Function to new StringsSam Atkins
2023-02-15LibWeb: Port CSS::Parser::Block to new StringsSam Atkins
2023-02-15LibWeb: Port ComputedValues to new StringsSam Atkins
2023-02-15LibWeb: Remove unused includes for DeprecatedStringSam Atkins
2023-02-15LibWeb: Port CSS Tokenizer to new StringsSam Atkins
2023-02-15LibWeb: Implement ASCII case-insensitive matchingSam Atkins
2023-02-15AK+Tests+LibWeb: Make `URL::complete_url()` take a StringViewSam Atkins
2023-02-15LibWeb: Construct CSS Tokenizer and Parser with a StringView encodingSam Atkins
2023-02-15LibTextCodec+Everywhere: Make TextCodec::decoder_for() take a StringViewSam Atkins
2023-02-13LibWeb: Convert CSS Token::to_debug_string() to ::to_string() :^)Sam Atkins
2023-02-13LibWeb: Convert CSS Token/ComponentValue::to_debug_string() to StringSam Atkins
2023-02-13LibWeb: Convert CSS Token value to new FlyStringSam Atkins
2023-02-13LibWeb: Return StringViews from CSS Token bracket-string gettersSam Atkins
2023-02-13LibWeb: Do not assume field element is always a HTMLInputElementKenneth Myhra
2023-02-13LibWeb: Avoid dereferencing null pointerKenneth Myhra
2023-02-13LibWeb: Clarify WebIDL::Promise as an alias for JS::PromiseCapabilitynetworkException
2023-02-13Everywhere: Remove the `AK::` qualifier from Stream usagesTim Schumacher
2023-02-13LibCore: Remove `Stream.h`Tim Schumacher
2023-02-13LibCore: Move Stream-based file into the `Core` namespaceTim Schumacher
2023-02-13LibCore: Move Stream-based sockets into the `Core` namespaceTim Schumacher
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
2023-02-12LibWeb: Move setting of FormDataPrototype to initialize()Kenneth Myhra
2023-02-12LibWeb: Implement location.hash setterAndreas Kling
2023-02-12LibWeb: Use 'auto& vm =' once at beginning to reduce noiseKenneth Myhra
2023-02-12LibWeb: Implement algorithm 'construct the entry list given a form'Kenneth Myhra
2023-02-12LibWeb: Add accessor function HTMLFormElement::constructing_entry_list()Kenneth Myhra
2023-02-12LibWeb: Implement HTMLFormElement::get_submittable_elements()Kenneth Myhra