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-08-01
Libraries: Remove unused header includes
Brian Gianforcaro
2021-08-01
LibWeb: Remove unused header includes
Brian Gianforcaro
2021-08-01
LibGfx: Remove unused header includes
Brian Gianforcaro
2021-08-01
LibGUI: Remove unused header includes
Brian Gianforcaro
2021-08-01
LibJS: Remove unused header includes
Brian Gianforcaro
2021-08-01
LibJS: Remove unused includes out of Cell.h, move to the users
Brian Gianforcaro
2021-08-01
LibCore: Remove unused header includes
Brian Gianforcaro
2021-07-31
LibWeb: Fix regression of "contenteditable" attribute
TheFightingCatfish
2021-07-31
LibJS/Tests: Fix Temporal.Now.plainDateTime{,ISO}() epoch calculation
Linus Groh
2021-07-31
LibJS/Tests: Fix Temporal.Now.plainDate{,ISO}() at end of month/year
Linus Groh
2021-07-31
LibJS: Implement Temporal.PlainDateTime.prototype.toPlainTime
Idan Horowitz
2021-07-31
LibJS: Implement Temporal.PlainDateTime.prototype.withPlainDate
Idan Horowitz
2021-07-31
LibJS: Implement Temporal.PlainDateTime.prototype.withCalendar
Idan Horowitz
2021-07-31
LibWeb: Ignore unquoted data urls in CSS
Sam Atkins
2021-07-31
LibWeb: Parse calc() values in new CSS Parser
Sam Atkins
2021-07-31
LibWeb: Treat CSS calc() values as "builtin_or_dynamic"
Sam Atkins
2021-07-31
LibWeb: Allow peeking more than 1 token ahead in CSS Parser
Sam Atkins
2021-07-31
LibWeb: Parse box-shadow property in new CSS Parser
Sam Atkins
2021-07-31
LibWeb: Convert CSS parse_{color,length}() lambdas into methods
Sam Atkins
2021-07-31
LibWeb: Fix issues with CSS attribute selector handling
Sam Atkins
2021-07-31
LibWeb: Make CSS 'An+B' parsing spec-compliant
Sam Atkins
2021-07-31
LibWeb: Parse CSS selectors according to the spec
Sam Atkins
2021-07-31
LibWeb: Fix dump_selector() handling of attribute selectors
Sam Atkins
2021-07-31
LibWeb: Bring Selector terminology in line with the CSS spec
Sam Atkins
2021-07-31
LibWeb: Stop parsing integer CSS values as Lengths
Sam Atkins
2021-07-31
LibWeb: Define proper debug symbols for CSS Parser and Tokenizer
Sam Atkins
2021-07-31
LibWeb: Use references to CSS tokens instead of copying by value
Sam Atkins
2021-07-31
LibWeb: Get CSS @import rules working in new parser
Sam Atkins
2021-07-30
LibJS/Tests: Compare results in Temporal.Now.plainDateTimeISO() test
Linus Groh
2021-07-30
LibJS/Tests: Compare results in Temporal.Now.plainDateTime() test
Linus Groh
2021-07-30
LibJS: Add tests for Unicode property escapes
Timothy Flynn
2021-07-30
LibRegex+LibUnicode: Begin implementing Unicode property escapes
Timothy Flynn
2021-07-30
LibJS: Parse RegExp literals at AST creation time, not execution time
Timothy Flynn
2021-07-30
LibRegex: Allow separately parsing patterns and creating Regex objects
Timothy Flynn
2021-07-30
LibRegex: Take ownership of pattern string and fix move operations
Timothy Flynn
2021-07-30
LibRegex: Allow RegexOptions to be declared at compile time
Timothy Flynn
2021-07-30
LibUnicode: Add public methods to compare and lookup Unicode properties
Timothy Flynn
2021-07-30
LibUnicode: Manually assign special code point properties
Timothy Flynn
2021-07-30
LibUnicode: Parse and generate PropertyAliases
Timothy Flynn
2021-07-30
LibUnicode: Parse and utilize DerivedCoreProperties
Timothy Flynn
2021-07-30
LibUnicode: Do not replace underscores in property names
Timothy Flynn
2021-07-30
LibUnicode: Generate PropList enumeration as a bitmask
Timothy Flynn
2021-07-30
LibJS: Take prepare_temporal_fields() Vector arguments by const&
Linus Groh
2021-07-30
LibJS: Replace TypeError with RangeError in GetOffsetNanosecondsFor
Linus Groh
2021-07-30
LibC: Stub mlock in sys/mman
Luke
2021-07-30
LibChess: Fix hashing of the chess board
Martin Blicha
2021-07-30
LibGfx: Refactor Point.constrain to use AK
FrHun
2021-07-30
LibGui: Add bounding of rubber band to IconView
FrHun
2021-07-30
LibJS: Implement Temporal.PlainTime.prototype.getISOFields()
Linus Groh
2021-07-30
LibJS: Implement Temporal.PlainDate.prototype.getISOFields()
Linus Groh
[next]