index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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
Meta: Use gl=off for QEMU by default
Gunnar Beutner
2021-07-11
Meta: Use the SDL backend for QEMU on Windows
Gunnar Beutner
2021-07-11
Kernel: Use "new (nothrow)" for SharedInodeVMObject
Andreas Kling
2021-07-11
Kernel: Standardize the header include style to 'include <Kernel/...>'
Brian Gianforcaro
2021-07-11
Kernel: Remove unused header includes in root kernel tree
Brian Gianforcaro
2021-07-11
Kernel: Remove unused header includes in Bus subtree
Brian Gianforcaro
2021-07-11
Kernel: Remove unused header includes in ACPI subtree
Brian Gianforcaro
2021-07-11
Kernel: Remove unused header includes in Heap subtree
Brian Gianforcaro
2021-07-11
Kernel: Remove unused header includes in Graphics subtree
Brian Gianforcaro
2021-07-11
Kernel: Remove unused header includes in Interrupts subtree
Brian Gianforcaro
2021-07-11
Kernel: Remove unused header includes in TTY subtree
Brian Gianforcaro
2021-07-11
Kernel: Remove unused header includes in Storage subtree
Brian Gianforcaro
2021-07-11
Kernel: Remove unused header includes in Arch subtree
Brian Gianforcaro
2021-07-11
Kernel: Remove unused header includes in FileSystem subtree
Brian Gianforcaro
2021-07-11
Kernel: Remove unused header includes in Net subtree
Brian Gianforcaro
2021-07-11
Kernel: Remove unused header includes in Devices subtree
Brian Gianforcaro
2021-07-11
Kernel: Remove unused header includes in Time subtree
Brian Gianforcaro
2021-07-11
Kernel: Remove unused header includes in VM subtree
Brian Gianforcaro
2021-07-11
Meta: Only try to use SDL when there are multiple displays
x-yl
2021-07-11
Kernel: Fix condition on whether to initialize a display adapter or not
Liav A
2021-07-11
Kernel/Graphics: Move Intel graphics related code to a separate folder
Liav A
2021-07-11
SoundPlayer: Show the context menu right under the cursor
Karol Kosek
2021-07-11
Kernel: Print end-inclusive ranges in MemoryManager initialization
Andrew Kaster
2021-07-11
Userland+Tests: Convert test_io to be LibTest based
Andrew Kaster
2021-07-11
Kernel: Fix TmpFS resize behavior around INT32_MAX for 32-bit systems
Andrew Kaster
[next]