summaryrefslogtreecommitdiffstats
path: root/toolkit
Commit message (Collapse)AuthorAgeLines
* Issue #65 - Correct nsHelperAppDlg.js for bad preprocessing conversionMatt A. Tobin2020-04-14-34/+36
|
* Issue #65 - Don't split in the middle of assignment statements in ↵Matt A. Tobin2020-04-14-3/+2
| | | | createProfileWizard.js
* Issue #65 - Correct fallthough case in profileSelection.jsMatt A. Tobin2020-04-14-1/+1
|
* Issue #65 - Remove AppConstants from toolkit/components/passwordmgrMatt A. Tobin2020-04-14-18/+20
|
* Issue #65 - Remove AppConstants from toolkit/components/alertsMatt A. Tobin2020-04-14-5/+9
|
* Issue #65 - Remove AppConstants from toolkit/components/placesMatt A. Tobin2020-04-14-3/+7
|
* Issue #65 - Remove AppConstants from toolkit/components/apppickerMatt A. Tobin2020-04-14-22/+20
|
* Issue #65 - Remove AppConstants from toolkit/components/thumbnailsMatt A. Tobin2020-04-14-3/+4
|
* Issue #65 - Remove AppConstants from toolkit/components/printingMatt A. Tobin2020-04-14-3/+7
|
* Issue #65 - Remove AppConstants from toolkit/components/satchelMatt A. Tobin2020-04-14-26/+29
|
* Issue #65 - Remove AppConstants from toolkit/components/jsdownloadsMatt A. Tobin2020-04-14-17/+18
|
* Issue #65 - Remove AppConstants from toolkit/mozapps/downloadsMatt A. Tobin2020-04-14-138/+141
|
* Issue #65 - Remove AppConstants from toolkit/mozapps/extensionsMatt A. Tobin2020-04-14-8/+11
|
* Issue #65 - Remove AppConstants from toolkit/mozapps/updateMatt A. Tobin2020-04-14-143/+152
|
* Issue #65 - Remove AppConstants from toolkit/profileMatt A. Tobin2020-04-14-13/+11
|
* Issue #1390 - Remove secondscreen modules from toolkitMatt A. Tobin2020-04-14-855/+0
|
* [AM] Remove shared theme leftovers for webextensionswolfbeast2020-04-14-1271/+0
|
* Issue #65 - Remove AppConstants from toolkit/modulesMatt A. Tobin2020-04-14-168/+174
| | | | Except for secondscreen
* Issue #65 - Remove AppConstants from toolkit/contentMatt A. Tobin2020-04-14-96/+88
|
* Issue #1342 - Remove support for system libvpxwolfbeast2020-04-14-3/+0
|
* Issue #1342 - Remove support for system linbpngwolfbeast2020-04-14-3/+0
|
* Issue #1342 - Remove support for system NSPR/NSSwolfbeast2020-04-14-19/+9
|
* [WebRequest] Remove AddonManagerPermissions leftoverswolfbeast2020-04-14-6/+1
| | | | | | This was added as part of the WebExtension sec issue CVE-2017-5389. Since we no longer have this interface, it needed to be removed to prevent errors in the WebRequest channel callback.
* Issue #1342 - Remove support for system libeventwolfbeast2020-01-23-3/+0
|
* Issue #1359 - Pointlessly rename greprefs.. again.Matt A. Tobin2020-01-18-1/+1
|
* Fix comments for NSS PBKDF setup (no code change)wolfbeast2020-01-14-1/+2
|
* Issue #1338 - Part 4: Initialize NSS with desired run-time values.wolfbeast2020-01-02-0/+12
| | | | | | | | | | | | | This NSS version (and onward) has variables to enable PKDBF rounds for master password hardening (combating brute-force guessing). Since we use DBM, we need to explicitly enable iteration counts in DBM mode, and adjust the rounds used with a lower maximum because the PKDBF routine for DBM is considerably slower for which the NSS default of 10,000 is debilitatingly high. The method for this is run-time configuration through environment variables. We set these prior to NSS initialization from nsAppRunner.cpp so the NSS lib picks them up and allows us to continue using the DBM cert/key stores with stored rounds per record.
* 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
* Issue #1306 - Move bundled fonts to toolkitMatt A. Tobin2019-11-30-0/+20
|
* No issue - Clean up libxul mozbuild a littlewolfbeast2019-11-30-10/+0
| | | | | - Remove delayload dlls from which there are no imports - Remove leftover MOZ_RUST config bit.
* 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
* Remove duplicate localization noteMoonchild2019-11-19-4/+0
| | | The note -used- to be where I inserted it but was apparently moved further down by Mozilla, outside of my FoV.
* Issue #1242 - Reinstate GPU Accelerated Windows entry in about:supportwolfbeast2019-11-19-0/+22
| | | | This resolves #1242.
* Issue #1259 - Adjust Widewine strings after removing Adobe Primetime supportJustOff2019-11-16-2/+2
|
* Merge branch 'master' into mailnews-workMatt A. Tobin2019-11-10-293/+3
|\
| * 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-35/+0
| |
| * Issue #1259 - Part 2. Remove Adobe Primetime localization stringsadeshkp2019-11-10-11/+0
| |
| * Issue #1263 - Part 1: Remove DiskSpaceWatcherwolfbeast2019-11-08-239/+0
| |
* | Issue #1258 - Part 3: Make mailnews and friends buildMatt A. Tobin2019-11-03-0/+7
|/
* Issue #1265 - Expose sndio as a build option for any supporting systemGaming4JC2019-11-02-1/+1
|
* Merge pull request #1262 from athenian200/solaris-workMoonchild2019-11-02-10/+181
|\ | | | | Support Modern Solaris
| * Fix nits.athenian2002019-10-31-1/+1
| | | | | | | | I hope this addresses everything.
| * MoonchildProductions#1251 - Part 27: Fix ifdef style.athenian2002019-10-21-4/+4
| | | | | | | | 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.
| * Fix a bunch of dumb typos and omissions.athenian2002019-10-21-1/+1
| |
| * MoonchildProductions#1251 - Part 18: (Hopefully) final version of build ↵athenian2002019-10-21-4/+8
| | | | | | | | | | | | system fixes. I hope I can just apply these nice, clean changes and have everything work without having to make a mess again.
| * MoonchildProductions#1251 - Part 17: All the libffi and libxul.so issues, ↵athenian2002019-10-21-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | resolved. https://bugzilla.mozilla.org/show_bug.cgi?id=1185424 http://www.mindfruit.co.uk/2012/06/relocations-relocations.html The libxul.so fix was implemented by Mozilla in Firefox 57 and personally recommended to me by an Oracle employee on the OpenIndiana mailing list. It can easily be made ifdef XP_SOLARIS, but it seems like the new way is considered a better solution overall by the original author of the code that had it use that null pointer hack to begin with. I can't link where I found the fix for libffi because I came up with it myself while looking at the way sysv.S does things. Something clicked in my brain while reading that mindfruit link above, though, and gave me enough of a sense of what was going on to be able to fix libffi. The libffi fix looks a bit hairy because of all the FDE_ENCODE statements, but if you examine the code closely, you should find that it does exactly what it did before on all platforms besides Solaris. I later discovered that people who originally ported Firefox to Solaris never figured this out during the Firefox 52 era and had to use GNU LD for linking libxul.so while using the Sun LD for the rest of the build to make it work. For whatever reason, it works for me now without the GNU LD trick.
| * MoonchildProductions#1251 - Part 4: Core build system changes, lots of ↵athenian2002019-10-21-0/+4
| | | | | | | | | | | | | | | | 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.