| Commit message (Expand) | Author | Age | Lines |
* | Clobber for ffvpx update | trav90 | 2018-09-30 | -1/+1 |
* | [ffvpx] Update ffvp9/ffvp8 to release 4.0.2 | trav90 | 2018-09-30 | -8815/+8821 |
* | Remove cache I/O telemetry. | wolfbeast | 2018-09-30 | -126/+0 |
* | Remove telemetry probes to get detailed disk cache hit rate. | wolfbeast | 2018-09-30 | -212/+0 |
* | Remove telemetry probes for cache file system. | wolfbeast | 2018-09-29 | -99/+0 |
* | Clean up a number of unused variables. | wolfbeast | 2018-09-29 | -77/+0 |
* | Update telemetry whitelists. | wolfbeast | 2018-09-29 | -3/+0 |
* | Merge branch 'master' of https://github.com/MoonchildProductions/UXP | wolfbeast | 2018-09-29 | -2021/+3191 |
|\ |
|
| * | Merge pull request #800 from trav90/update-from-upstream | Moonchild | 2018-09-29 | -114/+268 |
| |\ |
|
| | * | Update test files for libnestegg update | trav90 | 2018-09-29 | -3/+5 |
| | * | Update libnestegg from upstream | trav90 | 2018-09-28 | -108/+260 |
| | * | Update upstream URL and update script for libnestegg | trav90 | 2018-09-28 | -3/+3 |
| * | | Update HSTS preload list | trav90 | 2018-09-29 | -1907/+2923 |
* | | | Remove telemetry to find optimal cache entry hash size | wolfbeast | 2018-09-29 | -117/+0 |
|/ / |
|
* / | Get rid of the incorrect mechanism to remove insecure fallback hosts. | wolfbeast | 2018-09-29 | -12/+0 |
|/ |
|
* | Merge branch 'master' of https://github.com/MoonchildProductions/UXP | wolfbeast | 2018-09-29 | -3/+3 |
|\ |
|
| * | Only opt-in to esr52 search service for select applications | Matt A. Tobin | 2018-09-28 | -3/+3 |
* | | Rename address bar back to location bar | wolfbeast | 2018-09-29 | -2/+2 |
|/ |
|
* | Remove IndexedDB for content pref. | wolfbeast | 2018-09-29 | -32/+0 |
* | Update permissions manager strings. | wolfbeast | 2018-09-28 | -1/+1 |
* | Rename "Cookies" to "Cookies and Site Data" in preferences where applicable. | wolfbeast | 2018-09-28 | -13/+13 |
* | Add a conditional to not build the platform so the build system can be exploi... | Matt A. Tobin | 2018-09-27 | -44/+45 |
* | Merge pull request #791 from g4jc/session_supercookie | Moonchild | 2018-09-27 | -101/+238 |
|\ |
|
| * | backport mozbug 1334776 - CVE-2017-7797 Header name interning leaks across or... | Gaming4JC | 2018-09-25 | -101/+238 |
* | | Merge pull request #789 from g4jc/sha256_leakfix | Moonchild | 2018-09-27 | -14/+8 |
|\ \ |
|
| * | | backport mozbug 1444532 - fix a leak in SHA256 in nsHttpConnectionInfo.cpp r=... | Gaming4JC | 2018-09-26 | -14/+8 |
| |/ |
|
* | | Build nsJSInspector regardless of devtools | Matt A. Tobin | 2018-09-26 | -14/+23 |
* | | Merge pull request #790 from g4jc/nsSOCKSIOLayer_nullptr | Moonchild | 2018-09-26 | -0/+1 |
|\ \ |
|
| * | | backport mozbug 1344613 - Avoid possibility of null pointer crash in nsSOCKSI... | Gaming4JC | 2018-09-25 | -0/+1 |
| |/ |
|
* | | Merge pull request #788 from alaviss/apz-experimental | Moonchild | 2018-09-26 | -5/+10 |
|\ \
| |/
|/| |
|
| * | gfx: add pref for enabling APZ without e10s | Leorize | 2018-09-25 | -5/+10 |
* | | Merge branch 'master' of https://github.com/MoonchildProductions/UXP | wolfbeast | 2018-09-25 | -2/+0 |
|\| |
|
| * | Merge pull request #786 from JustOff/PR_auth_dialog_overflow | Moonchild | 2018-09-24 | -2/+0 |
| |\ |
|
| | * | Remove window.sizeToContent() from commonDialog.js, as it's useless and leads... | JustOff | 2018-09-23 | -2/+0 |
| |/ |
|
* / | Regression fix: enable ICC v4 profiles by default. | wolfbeast | 2018-09-25 | -1/+1 |
|/ |
|
* | Remove code that prevents binary extensions | Matt A. Tobin | 2018-09-23 | -13/+0 |
* | Update list of IDs to never send to AUS in AddonUpdateChecker.jsm | Matt A. Tobin | 2018-09-23 | -5/+6 |
* | Use SSM's createCodebasePrincipalFromOrigin() instead of the nonexistent Brow... | wolfbeast | 2018-09-22 | -2/+2 |
* | Merge pull request #782 from trav90/class-memaccess-errors | Moonchild | 2018-09-21 | -19/+31 |
|\ |
|
| * | Rename TypeSet::clone to TypeSet::cloneIntoUninitialized to indicate that it ... | trav90 | 2018-09-19 | -9/+11 |
| * | Don't use PodCopy/PodMove to implement typed-array element-to-element copying | trav90 | 2018-09-19 | -4/+17 |
| * | Give uint8_clamped a defaulted (and also trivial) default constructor, copy c... | trav90 | 2018-09-19 | -6/+3 |
* | | Merge pull request #781 from JustOff/PR_fileExecutableSecurityWarning | Moonchild | 2018-09-20 | -0/+3 |
|\ \
| |/
|/| |
|
| * | [PALEMOON] Restore strings mistakenly removed by [8be0c16be614d54183ee3d4877e... | JustOff | 2018-09-20 | -0/+3 |
|/ |
|
* | Merge pull request #778 from MihailZenkov/master | Moonchild | 2018-09-20 | -4/+8 |
|\ |
|
| * | Fix timer overflow on converting from sec to msec in idleService | Mihail Zenkov | 2018-09-20 | -4/+8 |
|/ |
|
* | Add a null check in nsHttpTransaction::Close. | wolfbeast | 2018-09-19 | -1/+3 |
* | Merge branch 'worker-fix' | wolfbeast | 2018-09-18 | -54/+44 |
|\ |
|
| * | Send worker-runnables destined for the main thread actually to the main thread. | wolfbeast | 2018-09-16 | -9/+18 |
| * | Stop using the worker MainThreadTaskQueue from dom/fetch. | wolfbeast | 2018-09-16 | -9/+3 |