Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Use getElementBoundingRect and element.ownerGlobal in FormSubmitObserver | wolfbeast | 2019-01-02 | -31/+15 |
| | ||||
* | Dont rely on 'this' staying alive long enough for getting favicons. | wolfbeast | 2019-01-02 | -4/+5 |
| | | | | This fixes #809. | |||
* | Issue #889 - Clean up the Pale Moon tree - Part 2a: Make moz.build consistent | Matt A. Tobin | 2018-11-30 | -1/+1 |
| | ||||
* | [PALEMOON] Update the taskbar preview per tab module for UXP. | wolfbeast | 2018-09-02 | -239/+375 |
| | | | | | | | | | - Use placesutils for favicons - Switch to the PageThumbs service for thumbnails (like QuickDial) - Make thumb requests asynchronous - Update canvas handling This resolves #731 | |||
* | [PALEMOON] Remove no more required extra copy of promise.js | JustOff | 2018-06-27 | -121/+0 |
| | ||||
* | Make Pale Moon Windows8WindowFrameColor compatible with global scope. | wolfbeast | 2018-05-27 | -3/+3 |
| | | | | This resolves #396. | |||
* | Merge branch 'master' of https://github.com/MoonchildProductions/UXP into ↵ | janekptacijarabaci | 2018-04-27 | -56/+136 |
|\ | | | | | | | pm_permissions_1 | |||
| * | [PALEMOON] Bug 723951 - Popup notification does not continue when the tab ↵ | janekptacijarabaci | 2018-04-26 | -56/+136 |
| | | | | | | | | | | | | move to other window Issue #121 | |||
* | | Bug 996448 - Lazify the loading of PluralForm.jsm everywhere | janekptacijarabaci | 2018-04-26 | -1/+3 |
|/ | ||||
* | [PALEMOON] Fix: PopupNotifications.jsm (some extra checkbox) + catch ↵ | janekptacijarabaci | 2018-04-19 | -16/+105 |
| | | | | | | exceptions from callbacks Issue #121 | |||
* | [PALEMOON] Localize a private copy of the pre-richlistbox autocomplete ksmodule | Matt A. Tobin | 2018-04-17 | -0/+294 |
| | ||||
* | Merge branch 'master' of https://github.com/MoonchildProductions/UXP | wolfbeast | 2018-04-16 | -1/+1 |
|\ | ||||
| * | [PALEMOON] [Frontend vs Backend] HTML - input - datetime | janekptacijarabaci | 2018-04-15 | -1/+1 |
| | | | | | | | | Issue #162 | |||
* | | Mass-replace global-scope let with var in Pale Moon and TychoAM | wolfbeast | 2018-04-16 | -28/+28 |
|/ | | | | tag #155 | |||
* | Convert MOZILLA_OFFICIAL conditionals to MC_OFFICIAL where needed. | wolfbeast | 2018-04-13 | -2/+5 |
| | | | | | | | | | - `--enable-official-branding` implies `MC_OFFICIAL` (no need to specifically set it) - `--enable-official-vendor` can be used to set `MC_OFFICIAL` on builds without `--enable-official-branding` that should still be considered official release versions. - `MC_OFFICIAL` implies `--enable-release`, meaning `DEVELOPER_OPTIONS` isn't set - `MC_OFFICIAL` makes `nsXULAppInfo.getIsOfficial` return `true` - `MC_OFFICIAL` makes `AppConstants.MOZILLA_OFFICIAL` (for compatibility in extensions) and `AppConstants.MC_OFFICIAL` return `true` - Optional, for the time being: `MOZILLA_OFFICIAL` is still present in some places in case someone wants to build a Mozilla-alike official application and has the rights and necessary keys to use Mozilla-official third-party services. This must always be combined with `MC_OFFICIAL` to have a sane combination of defines. This may be removed in the future. | |||
* | Make JS callers of ios.newChannel call ios.newChannel2 in browser/ | JustOff | 2018-04-13 | -23/+32 |
| | ||||
* | [PALEMOON] Fix Sanitize (e.g. "Offline" - "Clear Recent History" - "Offline ↵ | janekptacijarabaci | 2018-04-11 | -4/+10 |
| | | | | | | Website Data"): Quota Manager => Quota Manager Service Issue #57 | |||
* | [PALEMOON] Fix for loops in DownloadsCommon.jsm and WindowsPreviewPerTab.jsm | Matt A. Tobin | 2018-04-07 | -1/+8 |
| | | | | (SyntaxError: missing ] after element list) | |||
* | [PALEMOON] Finish incomplete ifdef'ing of MOZ_WEBRTC | Matt A. Tobin | 2018-04-07 | -2/+4 |
| | ||||
* | Add Pale Moon | Matt A. Tobin | 2018-02-02 | -0/+4541 |