summaryrefslogtreecommitdiffstats
path: root/application/palemoon/modules
Commit message (Collapse)AuthorAgeLines
* Use getElementBoundingRect and element.ownerGlobal in FormSubmitObserverwolfbeast2019-01-02-31/+15
|
* Dont rely on 'this' staying alive long enough for getting favicons.wolfbeast2019-01-02-4/+5
| | | | This fixes #809.
* Issue #889 - Clean up the Pale Moon tree - Part 2a: Make moz.build consistentMatt A. Tobin2018-11-30-1/+1
|
* [PALEMOON] Update the taskbar preview per tab module for UXP.wolfbeast2018-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.jsJustOff2018-06-27-121/+0
|
* Make Pale Moon Windows8WindowFrameColor compatible with global scope.wolfbeast2018-05-27-3/+3
| | | | This resolves #396.
* Merge branch 'master' of https://github.com/MoonchildProductions/UXP into ↵janekptacijarabaci2018-04-27-56/+136
|\ | | | | | | pm_permissions_1
| * [PALEMOON] Bug 723951 - Popup notification does not continue when the tab ↵janekptacijarabaci2018-04-26-56/+136
| | | | | | | | | | | | move to other window Issue #121
* | Bug 996448 - Lazify the loading of PluralForm.jsm everywherejanekptacijarabaci2018-04-26-1/+3
|/
* [PALEMOON] Fix: PopupNotifications.jsm (some extra checkbox) + catch ↵janekptacijarabaci2018-04-19-16/+105
| | | | | | exceptions from callbacks Issue #121
* [PALEMOON] Localize a private copy of the pre-richlistbox autocomplete ksmoduleMatt A. Tobin2018-04-17-0/+294
|
* Merge branch 'master' of https://github.com/MoonchildProductions/UXPwolfbeast2018-04-16-1/+1
|\
| * [PALEMOON] [Frontend vs Backend] HTML - input - datetimejanekptacijarabaci2018-04-15-1/+1
| | | | | | | | Issue #162
* | Mass-replace global-scope let with var in Pale Moon and TychoAMwolfbeast2018-04-16-28/+28
|/ | | | tag #155
* Convert MOZILLA_OFFICIAL conditionals to MC_OFFICIAL where needed.wolfbeast2018-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/JustOff2018-04-13-23/+32
|
* [PALEMOON] Fix Sanitize (e.g. "Offline" - "Clear Recent History" - "Offline ↵janekptacijarabaci2018-04-11-4/+10
| | | | | | Website Data"): Quota Manager => Quota Manager Service Issue #57
* [PALEMOON] Fix for loops in DownloadsCommon.jsm and WindowsPreviewPerTab.jsmMatt A. Tobin2018-04-07-1/+8
| | | | (SyntaxError: missing ] after element list)
* [PALEMOON] Finish incomplete ifdef'ing of MOZ_WEBRTCMatt A. Tobin2018-04-07-2/+4
|
* Add Pale MoonMatt A. Tobin2018-02-02-0/+4541