Age | Commit message (Expand) | Author |
---|---|---|
2021-07-22 | LibJS: Report string properties using UTF-16 code units | Timothy Flynn |
2021-07-17 | LibJS: Report string length as the code point length, not byte length | Timothy Flynn |
2021-07-06 | LibJS: Add define_direct_property and remove the define_property helper | Idan Horowitz |
2021-07-05 | LibJS: Make AbstractOperations::canonical_num... take a PropertyName | davidot |
2021-07-04 | LibJS: Rewrite most of Object for spec compliance :^) | Linus Groh |
2021-06-30 | LibJS: Get the prototype of a new String from the constructor's realm | Idan Horowitz |
2021-06-19 | LibJS: Make Object.getOwnPropertyDescriptor() work on String subscripts | Andreas Kling |
2021-06-06 | LibJS: Remove String.prototype.length | Linus Groh |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-02-10 | LibJS: Remove a whole bunch of unnecessary #includes | Andreas Kling |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |