| Commit message (Expand) | Author | Age | Lines |
... | |
| * | | | 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 |
| | * | | Stop using the MainThreadTaskQueue from service workers. | wolfbeast | 2018-09-16 | -36/+23 |
| * | | | Rewrite the Code of Conduct document. | wolfbeast | 2018-09-18 | -28/+33 |
| * | | | Use SessionStore.promiseInitialized() to avoid race condition in "about:home"... | JustOff | 2018-09-17 | -5/+12 |
| * | | | New cycle version bump. | wolfbeast | 2018-09-17 | -1/+1 |
* | | | | [PALEMOON] Restore strings mistakenly removed by [8be0c16be614d54183ee3d4877e... | JustOff | 2018-09-21 | -0/+3 |
* | | | | Use SessionStore.promiseInitialized() to avoid race condition in "about:home"...PM28.1.0_Release | JustOff | 2018-09-18 | -5/+12 |
* | | | | Merge branch 'master' into Pale_Moon-release | wolfbeast | 2018-09-17 | -15579/+13509 |
|\| | | |
|
| * | | | Merge pull request #770 from JustOff/PR_bgtab_notify | Moonchild | 2018-09-17 | -6/+35 |
| |\ \ \ |
|
| | * | | | [BASILISK] Skip notifications for background tabs when restoring a session | JustOff | 2018-09-16 | -3/+18 |
| | * | | | [PALEMOON] Skip notifications for background tabs when restoring a session | JustOff | 2018-09-16 | -3/+17 |
| |/ / / |
|
| * | | | Merge pull request #767 from trav90/class-memaccess-errors | Moonchild | 2018-09-16 | -98/+77 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | Don't memset-zero the BacktrackingAllocator::vregs array of non-trivial Virtu... | trav90 | 2018-09-12 | -15/+11 |
| | * | | Call memset on a void*, not a T*, in js_delete_poison to avoid memset-on-nont... | trav90 | 2018-09-12 | -1/+1 |
| | * | | Initialize some asm.js structures using in-class initializers instead of PodZero | trav90 | 2018-09-12 | -9/+9 |
| | * | | Stop using PodZero in several places to initialize values of non-trivial type | trav90 | 2018-09-12 | -73/+56 |
| * | | | Fix wrong SVG sizes with non-integer values for viewBox width/height. | wolfbeast | 2018-09-14 | -4/+180 |
| * | | | Merge branch 'master' of https://github.com/MoonchildProductions/UXP | wolfbeast | 2018-09-12 | -1799/+3198 |
| |\| | |
|
| | * | | Update HSTS preload list | trav90 | 2018-09-11 | -1799/+3198 |
| * | | | Fix clang build bustage. | wolfbeast | 2018-09-12 | -1/+1 |
| * | | | Flush some more buildlog output to screen when prudent. | wolfbeast | 2018-09-12 | -0/+2 |
| |/ / |
|
| * | | Merge branch 'fbgw' | wolfbeast | 2018-09-11 | -126/+77 |
| |\ \ |
|
| | * | | Add findbar.termPerTab | wolfbeast | 2018-09-09 | -1/+5 |
| | * | | Ensure the findbar target content browser follows the active tab. | wolfbeast | 2018-09-09 | -0/+5 |
| | * | | Revert "Minimal easy fix -- move findbar getters to tabbrowser." | wolfbeast | 2018-09-09 | -48/+14 |
| | * | | Revert "Transfer findbar data to torn-off tabs." | wolfbeast | 2018-09-09 | -11/+0 |
| | * | | Revert "[PALEMOON] Findbar - remove unnecessary code (Findbar is no longer in... | wolfbeast | 2018-09-09 | -1/+30 |
| | * | | Revert "[PALEMOON] Findbar - added the listener also to tabbrowser.xml, remov... | wolfbeast | 2018-09-09 | -47/+23 |
| | * | | Revert "Add tabbrowser findbar styling" | wolfbeast | 2018-09-09 | -6/+0 |
| | * | | Revert "Add tabbrowser findbar styling for Linux and OSX" | wolfbeast | 2018-09-09 | -12/+0 |
| * | | | Merge branch 'ported-upstream' | wolfbeast | 2018-09-11 | -51/+229 |
| |\ \ \ |
|
| | * | | | Bug 1466991 - Part 2: Reparent nodes when they start being in the XBL scope. | wolfbeast | 2018-09-11 | -0/+49 |
| | * | | | Bug 1466991 - Part 1: Factor out ShouldUseXBLScope. | wolfbeast | 2018-09-11 | -1/+17 |
| | * | | | Bug 1472925 - Keep a strong reference to MediaStreamGraph from GraphDriver. | wolfbeast | 2018-09-11 | -8/+9 |
| | * | | | Bug 1469309 - Remove an unused sensor type. | wolfbeast | 2018-09-11 | -5/+5 |