summaryrefslogtreecommitdiff
path: root/js
Commit message (Collapse)AuthorAge
* Issue #2 - De-unify sources in xpconnectMoonchild2022-03-04
| | | | | This also removes some e10s code. Tag: #12
* Issue #2 - Stop using unified building in SpidermonkeyMoonchild2022-03-04
|
* Issue #15 - Part 3: Remove more old gcc compiler hacks.Moonchild2022-03-02
|
* Issue #15 - part 2: Remove code for implementation of atomics with __syncMoonchild2022-03-02
| | | | | 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-02-20
|
* Create the Goanna Runtime EnvironmentMoonchild2022-02-12