Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Issue #1999 - Switch to the unorm2 API for String.normalize() | Moonchild | 2022-09-02 |
| | | | | Resolves #1999 | ||
* | Issue #1996 - Implement at() method on built-in indexables. | Moonchild | 2022-08-29 |
| | | | | Resolves #1996 | ||
* | Issue #1829 - Revert "Issue #1751 -- Remove XP_DARWIN" | Brian Smith | 2022-04-26 |
| | | | | This reverts commit 3d671e4275c73a1484c72713304c6e04ec4ffc7c. | ||
* | Issue #1751 -- Remove XP_DARWIN | Moonchild | 2021-05-02 |
| | |||
* | Issue #1726 - Implement String.replaceAll() | meatloaf | 2021-02-04 |
| | | | | | This also implements IsRegExp, as this demands it. Ported from https://bugzilla.mozilla.org/show_bug.cgi?id=1540021 | ||
* | Issue #1656 - Part 7: Nuke vim config lines in JS | Moonchild | 2020-09-24 |
| | |||
* | Revert #1137 - Remove unboxed arrays | wolfbeast | 2020-02-23 |
| | | | | | - accounting for removal of watch()/unwatch() - updated for intermediate code changes. | ||
* | Revert 1320408 part 15: Make addDataProperty static | wolfbeast | 2020-02-22 |
| | |||
* | Issue #1302 - Add self-hosted implementation for string regex .matchAll | wolfbeast | 2019-11-26 |
| | | | | This resolves #1302. | ||
* | 1320408 - Part 18: Change StringObject::init to static method. | Gaming4JC | 2019-07-18 |
| | |||
* | 1320408 - Part 15: Change NativeObject::addDataProperty to static method. | Gaming4JC | 2019-07-18 |
| | |||
* | 1320408 - Part 14: Change some GlobalObject methods to static method. | Gaming4JC | 2019-07-18 |
| | |||
* | 903389 - Fix uses of ClassMethodIsNative. | Gaming4JC | 2019-07-18 |
| | |||
* | Make use of ArrayObjects in favor of generic JS objects. | wolfbeast | 2019-06-12 |
| | | | | | ArrayObjects has been a thing for years but been under-used. About time they are used where prudent. | ||
* | Implement String.prototype.trimStart and trimEnd. | wolfbeast | 2019-05-17 |
| | | | | | | This renames our internal function names because *Left and *Right might be deprecated and have to be removed later, making that trivial. Resolves #1089 | ||
* | Fix build error with JS_HAS_TOSOURCE undefined. | wolfbeast | 2019-02-02 |
| | |||
* | Reinstate string.prototype.contains() | wolfbeast | 2018-06-07 |
| | | | | This adds a compatibility function aliased to string.prototype.includes(). | ||
* | Issue #325 Part 14: Remove EXPOSE_INTL_API conditionals. | wolfbeast | 2018-05-04 |
| | |||
* | Issue #325 Part 5: Remove non-Intl legacy code paths from js. | wolfbeast | 2018-05-04 |
| | |||
* | Bug 1320388: Move JSFunction::HAS_REST to JSScript and LazyScript | janekptacijarabaci | 2018-03-19 |
| | | | | | | Issue #78 [Depends on] Bug 883377: Implement ES6 function "name" property semantics | ||
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 |