summaryrefslogtreecommitdiffstats
path: root/toolkit/mozapps
Commit message (Collapse)AuthorAgeLines
* Take files out of preprocessing that no longer require itMatt A. Tobin2020-04-07-3/+0
|
* Follow up to d0eee8f01 - Run precomplete cmd during package stagingMatt A. Tobin2020-04-07-1/+1
|
* Align mar generation on Windows with other platformsMatt A. Tobin2020-04-07-4/+1
| | | | This makes mar generation dependent on packaging not installer
* Issue #1470 - Part 3: Remove now unused update.localeMatt A. Tobin2020-03-05-1/+0
| | | | This requires changes to package-manifest in all applications
* Issue #1053 - Remove android support from toolkitMatt A. Tobin2020-02-25-8/+5
| | | | Note: Does not remove support completely from toolkit/mozapps/installer or from telemetry or AppConstants.jsm
* Issue #439 - Remove tests from toolkit/Matt A. Tobin2020-02-25-19161/+3
|
* Issue #1445 - Add a link to details on using Firefox extensions in Pale MoonJustOff2020-02-19-0/+8
|
* Issue #1445 - remove redundant nativeIndicatorwolfbeast2020-02-19-21/+0
| | | | This resolves #1445
* Issue #1446 - Only match extension add-on types for target applications.wolfbeast2020-02-17-6/+9
| | | | This resolves #1446
* Issue #1446 - Only allow extension add-on types for Firefox compat mode.wolfbeast2020-02-17-2/+2
|
* Issue #1445 - Clarify the status of extensions in the Add-On managerwolfbeast2020-02-16-3/+20
| | | | This resolves #1445.
* Issue #65 - Correct nsHelperAppDlg.js for bad preprocessing conversionMatt A. Tobin2020-02-09-34/+36
|
* Issue #65 - Remove AppConstants from toolkit/mozapps/downloadsMatt A. Tobin2020-02-06-138/+141
|
* Issue #65 - Remove AppConstants from toolkit/mozapps/extensionsMatt A. Tobin2020-02-06-8/+11
|
* Issue #65 - Remove AppConstants from toolkit/mozapps/updateMatt A. Tobin2020-02-05-143/+152
|
* Issue #1342 - Remove support for system NSPR/NSSwolfbeast2020-01-30-11/+9
|
* Issue #1359 - Pointlessly rename greprefs.. again.Matt A. Tobin2020-01-18-1/+1
|
* No Issue - Execute the precomplete command on *nix AltPackagingMatt A. Tobin2019-12-09-0/+4
| | | | Windows does not need this as mar generation is dependent on the NSIS Installer which already contains the call
* Allow Solaris to use alt packaging for Pale Moon and BasiliskMatt A. Tobin2019-11-28-2/+2
|
* No Issue - Use alternative packaging for Pale Moon and BasiliskMatt A. Tobin2019-11-27-0/+23
| | | | | | | * This adds what will eventually be a rewritten packaging routine while maintaining backwards compatibility with the original mozilla routine * Changes the build target and installer makefile to use the alternative packaging * Adds build target to specifically invoke the original mozilla routine * Update mach commands accordingly
* Issue #1300 - Clear the message manager script cache when updating and ↵JustOff2019-11-22-9/+13
| | | | removing add-ons
* Issue #1259 - Adjust Widewine strings after removing Adobe Primetime supportJustOff2019-11-16-2/+2
|
* Issue #1259 - Part 4. Remove Adobe EME from GMPUtilsadeshkp2019-11-10-8/+3
|
* Issue #1259 - Part 3. Remove Adobe EME as a GMP sourceadeshkp2019-11-10-3/+0
|
* Issue #1259 - Part 2. Remove Adobe Primetime localization stringsadeshkp2019-11-10-11/+0
|
* MoonchildProductions#1251 - Part 1: Restore initial Solaris support, fixed up.athenian2002019-10-21-0/+86
| | | | | | | | | | | | | | Compared with what Pale Moon had for Solaris originally, this is mostly the same zero point I started patching from, but I've made the following changes here after reviewing all this initial code I never looked at closely before. 1. In package-manifest.in for both Basilisk and Pale Moon, I've made the SPARC code for libfreebl not interefere with the x86 code, use the proper build flags, and also updated it to allow a SPARC64 build which is more likely to be used than the 32-bit SPARC code we had there. 2. See Mozilla bug #832272 and the old rules.mk patch from around Firefox 30 in oracle/solaris-userland. I believe they screwed up NSINSTALL on Solaris when they were trying to streamline the NSS buildsystem, because they started having unexplained issues with it around that time after Firefox 22 that they never properly resolved until Mozilla began building NSS with gyp files. I'm actually not even sure how relevant the thing they broke actually is to Solaris at this point, bug 665509 is so old it predates Firefox itself and goes back to the Mozilla suite days. I believe $(INSTALL) -t was wrong, and they meant $(NSINSTALL) -t because that makes more sense and is closer to what was there originally. It's what they have for WINNT, and it's possible a fix more like that could serve for Solaris as well. Alternatively, we could get rid of all these half-broken Makefiles and start building NSS with gyp files like Mozilla did. 3. I've completely cut out support for the Sun compiler and taken into account the reality that everyone builds Firefox (and therefore its forks) with GCC now on Solaris. This alone helped clean up a lot of the uglier parts of the code. 4. I've updated all remaining SOLARIS build flags to the newer XP_SOLARIS, because the SOLARIS flag is no longer set when building Solaris. 5. I've confirmed the workaround in gtxFontconfigFonts.cpp is no longer necessary. The Solaris people got impatient about implementing a half-baked patch for a fontconfig feature that wasn't ready yet back in 2009, and somehow convinced Mozilla to patch their software to work around it when really they should have just fixed or removed their broken fontconfig patch. The feature they wanted has since been implemented properly, and no version of Solaris still uses the broken patch that required this fix. If anyone had ever properly audited this code, it would have been removed a long time ago.
* Issue #1229 - Remove fallback for $INSTDIRwolfbeast2019-10-21-15/+0
| | | | This resolves #1229
* Issue #701 - Support spaces in Mac app nameadeshkp2019-07-18-5/+5
|
* Issue #1183 - Fix incorrect conditional preventing Discover Error Page from ↵FranklinDM2019-07-15-1/+1
| | | | showing up
* Installer: Stop trying to read stub installer data from ini filewolfbeast2019-06-27-15/+0
|
* Show the update UI instantly instead of after 10 minutes of inactivityMatt A. Tobin2019-05-29-9/+4
|
* Remove a stubbed telemetry function from app AUS.adeshkp2019-05-22-11/+0
|
* Rip broken telemetry out of the app AUS.wolfbeast2019-05-14-735/+1
| | | | Tag #21
* Use UpdateUtils in GMPInstallManager.jsmMatt A. Tobin2019-04-25-47/+3
|
* Issue #1053 - Drop support Android and remove Fennec - Part 1b: Remove ↵Matt A. Tobin2019-04-23-19/+0
| | | | MOZ_FENNEC
* Remove SecurityUI telemetry.adeshkp2019-04-21-8/+0
|
* Issue #991 Part 8: Toolkit everything elseAscrod2019-04-13-135/+37
|
* Issue #187: Remove solaris conditional code.wolfbeast2019-03-30-86/+0
|
* Replace unsupported `null` default values with an empty string.wolfbeast2019-03-28-9/+6
| | | | Fixes #1028
* Remove obsolete getPref helpers.Ascrod2019-03-24-82/+35
|
* Remove error table with unspecified errors.wolfbeast2019-02-21-15/+0
| | | | Tag #145
* Restore building of common-standalone lib for updater.wolfbeast2019-02-20-0/+3
| | | | Tag #145
* Remove reference to standalone component.wolfbeast2019-02-20-3/+0
| | | | Tag #145
* Remove Non ifdef'd service code from toolkit/mozapps/updater/updater.cppwolfbeast2019-02-20-198/+21
| | | | Tag #145
* Remove maintenance service code from nsUpdateService and related.wolfbeast2019-02-20-142/+13
| | | | Tag #145
* Remove conditional MOZ_MAINTENANCE_SERVICE codewolfbeast2019-02-20-209/+1
| | | | Tag #145
* Remove the WebExtension Add-on Manager from our tree.wolfbeast2019-02-13-31321/+0
| | | | Tag #936
* Remove WebExtension support from the platform.wolfbeast2019-02-13-14/+1
| | | | | | - Conditional code - WE APIs - WE toolkit theming
* Restore app.update.url.override preference.wolfbeast2019-02-12-7/+31
|
* Merge pull request #954 from MoonchildProductions/TychoEME-workMoonchild2019-01-31-1/+1709
|\ | | | | [TychoAM] Fix GMP* so that EME works in Basilisk