summaryrefslogtreecommitdiffstats
path: root/xpcom/base
Commit message (Collapse)AuthorAgeLines
* Bug 1372829 - Part 2: mozilla::EditorBase should cache raw pointer of ↵Matt A. Tobin2020-04-17-0/+5
| | | | | | nsISelectionController and nsIDocument with nsWeakPtr Tag #1375
* Issue #1053 - Remove android support from XPCOMMatt A. Tobin2020-02-22-303/+10
|
* Bug 1406922 - Make CycleCollectedJSContext to handle microtasks and make ↵Gaming4JC2020-01-26-6/+83
| | | | | | MutationObserver to use them Tag UXP Issue #1344
* Bug 1405821 - Move microtask handling to CycleCollectedJSContextGaming4JC2020-01-26-1/+63
| | | | Tag UXP Issue #1344
* Issue #1319 - Disable MOZ_LOGGING in production builds.wolfbeast2020-01-14-10/+1
| | | | | This makes it only enabled in debug builds, instead, where logging would be most useful.
* Issue #1322 - Part 1: Remove the DOM Promise guts.wolfbeast2019-12-19-16/+2
| | | | This removes all the parts guarded by SPIDERMONKEY_PROMISE
* Fix a bunch of dumb typos and omissions.athenian2002019-10-21-1/+1
|
* MoonchildProductions#1251 - Part 3: Finally end the long tradition of ↵athenian2002019-10-21-1/+1
| | | | | | | | | | | casting getpid() to int. https://bugzilla.mozilla.org/show_bug.cgi?id=535106 https://bugzilla.mozilla.org/show_bug.cgi?id=1359841 Like many parts of the busted Solaris support, this one has its origins in the pre-Firefox days. Bug 535106, another Mozilla suite bug. It keeps coming up because the core issue is never addressed, the fact that nsTSubstring doesn't know how to handle pid_t. I think the explicit cast to int is a band-aid they use because they know if they touch that substring header file to make it handle pid_t, they'll probably be asked to fix all the other problems with it. I honestly think it just works by accident on other platforms because it's implicitly cast to signed or unsigned int, even though the POSIX standard says pid_t can be either long or int, and work as either a signed or unsigned integer. Whatever the case may be, it's handled better on Solaris now than it was. Ironically enough, the main point of having pid_t rather than just having pids be int or something is to hide this little implementation detail so you can just use pid_t for the return type in portable code without having to worry about what it is on a specific platform. The unfortunate way Mozilla implemented string functions turns that on its head and makes the good things about pid_t into liabilities rather than assets.
* MoonchildProductions#1251 - Part 1: Restore initial Solaris support, fixed up.athenian2002019-10-21-0/+91
| | | | | | | | | | | | | | 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.
* Avoid some useless ForgetSkippable handling while we're already dealingwolfbeast2019-05-25-0/+5
| | | | with snow-white objects.
* Unhook CR exception handler.wolfbeast2019-04-01-78/+0
| | | | Tag #20
* Issue #187: Remove solaris conditional code.wolfbeast2019-03-30-91/+0
|
* Remove NS_IMPL_CYCLE_COLLECTION_TRAVERSE_SCRIPT_OBJECTSwolfbeast2019-01-18-1/+0
|
* Consolidate tracing and traversing.wolfbeast2019-01-18-4/+5
|
* Telemetry: Remove stubs and related codeadeshkp2019-01-12-4/+0
|
* Remove unused telemetry functions/variables.wolfbeast2018-10-01-2/+1
| | | | Tag #21.
* Remove all C++ telemetry autotimerswolfbeast2018-09-04-1/+0
|
* Remove all C++ Telemetry Accumulation calls.wolfbeast2018-09-03-20/+0
| | | | | This creates a number of stubs and leaves some surrounding code that may be irrelevant (eg. recorded time stamps, status variables). Stub resolution/removal should be a follow-up to this.
* Remove the Dark Matter Detector (DMD) Memeory debugger component.wolfbeast2018-05-23-263/+3
| | | | This resolves #376.
* Remove MOZ_WIDGET_GONK [1/2]wolfbeast2018-05-12-48/+0
| | | | Tag #288
* Remove sandbox ductwork conditional code.wolfbeast2018-05-03-27/+0
|
* Remove support for making jemalloc4 the default memory allocator.wolfbeast2018-04-27-2/+0
|
* Rebase on masterwolfbeast2018-04-11-2/+2
|\
| * Fix Value::isGCThing footgun, stop returning true for NullValuetrav902018-04-07-2/+2
| |
* | Remove base conditional code for crash reporter and injector.wolfbeast2018-03-30-86/+0
|/
* Bug 1343600 - Add TLS handshake Start/Stop eventsjanekptacijarabaci2018-02-11-7/+9
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+27150