| Commit message (Collapse) | Author | Age |
|
|
|
|
| |
This change was unintentionally reverted when importing gecko/44 search service
code.
|
|
|
|
| |
'cocoa'
|
|
|
|
|
|
|
|
| |
This:
- reverts commit 83ecae9ff7ee1469da1675435dbcf26d094aa1c6
- adds a failure check to Connection::GetQuotaObjects
This resolves #1768.
|
|
|
|
|
|
|
| |
of the tree.
This also removes some PP abuse and takes file entries out of PP when no longer
needed without XP_MACOSX conditionals.
|
| |
|
| |
|
|
|
|
| |
See code comment for details.
|
|
|
|
| |
Cookie Accept dialog.
|
| |
|
| |
|
|
|
|
| |
*.webidl, *.cc
|
|
|
|
| |
Another S&R run with some smarter matching.
|
|
|
|
|
|
| |
Since these are just interpreted comments, there's 0 impact on actual code.
This removes all lines that match /* vim: set(.*)tw=80: */ with S&R -- there are
a few others scattered around which will be removed manually in a second part.
|
|
|
|
| |
See Bug 1629030, part 3.
|
|
|
|
|
|
| |
Before this change the plain text document in reader mode was not formatted/styled properly.
Tag mcp-graveyard/UXP#361.
|
|
|
|
| |
Tag mcp-graveyard/UXP#361.
|
|
|
|
| |
(git rev 52ab9b5c8916c306a47b2119270dcdabebf9d203)
|
|\
| |
| | |
Remove TelemertyVFS
|
| |
| |
| |
| | |
This reverts m-c Bug 668378 and completely removes Telemetry SQLite IO. As a bonus this fixes a potential crash in newer SQLite versions without the need for updating this useless telemetry shim.
|
|/ |
|
|
|
|
| |
ContextualIdentityService
|
|
|
|
|
|
| |
toolkit/prompts/content/tabprompts.xml
This file not only somehow escaped my pass through here but was also mocking me by using AppConstants in a preprocessed file BUT ALSO right AFTER a preprocessor directive.
|
|
|
|
| |
Tag mcp-graveyard/UXP#1375
|
| |
|
| |
|
|
|
|
|
|
| |
a download
This applies only to applications that do not use JSDownloads and is based on Bug 1224326
|
|\
| |
| | |
Fix building on sparc64 Linux
|
| |
| |
| |
| |
| | |
Correct various pre-processor defines for sparc64 and in mozjemalloc use the JS arm64 allocator on Linux/sparc64.
This corrects build problems opn Linux sparc64 and is in line with bugzilla bug #1275204.
|
|/
|
|
| |
UpdateUtils.getUpdateChannel() to UpdateUtils.UpdateChannel in telemetry modules
|
|
|
|
| |
Note: Does not remove support completely from toolkit/mozapps/installer or from telemetry or AppConstants.jsm
|
| |
|
| |
|
|
|
|
| |
toolkit/components/passwordmgr
|
| |
|
| |
|
|
|
|
| |
toolkit/components/apppicker
|
|
|
|
| |
toolkit/components/thumbnails
|
|
|
|
| |
toolkit/components/printing
|
| |
|
|
|
|
| |
toolkit/components/jsdownloads
|
| |
|
|
|
|
| |
This should do it for all the commits to files I changed, but while I'm in here I could probably go ahead and turn ALL the singular if defined statements into ifdef statements by using grep/find on the tree. On the other hand, perhaps we should do that as a separate issue so that this doesn't become a case of scope creep.
|
|
|
|
|
|
|
|
| |
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 mcp-graveyard/UXP#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
|