summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-06-06LibJS: Store Date milliseconds as signed to support negative offsetsIdan Horowitz
2021-06-06LibJS: Add Date.prototype.setTime()Idan Horowitz
2021-06-06LibJS: Add Date.prototype.setMonth()Idan Horowitz
2021-06-06LibJS: Account for differences in month representations (0-11 vs 1-12)Idan Horowitz
2021-06-06LibJS: Add Date.prototype.setDate()Idan Horowitz
2021-06-06LibJS: Stub out Date.prototype.getTimezoneOffset()Idan Horowitz
2021-06-06LibJS: Ignore arguments in Date's constructor when called as a functionIdan Horowitz
2021-06-06LibJS: Create 1970-01-01 00:00:00 local time Date for invalid ctor callLinus Groh
2021-06-06LibJS: Make it so that Date.prototype.toGMTString === .toUTCStringLinus Groh
2021-06-06LibJS: Remove unused includes from SymbolPrototype.cppLinus Groh
2021-06-06LibJS: Implement String.prototype[@@toPrimitive]()Linus Groh
2021-06-06LibJS: Add String.prototype.valueOf()Linus Groh
2021-06-06LibJS: Remove String.prototype.lengthLinus Groh
2021-06-06LibJS: Replace SymbolPrototype's typed_this() with this_symbol_value()Linus Groh
2021-06-06LibJS: Replace StringPrototype's typed_this() with this_string_value()Linus Groh
2021-06-06LibJS: Replace bigint_object_from() with this_bigint_value()Linus Groh
2021-06-06LibJS: Update NumberPrototype's this_number_value() to take a ValueLinus Groh
2021-06-06LibJS: Replace some is_nullish() checks with require_object_coercible()Linus Groh
2021-06-06LibJS: Implement the RequireObjectCoercible abstract operationLinus Groh
2021-06-06LibVideo: Scaffold LibVideo and implement simplistic Matroska parserFalseHonesty
2021-06-06LibProtocol: Use URL class in RequestClient::start_request argumentMax Wipfli
2021-06-06LibProtocol: Change RequestClient.{cpp,h} to use east const styleMax Wipfli
2021-06-06LibJS: Pass unwinding target labels a bit more efficientlyAndreas Kling
2021-06-06LibGUI: Don't delete within a line if the line is emptydylanbobb
2021-06-06LibRegex: Fix compilation errors on my host machineLinus Groh
2021-06-06LibJS: Make Number.prototype.toString() radix coercion spec compliantLinus Groh
2021-06-06LibJS: Implement Number.prototype.valueOf()Linus Groh
2021-06-06LibJS: Uncomment and add parseInt testsIdan Horowitz
2021-06-06LibJS: Correct modulo behaviour in to_i32 to match the specificationIdan Horowitz
2021-06-06LibJS: Trim initial whitespace in parseFloatIdan Horowitz
2021-06-06LibJS: Parse digits with parse_ascii_base36_digit in parseIntIdan Horowitz
2021-06-06LibJS: Set the length property of parseInt to 2Idan Horowitz
2021-06-06LibKeyboard: Use correct filename in debug messageNonStdModel
2021-06-06LibWeb: Resolve flex: shorthand correctlyTobias Christiansen
2021-06-05LibJS: Throw TypeError on write to non-writable property in strict modeIdan Horowitz
2021-06-06LibWeb: Implement FlexBox Layout AlgorithmTobias Christiansen
2021-06-06LibWeb: Expose size calculation of BlockFormattingContextTobias Christiansen
2021-06-06LibWeb: Parse and resolve flex: shorthandTobias Christiansen
2021-06-06LibWeb: Add flex-grow and flex-shrinkTobias Christiansen
2021-06-06LibWeb: Add parsing for NumericStyleValueTobias Christiansen
2021-06-06LibWeb: Parse flex-basisTobias Christiansen
2021-06-06LibWeb: Add support for 'definite size' determinationTobias Christiansen
2021-06-06LibWeb: Parse and resolve flex-flow propertyTobias Christiansen
2021-06-06LibWeb: Add parsing for flex-wrap propertyTobias Christiansen
2021-06-06LibWeb: Flex-items aren't affected by float nor clearTobias Christiansen
2021-06-06LibWeb: LayoutNodes know whether they are flex-itemsTobias Christiansen
2021-06-05LibWeb: Change BlockBox to not want mouse eventsdylanbobb
2021-06-05LibVT: Don't return a history size if alternate buffer is usedTim Schumacher
2021-06-06AK+Everywhere: Disallow constructing Functions from incompatible typesAli Mohammad Pur
2021-06-05LibSQL: Limit the allowed depth of an expression treeTimothy Flynn