summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* No issue - Set the default for incremental cycle collector to be off.RC_20230608RB_20230613Moonchild2023-06-05
* Issue #2257 - Remove rematerialized frames after bailouts and exceptions.Moonchild2023-06-05
* Issue #2252 - Prevent crash when attempting to load a script with execution d...Brian Smith2023-06-05
* Issue #1592 - Follow-up: Ensure topmost scope marker is cleaned upFranklinDM2023-06-05
* Issue #2250 - Part 2: Ignore the ancestor filter assertion if rule matching i...FranklinDM2023-06-05
* Issue #2250 - Part 1: Return early if the element being tested for is likely ...FranklinDM2023-06-05
* Issue #2221 - Follow-up: Simplify jit_ioncheck{1|2|3}_deunified_sources assig...Job Bautista2023-06-05
* Issue #2221 - Follow-up: Ensure jit_ioncheck{1|2|3}_deunified_sources is defi...Job Bautista2023-06-05
* Merge branch 'master' into releaseRC_20230511RB_20230515Moonchild2023-05-11
|\
| * No issue - block a few problematic DLLs.Moonchild2023-05-11
| * No issue - Disable ms-cxh and ms-cxh-full protocol handling.Moonchild2023-05-11
| * [widget] Rewrite data-read loop in OnDataAvailable.Moonchild2023-05-10
| * No issue - Limit JPEG decoder memory allocation to surface cache size.Moonchild2023-05-10
| * Merge pull request 'Fix import.meta module error in lambdas by moving parseGo...Moonchild2023-05-09
| |\
| | * Issue #2236 - Fix import.meta module error in lambdas by moving parseGoal() ...Brian Smith2023-05-08
| * | Merge pull request 'Updates to Mac packaging for notarization.' (#2239) from ...Moonchild2023-05-09
| |\ \ | | |/ | |/|
| | * No Issue - Updates to Mac packaging for notarization. Add Mac entitlements.Brian Smith2023-05-08
| |/
| * Merge pull request 'Create async function wrapper when instantiating module f...Moonchild2023-05-06
| |\
| | * Issue #2234 - Part 3: Update testsFranklinDM2023-05-07
| | * Issue #2234 - Part 2: Ensure that the created async function wrapper is validFranklinDM2023-05-07
| | * Issue #2234 - Part 1: Create async function wrapper when instantiating module...FranklinDM2023-05-07
| |/
| * Merge pull request 'Parse exported async functions.' (#2233) from jobbautista...Moonchild2023-05-06
| |\
| | * Issue #2232 - Parse exported async functions.Job Bautista2023-05-06
| |/
| * Issue #1691 - Follow-up: Ship dynamic module imports enabled by default.Moonchild2023-05-05
| * Merge pull request 'Do not parse or return body for XHRs with HEAD/CONNECT me...Moonchild2023-05-05
| |\
| | * No Issue - Do not parse or return body for XHRs with HEAD/CONNECT method or c...Martok2023-05-04
| * | Issue #1656 - Remove more vim control lines.Moonchild2023-05-05
| * | Issue #1656 - Remove more vim control lines.Moonchild2023-05-05
| * | Issue #1656 - Remove more vim control lines.Moonchild2023-05-04
| |/
| * Issue #1656 - Remove more vim control lines.Moonchild2023-05-04
| * Issue #1656 - Remove more vim control lines.Moonchild2023-05-03
| * Issue #1656 - remove vim control lines from js/srcMoonchild2023-05-03
| * Bump platform version.Moonchild2023-05-03
| * Merge pull request 'JS: Implement Class Fields & Logical Assignment Operators...Moonchild2023-05-03
| |\
| | * Issue #2097 - Handle Logical Assignment in Ion CFGMartok2023-05-01
| | * Issue #2097 - Implement logical assignment operatorsMartok2023-05-01
| | * Issue #2142 - Remove the temporary fields optionMartok2023-05-01
| | * Issue #2142 - Implement class static blockMartok2023-05-01
| | * Issue #2142 - Track isFieldInitializer on JSScript instead of ScopeMartok2023-05-01
| | * Issue #2142 - Parse and process static class fieldsMartok2023-05-01
| | * Issue #2142 - Support SuperProperty in field initializersMartok2023-05-01
| | * Issue #2142 - Optimize .initializers scoping and emitterMartok2023-05-01
| | * Issue #2142 - Set anonymous function name in field initializerMartok2023-05-01
| | * Issue #2142 - Don't treat PNK_NAME specially emitAssignmentOrInitMartok2023-05-01
| | * Issue #2142 - Emit field keys in correct orderMartok2023-05-01
| | * Issue #2142 - Pass through arguments in synthesized constructors for derived ...Martok2023-05-01
| | * Issue #2142 - Fix several scoping issues in field initializersMartok2023-05-01
| | * Issue #2142 - Restrict contents of direct eval in fieldsMartok2023-05-01
| | * Issue #2142 - Use JSOP_INITPROP for field initializersMartok2023-05-01
| | * Issue #2142 - Implement ASI for fieldsMartok2023-05-01