summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-06Ports/freeciv: Add missing dependencies SDL2_gfx and curl (libcurl)Kenneth Myhra
2021-06-06Base: Make anon's helper services run with 600 socket permissionsAndreas Kling
2021-06-06Clipboard: Tighten pledge promises a bit earlier :^)Andreas Kling
2021-06-06Clipboard: Remove unnecessary UID separationAndreas Kling
2021-06-06NotificationServer: Remove unnecessary UID separationAndreas Kling
2021-06-06Base: Tidy up /etc/shadowAndreas Kling
2021-06-06Userland: Add matroska program to test parsing Matroska container filesFalseHonesty
2021-06-06LibVideo: Scaffold LibVideo and implement simplistic Matroska parserFalseHonesty
2021-06-06Ports: Fix zlib include directory for libzipEdwin Hoksberg
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-06Kernel: Don't finalize a thread while it still has code runningGunnar Beutner
2021-06-06Magnifier: Add desktop display scale awarenessEugene Barnett
2021-06-06WindowServer: Add a GetDesktopDisplayScale IPC requestEugene Barnett
2021-06-06Browser: Add various test pages to welcomeTobias Christiansen
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-06WindowServer: Simplify determining transparent/opaque occlusionsTom
2021-06-06LibRegex: Fix compilation errors on my host machineLinus Groh
2021-06-06Revert "Revert "AK: Always inline FlyString::view()""Linus Groh
2021-06-06LibJS: Make Number.prototype.toString() radix coercion spec compliantLinus Groh
2021-06-06LibJS: Implement Number.prototype.valueOf()Linus Groh
2021-06-06Revert "AK: Always inline FlyString::view()"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-06AK: Add the parse_ascii_base36_digit methodIdan Horowitz
2021-06-06LibJS: Set the length property of parseInt to 2Idan Horowitz
2021-06-06LibKeyboard: Use correct filename in debug messageNonStdModel
2021-06-06KeyboardMapper: Add GUI alert in case load from file failsNonStdModel
2021-06-06Documentation: Remove redundancy in CodingStyle.mdkemzeb
2021-06-06Ports: Add samTimothy
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