| Commit message (Expand) | Author | Age | Lines |
... | |
* | 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 |
* | Ensure that the scroll frame deregisters its refresh driver observers (mAsync... | wolfbeast | 2018-10-31 | -23/+31 |
* | Origin for about: URL should not contain query or ref parts. | wolfbeast | 2018-10-31 | -0/+13 |
* | Don't mark MGetFirstDollarIndex as movable. | wolfbeast | 2018-10-31 | -1/+4 |
* | Merge branch 'master' of https://github.com/MoonchildProductions/UXP | wolfbeast | 2018-10-29 | -1958/+3120 |
|\ |
|
| * | Merge pull request #857 from JustOff/PR_BackgroundPageThumbs_remote | Moonchild | 2018-10-28 | -1/+5 |
| |\ |
|
| | * | Use a separate process to generate thumbnails only when multi-process mode is... | JustOff | 2018-10-27 | -1/+5 |
| |/ |
|
| * | Update HSTS preload list | trav90 | 2018-10-27 | -1940/+3077 |
| * | Merge pull request #854 from g4jc/nsuserinfo | Moonchild | 2018-10-26 | -17/+38 |
| |\ |
|
| | * | Issue #795 - Make nsIUserInfo component optional | Gaming4JC | 2018-10-25 | -17/+38 |
* | | | Set CSS error console reporting default to false for performance. | wolfbeast | 2018-10-29 | -1/+1 |
|/ / |
|
* | | Merge pull request #852 from wicknix/master | Moonchild | 2018-10-24 | -52/+0 |
|\ \ |
|
| * | | Bug 1489785: Remove a workaround for gcc | wicknix | 2018-10-24 | -1/+0 |
| * | | Bug 1489785: Remove a workaround for gcc | wicknix | 2018-10-24 | -52/+1 |
* | | | Merge pull request #851 from MoonchildProductions/revert-796-nsuserinfo | Moonchild | 2018-10-24 | -40/+17 |
|\ \ \ |
|
| * | | | Revert "Make nsIUserInfo component optional with --disable-userinfo at build ... | Moonchild | 2018-10-24 | -40/+17 |
|/ / / |
|
* | | | Merge pull request #845 from JustOff/PR_notifications_open_settings | Moonchild | 2018-10-24 | -0/+23 |
|\ \ \ |
|
| * | | | [PALEMOON] Open about:permissions when notification settings are requested | JustOff | 2018-10-20 | -0/+15 |
| * | | | [PALEMOON] Add filter query to about:permissions | JustOff | 2018-10-20 | -0/+8 |
* | | | | Merge pull request #796 from g4jc/nsuserinfo | Moonchild | 2018-10-24 | -17/+40 |
|\ \ \ \ |
|
| * | | | | Issue #795 - Make nsIUserInfo component optional | Gaming4JC | 2018-10-12 | -17/+40 |
| | |_|/
| |/| | |
|
* | | | | Merge pull request #850 from trav90/add-av1-support | Moonchild | 2018-10-24 | -14/+487468 |
|\ \ \ \ |
|
| * | | | | Revert "Add support for AV1 in MP4" | trav90 | 2018-10-23 | -8/+0 |
| * | | | | Ensure we correctly parse the finalized codec string for av1 | trav90 | 2018-10-21 | -11/+12 |
| * | | | | Add support for AV1 in MP4 | trav90 | 2018-10-20 | -0/+8 |
| * | | | | Use larger stack for media decoder threads | trav90 | 2018-10-20 | -1/+13 |
| * | | | | Downsample av1 images unconditionally | trav90 | 2018-10-20 | -2/+2 |