summaryrefslogtreecommitdiffstats
path: root/application/palemoon
Commit message (Collapse)AuthorAgeLines
* Update SSUAO for web.whatsapp.com.wolfbeast2019-07-04-1/+1
| | | | This resolves #1152
* Merge branch 'master' into Pale_Moon-releasePM28.6.0_Releasewolfbeast2019-06-29-1/+22
|\
| * [Pale Moon] Add a configure flag to functionally disable personas at build timeMatt A. Tobin2019-06-29-1/+22
| |
* | Version bump for release 28.6.0wolfbeast2019-06-29-1/+1
| |
* | Merge branch 'master' into Pale_Moon-releasewolfbeast2019-06-29-300/+183
|\| | | | | | | | | | | | | # Conflicts: # application/palemoon/config/version.txt # security/manager/ssl/nsSTSPreloadList.errors # security/manager/ssl/nsSTSPreloadList.inc
| * [Pale Moon] Remove *.pdf file association in the installer.wolfbeast2019-06-29-3/+0
| |
| * Re-save wordmark SVG as plain SVG.wolfbeast2019-06-28-114/+65
| | | | | | | | Tag #1010
| * Update branding.wolfbeast2019-06-28-66/+69
| |
| * Clean up the nsis installer script a litte.wolfbeast2019-06-21-74/+10
| | | | | | | | | | | | - remove stub installer leftovers - remove maintenance service leftovers - remove unused macros
| * Revert "Add Yandex (ru) search plugin"wolfbeast2019-06-18-14/+0
| | | | | | | | | | | | | | Since Yandex is greedy and only accepts a partnership if they are the browser default. They don't deserve the traffic. This reverts commit c9edf588ed6d9b53038125c6d79c466b398e2da4.
| * Add Yandex (ru) search pluginwolfbeast2019-06-12-0/+14
| |
| * [Pale Moon] Update the check for updates menu item logic for already staged ↵Matt A. Tobin2019-05-29-1/+1
| | | | | | | | automatic updates
| * [Pale Moon] Fix event.stopPropagation is not defined when clicking the ↵Matt A. Tobin2019-05-25-1/+1
| | | | | | | | show/hide tiles on about:newtab
| * Merge pull request #1122 from adeshkp/remove-newtab-basiliskNew Tobin Paradigm2019-05-25-69/+2
| |\ | | | | | | Remove code for sponsored "enhanced" tiles in NewTab page
| | * Issue #246 - Remove "enhanced" newtab code from Pale Moonadeshkp2019-05-25-69/+2
| | |
| * | [Basilisk/Pale Moon] Update region.properties.wolfbeast2019-05-25-14/+10
| |/ | | | | | | | | | | - Fix incorrect goanna prefix - Remove dead/insecure 30boxes service for webcal - Add preset order for Ecosia
| * Issue #1104 - Pass an opener to loadOneTab in the openURI functionFranklinDM2019-05-23-1/+3
| |
| * Issue #1104 - Set the browser's opener when adding a new tabFranklinDM2019-05-23-1/+10
| | | | | | | | | | - This modifies `loadOneTab` and `addTab` to accept an opener - This code was adapted from Basilisk's copy of tabbrowser.xml without the refactored code changes (which is a lot more involved as it divides addTab's functions into multiple functions)
| * Issue #971 - Fix browser.link.open_newwindow functionality in Pale MoonFranklinDM2019-05-22-1/+0
| |
| * Remove deprecated appending of #-moz-resolution from Pale Moon and left over ↵Matt A. Tobin2019-05-12-16/+3
| | | | | | | | | | | | | | | | from nsMediaFragmentURIParser.h This also magically makes Aero Peek work properly with Pale Moon thus: Resolves #809
| * [PALEMOON] buildHelpMenu() is executed by the shared help menu but not all ↵Matt A. Tobin2019-05-11-7/+25
| | | | | | | | windows have the AppMenu
| * Issue #1084 - Add null check for URL Bar in the writePlaceholder() methodFranklin DM2019-05-11-0/+5
| |
| * Issue #968 - Preload the permissions manager with permissions fileMatt A. Tobin2019-05-09-3/+19
| |
| * Issue #1081 - Restore "release notes" item in the help menuMatt A. Tobin2019-05-09-8/+33
| |
| * Issue #1083 - Deprecate FUEL extension helper javascript libraryMatt A. Tobin2019-05-09-0/+4
| |
| * Issue #1082 - Restore a getBoolPref global shim in utilityOverlay.js for ↵Matt A. Tobin2019-05-09-0/+11
| | | | | | | | Extension compatibility
| * Don't shrink the tab bar in customize modeRyan C2019-05-04-3/+3
| |
| * Update icon to the new and improved branding.wolfbeast2019-05-04-0/+0
| | | | | | | | | | Many thanks to "browser tech" and "CharmCityCrab" on the forum for suggesting the elements that make up this much improved design!
| * [PALEMOON] Prevent overlapping modal prompts and preserve prompt order.wolfbeast2019-04-29-1/+9
| |
| * New cycle version bump.wolfbeast2019-04-27-1/+1
| |
| * [PALEMOON] Remove errent extensions.blocklist.* from shared branding prefsMatt A. Tobin2019-04-25-4/+0
| |
* | Bump version for release 28.5.2.PM28.5.2_Releasewolfbeast2019-06-05-1/+1
| |
* | Bump version for release 28.5.1.PM28.5.1_Releasewolfbeast2019-05-30-1/+1
| |
* | [Pale Moon] Update the check for updates menu item logic for already staged ↵Matt A. Tobin2019-05-29-1/+1
| | | | | | | | automatic updates
* | [Basilisk/Pale Moon] Update region.properties.wolfbeast2019-05-25-14/+10
| | | | | | | | | | | | - Fix incorrect goanna prefix - Remove dead/insecure 30boxes service for webcal - Add preset order for Ecosia
* | Remove deprecated appending of #-moz-resolution from Pale Moon and left over ↵Matt A. Tobin2019-05-13-16/+3
| | | | | | | | | | | | | | | | from nsMediaFragmentURIParser.h This also magically makes Aero Peek work properly with Pale Moon thus: Resolves #809
* | [PALEMOON] buildHelpMenu() is executed by the shared help menu but not all ↵Matt A. Tobin2019-05-11-7/+25
| | | | | | | | windows have the AppMenu
* | Issue #1084 - Add null check for URL Bar in the writePlaceholder() methodFranklin DM2019-05-11-0/+5
| |
* | Issue #1082 - Restore a getBoolPref global shim in utilityOverlay.jsMatt A. Tobin2019-05-09-0/+11
| | | | | | | | for Extension compatibility (uplift)
* | [PALEMOON] Remove errent extensions.blocklist.* from shared branding prefsMatt A. Tobin2019-04-26-4/+0
| |
* | Version bump for release 28.5.0wolfbeast2019-04-24-1/+1
| |
* | Merge branch 'master' into Pale_Moon-releasewolfbeast2019-04-23-0/+0
|\|
| * Update Twemoji Mozilla COLR font to 0.4.0 (TweMoji v11.4.0)wolfbeast2019-04-23-0/+0
| |
* | Merge branch 'master' into Pale_Moon-releasewolfbeast2019-04-22-1694/+554
|\| | | | | | | | | | | # Conflicts: # application/palemoon/config/version.txt # old-configure.in
| * Issue #1049 - Show sync status via label of sync-buttonMatt A. Tobin2019-04-21-3/+12
| |
| * [PHOENIX] Fix missing default from lastSync in browser-syncui.js in Pale ↵Matt A. Tobin2019-04-21-1/+1
| | | | | | | | Moon and replace the tryblock in Basilisk
| * Version bumpwolfbeast2019-04-20-1/+1
| |
| * Merge branch 'master' into default-prefAscrod2019-04-18-4/+0
| |\
| | * Merge branch 'master' into Sync-weaveMatt A. Tobin2019-04-13-1/+6
| | |\
| | * \ Merge branch 'master' into Sync-weaveMatt A. Tobin2019-04-08-157/+12
| | |\ \