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-12
LibWasm: Skip initializing active empty data sections
Ali Mohammad Pur
2021-07-12
LibWasm: Use AK::StackInfo to track stack size
Ali Mohammad Pur
2021-07-12
LibCore: Tolerate misaligned addresses in struct hostent
Andrew Kaster
2021-07-12
LibGUI: Ignore drop events by default
Karol Kosek
2021-07-12
LibGUI: Use wrapped text rect for paint invalidation
LuK1337
2021-07-12
LibC: Use correct macro to disable assert()
Andrew Kaster
2021-07-12
Revert "LibThreading: Fix BackgroundAction result use-after-free"
Andreas Kling
2021-07-12
LibGUI: Redraw widgets when default font changes
LuK1337
2021-07-12
LibGUI: Add FontsChanged event and deliver it to windows and widgets
LuK1337
2021-07-11
LibWeb: Correct parsing invalid list of declarations
Sam Atkins
2021-07-11
LibWeb: Correct escape handling in CSS Tokenizer
Sam Atkins
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
[next]