summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge branch 'master' of https://repo.palemoon.org/MoonchildProductions/GREHEADmasterMoonchild2022-03-04
|\
| * Merge pull request 'Issue #7 - Add GCC 11 initial support' (#23) from ↵khronosschoty2022-03-04
| |\ | | | | | | | | | | | | | | | gcc11-support into master Reviewed-on: https://repo.palemoon.org/MoonchildProductions/GRE/pulls/23
| | * Issue #7 - Add GCC 11 initial supportkhronosschoty2022-03-04
| |/
* / 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 #21 - Stop using Comic Sans MS as default for cursive scriptsMoonchild2022-03-03
|
* [Packager] Add an install target for unix and execute the installer (if ↵Matt A. Tobin2022-03-03
| | | | built) on Windows
* Merge branch 'remove-hacks'Moonchild2022-03-02
|\
| * 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.
| * Issue #15 - Part 1: remove a number of old GCC hacks.Moonchild2022-03-02
|/
* No issue - Research and resolve NIGHTLY_BUILD conditionalsMoonchild2022-02-20
|
* Manually Revert "[DOM XSLT] Use a request to stop transforming."Matt A. Tobin2022-02-17
| | | | Causes a hang on Windows and simply a blank page on unix when viewing XML
* [Packager] Set make-update.sh as executableMatt A. Tobin2022-02-15
|
* Issue #17 - Actually build the progressui when not-WindowsMatt A. Tobin2022-02-15
| | | | Also, don't have a redundant conditional for the updater icon.
* Revert "Issue #17 - Actually build the progressui when not-Windows"Matt A. Tobin2022-02-15
| | | | This reverts commit 1881ac068ab227c905d7c306fb0b69f543cea8b5.
* Issue #17 - Actually build the progressui when not-WindowsMatt A. Tobin2022-02-15
| | | | Also, don't have a redundant conditional for the updater icon.
* No issue - Update docs.Moonchild2022-02-14
|
* Issue #7 - Correct the check version number to include .patch versionMoonchild2022-02-13
|
* Issue #7 - Set correct minimum GCC version for GRE.Moonchild2022-02-13
|
* Create the Goanna Runtime EnvironmentMoonchild2022-02-12