summaryrefslogtreecommitdiffstats
path: root/application/palemoon
Commit message (Collapse)AuthorAgeLines
* Prevent suppressing executable warnings using the "don't ask me this again" ↵wolfbeast2018-07-02-11/+6
| | | | | | | | | | checkbox. A hidden preference matching the behavior of "browser.download.manager.alertOnEXEOpen" is kept, but is renamed in order to recover cases where the checkbox was used accidentally. While there, simplify the `confirmLaunchExecutable` function by converting from promises to async function. Since Basilisk moved this prompting to toolkit, we also clean up some unused duplicate strings from application/basilisk while we're there. This resolves #581
* Merge branch 'ported-upstream'wolfbeast2018-07-02-14/+15
|\
| * Confirm launch of executables other than .exe on Windows.wolfbeast2018-06-30-14/+15
| |
* | [PALEMOON] Remove duplicate MOZ_PROFILE_MIGRATOR entry in confvars.wolfbeast2018-07-02-3/+1
| |
* | Quick fix to binay file path for Mac packagingadeshkp2018-06-30-1/+1
| |
* | Add tabbrowser findbar styling for Linux and OSXLootyhoof2018-06-30-0/+12
| |
* | Only invert dropmarker by default on glassLootyhoof2018-06-30-8/+7
| |
* | Allow menubar items to inherit toolbar text stylingLootyhoof2018-06-30-0/+4
| |
* | Add tabbrowser findbar stylingLootyhoof2018-06-30-0/+6
| |
* | Bump Pale Moon to beta 2PM28.0.0b2_Unstablewolfbeast2018-06-29-1/+1
| |
* | Remove SSL Error Reporting telemetrywolfbeast2018-06-29-10/+0
| |
* | Issue #562 Part 2: Remove unnecessary grid calculation code.wolfbeast2018-06-29-110/+11
|/
* Add back the Quickdial show/hide control.wolfbeast2018-06-28-3/+25
| | | | | This also slightly tweaks the grid design styling. Resolves #563
* Add missing aCurrentBrowser definition in utilityOverlay.jswolfbeast2018-06-28-0/+4
| | | | | Follow-up to cadeea97bbefe42f89d16a4678fdc382c7b74bcd This obsoletes #561.
* Issue #562 Part 1: Transfix the gridwolfbeast2018-06-28-31/+47
|
* Merge pull request #556 from JustOff/PR_sanitize_promisesMoonchild2018-06-28-122/+1
|\ | | | | [PALEMOON] Use Promises.jsm instead of promise.js from jetpack in sanitize.js
| * [PALEMOON] Remove no more required extra copy of promise.jsJustOff2018-06-27-121/+0
| |
| * [PALEMOON] Use Promises.jsm instead of promise.js from jetpack in sanitize.jsJustOff2018-06-27-1/+1
| |
* | Merge pull request #558 from JustOff/PR_devtools_localesMoonchild2018-06-28-0/+3
|\ \ | | | | | | [PALEMOON] Include devtools/client when building language packs
| * | [PALEMOON] Include devtools/client/locales conditionallyJustOff2018-06-28-0/+2
| | |
| * | [PALEMOON] Include devtools/client when building language packsJustOff2018-06-27-0/+1
| |/
* / Reorganize some internal pages.wolfbeast2018-06-27-1/+83
|/
* Remove unused strings after #525JustOff2018-06-25-45/+0
|
* Bump Pale Moon to beta.PM28.0.0b1_Unstablewolfbeast2018-06-25-1/+1
|
* Preferences - Show Cookies - <tree onselect>/"onCookieSelected" is not fired ↵janekptacijarabaci2018-06-24-1/+3
| | | | twice
* Preferences - Show Cookies - "Remove Selected" button should not be active ↵janekptacijarabaci2018-06-24-1/+3
| | | | if there are no items
* Merge pull request #530 from Lootyhoof/close-iconMoonchild2018-06-23-4/+4
|\ | | | | Add new close icons and make current icons Basilisk-specific
| * Add new close icons and make current icons Basilisk-specificLootyhoof2018-06-22-4/+4
| |
* | Improve newtab stylingwolfbeast2018-06-22-11/+13
| | | | | | | | | | | | - De-duplicate controls - Improve title text position - Improve pinned site indicator
* | Merge pull request #525 from MoonchildProductions/newtab-page-workMoonchild2018-06-22-821/+1370
|\ \ | |/ |/| Newtab page work
| * Reinstate erroneously removed line.wolfbeast2018-06-22-0/+1
| |
| * Prevent the Quickdial page from stealing focus from the address bar.wolfbeast2018-06-22-18/+4
| |
| * Be more explicit about which browser content object is focused and when.wolfbeast2018-06-22-10/+19
| |
| * Update jar manifest for removed files.wolfbeast2018-06-22-2/+0
| |
| * Remove unused files.wolfbeast2018-06-22-3259/+0
| |
| * Issue #517 Part 7: Remove enhanced/sponsored links styling and page codewolfbeast2018-06-21-183/+6
| |
| * Issue #517 Part 6: Restyle for Pale Moon.wolfbeast2018-06-21-589/+221
| | | | | | | | | | This splits out common rules for different OSes to themes/shared and applies new styling to the newtab page.
| * Fix typo.wolfbeast2018-06-21-1/+1
| |
| * Issue #517 Part 5b: Remove configuration styles + leftovers.wolfbeast2018-06-21-211/+0
| |
| * Issue #517 Part 5: Remove configuration menuwolfbeast2018-06-21-159/+1
| |
| * Issue #517: Remove leftover contentSearch include.wolfbeast2018-06-21-1/+0
| |
| * Issue #517 Part 4: Fix tile pinningwolfbeast2018-06-20-18/+115
| |
| * Issue #517 Part 3b: Remove compact style prefwolfbeast2018-06-20-6/+0
| |
| * Issue #517 Part 3: Remove compact stylewolfbeast2018-06-20-19/+1
| |
| * Issue #517 Part 1: Fix newtab Searchwolfbeast2018-06-20-68/+217
| |
| * Issue #517 Part 1: Import newtab page from Basilisk (sans directory service ↵wolfbeast2018-06-19-314/+4821
| | | | | | | | provider module)
* | The Tomato's #507.wolfbeast2018-06-20-0/+2
| |
* | Remove Google logo from about:home search bar internals.wolfbeast2018-06-20-127/+0
|/
* Merge pull request #520 from ↵Moonchild2018-06-19-8/+8
|\ | | | | | | | | janekptacijarabaci/pm_permissions_clean-up_name-functions_1 [PALEMOON] Remove named function syntax in aboutPermissions.js
| * [PALEMOON] Remove named function syntax in aboutPermissions.jsjanekptacijarabaci2018-06-19-8/+8
| | | | | | | | Issue #516