Dactyloidae/toolkit/components
athenian200 6de8a0f12d MoonchildProductions#1251 - Part 1: Restore initial Solaris support, fixed up.
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.
2019-11-04 11:52:13 +08:00
..
aboutcache moebius#65: Fix: "about:..." - throws an errors 2019-02-15 23:49:10 +08:00
aboutcheckerboard import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
aboutmemory Remove the Dark Matter Detector (DMD) Memeory debugger component. 2019-02-15 23:58:31 +08:00
aboutperformance import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
addoncompat import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
alerts Telemetry: Remove stubs and related code 2019-02-16 00:24:04 +08:00
apppicker import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
asyncshutdown Issue #991 Part 7: Toolkit Components 2019-04-27 08:22:20 +08:00
autocomplete Restore typeAheadResult support in autocomplete 2019-02-15 23:46:25 +08:00
blocklist Don't use UpdateChannel.jsm in nsBlocklistService.js 2019-04-27 08:55:33 +08:00
build Issue #795 - Make nsIUserInfo component optional 2019-02-16 00:18:11 +08:00
captivedetect Remove other gonk widget conditionals and unused files. 2019-02-15 23:57:15 +08:00
commandlines import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
console Make the Error Console accessible from about:console and make it presentable in that context 2019-02-16 00:05:13 +08:00
contentprefs import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
contextualidentity import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
cookie Issue #1053 - Drop support Android and remove Fennec - Part 1b: Remove MOZ_FENNEC 2019-04-27 08:51:55 +08:00
crashes import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
crashmonitor import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
ctypes Fix a truncation leading to an error with GCC 7 2019-02-15 23:35:57 +08:00
diskspacewatcher Remove MOZ_WIDGET_GONK [2/2] 2019-02-15 23:57:10 +08:00
downloads Revert "Treat *.jnlp as an executable class file, like *.jar" 2019-06-29 06:03:55 +08:00
exthelper import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
feeds Take forms out of the RSS reader feed. 2019-02-15 23:29:18 +08:00
filepicker Restore typeAheadResult support in autocomplete 2019-02-15 23:46:25 +08:00
filewatcher import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
finalizationwitness import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
find import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
formautofill import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
gfx import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
jsdownloads Issue #991 Part 7: Toolkit Components 2019-04-27 08:22:20 +08:00
lz4 import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
mediasniffer import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
microformats Update package.json 2019-02-16 00:20:08 +08:00
mozintl Bug 1287677 - Add mozIntl.getDisplayNames API 2019-02-15 23:44:41 +08:00
mozprotocol import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
narrate Remove telemetry from NarrateControls.jsm. 2019-02-16 00:07:55 +08:00
osfile MoonchildProductions#1251 - Part 1: Restore initial Solaris support, fixed up. 2019-11-04 11:52:13 +08:00
parentalcontrols import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
passwordmgr Revert "Capture delayed events and cancel as necessary." 2019-07-19 10:04:49 +08:00
perf import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
perfmonitoring Reduce number of allocations in AutoStopwatch 2019-02-16 00:27:30 +08:00
places Hide and disable open_all/cut/copy/delete/properties when opening 2019-08-02 13:48:47 +08:00
printing Issue #991 Part 7: Toolkit Components 2019-04-27 08:22:20 +08:00
privatebrowsing import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
processsingleton import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
promiseworker import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
prompts Remove window.sizeToContent() from commonDialog.js, as it's useless and leads to overflow in the basic auth dialog 2019-02-16 00:14:20 +08:00
protobuf Only add -Wno-null-conversion when building with clang 2019-02-15 23:41:16 +08:00
reader Bug 1429442 - Buttons in "type control" popup in reader mode should have tooltips r=Gijs,MarcoZ 2019-05-11 06:22:10 +08:00
reflect import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
remote import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
remotebrowserutils import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
satchel Bug 1286182: Implement the layout for <input type=date> 2019-02-15 23:44:33 +08:00
search Issue #1134: Reinstate postDataString for about:home searches. 2019-08-17 13:31:01 +08:00
social/test/xpcshell import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
sqlite import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
startup Issue #795 - Make nsIUserInfo component optional 2019-02-16 00:18:11 +08:00
statusfilter import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
telemetry Issue #1160 - Remove HotFix Preferences from Telemetry 2019-07-08 20:29:14 +08:00
terminator Remove base conditional code for crash reporter and injector. 2019-02-15 23:39:53 +08:00
thumbnails Issue #756 - Remove contextual identity from BackgroundPageThumbs.jsm 2019-03-29 22:23:03 +08:00
timermanager Remove obsolete getPref helpers. 2019-03-29 22:22:33 +08:00
tooltiptext import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
typeaheadfind Make nsFind::Find actually use a string type as input. 2019-05-31 07:22:21 +08:00
url-classifier Issue #991 Part 7: Toolkit Components 2019-04-27 08:22:20 +08:00
urlformatter Remove browser.search.region usage. Tag #245. 2019-04-27 08:25:33 +08:00
utils import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
viewconfig import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
viewsource Remove unused parameter from call 2019-04-27 08:24:25 +08:00
webextensions [WebExAM] Use proper application name in WebExtension API error message. 2019-02-16 00:24:10 +08:00
workerloader import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
xulstore moebius#144: Launch command: basilisk "-migration -p" (throws an error) 2019-02-15 23:48:03 +08:00
.eslintrc.js import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00
moz.build Sort out search service 2019-04-27 08:27:19 +08:00
nsDefaultCLH.js Issue #991 Part 7: Toolkit Components 2019-04-27 08:22:20 +08:00
nsDefaultCLH.manifest import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo 2018-01-19 03:59:58 +08:00