summaryrefslogtreecommitdiff
path: root/js
Commit message (Expand)AuthorAge
* Fix count of compacting update tasks started.Pale Moon2018-06-07
* Implement mozilla::IsAsciiAlphaPale Moon2018-05-01
* RegExp(RegExp object, flags) no longer throwsjanekptacijarabaci2018-03-07
* Wrong property order in Object.getOwnPropertyNames(string) and othersjanekptacijarabaci2018-03-07
* Disable baseline jit for `**` exponentiation to avoid a crash.Pale Moon2018-02-26
* Issue #1595 part 4: Remove Vista checks in JS and XREPale Moon2018-01-20
* Implement ES6 22.1.3.31 Array.prototype[@@unscopables]Pale Moon2018-01-17
* Implement Map[@@species] and Set[@@species] getterjanekptacijarabaci2018-01-03
* Add Symbol.speciesjanekptacijarabaci2018-01-03
* ES6 Symbol.unscopablesjanekptacijarabaci2018-01-03
* Reinstate JS_FOR_EACH_WELL_KNOWN_SYMBOLjanekptacijarabaci2018-01-03
* Fix arrow function lexical arguments binding, allow rest + arguments (follow ...janekptacijarabaci2017-12-18
* Fix arrow function lexical arguments binding, allow rest + argumentsjanekptacijarabaci2017-12-18
* Force arguments object allocation on dynamic name accessesjanekptacijarabaci2017-12-18
* Stop using a 0-sized array declaration (nonstandard extension) in JitCodeMap.Pale Moon2017-12-17
* Implement `**` exponentiation operator.Pale Moon2017-12-05
* Add right-association function to AST serializer.Pale Moon2017-12-05
* Use ARGS_LENGTH_MAX as upper bound in MArgumentsLength::computeRange.Pale Moon2017-11-21
* Special-case typed arrays in PropertyReadNeedsTypeBarrier.Pale Moon2017-11-21
* Implement X-Content-Type-Options: nosniff.JustOff2017-11-19
* Align for(let x=n ; ; ) loops with the finalized ES6 spec.Pale Moon2017-10-28
* Fix a potential reference issue in JS arrays.Pale Moon2017-10-04
* Correct code styleJustOff2017-09-19
* Move attrs definition out of loopJustOff2017-09-19
* Fix Object.values / Object.entries self-hosted implementationJustOff2017-09-19
* Merge pull request #1293 from janekptacijarabaci/js_object_values_entries_1Moonchild2017-08-16
|\
| * JS - DOM - implement Object.values / Object.entriesjanekptacijarabaci2017-08-15
* | Fix decompilation of JSOP_REGEXP and JSOP_NEWARRAY_COPYONWRITE.Pale Moon2017-08-13
|/
* Set the hasFreezeConstraints flag only if adding constraints succeeded.Pale Moon2017-08-11
* [minor fix] Build - warn - the inline specifier cannot be used when a friend ...janekptacijarabaci2017-08-05
* Merge pull request #1257 from janekptacijarabaci/_testBranch_js_oom_1Moonchild2017-07-23
|\
| * JS - OOM (code clean up) - follow upjanekptacijarabaci2017-07-23
| * JS - OOM (code clean up) - fix typojanekptacijarabaci2017-07-23
| * JS - OOM (code clean up)janekptacijarabaci2017-07-23
* | JS - ES6 iterator (style clean up + tests)janekptacijarabaci2017-07-23
* | JS - ES6 iteratorjanekptacijarabaci2017-07-23
|/
* Merge pull request #1190 from alaviss/mozlibc++Moonchild2017-07-03
|\
| * mozalloc, xpcom, xpconnect: Guard changes so that they only apply to clang an...Leorize2017-07-01
| * xpconnect: Unbust clang build with `--enable-shared-js`Leorize2017-07-01
* | Disable more code under --disable-webrtctrav902017-06-30
|/
* JS - Date - parse - new Date(<mm/dd/yy>) behaves differently in some browsersjanekptacijarabaci2017-05-31
* window.onerror catches JSON.parse error in Promise fulfillmentjanekptacijarabaci2017-05-06
* Make creation of an Error not capture a filename/lineno it shouldn't have acc...janekptacijarabaci2017-05-05
* Make JS::IsIncrementalBarrierNeeded return true while sweeping incrementally.Pale Moon2017-04-22
* Align check of [[avilableLocales]] with ucol_getAvailable() from ICU55+JustOff2017-03-31
* Merge pull request #968 from janekptacijarabaci/XMLHttpRequest_mozAnonMoonchild2017-03-19
|\
| * XMLHttpRequest: Expose mozAnon constructor js binding to system scopesjanekptacijarabaci2017-03-19
* | Re-land "Be more careful about optimizing sorted arrays".Pale Moon2017-03-19
* | Revert "Be more careful about optimizing sorted arrays."Pale Moon2017-03-19
|/
* Be more careful about optimizing sorted arrays.Pale Moon2017-03-14