summaryrefslogtreecommitdiff
path: root/js
Commit message (Expand)AuthorAge
* Issue #1805 - Follow-up: Include the same headers for Solaris as well to1805-stacksizeMoonchild2022-07-15
* Issue #1805 - Follow-up: provide for Linux builds using rlimit and min/max.Moonchild2022-07-15
* Issue #1805 - Improve stack size limits for all targets.Moonchild2022-07-15
* Issue #1952 - m-c 1440468: Proxied functions can't be passed to Function.prot...Martok2022-07-01
* Issue #1952 - m-c 1383775: Clean up function toString/toSource code, remove r...Martok2022-07-01
* Issue #1952 - m-c 1380962/2: Remove unnecessary lambda function in FunctionTo...Martok2022-07-01
* Issue #1952 - m-c 1380962/1: Merge append calls when assembling the source st...Martok2022-07-01
* Issue #1952 - m-c 1371593: Avoid repeated string atomizations when retrieving...Martok2022-07-01
* Issue #1952 - m-c 1365387: Optimize FinishBoundFunctionInit by delaying atomi...Martok2022-07-01
* Merge pull request 'Collected ports for async functions in the JS parser' (#1...Moonchild2022-06-21
|\
| * Issue #1918 - m-c 1353693: Correct parsing of async generator methodsMartok2022-06-17
| * Issue #1918 - m-c 1353690: Properly exclude |await| from consideration as a |...Martok2022-06-17
| * Issue #1918 - m-c 1345960: Handle shorthand property and destructuring with a...Martok2022-06-17
| * Issue #1918 - m-c 1358246: Report syntax error for stray "async" keyword in o...Martok2022-06-17
* | Issue #1905 - Part 4b - Fix issue loading the profile and saving changes to t...Brian Smith2022-06-15
|/
* Issue #1905 - Part 3h - Fix breakages on other platforms.Brian Smith2022-06-10
* Issue #1905 - Part 3g - Final set of changes connecting ARM64 support for Mac.Brian Smith2022-06-09
* Issue #1742 - Part 5: Remove unnecessary GCPtr::unbarrieredGetJeremy Andrews2022-05-27
* Issue #1742 - Part 4: Don't trigger read barriers when comparing wrapped poin...Jeremy Andrews2022-05-27
* Issue #1742 - Remove the ambiguous portions of gc that dealt with taggedMoonchild2022-05-25
* Issue #1742 - Part 3: use JS::PropertyResult instead of Shape*Moonchild2022-05-24
* Issue #1742 - Part 2: Add a class to encapsulate the possible results of a pr...Moonchild2022-05-24
* Issue #1742 - Part 1: Refactor rooting base class templatesMoonchild2022-05-24
* Issue #1894 - Part 7: Update testsFranklinDM2022-05-21
* Issue #1894 - Part 6: Check for nullish values when folding coalesce nodesFranklinDM2022-05-21
* Issue #1894 - Part 5: Implement bytecode for nullish coalescingFranklinDM2022-05-21
* Issue #1894 - Part 4: Implement IonMonkey support for nullish coalescingFranklinDM2022-05-21
* Issue #1894 - Part 3: Implement support for nullish coalescing in JS reflectionFranklinDM2022-05-21
* Issue #1894 - Part 2: Implement support for nullish coalescing in the JS parserFranklinDM2022-05-21
* Issue #1894 - Part 1: Implement coalesce JS opcodeFranklinDM2022-05-21
* Issue #1658 - Part 8: Update testsFranklinDM2022-05-04
* Issue #1658 - Part 6: Break and return no control flow for jumps emitted by o...FranklinDM2022-05-04
* Issue #1658 - Part 5: Add and initialize TDZ check to optional chaining emitterFranklinDM2022-05-04
* Issue #1658 - Part 4: Fix optional chaining assertions and remove unreachable...FranklinDM2022-05-04
* Issue #1658 - Part 3: Implement support for optional chaining in JS reflectionFranklinDM2022-05-04
* Issue #1658 - Part 2: Implement bytecode for optional chainingFranklinDM2022-05-04
* Issue #1658 - Part 1: Implement support for optional chaining in the JS ParserFranklinDM2022-05-04
* Merge branch 'master' into 1829Brian Smith2022-04-28
|\
| * Issue #1877 - Resolve NIGHTLY_BUILD conditionals.Moonchild2022-04-22
* | Issue #1829 - Readd code cleanup that is not Mac related that got clobbered b...Brian Smith2022-04-26
* | Issue #1829 - Revert "Issue #1751 -- Remove XP_DARWIN"Brian Smith2022-04-26
* | Issue #1829 - Revert “Issue #1751 -- Remove XP_MACOSX conditionals from the...Brian Smith2022-04-26
* | Issue #1829 - Revert “Issue #1751 - Remove Mac code behind MOZ_WIDGET_TOOLK...Brian Smith2022-04-26
|/
* Issue #1877 - Resolve RELEASE_OR_BETA conditionals.Moonchild2022-04-19
* Issue #1382 - Set canonical name for trimStart and trimEnd functionsFranklinDM2022-04-18
* Merge pull request 'Issue #1818 Cleanup some old GCC hacks' (#1865) from trav...Moonchild2022-04-16
|\
| * Issue #1818 - Part 4: always use -pipe with GCCtrav902022-04-15
| * Issue #1818 - Part 3: Remove more old gcc compiler hacks.trav902022-04-15
| * Issue #1818 - Part 2: Remove code for implementation of atomics with __synctrav902022-04-15
* | Issue #1864 - Fix IonBuilder::maybeMarkEmpty.Moonchild2022-04-15
|/