summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-06-18LibUSBDB: Fix vendor id decodingJesse Buhagiar
2021-06-18LibC: Add definition for PRIuPTRGunnar Beutner
2021-06-18Userland/Libraries: Add LibUSBDB libraryJesse Buhagiar
2021-06-18LibJS: Add Number.parseIntLuke
2021-06-18LibJS: Use existing attributes if any are missing in the new descriptorIdan Horowitz
2021-06-18LibJS: Add missing exception check in Date.prototype.toJSONLuke
2021-06-17LibJS: Add the TypedArray.of() methodIdan Horowitz
2021-06-17LibJS: Replace boolean without_side_effects parameters with an enumIdan Horowitz
2021-06-17LibJS: Remove the unused IndexedProperties::append_all methodIdan Horowitz
2021-06-17Everywhere: Replace the multiple impls of print_buffer() with :hex-dumpAli Mohammad Pur
2021-06-17LibJS: Cast to i64 for is_integral_numbersin-ack
2021-06-17LibJS: Stop overwriting existing accessors in Object::define_propertyIdan Horowitz
2021-06-17LibJS: Add the Object.prototype.__lookup{Getter, Setter}__ methodsIdan Horowitz
2021-06-17LibJS: Add the Object.prototype.__define{Getter, Setter}__ methodsIdan Horowitz
2021-06-17LibJS: Add the Object.prototype.__proto__ native accessor propertyIdan Horowitz
2021-06-17LibJS: Fix .length attributes of various native functionsLinus Groh
2021-06-17LibJS: Throw a syntax error when an identifier is a reserved wordIdan Horowitz
2021-06-17LibJS: Add missing to_property_key exception check in ClassExpressionIdan Horowitz
2021-06-17LibJS: Add BigInt64Array and BigUint64ArrayLuke
2021-06-17LibJS: Fix check for byteOffset instead of byteLength in byteLength testLuke
2021-06-17LibJS: Make TypedArray use numeric_to_raw_bytes and raw_bytes_to_numericLuke
2021-06-17LibJS: Refactor numeric_to_raw_bytes and raw_bytes_to_numericLuke
2021-06-17LibJS: Add a bunch of numeric conversions to ValueLuke
2021-06-16LibJS: Automatically & lazily coerce PropertyNames into numbersIdan Horowitz
2021-06-16LibJS: Stop overwriting existing indexed accessors in define_accessorIdan Horowitz
2021-06-16LibJS: Respect Object::get's without_side_effects parameter for numbersIdan Horowitz
2021-06-16LibJS: Replace Object's create_empty() with create() taking a prototypeLinus Groh
2021-06-16LibJS/Tests: Use Object.prototype.toString() for values in test detailsLinus Groh
2021-06-16LibGfx: Add a bunch of [[nodiscard]] to PointAndreas Kling
2021-06-16LibGfx: Convert Point to east-const styleAndreas Kling
2021-06-16LibGfx: Add a bunch of [[nodiscard]] to SizeAndreas Kling
2021-06-16LibGfx: Convert Size to east-const styleAndreas Kling
2021-06-16LibGfx: Convert Rect to east-const styleAndreas Kling
2021-06-16LibGfx: Add a bunch of [[nodiscard]] to Gfx::RectAndreas Kling
2021-06-16LibJS: Add the String.prototype.search methodIdan Horowitz
2021-06-16LibJS: Add the String.prototype.matchAll methodIdan Horowitz
2021-06-16LibJS: Add the String.prototype.codePointAt() methodIdan Horowitz
2021-06-16LibJS: Handle UTF whitespace characters in String's trim{,Start,End}Idan Horowitz
2021-06-16LibC: Make sure the definition for struct timeval is availableGunnar Beutner
2021-06-16LibRegex: Display correct position for Compare in REGEX_DEBUGsin-ack
2021-06-16LibRegex: Fix incorrect case-sensitive comparisonssin-ack
2021-06-16LibJS: Rename Value::{is_integer => is_integral_number}Idan Horowitz
2021-06-16LibJS: Throw when delete-ing a non-configurable property in strict modeIdan Horowitz
2021-06-16LibJS: Allow no-op define property calls on non-configurable objectsIdan Horowitz
2021-06-16LibJS: Add the String.fromCodePoint() methodIdan Horowitz
2021-06-16LibCpp: Remove InlineLinkedList from the list of known typesBrian Gianforcaro
2021-06-16LibCore: Allow TCPServer to be blockingstelar7
2021-06-15LibJS: Add all of the FinalizationRegistry.prototype methodsIdan Horowitz
2021-06-15LibJS: Add the FinalizationRegistry built-in objectIdan Horowitz
2021-06-15LibJS: Use OrderedHashTable instead of HashTable in the Set built-inIdan Horowitz