| Commit message (Expand) | Author | Age | Lines |
* | Stop making the version text selectable in the about box. | wolfbeast | 2018-06-13 | -3/+0 |
* | Merge pull request #471 from janekptacijarabaci/pm_move_permissions_1 | Moonchild | 2018-06-12 | -18/+32 |
|\ |
|
| * | [PALEMOON] Moving About permissions component files from components/preferenc... | janekptacijarabaci | 2018-06-11 | -18/+32 |
* | | Fix incorrect preprocessor defines for safebrowsing | JustOff | 2018-06-12 | -11/+11 |
* | | Disable WebP decoder until memory leak is resolved | JustOff | 2018-06-12 | -2/+2 |
* | | Belated clobber for PR #477 | wolfbeast | 2018-06-12 | -1/+1 |
* | | Use newer asyncFetch() instead of asyncFetch2() in LWT image optimizer. | wolfbeast | 2018-06-12 | -10/+7 |
* | | Merge pull request #481 from janekptacijarabaci/pm_update-links_unstable_1 | Moonchild | 2018-06-12 | -1/+9 |
|\ \ |
|
| * | | [suggestion] [PALEMOON] Unstable releases - fix some links on Linux | janekptacijarabaci | 2018-06-11 | -1/+9 |
* | | | Merge pull request #477 from JustOff/PR_nss-3.36 | Moonchild | 2018-06-12 | -5838/+5639 |
|\ \ \
| |/ /
|/| | |
|
| * | | Update build system files for NSRP and NSS | JustOff | 2018-06-11 | -2/+2 |
| * | | Update NSS to 3.36.4-RTM | JustOff | 2018-06-11 | -5825/+5550 |
| * | | Update NSPR to 4.19 | JustOff | 2018-06-11 | -11/+87 |
|/ / |
|
* | | Merge pull request #474 from JustOff/PR_dnt_two_state | Moonchild | 2018-06-11 | -56/+20 |
|\ \ |
|
| * | | [PALEMOON] Change the three-state DoNotTrack controls to a simple on/off switch | JustOff | 2018-06-11 | -56/+20 |
* | | | Merge pull request #475 from janekptacijarabaci/pm_package_bustage_devtools_d... | Moonchild | 2018-06-11 | -0/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | [PALEMOON] Fix package bustage if devtools is disabled | janekptacijarabaci | 2018-06-11 | -0/+2 |
| |/ |
|
* / | Stop also selecting trailing space when word-selecting. | wolfbeast | 2018-06-11 | -0/+3 |
|/ |
|
* | Merge pull request #469 from JustOff/PR_SB_DoNotTrack | Moonchild | 2018-06-10 | -5/+72 |
|\ |
|
| * | [BASILISK] Hide tracking protection title from aboutPrivateBrowsing if safebr... | JustOff | 2018-06-10 | -0/+2 |
| * | [BASILISK] Hide tracking protection description from aboutPrivateBrowsing if ... | JustOff | 2018-06-10 | -1/+1 |
| * | [BASILISK] Remove tracking protection controls from aboutPrivateBrowsing if s... | JustOff | 2018-06-10 | -2/+14 |
| * | [BASILISK] Remove tracking protection controls from the UI if safebrowsing is... | JustOff | 2018-06-10 | -3/+52 |
| * | By default, disable tracking protection in Private Browsing mode if safebrows... | JustOff | 2018-06-10 | -0/+4 |
* | | Bump version to Alpha 4.PM28.0.0a4_Unstable | wolfbeast | 2018-06-10 | -1/+1 |
* | | Set Pale Moon Sync specific URLs in application shared prefs. | wolfbeast | 2018-06-10 | -2/+7 |
|/ |
|
* | Merge pull request #465 from janekptacijarabaci/pm_sync_strings_1 | Moonchild | 2018-06-09 | -4/+23 |
|\ |
|
| * | [PALEMOON] [frontend vs backend] Sync - add missed strings in sync.properties | janekptacijarabaci | 2018-06-09 | -4/+23 |
* | | Merge pull request #466 from janekptacijarabaci/pm_sync_quota_1 | Moonchild | 2018-06-09 | -1/+8 |
|\ \ |
|
| * | | [PALEMOON] Sync - fix quota.js (SyntaxError: missing ] after element list) | janekptacijarabaci | 2018-06-09 | -1/+8 |
| |/ |
|
* / | Use a pref for supported Sync server API levels | wolfbeast | 2018-06-09 | -24/+27 |
|/ |
|
* | Merge pull request #463 from JustOff/PR_pippki_strings | Moonchild | 2018-06-08 | -1/+3 |
|\ |
|
| * | [PALEMOON] Add missed strings required by page info | JustOff | 2018-06-08 | -1/+3 |
* | | Partially disentangle FxA from Weave so Pale Moon Sync can work. | wolfbeast | 2018-06-08 | -4/+149 |
* | | Make sure the waiting message is actually displayed. | wolfbeast | 2018-06-08 | -1/+2 |
|/ |
|
* | Media: harden TrackID handling. | wolfbeast | 2018-06-07 | -37/+183 |
* | Sanity-check in nsStandardURL::Deserialize(). r=mayhemer, a=RyanVM | Valentin Gosu | 2018-06-07 | -1/+19 |
* | Bug 1464784 - Hold a strong ref to the document in callers of ConvertNodesOrS... | Boris Zbarsky | 2018-06-07 | -10/+10 |
* | Bug 1458264 - Reset UNPACK_SKIP vars when uploading zeros. | jgilbert@mozilla.com | 2018-06-07 | -6/+15 |
* | Improve the SSSE3 scaler. | wolfbeast | 2018-06-07 | -9/+25 |
* | Bug 1464829 - Ensure the recover instruction vector has the expected size. | Nicolas B. Pierron | 2018-06-07 | -5/+1 |
* | Bug 1459693 - Ensure the right anonymous element is focused when calling inpu... | Olli Pettay | 2018-06-07 | -1/+2 |
* | Bug 1465108 - Use function pointers rather than virtual run method for GC par... | Jon Coppeard | 2018-06-07 | -37/+72 |
* | Fix count of compacting update tasks started. | wolfbeast | 2018-06-07 | -1/+1 |
* | Merge pull request #461 from trav90/HSTS | Moonchild | 2018-06-07 | -64344/+42938 |
|\ |
|
| * | [PALEMOON] Update the pref name for HSTS | trav90 | 2018-06-07 | -3/+3 |
| * | Regenerate the HSTS preload list | trav90 | 2018-06-07 | -64270/+42907 |
| * | Restore clearly-delimited format for the HSTS preload list | trav90 | 2018-06-06 | -65/+23 |
| * | Increase concurrent lookups to 15 when generating HSTS preload list | trav90 | 2018-06-05 | -1/+1 |
| * | Update HSTS preload list generation script | trav90 | 2018-06-05 | -5/+4 |