Jan de Mooij
8f08457946
Bug 1247630 - Add CoreServices to OS_LIBS on OS X to fix standalone NSPR build. r=ted
2016-02-16 16:53:10 +01:00
Landry Breuil
be31cdb9dc
Bug 1243493 - Add BSDs to NSPR moz.build. r=ted
2016-01-29 21:06:03 +00:00
Sebastian Hengst
6fe3862e9a
Backed out 2 changesets (bug 1247250) for bustage. r=bustage on a CLOSED TREE
...
Backed out changeset 8aded3a039f5 (bug 1247250)
Backed out changeset 374e6d0abf0e (bug 1247250)
2016-02-12 00:42:48 +01:00
Masatoshi Kimura
e1c41da56e
Bug 1247250 - Enable TLS 1.3 draft 11 anti-downgrade on non-secure fallback. r=keeler
2016-02-12 07:36:37 +09:00
Steve Fink
ed8fe865f2
Bug 1243233 - Test ALLOW_COMPILER_WARNINGS instead of WARNINGS_AS_ERRORS, and move it to after it is set, r=glandium
...
ALLOW_COMPILERS_WARNINGS is set in moz.build files, which end up producing backend.mk files, which are loaded as part of config/rules.mk.
2016-01-29 12:08:26 -08:00
Kai Engert
7cdbfad50a
Bug 1245053, land NSS_3_23_BETA4, r=me, includes a makefile change to adjust for NSS changes, patch by EKR, r=kaie
2016-02-08 16:16:25 +01:00
Frédéric Wang
c95cb64339
Bug 1227058 - Include the woff2 library in the gecko build. b=1227058, r=jfkthame
2016-02-02 08:52:00 +01:00
Ted Mielczarek
675026d895
bug 1243349 - fix NSPR link paths for NSS. r=mshal
2016-01-27 09:28:40 -05:00
Carsten "Tomcat" Book
2fde7fbd27
Backed out changeset b538734b6a17 (bug 1243349) for bustage on a CLOSED TREE
2016-01-27 16:13:12 +01:00
Ted Mielczarek
b96a902ba3
bug 1243349 - fix NSPR link paths for NSS. r=glandium
2016-01-27 09:28:40 -05:00
Ted Mielczarek
c7d9905c34
backout bug 1237863 - Silence linker errors from MOZ_FOLD_LIBS on Windows for causing shutdown crashes on Windows (bug 1242802). r=me
2016-01-26 12:57:48 -05:00
Tim Taubert
1be3a0614f
Bug 1191936 - Implement RSA-PSS signing and verification r=rbarnes,smaug
2015-10-13 20:22:43 +02:00
Ted Mielczarek
b2a67768aa
bug 1230117 - Stop using NSPR's configure. r=glandium
2016-01-21 06:04:11 -05:00
Ted Mielczarek
d510e88af3
bug 1237863 - Silence linker errors from MOZ_FOLD_LIBS on Windows. r=glandium
2016-01-15 05:58:22 -05:00
Nathan Froyd
6e14cfe474
Bug 1155198 - export symbols used by Java from Firefox-built NSS library; r=glandium
2016-01-14 11:22:07 -05:00
Mike Hommey
7f5341dfb4
Bug 1237140 - Pass NSS_EXTRA_SYMBOLS_FILE down to nss.symbols processing. r=gps
2016-01-20 07:24:40 +09:00
Jed Davis
b1a19f116a
Bug 1133073 - Use PR_DuplicateEnvironment to avoid post-fork malloc on all Linux platforms. r=dhylands
2016-01-11 14:17:01 -08:00
Jed Davis
f8ada5198c
Back out 7f6bb9f7e60d (bug 1133073) for bustage. Sorry about that.
2016-01-11 13:29:53 -08:00
Jed Davis
d5374987d3
Bug 1133073 - Use PR_DuplicateEnvironment to avoid post-fork malloc on all Linux platforms. r=dhylands
2016-01-11 12:46:50 -08:00
Jean-Yves Avenard
c7458986f6
Bug 1214462: P5. Enable ffvpx compilation and use. r=glandium
2016-01-06 23:03:53 +11:00
Phil Ringnalda
8e63d86ab8
Back out 6 changesets (bug 1214462) for Win PGO build bustage, reftest failures and mochitest failures
...
CLOSED TREE
Backed out changeset 803dba2adb27 (bug 1214462)
Backed out changeset e1b318c9c1db (bug 1214462)
Backed out changeset 3a421412b161 (bug 1214462)
Backed out changeset 2b388a17f4be (bug 1214462)
Backed out changeset 6a290f27f9bc (bug 1214462)
Backed out changeset 3dbf22bf17a4 (bug 1214462)
2015-12-30 20:37:08 -08:00
Jean-Yves Avenard
98cb36a844
Bug 1214462: P5. Enable ffvpx compilation and use. r=glandium
2015-12-31 13:17:24 +11:00
Mike Hommey
377faccb6b
Bug 1235676 - Add a global ABS_DIST variable for a non-relative version of DIST, based on topobjdir. r=mshal
...
This replaces multiple local definitions of ABS_DIST.
2015-12-31 08:10:02 +09:00
Mike Hommey
c7e69c7240
Bug 1235132 - Remove _PR_* symbols from nss.symbols. r=gps
...
The only affected symbols are
_PR_<architecture>_Atomic{Decrement,Set,Add,Increment}, they are not exposed in
public headers, have a different name on each architecture, and have a public
API: PR_Atomic{Decrement,Set,Add,Increment}.
2015-12-31 07:25:42 +09:00
Mike Hommey
c2dcf82b4b
Bug 1235132 - Convert sqlite and nss to SYMBOLS_FILE. r=gps
2015-12-31 07:22:08 +09:00
Chris Peterson
6a48cd847d
Bug 1232223 - Part 2: Remove MOZ_VPX #ifdefs because VPx is always supported, though not necessarily enabled. r=jya
2015-12-12 13:21:55 -05:00
Chris Peterson
78c35caebc
Bug 1232223 - Part 1: Remove MOZ_WEBM #ifdefs because WebM is always supported, though not necessarily enabled. r=jya r=glandium
2015-12-12 13:49:07 -05:00
Kai Engert
38c05169d7
Bug 1211568, land NSS_3_21_RTM r=martin.thomson, and adjust Makefiles r=mh
2015-11-13 18:03:01 +01:00
Masatoshi Kimura
e178ef3a87
Bug 1223131 - Don't remove a host from the whitelist if the version fallback was needed. r=keeler
2015-11-12 07:18:37 +09:00
Phil Ringnalda
582d9740e2
Back out changeset bda43f333e1a (bug 1211568) for "Could not find EV root in NSS storage" assertion failures
...
CLOSED TREE
2015-11-10 08:18:47 -08:00
Kai Engert
4620de06d1
Bug 1211568, land NSS_3_21_RTM r=martin.thomson, and adjust Makefiles r=mh
2015-11-10 16:24:15 +01:00
Martin Thomson
84522ca03e
Bug 1211568 - Update NSS to 3.21 Beta 3, r=kaie
2015-10-23 11:39:23 -07:00
Martin Thomson
2dcd1e69ef
Bug 1216318 - Disable warnings as errors in NSS by default, r=ted
2015-10-23 11:41:49 -07:00
Wes Kocher
6d5e7a8177
Merge b2ginbound to central, a=merge
2015-10-20 14:59:07 -07:00
Fabrice Desré
9521b5b535
Bug 864843 - Part 3. Add build config of ICU for Android r=glandium
2015-10-19 22:25:44 -07:00
Mike Hommey
a40deb2059
Bug 1211765 - Remove remnants from --with-libxul-sdk. r=bsmedberg
...
The configure option has explicitly thrown an error for more than a year now,
and it happens that the remaining way to still forcefully use it has been
broken for more than 8 months.
2015-10-14 08:02:34 +09:00
Ehsan Akhgari
4d99c3a2a6
Bug 1214464 - Don't detect leaks during ICU build; r=glandium
2015-10-20 08:41:32 -04:00
Cykesiopka
41072e613f
Bug 1215779 - Remove broken (non-EC) DSA keygen code. r=keeler
2015-10-19 22:54:00 +02:00
Mike Hommey
63e6851011
Bug 1209875 - Get rid of XULPPFLAGS. r=gps
...
The flags added in toolkit/locales/Makefile.in turn out not to be actually
used, so just remove that.
The remaining uses of XULPPFLAGS are to set debug flags depending on whether
MOZ_DEBUG is set or not. Just set a dedicated variable with the right value
from configure.
2015-10-01 07:30:48 +09:00
Nicholas Nethercote
10d95cca57
Bug 1198334 (part 1) - Replace the opt-in FAIL_ON_WARNINGS with the opt-out ALLOW_COMPILER_WARNINGS. r=glandium.
...
The patch removes 455 occurrences of FAIL_ON_WARNINGS from moz.build files, and
adds 78 instances of ALLOW_COMPILER_WARNINGS. About half of those 78 are in
code we control and which should be removable with a little effort.
2015-08-27 20:44:53 -07:00
Mike Hommey
eb7cd4f7cf
Bug 1196608 - Link liblgpllibs against mozglue. r=mshal
2015-08-21 14:29:08 +09:00
Jacek Caban
666295f515
Bug 856404 - Enable libraries folding on mingw. r=glandium
2015-08-06 13:26:33 +02:00
Kyle Machulis
bdea3bb66f
Bug 1157768 - Build files and config headers for libav fft; r=glandium
2015-07-10 14:34:07 -07:00
Wes Kocher
741b8c3fc2
Backed out 3 changesets (bug 1157768) for win64 pgo build bustage CLOSED TREE
...
Backed out changeset 24ced1b9f9dd (bug 1157768)
Backed out changeset 55efd92ce59d (bug 1157768)
Backed out changeset 812f311c4ee4 (bug 1157768)
2015-07-09 14:40:20 -07:00
Kyle Machulis
cd750a2fbb
Bug 1157768 - Build files and config headers for libav fft; r=glandium
2015-07-09 09:07:52 -07:00
Kyle Machulis
3a233ed321
Bug 1176300 - Add lgpllibs library to build system; r=glandium
2015-07-07 21:17:08 -07:00
Martin Thomson
3fbdd7b996
Bug 1172785 - RTCCertificate implementation, r=rbarnes
2015-07-06 10:40:04 -07:00
Rex Hung
1b1cbb5d50
bug 1173070 - expose VFY_EndWithSignature from NSS r=keeler
2015-06-09 15:51:38 -07:00
Kelly Davis
60bc7baa75
Bug 1051146 - Part 3: Introduce build system changes for the new Pocketsphinx and Sphinxbase code. r=smaug, r=gps
2015-05-27 21:39:00 -04:00
Mike Hommey
4b1a50686e
Bug 1169158 - Avoid NSPR using dates it generates at build time. r=gps
2015-06-03 08:20:15 +09:00