summaryrefslogtreecommitdiff
path: root/js
Commit message (Collapse)AuthorAge
* [JS:Engine] Remove the use of tagged shape pointersMatt A. Tobin2022-05-29
|
* [JS:Engine] Implement support for nullish coalescing in the JS parserFranklinDM2022-05-27
| | | | | | - UXP Parts 1, 2, 4, 5, and 7 based on Bug 1566141 - UXP Part 3 partially based on Bugs 1566141 and 1593415 - UXP Part 6 partly based on Bugs 1566141 and 1599163 with a different approach by modifying the `Boolish` function directly to act differently if we're checking for nullish values.
* [JS:Engine] Implement the Optional Chaining operator (?.)Matt A. Tobin2022-05-05
|
* [JS:Builtin] Set canonical name for trimStart and trimEnd functionsFranklinDM2022-04-17
| | | | This is needed to fix the assertion on debug builds that self-hosted functions must have consistent names, as these two functions are aliased to trimLeft and trimRight.
* Issue #22 - Always use -pipe with GCCtrav902022-04-16
| | | | Usable GCC versions have supported -pipe for a VERY long time. There's no need to keep checking if it is supported.
* Bug 1342769 - Fix IonBuilder::maybeMarkEmpty to look at the instruction's ↵Matt A. Tobin2022-04-15
| | | | operands instead of the instruction itself.
* CVE-2022-28285 - Incorrect AliasSet used in JIT CodegenMatt A. Tobin2022-04-09
|
* Fix currently identified Moonchild SabotageMatt A. Tobin2022-04-08
|
* Stop using unified building in SpidermonkeyMatt A. Tobin2022-04-01
| | | | When built on Windows with /GL it some of it will build unified due to lib linking size restrictions
* Issue %2 - De-unify sources in xpconnectMoonchild2022-03-21
| | | | | This also removes some e10s code. Tag: %12
* Issue %15 - Part 3: Remove more old gcc compiler hacks.Moonchild2022-03-21
|
* Issue %15 - part 2: Remove code for implementation of atomics with __syncMoonchild2022-03-21
| | | | | All supported compilers support using C++11 <atomic> natively, so implementing this using gcc's old __sync functions is no longer necessary.
* No issue - Research and resolve NIGHTLY_BUILD conditionalsMoonchild2022-03-21
|
* Issue %3060 - Resolve remaining RELEASE_OR_BETA conditionals.Moonchild2022-02-04
|
* Final fixes for tzdata update scripts.. BETTER BE ANYWAYMatt A. Tobin2022-01-18
|
* ICU Github blobs need ?raw=trueMatt A. Tobin2022-01-18
|
* ICU tzdata != IANA tzdata anymoreMatt A. Tobin2022-01-18
|
* Finish updating tzdata scriptsMatt A. Tobin2022-01-18
|
* [js] Add dynamic check for valid serialized lengthSteve Fink2022-01-13
|
* Issue %3051 - Neuter the user-facing controls for e10sMoonchild2022-01-11
| | | | | This should prevent people using a massive footgun that would blow off their entire legs. Requires appropriate FE changes.
* Issue %1314 - Part 16: Remove WebRTC remainders.Moonchild2021-12-25
| | | | | Stuff still left in the tree directly mentioning WebRTC are comments or copyright notices, primarily.
* Issue mcp-graveyard/UXP%190 - Remove MOZ_IOS conditional code and ios.m4Jeremy Andrews2021-12-06
|
* Issue %3014 - Part 1: Remove conditional WebRTC codeMoonchild2021-11-26
|
* Issue %3003 - Move icu to libsMatt A. Tobin2021-11-25
|
* Issue %3005 - Centralize the Security Features and locate them to ↵Matt A. Tobin2021-11-23
| | | | system/security
* Issue %3005 - Follow-up: Remove unused js/ductwork/moz.buildMatt A. Tobin2021-11-22
|
* Issue %3005 - Move toolkit/xre to system/runtimeMatt A. Tobin2021-11-22
|
* Issue %3005 - Move nsprpub/ to libs/nsprMatt A. Tobin2021-11-22
|
* Issue %3005 - Move js/ductork/* to components/js*Matt A. Tobin2021-11-14
|
* Issue %3029 - Part 5: Remove remaining telemetry structs, callers and flags.Moonchild2021-11-01
|
* [No issue] Don't rely on nsCRT from jsdate.Moonchild2021-10-26
|
* Issue %3020 - Part 9: Second pass remove android defines and build system stuff.Moonchild2021-10-17
| | | | Mostly IPC, tools and mozbuild.
* Issue %3020 - Part 8: Remove MOZ_LINKERMoonchild2021-10-16
| | | | | This also removes the XZ Embedded decompressor because it was only used with the custom liker.
* Issue %3020 - Part 2: First pass Android defines and remove Android AnnotationMoonchild2021-10-14
| | | | processors, some Andoid packaging stuff, Eclipse IDE support et al.
* Issue %3003 - Move fdlibm to libs/Jeremy Andrews2021-10-10
|
* Issue mcp-graveyard/UXP%1751 - Nuke remaining macbuild considerations from GREMoonchild2021-09-29
|
* Issue mcp-graveyard/UXP%1675 - Move regexp to new-regexp to make bz porting ↵Moonchild2021-07-30
| | | | simpler.
* Issue mcp-graveyard/UXP%1679 - Part4: Clean up commented-out/WIP code.Moonchild2021-07-30
|
* Issue mcp-graveyard/UXP%1679 - Part 3: Make everything build on supported ↵Moonchild2021-07-30
| | | | compilers.
* Issue mcp-graveyard/UXP%1725 - Fix logic in PerformPromiseAllSettled.Jeremy Andrews2021-07-15
| | | | This function essentially appears to work as written, there was an issue with it returning false too early in some situations that prevented it from working properly.
* WIP: Base implementationMoonchild2021-07-13
|
* Issue mcp-graveyard/UXP%1751 - Remove Mac code behind MOZ_WIDGET_TOOLKIT == ↵Moonchild2021-06-21
| | | | 'cocoa'
* [js] Fix porting typoMoonchild2021-06-03
| | | | Follow-up for 9acd98298ccadd83495fa1615573ebcca6648bae
* [js] Fix invalid early return in BaselineFrame::trace.Jan de Mooij2021-06-02
| | | | | We were not tracing debugger environments for Baseline frames without any local/expression slots.
* Issue mcp-graveyard/UXP%1751 -- Remove XP_MACOSX conditionals from the rest ↵Moonchild2021-05-06
| | | | | | | of the tree. This also removes some PP abuse and takes file entries out of PP when no longer needed without XP_MACOSX conditionals.
* Issue mcp-graveyard/UXP%1751 -- Remove XP_DARWINMoonchild2021-05-02
|
* Issue mcp-graveyard/UXP%1751 -- Remove XP_IOSMoonchild2021-05-01
|
* Issue mcp-graveyard/UXP%1756 - Clean up ICU patch.Moonchild2021-03-31
| | | | | We don't need ICU_UNUM_HAS_FORMATDOUBLEFORFIELDS because we don't support any ICU other than the one in-tree.
* Issue mcp-graveyard/UXP%1756 - Expose NumberFormat.formatToParts() to content.Moonchild2021-03-31
|
* Issue mcp-graveyard/UXP%1756 - Initial wrapped implementation in C++Moonchild2021-03-31
|