| Commit message (Expand) | Author | Age | Lines |
* | [PALEMOON] Align the places component with the updated PlacesUtils API | JustOff | 2018-11-16 | -23/+34 |
* | Tell the cycle collector about nsScriptLoadRequest::mElement. | wolfbeast | 2018-11-15 | -2/+10 |
* | Fix build bustage. | wolfbeast | 2018-11-15 | -1/+0 |
* | Merge branch 'master' of https://github.com/MoonchildProductions/UXP | wolfbeast | 2018-11-14 | -1/+1 |
|\ |
|
| * | Merge pull request #869 from FranklinDM/sync_notification-work | Moonchild | 2018-11-14 | -1/+1 |
| |\ |
|
| | * | [Pale Moon] Sync notification widget's messageImage should inherit the 'type'... | FranklinDM | 2018-11-14 | -1/+1 |
* | | | Split the content viewer marking function in CCUncollectable out, | wolfbeast | 2018-11-14 | -16/+23 |
|/ / |
|
* | | [PALEMOON] Re-apply removal of unnecessary code (Findbar is no longer in the ... | janekptacijarabaci | 2018-11-14 | -30/+1 |
* | | Issue #861 - The bookmark properties window should focus on the Name Picker t... | Matt A. Tobin | 2018-11-14 | -0/+5 |
|/ |
|
* | Merge branch 'master' of https://github.com/MoonchildProductions/UXP | wolfbeast | 2018-11-14 | -11/+4 |
|\ |
|
| * | [PALEMOON] Use generic application icon for external applications in about:feeds | Matt A. Tobin | 2018-11-14 | -16/+4 |
| * | Revert "[PALEMOON] Use generic application icon for external applications in ... | Matt A. Tobin | 2018-11-14 | -1/+6 |
* | | Revert "[PALEMOON] Focus and select the first non-collapsed text element in t... | wolfbeast | 2018-11-14 | -5/+0 |
|/ |
|
* | [PALEMOON] Use generic application icon for external applications in about:feeds | Matt A. Tobin | 2018-11-14 | -6/+1 |
* | Don't build internal updater by default and set default update channel to an ... | wolfbeast | 2018-11-11 | -10/+10 |
* | Enable gamepad support by default in Basilisk. | wolfbeast | 2018-11-08 | -1/+1 |
* | Improve handling of MOZ_GAMEPAD and NECKO_WIFI | wolfbeast | 2018-11-08 | -24/+27 |
* | Revert "Move MOZ_GAMEPAD* and NECKO_WIFI up" | wolfbeast | 2018-11-08 | -19/+20 |
* | Move MOZ_GAMEPAD* and NECKO_WIFI up | wolfbeast | 2018-11-08 | -20/+19 |
* | Remove AccumulateCipherSuite() | wolfbeast | 2018-11-08 | -71/+2 |
* | Update reported Firefox version in compatmode. | wolfbeast | 2018-11-07 | -1/+1 |
* | Back out problematic patch causing issue #865. | wolfbeast | 2018-11-06 | -19/+0 |
* | #863 Part 3: Add Pale Moon GUI options for Opportunistic Encryption. | wolfbeast | 2018-11-05 | -0/+23 |
* | #863 part 2: Make opportunistic encryption opt-in for UXP | wolfbeast | 2018-11-05 | -1/+8 |
* | #863 Part 1: Make sending of http upgrade-insecure-requests optional | wolfbeast | 2018-11-05 | -2/+11 |
* | Backout opportunistic encryption changes. | wolfbeast | 2018-11-04 | -27/+2 |
* | Add GUI control to Pale Moon for opportunistic encryption. | wolfbeast | 2018-11-04 | -0/+10 |
* | Swap default platform state for opportunistic encryption. | wolfbeast | 2018-11-04 | -2/+5 |
* | Change captive portal detection URL to our own. | wolfbeast | 2018-11-04 | -1/+1 |
* | Make opportunistic encryption configurable. | wolfbeast | 2018-11-04 | -2/+14 |
* | Clear STDINT_H defines in libvpx config before setting them for lib use. | wolfbeast | 2018-11-04 | -0/+6 |
* | Merge pull request #862 from JustOff/PR_editBookmarkOverlay_focus | Moonchild | 2018-11-03 | -0/+5 |
|\ |
|
| * | [PALEMOON] Focus and select the first non-collapsed text element in the bookm... | JustOff | 2018-11-03 | -0/+5 |
|/ |
|
* | Backport some upstream Skia patches. | wolfbeast | 2018-11-02 | -12/+38 |
* | Add overflow checks for extending nsTArrays. | wolfbeast | 2018-11-02 | -24/+50 |
* | Ensure user input suppression works correctly even after document.open. | wolfbeast | 2018-11-02 | -5/+10 |
* | Backport some upstream Skia patches. | wolfbeast | 2018-11-02 | -9/+24 |
* | Remove ancient workaround in client certificate code | wolfbeast | 2018-11-02 | -58/+1 |
* | Apply CheckedInt to infoLength for preventing it from overflowing in the future. | wolfbeast | 2018-11-02 | -13/+10 |
* | Make sure we remove our RefreshDriver observers in CompleteAsyncScroll. | wolfbeast | 2018-11-02 | -2/+12 |
* | Fix a longstanding IndexedDB correctness issue. | wolfbeast | 2018-11-02 | -17/+99 |
* | Don't allocate PendingAction twice. | wolfbeast | 2018-11-02 | -4/+6 |
* | WebRTC: Drop DataChannelListener on Destroy(). | wolfbeast | 2018-11-02 | -0/+1 |
* | Make sure nsNSSCertList handling checks for valid certs. | wolfbeast | 2018-11-02 | -3/+36 |
* | Remove Query/Ref from the directory listing URI. | wolfbeast | 2018-11-01 | -5/+15 |
* | Bug 1460538 | wolfbeast | 2018-11-01 | -0/+19 |
* | Reorder boolean expression to take advantage of short-circuiting. | wolfbeast | 2018-11-01 | -1/+1 |
* | Protect main thread in-process access to WinCompositorWidget transparent surf... | wolfbeast | 2018-11-01 | -0/+29 |
* | Simplify SIMD conversion from Uint64 to Double. | wolfbeast | 2018-11-01 | -31/+21 |
* | Make HTTP/2 compressor more resilient to bad data. | wolfbeast | 2018-11-01 | -3/+23 |