summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-06LibJS: Use Array::create() length arg in favor of set_array_like_size()Linus Groh
2021-06-06LibJS: Add length parameter to Array::create()Linus Groh
2021-06-06LibJS: Add dbgln() to Heap::allocator_for_size() before crashingLinus Groh
2021-06-07LibLine: Actually remove the two levels of deferred_invokeAli Mohammad Pur
2021-06-07LibLine: Partially revert d8c5eec and remove unrelated codeAli Mohammad Pur
2021-06-06Utilities: Add support for testing null deferencing a RefPtrGunnar Beutner
2021-06-06LibC+LibELF: Implement dladdr()Gunnar Beutner
2021-06-06LibLine: Keep the CSI bytes alive across read eventsAli Mohammad Pur
2021-06-06LibLine: Stop registering the Notifier as a child ObjectAli Mohammad Pur
2021-06-06Userland: Fix matroska utility displaying invalid track dataFalseHonesty
2021-06-06Ports: Install launcher for FreecivGunnar Beutner
2021-06-06LibJS: Check dates are below the `time_clip` thresholdIdan Horowitz
2021-06-06LibJS: Add Date.prototype.toJSON()Idan Horowitz
2021-06-06LibJS: Add Date.prototype[@@toPrimitive]()Idan Horowitz
2021-06-06LibJS: Add Date.setUTC{Date, Month, Hours, ...}() aliasesIdan Horowitz
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-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