summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* Fix code of conduct version ref link.wolfbeast2018-08-22-1/+1
* Merge pull request #720 from JustOff/PR_ShouldAddToSessionHistoryMoonchild2018-08-22-1/+7
|\
| * Explicitly specify parentheses in a mixed boolean expression in ShouldAddToSe...JustOff2018-08-22-2/+2
| * Use "browser.newtabpage.add_to_session_history" to decide whether to store "a...JustOff2018-08-22-5/+7
| * Update ShouldAddToSessionHistory() rules for "about:newtab" and "about:logopage"JustOff2018-08-21-1/+5
* | Merge pull request #722 from g4jc/importfromunixMoonchild2018-08-22-4/+2
|\ \ | |/ |/|
| * Basilisk: Fix locale error on migration.xul on LinuxGaming4JC2018-08-21-4/+2
|/
* Pale Moon blocklist updatewolfbeast2018-08-21-2/+12
* Fix toolbar styling in non-Australis toolkit themes part 2wolfbeast2018-08-21-3/+3
* Fix toolbar styling in non-Australis toolkit themeswolfbeast2018-08-21-1/+30
* Merge pull request #718 from trav90/code-cleanupMoonchild2018-08-20-1/+0
|\
| * Remove unused variabletrav902018-08-19-1/+0
* | Re-implement custom background color of standalone images.wolfbeast2018-08-20-0/+23
* | Remove TelemetryStopwatch module.wolfbeast2018-08-20-493/+0
* | Remove TelemetryStopwatch call sites from mobile components.wolfbeast2018-08-20-5/+0
* | Remove TelemetryStopwatch call sites from toolkit components.wolfbeast2018-08-20-51/+0
* | Merge pull request #714 from trav90/class-memaccess-errorsMoonchild2018-08-20-17/+56
|\ \
| * | Avoid using memset on a not-trivial type like ServoSizestrav902018-08-18-1/+9
| * | Avoid using memset on a not-trivial type like TabSizestrav902018-08-18-1/+7
| * | Avoid doing a memset on a non-POD structuretrav902018-08-18-13/+33
| * | memset only the underlying vector from the Array containertrav902018-08-18-1/+1
| * | Avoid using memset on a not-trivial type like nsTabSizestrav902018-08-18-1/+6
| |/
* | Merge pull request #716 from g4jc/remove_telemetry_stopwatchMoonchild2018-08-20-212/+8
|\ \ | |/ |/|
| * Basilisk: Remove TelemetryStopwatchGaming4JC2018-08-19-212/+8
|/
* Merge pull request #712 from JustOff/PR_viewPartialSourceMoonchild2018-08-17-24/+2
|\
| * [PALEMOON] Align viewPartialSource with the UXP codebaseJustOff2018-08-17-24/+2
* | Fix missed in32->int64 in df852120098dc7ba5df4a76126c6297c6d2d1b7bwolfbeast2018-08-17-1/+1
|/
* Reinstate RC4 and mark 3DES weak.wolfbeast2018-08-17-1/+9
* Extend {EnabledWeakCiphers} bit field to allow more cipher suites.wolfbeast2018-08-17-8/+8
* Merge pull request #708 from wicknix/masterMoonchild2018-08-16-2/+2
|\
| * Add files via uploadwicknix2018-08-14-0/+0
| * Update Info.plist.inwicknix2018-08-14-2/+2
* | Update CODE_OF_CONDUCT.mdMoonchild2018-08-15-1/+2
* | Move Code of Conduct to where it belongs.wolfbeast2018-08-15-0/+0
* | Add Code of Conduct for contributors.Moonchild2018-08-15-0/+47
* | Do not try and include devtools shared l10n when devtools is not builtMatt A. Tobin2018-08-15-0/+2
|/
* Enforce NSS 3.38 for people who still insist on using system NSS.wolfbeast2018-08-14-1/+1
* Update NSS to 3.38wolfbeast2018-08-14-7145/+4873
* Set version for normal unstable channel use.wolfbeast2018-08-13-1/+1
* Merge pull request #707 from trav90/class-memaccess-errorsMoonchild2018-08-13-28/+10
|\
| * Simplify HeapSlot to make it trivially copyabletrav902018-08-12-29/+8
| * Avoid using memcpy on HeapSlot that is not trivially copyable.trav902018-08-12-4/+7
* | Merge pull request #706 from trav90/gcc8Moonchild2018-08-13-14/+17
|\ \
| * | Remove the const to fix the -Wignored-qualifiers warning with GCC 8 (Part 2)trav902018-08-10-5/+5
| * | Fix a warning with GCC 8: unnecessary parentheses in declaration of 'type name'trav902018-08-10-2/+2
| * | Disable -Werror on -Wmultistatement-macrostrav902018-08-10-0/+3
| * | Remove the const to fix the -Wignored-qualifiers warning with GCC 8trav902018-08-10-5/+5
| * | Initialize mVersion to silence a warning with GCC 8trav902018-08-10-1/+1
| * | js::atomics_wait: Remove unnecessary parentheses in declaration of 'addr'trav902018-08-10-1/+1
| |/
* | Merge pull request #704 from trav90/buildsystem-workMoonchild2018-08-13-1/+7
|\ \ | |/ |/|