Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge pull request #583 from ↵ | Moonchild | 2018-07-03 | -251/+6 |
|\ | | | | | | | | | janekptacijarabaci/_testBranch_pageInfo_permissions_indexedDB Remove the UI for indexedDB in Page Info and Permissions Manager | |||
| * | Bug 1334411 - Remove the UI for indexedDB in Page Info and Permissions Manager | janekptacijarabaci | 2018-07-02 | -251/+6 |
| | | ||||
* | | [PALEMOON] On GTK, default to showing the menubar only when alt is pressed | wolfbeast | 2018-07-03 | -2/+7 |
| | | | | | | | | This restores parity with v27 | |||
* | | Rename firefox(-branding).js to basilisk(*).js | wolfbeast | 2018-07-02 | -7/+7 |
|/ | | | | Bonus: combats some fingerprinting. | |||
* | Prevent suppressing executable warnings using the "don't ask me this again" ↵ | wolfbeast | 2018-07-02 | -17/+7 |
| | | | | | | | | | | 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' | wolfbeast | 2018-07-02 | -14/+15 |
|\ | ||||
| * | Confirm launch of executables other than .exe on Windows. | wolfbeast | 2018-06-30 | -14/+15 |
| | | ||||
* | | [PALEMOON] Remove duplicate MOZ_PROFILE_MIGRATOR entry in confvars. | wolfbeast | 2018-07-02 | -3/+1 |
| | | ||||
* | | Quick fix to binay file path for Mac packaging | adeshkp | 2018-06-30 | -1/+1 |
| | | ||||
* | | Add tabbrowser findbar styling for Linux and OSX | Lootyhoof | 2018-06-30 | -0/+12 |
| | | ||||
* | | Only invert dropmarker by default on glass | Lootyhoof | 2018-06-30 | -8/+7 |
| | | ||||
* | | Allow menubar items to inherit toolbar text styling | Lootyhoof | 2018-06-30 | -0/+4 |
| | | ||||
* | | Add tabbrowser findbar styling | Lootyhoof | 2018-06-30 | -0/+6 |
| | | ||||
* | | Bump Pale Moon to beta 2PM28.0.0b2_Unstable | wolfbeast | 2018-06-29 | -1/+1 |
| | | ||||
* | | Revert "Remove unwanted newtab page code" | wolfbeast | 2018-06-29 | -7/+4732 |
| | | | | | | | | This reverts commit 277fa0afdc50b707b3227ca327c29766cdcd20f1. | |||
* | | Remove SSL Error Reporting telemetry | wolfbeast | 2018-06-29 | -121/+1 |
| | | ||||
* | | Issue #562 Part 2: Remove unnecessary grid calculation code. | wolfbeast | 2018-06-29 | -110/+11 |
|/ | ||||
* | Merge branch 'define-work' | Matt A. Tobin | 2018-06-28 | -0/+4 |
|\ | ||||
| * | Use MOZ_AUSTRALIS to define common shared Australis features | Matt A. Tobin | 2018-06-28 | -0/+4 |
| | | ||||
* | | Add back the Quickdial show/hide control. | wolfbeast | 2018-06-28 | -3/+25 |
|/ | | | | | This also slightly tweaks the grid design styling. Resolves #563 | |||
* | Add missing aCurrentBrowser definition in utilityOverlay.js | wolfbeast | 2018-06-28 | -0/+4 |
| | | | | | Follow-up to cadeea97bbefe42f89d16a4678fdc382c7b74bcd This obsoletes #561. | |||
* | Issue #562 Part 1: Transfix the grid | wolfbeast | 2018-06-28 | -31/+47 |
| | ||||
* | Merge pull request #556 from JustOff/PR_sanitize_promises | Moonchild | 2018-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.js | JustOff | 2018-06-27 | -121/+0 |
| | | ||||
| * | [PALEMOON] Use Promises.jsm instead of promise.js from jetpack in sanitize.js | JustOff | 2018-06-27 | -1/+1 |
| | | ||||
* | | Merge pull request #558 from JustOff/PR_devtools_locales | Moonchild | 2018-06-28 | -0/+3 |
|\ \ | | | | | | | [PALEMOON] Include devtools/client when building language packs | |||
| * | | [PALEMOON] Include devtools/client/locales conditionally | JustOff | 2018-06-28 | -0/+2 |
| | | | ||||
| * | | [PALEMOON] Include devtools/client when building language packs | JustOff | 2018-06-27 | -0/+1 |
| |/ | ||||
* / | Reorganize some internal pages. | wolfbeast | 2018-06-27 | -1/+83 |
|/ | ||||
* | [BASILISK] Unify strings for "Restart in Safe Mode" (with toolkit - ↵ | janekptacijarabaci | 2018-06-26 | -3/+3 |
| | | | | | | "about:profiles" and "about:support") https://github.com/MoonchildProductions/Pale-Moon/issues/1563 | |||
* | [AllAM] Revert Bug 956990 - PREF_CHECKCOMAT_THEMEOVERRIDE | Matt A. Tobin | 2018-06-25 | -3/+0 |
| | ||||
* | Remove unused strings after #525 | JustOff | 2018-06-25 | -45/+0 |
| | ||||
* | Bump Pale Moon to beta.PM28.0.0b1_Unstable | wolfbeast | 2018-06-25 | -1/+1 |
| | ||||
* | Remove unwanted newtab page code | wolfbeast | 2018-06-24 | -4732/+7 |
| | | | | | - Get rid of "enhanced" suggested/sponsored tiles in about:newtab - Remove "compact view" | |||
* | Preferences - Show Cookies - <tree onselect>/"onCookieSelected" is not fired ↵ | janekptacijarabaci | 2018-06-24 | -2/+6 |
| | | | | twice | |||
* | Preferences - Show Cookies - "Remove Selected" button should not be active ↵ | janekptacijarabaci | 2018-06-24 | -2/+6 |
| | | | | if there are no items | |||
* | Merge pull request #530 from Lootyhoof/close-icon | Moonchild | 2018-06-23 | -4/+4 |
|\ | | | | | Add new close icons and make current icons Basilisk-specific | |||
| * | Add new close icons and make current icons Basilisk-specific | Lootyhoof | 2018-06-22 | -4/+4 |
| | | ||||
* | | Improve newtab styling | wolfbeast | 2018-06-22 | -11/+13 |
| | | | | | | | | | | | | - De-duplicate controls - Improve title text position - Improve pinned site indicator | |||
* | | Merge pull request #528 from g4jc/remove_browser_ui_telemetry | Moonchild | 2018-06-22 | -1006/+0 |
|\ \ | | | | | | | backport mozbug 1453667: Remove BrowserUITelemetry from Basilisk application | |||
| * | | Remove BrowserUITelemetry from Basilisk application | Gaming4JC | 2018-06-21 | -1006/+0 |
| |/ | ||||
* | | Merge pull request #525 from MoonchildProductions/newtab-page-work | Moonchild | 2018-06-22 | -821/+1370 |
|\ \ | |/ |/| | Newtab page work | |||
| * | Reinstate erroneously removed line. | wolfbeast | 2018-06-22 | -0/+1 |
| | | ||||
| * | Prevent the Quickdial page from stealing focus from the address bar. | wolfbeast | 2018-06-22 | -18/+4 |
| | | ||||
| * | Be more explicit about which browser content object is focused and when. | wolfbeast | 2018-06-22 | -10/+19 |
| | | ||||
| * | Update jar manifest for removed files. | wolfbeast | 2018-06-22 | -2/+0 |
| | | ||||
| * | Remove unused files. | wolfbeast | 2018-06-22 | -3259/+0 |
| | | ||||
| * | Issue #517 Part 7: Remove enhanced/sponsored links styling and page code | wolfbeast | 2018-06-21 | -183/+6 |
| | | ||||
| * | Issue #517 Part 6: Restyle for Pale Moon. | wolfbeast | 2018-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. | wolfbeast | 2018-06-21 | -1/+1 |
| | |