summaryrefslogtreecommitdiff
path: root/js/src/jsstr.h
Commit message (Collapse)AuthorAge
* Issue #1726 - Implement String.replaceAll()meatloaf2021-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 JSMoonchild2020-09-24
|
* Revert #1137 - Remove unboxed arrayswolfbeast2020-02-23
| | | | | - accounting for removal of watch()/unwatch() - updated for intermediate code changes.
* Make use of ArrayObjects in favor of generic JS objects.wolfbeast2019-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.wolfbeast2019-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
* Issue #325 Part 14: Remove EXPOSE_INTL_API conditionals.wolfbeast2018-05-04
|
* Bug 1452619 - Implement mozilla::IsAsciiAlpha. r=froydnj, a=lizzardJeff Walden2018-04-29
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02