| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
|
|
| |
libevent/IPC junk.
This is mostly ifdefs, but as you can see, Solaris is actually a lot like Linux. They're both more SysV than BSD at core, and most of the differences have more to do with Solaris not using glibc than anything else.
I still need to audit a lot of these changes and understand why they're needed and what the alternative approaches are. After this patch, most of the core functionality needed to build Solaris is here.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
bookmarks/history context menu with no selection
This resolves #882 (by not offering options that can't be used)
|
|
|
|
|
|
|
|
|
| |
Tag #1052 (backout).
Backed out for creating issues like #1191 and other issue-less problems
with e.g. losing the caret from text boxes. Of note: this was also
backed out from m-c for similar reasons in Bug 1332433.
This fixes #1191.
This reverts commit 3424afccaebc71c4acd4fa9eadf519c408c5965b.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Rationale: This was a Mozilla oversight and/or error.
This change has caused harm and is causing users to switch back to
Chrome, Safari or Edge for their WebStart needs.
JNLP is not an executable and should not be treated as such. JNLP should
be treated the same as any (e.g. Word) document and allowed to be opened
with the designated program.
A JNLP file will not cause execution on a system unless it has a valid
signature, and the user explicitly authorizes the launching based on
information provided by the signature. Moreover, there will even be a
check by the Java environment to see if the Java runtime (if there is
one) is current, and prompt the user to update if required.
This reverts commit 21495c58976e3cbbfe54d2e54d1fd67e36dff2a6 and
modifies ApplicationReputation.cpp to keep the list in sync (was a
discrepancy before).
|
|
|
|
| |
Futureproofing follow-up to b89570e31cfb84449241e363a595540b8810c217
|
| |
|
|\
| |
| | |
Reader Updates
|
| |
| |
| |
| | |
tooltips r=Gijs,MarcoZ
|
| | |
|
| |
| |
| |
| | |
r=Gijs
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Tag #1052
|
| | |
|
| |
| |
| |
| | |
MOZ_FENNEC
|
| |
| |
| |
| | |
The ESR52 implementation is now Basilisk specific and the older implementation is the shared toolkit one
|
| | |
|
|\ \
| | |
| | | |
Remove geo-specific selection of default search engines.
|
| | | |
|
| |/ |
|
|\ \
| |/
|/| |
Remove unused parameter from call
|
| |
| |
| | |
Fixes #1043
|
| | |
|
|\| |
|
| | |
|
| | |
|
|/ |
|
| |
|
|\
| |
| | |
Issue #756 - Remove Contextual Identity
|
| |
| |
| |
| | |
reverts m-c 1287866
|
| |
| |
| |
| | |
reverts m-c 1279568, 1309699, 1310112
|
|/ |
|
|
|
|
| |
Maintain backwards compatibility with MOZ_SUITE
|
|
|
|
| |
This reverts commit 853fe00ba0cb91d564031706ef82038e9a4619ed.
|
|
|
|
| |
Maintain backwards compatibility with MOZ_SUITE
|
| |
|
| |
|
|
|
|
| |
Tag #145
|
|
|
|
|
|
| |
- Conditional code
- WE APIs
- WE toolkit theming
|
| |
|
|\ |
|
| |\ |
|
| | | |
|
| |/
|/| |
|