summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-08-01Libraries: Remove unused header includesBrian Gianforcaro
2021-08-01LibWeb: Remove unused header includesBrian Gianforcaro
2021-08-01LibGfx: Remove unused header includesBrian Gianforcaro
2021-08-01LibGUI: Remove unused header includesBrian Gianforcaro
2021-08-01LibJS: Remove unused header includesBrian Gianforcaro
2021-08-01LibJS: Remove unused includes out of Cell.h, move to the usersBrian Gianforcaro
2021-08-01LibCore: Remove unused header includesBrian Gianforcaro
2021-07-31LibWeb: Fix regression of "contenteditable" attributeTheFightingCatfish
2021-07-31LibJS/Tests: Fix Temporal.Now.plainDateTime{,ISO}() epoch calculationLinus Groh
2021-07-31LibJS/Tests: Fix Temporal.Now.plainDate{,ISO}() at end of month/yearLinus Groh
2021-07-31LibJS: Implement Temporal.PlainDateTime.prototype.toPlainTimeIdan Horowitz
2021-07-31LibJS: Implement Temporal.PlainDateTime.prototype.withPlainDateIdan Horowitz
2021-07-31LibJS: Implement Temporal.PlainDateTime.prototype.withCalendarIdan Horowitz
2021-07-31LibWeb: Ignore unquoted data urls in CSSSam Atkins
2021-07-31LibWeb: Parse calc() values in new CSS ParserSam Atkins
2021-07-31LibWeb: Treat CSS calc() values as "builtin_or_dynamic"Sam Atkins
2021-07-31LibWeb: Allow peeking more than 1 token ahead in CSS ParserSam Atkins
2021-07-31LibWeb: Parse box-shadow property in new CSS ParserSam Atkins
2021-07-31LibWeb: Convert CSS parse_{color,length}() lambdas into methodsSam Atkins
2021-07-31LibWeb: Fix issues with CSS attribute selector handlingSam Atkins
2021-07-31LibWeb: Make CSS 'An+B' parsing spec-compliantSam Atkins
2021-07-31LibWeb: Parse CSS selectors according to the specSam Atkins
2021-07-31LibWeb: Fix dump_selector() handling of attribute selectorsSam Atkins
2021-07-31LibWeb: Bring Selector terminology in line with the CSS specSam Atkins
2021-07-31LibWeb: Stop parsing integer CSS values as LengthsSam Atkins
2021-07-31LibWeb: Define proper debug symbols for CSS Parser and TokenizerSam Atkins
2021-07-31LibWeb: Use references to CSS tokens instead of copying by valueSam Atkins
2021-07-31LibWeb: Get CSS @import rules working in new parserSam Atkins
2021-07-30LibJS/Tests: Compare results in Temporal.Now.plainDateTimeISO() testLinus Groh
2021-07-30LibJS/Tests: Compare results in Temporal.Now.plainDateTime() testLinus Groh
2021-07-30LibJS: Add tests for Unicode property escapesTimothy Flynn
2021-07-30LibRegex+LibUnicode: Begin implementing Unicode property escapesTimothy Flynn
2021-07-30LibJS: Parse RegExp literals at AST creation time, not execution timeTimothy Flynn
2021-07-30LibRegex: Allow separately parsing patterns and creating Regex objectsTimothy Flynn
2021-07-30LibRegex: Take ownership of pattern string and fix move operationsTimothy Flynn
2021-07-30LibRegex: Allow RegexOptions to be declared at compile timeTimothy Flynn
2021-07-30LibUnicode: Add public methods to compare and lookup Unicode propertiesTimothy Flynn
2021-07-30LibUnicode: Manually assign special code point propertiesTimothy Flynn
2021-07-30LibUnicode: Parse and generate PropertyAliasesTimothy Flynn
2021-07-30LibUnicode: Parse and utilize DerivedCorePropertiesTimothy Flynn
2021-07-30LibUnicode: Do not replace underscores in property namesTimothy Flynn
2021-07-30LibUnicode: Generate PropList enumeration as a bitmaskTimothy Flynn
2021-07-30LibJS: Take prepare_temporal_fields() Vector arguments by const&Linus Groh
2021-07-30LibJS: Replace TypeError with RangeError in GetOffsetNanosecondsForLinus Groh
2021-07-30LibC: Stub mlock in sys/mmanLuke
2021-07-30LibChess: Fix hashing of the chess boardMartin Blicha
2021-07-30LibGfx: Refactor Point.constrain to use AKFrHun
2021-07-30LibGui: Add bounding of rubber band to IconViewFrHun
2021-07-30LibJS: Implement Temporal.PlainTime.prototype.getISOFields()Linus Groh
2021-07-30LibJS: Implement Temporal.PlainDate.prototype.getISOFields()Linus Groh