| Commit message (Expand) | Author | Age |
* | Issue #2241 - Part 4.2: Resurrect DOMQuad.bounds, but deprecated. | Job Bautista | 2023-05-12 |
* | Issue #2241 - Part 4.1: Get DOMPoint, DOMQuad, DOMRect, DOMMatrix a bit close... | Job Bautista | 2023-05-12 |
* | Issue #2241 - Part 3: Extend DOMMatrixReadOnly to allow instantiation with a ... | Job Bautista | 2023-05-12 |
* | Issue #2241 - Part 2: Add SameValueZero implementation to mfbt/FloatingPoint.h | Job Bautista | 2023-05-12 |
* | Issue #2241 - Part 1: Move {js::,JS_}{{Strictly,Loosely}Equal,SameValue} into... | Job Bautista | 2023-05-12 |
* | No issue - block a few problematic DLLs. | Moonchild | 2023-05-11 |
* | No issue - Disable ms-cxh and ms-cxh-full protocol handling. | Moonchild | 2023-05-11 |
* | [widget] Rewrite data-read loop in OnDataAvailable. | Moonchild | 2023-05-10 |
* | No issue - Limit JPEG decoder memory allocation to surface cache size. | Moonchild | 2023-05-10 |
* | Merge pull request 'Fix import.meta module error in lambdas by moving parseGo... | Moonchild | 2023-05-09 |
|\ |
|
| * | Issue #2236 - Fix import.meta module error in lambdas by moving parseGoal() ... | Brian Smith | 2023-05-08 |
* | | Merge pull request 'Updates to Mac packaging for notarization.' (#2239) from ... | Moonchild | 2023-05-09 |
|\ \
| |/
|/| |
|
| * | No Issue - Updates to Mac packaging for notarization. Add Mac entitlements. | Brian Smith | 2023-05-08 |
|/ |
|
* | Merge pull request 'Create async function wrapper when instantiating module f... | Moonchild | 2023-05-06 |
|\ |
|
| * | Issue #2234 - Part 3: Update tests | FranklinDM | 2023-05-07 |
| * | Issue #2234 - Part 2: Ensure that the created async function wrapper is valid | FranklinDM | 2023-05-07 |
| * | Issue #2234 - Part 1: Create async function wrapper when instantiating module... | FranklinDM | 2023-05-07 |
|/ |
|
* | Merge pull request 'Parse exported async functions.' (#2233) from jobbautista... | Moonchild | 2023-05-06 |
|\ |
|
| * | Issue #2232 - Parse exported async functions. | Job Bautista | 2023-05-06 |
|/ |
|
* | Issue #1691 - Follow-up: Ship dynamic module imports enabled by default. | Moonchild | 2023-05-05 |
* | Merge pull request 'Do not parse or return body for XHRs with HEAD/CONNECT me... | Moonchild | 2023-05-05 |
|\ |
|
| * | No Issue - Do not parse or return body for XHRs with HEAD/CONNECT method or c... | Martok | 2023-05-04 |
* | | Issue #1656 - Remove more vim control lines. | Moonchild | 2023-05-05 |
* | | Issue #1656 - Remove more vim control lines. | Moonchild | 2023-05-05 |
* | | Issue #1656 - Remove more vim control lines. | Moonchild | 2023-05-04 |
|/ |
|
* | Issue #1656 - Remove more vim control lines. | Moonchild | 2023-05-04 |
* | Issue #1656 - Remove more vim control lines. | Moonchild | 2023-05-03 |
* | Issue #1656 - remove vim control lines from js/src | Moonchild | 2023-05-03 |
* | Bump platform version. | Moonchild | 2023-05-03 |
* | Merge pull request 'JS: Implement Class Fields & Logical Assignment Operators... | Moonchild | 2023-05-03 |
|\ |
|
| * | Issue #2097 - Handle Logical Assignment in Ion CFG | Martok | 2023-05-01 |
| * | Issue #2097 - Implement logical assignment operators | Martok | 2023-05-01 |
| * | Issue #2142 - Remove the temporary fields option | Martok | 2023-05-01 |
| * | Issue #2142 - Implement class static block | Martok | 2023-05-01 |
| * | Issue #2142 - Track isFieldInitializer on JSScript instead of Scope | Martok | 2023-05-01 |
| * | Issue #2142 - Parse and process static class fields | Martok | 2023-05-01 |
| * | Issue #2142 - Support SuperProperty in field initializers | Martok | 2023-05-01 |
| * | Issue #2142 - Optimize .initializers scoping and emitter | Martok | 2023-05-01 |
| * | Issue #2142 - Set anonymous function name in field initializer | Martok | 2023-05-01 |
| * | Issue #2142 - Don't treat PNK_NAME specially emitAssignmentOrInit | Martok | 2023-05-01 |
| * | Issue #2142 - Emit field keys in correct order | Martok | 2023-05-01 |
| * | Issue #2142 - Pass through arguments in synthesized constructors for derived ... | Martok | 2023-05-01 |
| * | Issue #2142 - Fix several scoping issues in field initializers | Martok | 2023-05-01 |
| * | Issue #2142 - Restrict contents of direct eval in fields | Martok | 2023-05-01 |
| * | Issue #2142 - Use JSOP_INITPROP for field initializers | Martok | 2023-05-01 |
| * | Issue #2142 - Implement ASI for fields | Martok | 2023-05-01 |
| * | Issue #2142 - Factor out PropertyName parsing from Parser::propertyName() | Martok | 2023-05-01 |
| * | Issue #2142 - Handle fields in derived classes | Martok | 2023-05-01 |
| * | Issue #2142 - Add FunctionEmitter, FunctionScriptEmitter, and FunctionParamsE... | Martok | 2023-05-01 |
| * | Issue #2142 - Add PropertyEmitter, ObjectEmitter, ClassEmitter, LexicalScopeE... | Martok | 2023-05-01 |