summaryrefslogtreecommitdiffstats
path: root/application
Commit message (Collapse)AuthorAgeLines
* 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-5026/+15
|\ | | | | Remove code for sponsored "enhanced" tiles in NewTab page
| * Issue #246 - Remove "enhanced" newtab code from Pale Moonadeshkp2019-05-25-69/+2
| |
| * Issue #246 - Remove more of compact mode and newtab junk from Basiliskadeshkp2019-05-25-229/+6
| |
| * Issue #246 - Revert "Revert "Remove unwanted newtab page code""adeshkp2019-05-25-4728/+7
| | | | | | | | | | | | | | | | | | | | Page thumbnails hiccups seem to have resolved, so it can be landed again. This reverts commit 51792b31a36b9539fdd1b4b85abe486c1652b6c4. Conflicts: application/basilisk/modules/DirectoryLinksProvider.jsm
* | [Basilisk/Pale Moon] Update region.properties.wolfbeast2019-05-25-19/+12
|/ | | | | | - 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/+21
| | | | Extension compatibility
* Merge pull request #1080 from Ascrod/readerviewMoonchild2019-05-06-2/+4
|\ | | | | Reader Updates
| * Update surrounding code for new Readerable module. Tag #361.Ascrod2019-04-27-2/+4
| |
* | 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!
* | Restore BROWSER_NEW_TAB_URL check in Basilisk.wolfbeast2019-05-02-1/+1
| | | | | | | | This resolves #1066
* | [PALEMOON] Prevent overlapping modal prompts and preserve prompt order.wolfbeast2019-04-29-1/+9
| |
* | New cycle version bump.wolfbeast2019-04-27-1/+1
| |
* | Merge pull request #1054 from adeshkp/patch-11Moonchild2019-04-25-1/+1
|\ \ | | | | | | [minor] Fix a variable name in Basilisk error page
| * | [minor] Fix a variable name in Basilisk error pageadeshkp2019-04-24-1/+1
| | | | | | | | | Related commit: https://github.com/MoonchildProductions/UXP/commit/e313e5e2ec19355988c3d59745c202f4604670d3#diff-115f6bd87bbdaa1f6445547dac684c9c
* | | [PALEMOON] Remove errent extensions.blocklist.* from shared branding prefsMatt A. Tobin2019-04-25-4/+0
|/ /
* | Issue #1053 - Drop support Android and remove Fennec - Part 1b: Remove ↵Matt A. Tobin2019-04-23-8/+0
| | | | | | | | MOZ_FENNEC
* | Sort out search serviceMatt A. Tobin2019-04-23-0/+5072
| | | | | | | | The ESR52 implementation is now Basilisk specific and the older implementation is the shared toolkit one
* | Merge pull request #1048 from Ascrod/geodefaultsNew Tobin Paradigm2019-04-23-12/+0
|\ \ | | | | | | Remove geo-specific selection of default search engines.
| * | Remove geo-specific search engine default preferences. Tag #245.Ascrod2019-04-20-12/+0
| |/
* | Merge pull request #1051 from adeshkp/remove-telemetry-security_uiNew Tobin Paradigm2019-04-23-78/+0
|\ \ | | | | | | Remove SecurityUI telemetry.
| * | Remove SecurityUI telemetry.adeshkp2019-04-21-78/+0
| | |
* | | Update Twemoji Mozilla COLR font to 0.4.0 (TweMoji v11.4.0)wolfbeast2019-04-23-0/+0
| | |
* | | Issue #1049 - Show sync status via label of sync-buttonMatt A. Tobin2019-04-21-6/+24
| | |
* | | [PHOENIX] Fix missing default from lastSync in browser-syncui.js in Pale ↵Matt A. Tobin2019-04-21-6/+2
|/ / | | | | | | Moon and replace the tryblock in Basilisk
* / Version bumpwolfbeast2019-04-20-1/+1
|/
* Merge branch 'master' into default-prefAscrod2019-04-18-5932/+1158
|\
| * Remove FxAccounts front-end module referencesMoonchild2019-04-18-50/+0
| |
| * [BASILISK] Port PM Sync Client - Part 6b: Don't build the sync client ui ↵Matt A. Tobin2019-04-17-1/+3
| | | | | | | | when it is disabled, duh.
| * [BASILISK] Port PM Sync Client - Part 6a: Obvious ifdef'ing and clean upMatt A. Tobin2019-04-17-61/+44
| |
| * [BASILISK] Port PM Sync Client - Part 5: Port the original sync toolbar ↵Matt A. Tobin2019-04-16-2/+89
| | | | | | | | button and create a synced tabs toolbar button
| * [BASILISK] Port PM Sync Client - Part 4: Tools menu items (Set Up Sync/Sync Now)Matt A. Tobin2019-04-16-7/+23
| |
| * [BASILISK] Restore Tabs from Other Devices history menu item and Add First ↵Matt A. Tobin2019-04-13-8/+176
| | | | | | | | Sync Progress
| * Merge branch 'master' into Sync-weaveMatt A. Tobin2019-04-13-1/+6
| |\
| * | [BASILISK] Fix merge induced error in base jar.mnMatt A. Tobin2019-04-08-2/+0
| | |
| * | Merge branch 'master' into Sync-weaveMatt A. Tobin2019-04-08-303/+13
| |\ \
| * \ \ Merge branch 'master' into Sync-weaveMatt A. Tobin2019-04-03-3/+3
| |\ \ \
| * \ \ \ Merge branch 'master' into Sync-weaveMatt A. Tobin2019-04-01-14/+0
| |\ \ \ \