| Commit message (Expand) | Author | Age | Lines |
* | 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 |
* | | Update kiss-fft to 1.4.0 and disable OpenMP for it. | wolfbeast | 2018-06-07 | -91/+156 |
* | | Reinstate string.prototype.contains() | wolfbeast | 2018-06-07 | -1/+9 |
* | | Merge pull request #459 from janekptacijarabaci/pm_findbar_2 | Moonchild | 2018-06-07 | -30/+63 |
|\ \ |
|
| * | | Using "function()" in browser.js - consistency with the surrounding code | janekptacijarabaci | 2018-06-07 | -3/+3 |
| * | | Fix a comment in browser.js (the FindBar - a tab vs the chrome window's context) | janekptacijarabaci | 2018-06-06 | -2/+3 |
| * | | [PALEMOON] Fix the Findbar - open when you press "/" or "'" keys after start ... | janekptacijarabaci | 2018-06-06 | -30/+62 |
| |/ |
|
* | | string.contains() => string.includes() | wolfbeast | 2018-06-07 | -1/+1 |
* | | Refactor structured clone JSAPI to prevent mismatched scopes. | wolfbeast | 2018-06-07 | -311/+447 |
* | | Perform some sanity checks on nsMozIconURI. | Pale Moon | 2018-06-07 | -0/+10 |
* | | Bug 1450688. r=bz, a=RyanVM | Kris Maglione | 2018-06-07 | -1/+11 |
* | | Account for offsets when creating buffers for image textures. | wolfbeast | 2018-06-07 | -4/+45 |
* | | Bug 1462682 - Skia path bounds rounding fix. r=rhunt, a=RyanVM | Lee Salzman | 2018-06-07 | -14/+8 |
* | | Fix build bustage. | wolfbeast | 2018-06-07 | -1/+1 |
* | | Update dimensions early in ClearTarget. | Jonathan Kew | 2018-06-07 | -6/+13 |
* | | Bug 1459206 - Use FileSystemSecurity in ContentParent::RecvGetFilesRequest. r... | Andrea Marchesini | 2018-06-07 | -0/+9 |
* | | Bug 1452576 - Improve StructuredCloneHolder for fuzzy tests, r=decoder a=jcri... | Andrea Marchesini | 2018-06-07 | -16/+18 |
* | | Bug 1458270: Clean up in the shutdown observer. r=milan a=jcristau | David Major | 2018-06-07 | -4/+39 |
* | | Merge branch 'master' of https://github.com/MoonchildProductions/UXP | wolfbeast | 2018-06-07 | -1/+2 |
|\ \ |
|
| * \ | Merge pull request #460 from g4jc/gtk_null_fix | Moonchild | 2018-06-07 | -1/+2 |
| |\ \ |
|
| | * | | backport mozbug #546387: fix assert failure in gtk which prints to the console. | Gaming4JC | 2018-06-06 | -1/+2 |
| |/ / |
|
* | | | Change inlining of intrinsics. | wolfbeast | 2018-06-07 | -40/+206 |
* | | | Update tzdata in ICU data files to 2018e. | André Bargull | 2018-06-07 | -40/+48 |
|/ / |
|
* | | Merge branch 'NSS-335' | wolfbeast | 2018-06-06 | -16373/+34616 |
|\ \ |
|
| * | | Revert "Disable TLS 1.3 by default for now until our NSS can be updated to th... | wolfbeast | 2018-06-06 | -1/+1 |
| * | | Request NSS to use DBM as the storage file format | JustOff | 2018-06-06 | -5/+17 |