Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Issue #1195 - Fix errant use of JSContext in ErrorNotes | Gaming4JC | 2019-07-21 | -4/+4 |
| | | | | We want to ensure that ErrorNotes stays on the main thread to prevent a race condition that was introduced in 1283712 - Part 1. This fixes #1195. | |||
* | Make JSErrorNotes Single Threaded | Gaming4JC | 2019-07-18 | -6/+6 |
| | ||||
* | 1283712 - Part 1: Add JSErrorBase, JSErrorNotes, JSErrorNotes::Note, and ↵ | Gaming4JC | 2019-07-18 | -3/+128 |
| | | | | JSErrorReport.{notes,freeNotes}. | |||
* | 1320408 - Part 23: Change ↵ | Gaming4JC | 2019-07-18 | -2/+2 |
| | | | | RegExpObject::{getShared,createShared,dumpBytecode} to static method. | |||
* | 1320408 - Part 20: Change PromiseObject::resolve and PromiseObject::reject ↵ | Gaming4JC | 2019-07-18 | -2/+2 |
| | | | | to static method. | |||
* | 1320408 - Part 14: Change some GlobalObject methods to static method. | Gaming4JC | 2019-07-18 | -12/+13 |
| | ||||
* | 1320408 - Part 12: Change JSScript::sourceData to static method. | Gaming4JC | 2019-07-18 | -2/+3 |
| | ||||
* | 1320408 - Part 9: Change JSObject::setFlags and depending methods to static ↵ | Gaming4JC | 2019-07-18 | -1/+1 |
| | | | | method. | |||
* | 1320408 - Part 2: Change JSFunction::getOrCreateScript to static method. | Gaming4JC | 2019-07-18 | -3/+3 |
| | ||||
* | 1323324 - Part 1: Make Promise::unforgeable{Resolve,Reject} spec-compliant. | Gaming4JC | 2019-07-18 | -2/+2 |
| | ||||
* | Unhook Unboxed Objects option | wolfbeast | 2019-05-13 | -3/+0 |
| | ||||
* | Merge branch 'master' into 816 | wolfbeast | 2019-04-05 | -0/+3 |
|\ | ||||
| * | Pref the use of unboxed plain objects in JS and disable by default. | wolfbeast | 2019-03-21 | -0/+3 |
| | | | | | | | | | | This should be all that's needed for #1017, but verification of impact is definitely desired. | |||
* | | Stage 1-1: Implement Function.prototype.toString revision proposal. | wolfbeast | 2019-02-02 | -11/+35 |
|/ | | | | Tag #960 | |||
* | Fix a longstanding IndexedDB correctness issue. | wolfbeast | 2018-11-02 | -3/+15 |
| | | | | Standards Compliance fix, port of Bug 1492737 | |||
* | Part 1: Implement ES6 function name property semantics | janekptacijarabaci | 2018-03-19 | -3/+3 |
| | | | | Issue #78 | |||
* | Bug 1320388: Move JSFunction::HAS_REST to JSScript and LazyScript | janekptacijarabaci | 2018-03-19 | -4/+1 |
| | | | | | | Issue #78 [Depends on] Bug 883377: Implement ES6 function "name" property semantics | |||
* | Bug 755821: Function() should use the parser's argument parsing code | janekptacijarabaci | 2018-03-16 | -14/+56 |
| | ||||
* | Remove remaining conditional GCZeal code. | wolfbeast | 2018-02-03 | -20/+0 |
| | | | | | | | | | | | | | | | Creates stubs: jsgc.h/cpp VerifyBarriers() stub MaybeVerifyBarriers() stub GCRuntime::computeNonIncrementalMarkingForValidation() stub GCRuntime::validateIncrementalMarking() stub GCRuntime::finishMarkingValidation() stub GCRuntime::pushZealSelectedObjects() stub bool useZeal? GCRuntime::runDebugGC() stub XPConnect: nsXPCComponents_Utils::SetGCZeal() stub (always NS_OK) | |||
* | Implement configuration pref for Generational Garbage Collection. | wolfbeast | 2018-02-02 | -0/+11 |
| | | | | | Pref: javascript.options.mem.gc_generational This resolves #20 | |||
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 | -0/+6867 |