summaryrefslogtreecommitdiffstats
path: root/toolkit/mozapps/update
Commit message (Collapse)AuthorAgeLines
* Issue #65 - Remove AppConstants from toolkit/mozapps/updateMatt A. Tobin2020-02-05-143/+152
|
* Issue #1359 - Pointlessly rename greprefs.. again.Matt A. Tobin2020-01-18-1/+1
|
* 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.
* 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
* 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-202/+1
| | | | Tag #145
* Restore app.update.url.override preference.wolfbeast2019-02-12-7/+31
|
* Remove other gonk widget conditionals and unused files.wolfbeast2018-05-13-694/+3
| | | | Tag #288.
* Remove MOZ_WIDGET_GONK [2/2]wolfbeast2018-05-13-134/+3
| | | | Tag #288
* Update executable manifests.wolfbeast2018-02-18-2/+0
|
* Exclude Update stuff from about:support if the updater isn't built.janekptacijarabaci2018-02-12-1/+1
|
* Fix toolkit update logic to prevent update loops.wolfbeast2018-02-02-6/+8
| | | | | | Only consider equal appversion to be "update available" if BuildID is present AND greater than current. This resolves #13.
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+35655