gecko-dev/browser
Tom Ritter 1f279f7006 Bug 1547519 - Fix jemalloc redirections for MinGW build r=glandium
In the MinGW build, calls to malloc inside mozglue were not being
redirected as defined in the .def file. We create aliases for the
redirected functions to correctly redirect them inside mozglue.

An alternate solution for this exists. Rather than creating the
importlib during the linking step for mozglue, we could have used
dlltool to create it, and then provided it during linking. This
would allow mozglue to know that it should redirect calls to malloc
to je_malloc as specified in the .def file.

Differential Revision: https://phabricator.services.mozilla.com/D38407

--HG--
extra : moz-landing-system : lando
2019-09-04 02:40:08 +00:00
..
actors Bug 1569738, make PageInfo fission compatible r=mconley 2019-08-29 20:31:19 +00:00
app Bug 1577706 - move checks for -url from toolkit into browser code, and make osint sanitizer app-agnostic, r=mossop 2019-09-03 17:01:33 +00:00
base Bug 1578375 - Stop flushing layout in SearchOneOffs::__rebuild when used with the address bar. r=adw 2019-09-03 18:32:32 +00:00
branding Bug 1575440 - Add context-fill and dark mode support for horizontal-lockup.svg r=dao 2019-08-27 11:56:54 +00:00
components Bug 1578324 - Cleanup some text-align properties in about:logins. r=jaws 2019-09-04 01:27:36 +00:00
config Bug 1547519 - Fix jemalloc redirections for MinGW build r=glandium 2019-09-04 02:40:08 +00:00
docs
extensions Bug 1576613 - Update pdf.js to version 2.3.129. r=bdahl 2019-09-03 21:16:18 +00:00
fonts
fxr
installer Backed out changeset 3ab29c05ea2f (bug 1521893) build bustage in /builds/worker/workspace/build/src/widget/cocoa/nsTouchBarInputIcon.h. CLOSED TREE 2019-08-29 06:18:29 +03:00
locales Bug 1558439 - Log warning to web console when add-on installation was blocked due to fullscreen. r=johannh,mixedpuppy 2019-08-30 16:34:08 +00:00
modules Bug 1468355 - Optimize checking for site data usage for the site identity panel. r=Gijs 2019-08-28 21:45:30 +00:00
themes Bug 1577000 - Fix Megabar breakout width on window resize. r=dao 2019-09-03 22:28:39 +00:00
tools/mozscreenshots Bug 1525773 - remove windows10-aarch64 skip clause from browser/tools/mozscreenshots/browser.ini r=jmaher 2019-08-26 15:54:36 +00:00
.eslintrc.js
app.mozbuild
build.mk
confvars.sh
defs.mk
l10n-registry.manifest
LICENSE
Makefile.in
moz.build
moz.configure