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
Age
Commit message (
Expand
)
Author
2021-07-11
LibWeb: Add more logging to CSS parser
Sam Atkins
2021-07-11
LibWeb: Implement CSS::Parse::parse_nth_child_pattern()
Sam Atkins
2021-07-11
LibWeb: Convert StyleFunctionRule.m_values to ComponentValues
Sam Atkins
2021-07-11
LibWeb: Increase clarity with CSS token debug logging
Sam Atkins
2021-07-11
LibWeb: Fix CSS attribute and ID selector parsing
Sam Atkins
2021-07-11
LibWeb: Remove non-compliant whitespace stripping in CSS Parser
Sam Atkins
2021-07-11
LibWeb: Fix whitespace handling in CSS selectors
Sam Atkins
2021-07-11
LibWeb: Implement remaining CSS parse_as...() entry points
Sam Atkins
2021-07-11
LibWeb: Enabling @import in new CSS parser
Sam Atkins
2021-07-11
LibWeb: Implement CSS::parse_css_value()
Sam Atkins
2021-07-11
LibWeb: Remove unnecessary CSS:: namespace from CSS Parser code
Sam Atkins
2021-07-11
LibWeb: Convert style declarations and at rules into CSSRules
Sam Atkins
2021-07-11
LibWeb: Add accessors to CSS::DeclarationOrAtRule
Sam Atkins
2021-07-11
LibWeb: Use TokenStream in CSS Parser
Sam Atkins
2021-07-11
LibWeb: Add TokenStream class to CSS Parser
Sam Atkins
2021-07-11
LibWeb: Give CSS Token and StyleComponentValueRule matching is() funcs
Sam Atkins
2021-07-11
LibWeb: Rename CSS::Token::TokenType -> Type
Sam Atkins
2021-07-11
LibWeb: Add direct StyleComponentValueRule constructors
Sam Atkins
2021-07-11
LibWeb: Merge CSS Parser's QualifiedStyleRule and AtStyleRule
Sam Atkins
2021-07-11
LibWeb: Implement CSS selector parsing entry points
Sam Atkins
2021-07-11
LibWeb: Add context to new CSS parser, and deprecate the old one
Sam Atkins
2021-07-11
LibWeb: Bring CSS::Parser::parse_as_comma_separated_list...() to spec
Sam Atkins
2021-07-11
LibWeb: Use EOF code point instead of Optional in CSS Tokenizer
Sam Atkins
2021-07-11
LibWeb: Convert CSS::Parser methods to return desired types
Sam Atkins
2021-07-11
LibWeb: Remove broken CSS:Parser::is_combinator()
Sam Atkins
2021-07-11
LibWeb: Fix greedy CSS Tokenizer whitespace parsing
Sam Atkins
2021-07-11
LibWeb: Fix Off-by-one error in CSS::Parser::next_token()
Sam Atkins
2021-07-11
LibWeb: Convert QualifiedStyleRule to a RefPtr type in new Parser
Sam Atkins
2021-07-11
LibWeb: Add new CSS attribute match types to new parser
Sam Atkins
2021-07-11
LibWeb: Add remaining CSS AttributeMatchTypes
Sam Atkins
2021-07-11
LibWeb: Use StyleComponentValueRules for StyleBlockRule's values
Sam Atkins
2021-07-11
LibWeb: Convert some CSS parser *Rule classes to using pointers
Sam Atkins
2021-07-11
LibWeb: Make CSS selector parsing use StyleComponentValueRules
Sam Atkins
2021-07-11
LibWeb: Add convenience methods to CSS::Parser::Token
Sam Atkins
2021-07-11
LibWeb: Make CSS::QualifiedStyleRule's prelude StyleComponentValueRule
Sam Atkins
2021-07-11
LibJS: Uncomment Number.isInteger() tests that now pass :^)
Linus Groh
2021-07-11
LibJS: Uncomment Object.{freeze,seal}() tests that now pass :^)
Linus Groh
2021-07-11
LibJS: Use expected() instead of syntax_error("Expected ...")
Ali Mohammad Pur
2021-07-11
LibJS: Rework Identifier parsing to match the spec more closely
Ali Mohammad Pur
2021-07-11
LibJS: Add support for binding patterns in catch clauses
Ali Mohammad Pur
2021-07-11
LibJS: Implement parsing and evaluation for AssignmentPatterns
Ali Mohammad Pur
2021-07-11
LibJS: Allow 'name = value' in object literals as the spec does
Ali Mohammad Pur
2021-07-11
LibJS: Fix computed property ending token in binding pattern parsing
Ali Mohammad Pur
2021-07-11
LibJS: Treat default parameter values as being in function context
Ali Mohammad Pur
2021-07-11
TableView: Do not select input on keydown
Jelle Raaijmakers
2021-07-11
DynamicLoader+LibC: Make _start a naked function
Hendiadyoin1
2021-07-11
LibWeb: Fix syntax for Table test
Adam Hodgen
2021-07-11
LibWeb: Fix HTMLTable Element attributes
Adam Hodgen
2021-07-11
LibTTF: Port width calculation changes from BitmapFont
LuK1337
2021-07-11
LibGfx: Try to get TTF font when query is not in name->font map
LuK1337
[prev]
[next]