summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-07-07LibJS: Add a name property to the proxy revoker anonymous functionIdan Horowitz
2021-07-07LibJS: Implement Temporal.now.timeZone()Linus Groh
2021-07-07LibJS: Start implementing Temporal.TimeZoneLinus Groh
2021-07-07LibJS: Add preparation for Temporal constructors and prototypesLinus Groh
2021-07-07LibJS: Add the Temporal.now namespace objectLinus Groh
2021-07-07LibJS: Add the Temporal namespace object :^)Linus Groh
2021-07-06LibJS: Don't hoist functions under certain circumstancesHendi
2021-07-06LibJS: Replace strings with the search value coerced to a stringTimothy Flynn
2021-07-06LibJS: Evaluate replacement value before searching source stringTimothy Flynn
2021-07-06LibRegex: Allow dollar signs in ECMA262 named capture groupsTimothy Flynn
2021-07-06LibJS: Remove unused Lexer/Parser includes from GlobalObject.cppLinus Groh
2021-07-06LibJS: Implement Object.getOwnPropertyDescriptors()Idan Horowitz
2021-07-06LibJS: Rename ObjectConstructor::{define_property_ => define_property}Idan Horowitz
2021-07-06Kernel+LibELF: Don't demangle symbols in the kernelGunnar Beutner
2021-07-06LibJS: Don't treat 2^32 - 1 as numeric PropertyNameLinus Groh
2021-07-06LibJS: Make Value::as_u32() slightly less brokenLinus Groh
2021-07-06LibJS: Fix second argument passed to Proxy [[Call]] trap (thisArgument)Linus Groh
2021-07-06LibGUI: Fix `go_upwards_instead` check in ComboBoxLuK1337
2021-07-06LibPthread: Fix some assertionsSergey Bugaev
2021-07-06LibPthread: Fix orderingSergey Bugaev
2021-07-06LibC: Only set owner on recursive mutexesSergey Bugaev
2021-07-06LibTest: Clear core dump flag for CrashTest child processesAndrew Kaster
2021-07-06LibJS: Coerce named captures to an object before calling GetSubstitutionTimothy Flynn
2021-07-06LibJS: Fix replaceAll crash for overlapping search string positionsTimothy Flynn
2021-07-06LibJS: Do s/define_property/define_direct_property/ in a commentLinus Groh
2021-07-06LibJS: Remove Object::is_array() in favor of Value::is_array() and RTTILinus Groh
2021-07-06LibWasm: Don't create useless temporary strings for trap reasonsAli Mohammad Pur
2021-07-06LibWasm: Tweak the implementation-defined limits a bitAli Mohammad Pur
2021-07-06LibWasm: Allow overflow in normal 64-bit arithmetic instructionsAli Mohammad Pur
2021-07-06LibWasm: Limit module memory to 65536 pagesAli Mohammad Pur
2021-07-06LibWasm: Fix data section initialization bounds checkingAli Mohammad Pur
2021-07-06LibWasm: Jump to the default label in br_table with negative valuesAli Mohammad Pur
2021-07-06LibWasm: Use the number of bytes when comparing memory limitsAli Mohammad Pur
2021-07-06LibWasm: Guard stack accesses with checksAli Mohammad Pur
2021-07-06LibJS: Remove the non-standard put helper and replace it's usagesIdan Horowitz
2021-07-06LibJS: Remove the default length & attributes from define_native_*Idan Horowitz
2021-07-06LibJS: Add define_direct_property and remove the define_property helperIdan Horowitz
2021-07-06LibJS: Remove impossible check from Array's native length getter/setterIdan Horowitz
2021-07-06LibJS: Add and use the CreateNonEnumerableDataPropertyOrThrow AOIdan Horowitz
2021-07-06LibJS: Bring String.prototype.split closer to the specificationIdan Horowitz
2021-07-06LibJS: Add missing exception check to the ArraySpeciesCreate AOIdan Horowitz
2021-07-06LibJS: Add %TypedArray%.prototype.reverseLuke
2021-07-06LibJS: Fix byteOffset copy-paste error in TypedArray buffer testLuke
2021-07-06LibJS: Fix byteOffset copy-paste error in TypedArray byteLength testLuke
2021-07-06LibJS: Use Number instead of parseInt in TypedArray forEach BigInt testsLuke
2021-07-06LibJS: Add Uint8ClampedArray to TypedArray testsLuke
2021-07-06Revert "LibJS: Don't hoist functions under certain circumstances"Linus Groh
2021-07-06LibGfx: Make Painter::fill_rect_with_checkerboard() fasterAndreas Kling
2021-07-06LibJS: Add missing exception check in internalize_json_propertyLuke
2021-07-06LibJS: Don't hoist functions under certain circumstancesHendi