Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | [JS:RegEx] Remove the unfinished and lost cause "updated" regex engine until ↵ | Matt A. Tobin | 2022-10-05 |
| | | | | | | such time it isn't a lost cause. We are retaining the minor changes made elsewhere. | ||
* | [JS:Engine] Remove the use of tagged shape pointers | Matt A. Tobin | 2022-05-29 |
| | |||
* | [JS:Engine] Implement support for nullish coalescing in the JS parser | FranklinDM | 2022-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. Tobin | 2022-05-05 |
| | |||
* | [JS:Builtin] Set canonical name for trimStart and trimEnd functions | FranklinDM | 2022-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 GCC | trav90 | 2022-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. Tobin | 2022-04-15 |
| | | | | operands instead of the instruction itself. | ||
* | CVE-2022-28285 - Incorrect AliasSet used in JIT Codegen | Matt A. Tobin | 2022-04-09 |
| | |||
* | Fix currently identified Moonchild Sabotage | Matt A. Tobin | 2022-04-08 |
| | |||
* | Stop using unified building in Spidermonkey | Matt A. Tobin | 2022-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 xpconnect | Moonchild | 2022-03-21 |
| | | | | | This also removes some e10s code. Tag: %12 | ||
* | Issue %15 - Part 3: Remove more old gcc compiler hacks. | Moonchild | 2022-03-21 |
| | |||
* | Issue %15 - part 2: Remove code for implementation of atomics with __sync | Moonchild | 2022-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 conditionals | Moonchild | 2022-03-21 |
| | |||
* | Issue %3060 - Resolve remaining RELEASE_OR_BETA conditionals. | Moonchild | 2022-02-04 |
| | |||
* | Final fixes for tzdata update scripts.. BETTER BE ANYWAY | Matt A. Tobin | 2022-01-18 |
| | |||
* | ICU Github blobs need ?raw=true | Matt A. Tobin | 2022-01-18 |
| | |||
* | ICU tzdata != IANA tzdata anymore | Matt A. Tobin | 2022-01-18 |
| | |||
* | Finish updating tzdata scripts | Matt A. Tobin | 2022-01-18 |
| | |||
* | [js] Add dynamic check for valid serialized length | Steve Fink | 2022-01-13 |
| | |||
* | Issue %3051 - Neuter the user-facing controls for e10s | Moonchild | 2022-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. | Moonchild | 2021-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.m4 | Jeremy Andrews | 2021-12-06 |
| | |||
* | Issue %3014 - Part 1: Remove conditional WebRTC code | Moonchild | 2021-11-26 |
| | |||
* | Issue %3003 - Move icu to libs | Matt A. Tobin | 2021-11-25 |
| | |||
* | Issue %3005 - Centralize the Security Features and locate them to ↵ | Matt A. Tobin | 2021-11-23 |
| | | | | system/security | ||
* | Issue %3005 - Follow-up: Remove unused js/ductwork/moz.build | Matt A. Tobin | 2021-11-22 |
| | |||
* | Issue %3005 - Move toolkit/xre to system/runtime | Matt A. Tobin | 2021-11-22 |
| | |||
* | Issue %3005 - Move nsprpub/ to libs/nspr | Matt A. Tobin | 2021-11-22 |
| | |||
* | Issue %3005 - Move js/ductork/* to components/js* | Matt A. Tobin | 2021-11-14 |
| | |||
* | Issue %3029 - Part 5: Remove remaining telemetry structs, callers and flags. | Moonchild | 2021-11-01 |
| | |||
* | [No issue] Don't rely on nsCRT from jsdate. | Moonchild | 2021-10-26 |
| | |||
* | Issue %3020 - Part 9: Second pass remove android defines and build system stuff. | Moonchild | 2021-10-17 |
| | | | | Mostly IPC, tools and mozbuild. | ||
* | Issue %3020 - Part 8: Remove MOZ_LINKER | Moonchild | 2021-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 Annotation | Moonchild | 2021-10-14 |
| | | | | processors, some Andoid packaging stuff, Eclipse IDE support et al. | ||
* | Issue %3003 - Move fdlibm to libs/ | Jeremy Andrews | 2021-10-10 |
| | |||
* | Issue mcp-graveyard/UXP%1751 - Nuke remaining macbuild considerations from GRE | Moonchild | 2021-09-29 |
| | |||
* | Issue mcp-graveyard/UXP%1675 - Move regexp to new-regexp to make bz porting ↵ | Moonchild | 2021-07-30 |
| | | | | simpler. | ||
* | Issue mcp-graveyard/UXP%1679 - Part4: Clean up commented-out/WIP code. | Moonchild | 2021-07-30 |
| | |||
* | Issue mcp-graveyard/UXP%1679 - Part 3: Make everything build on supported ↵ | Moonchild | 2021-07-30 |
| | | | | compilers. | ||
* | Issue mcp-graveyard/UXP%1725 - Fix logic in PerformPromiseAllSettled. | Jeremy Andrews | 2021-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 implementation | Moonchild | 2021-07-13 |
| | |||
* | Issue mcp-graveyard/UXP%1751 - Remove Mac code behind MOZ_WIDGET_TOOLKIT == ↵ | Moonchild | 2021-06-21 |
| | | | | 'cocoa' | ||
* | [js] Fix porting typo | Moonchild | 2021-06-03 |
| | | | | Follow-up for 9acd98298ccadd83495fa1615573ebcca6648bae | ||
* | [js] Fix invalid early return in BaselineFrame::trace. | Jan de Mooij | 2021-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 ↵ | Moonchild | 2021-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_DARWIN | Moonchild | 2021-05-02 |
| | |||
* | Issue mcp-graveyard/UXP%1751 -- Remove XP_IOS | Moonchild | 2021-05-01 |
| | |||
* | Issue mcp-graveyard/UXP%1756 - Clean up ICU patch. | Moonchild | 2021-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. | Moonchild | 2021-03-31 |
| |