Граф коммитов

1937 Коммитов

Автор SHA1 Сообщение Дата
Kai Engert 3d4de91391 Bug 1393854, land NSPR_4_18_RTM, no code change, only version numbers, r=me
UPGRADE_NSPR_RELEASE
DONTBUILD
2017-09-19 18:43:02 +02:00
Kai Engert bd89e46882 Bug 1399100, temporarily expose an NSPR helper function, only for Firefox 57, feedback+=mcmanus, r=fkiefer
This is an exception from the usual NSPR release upgrade process and essentially an agreed temporary fork, which will be undone for Firefox 58.
This change isn't causing any harm, because the temporary API is used only for Windows, and only accessed using dynamic symbol lookup, so it will not cause any issue on operating systems that use a system-wide install copy of NSPR without the symbol.
UPGRADE_NSPR_RELEASE
2017-09-18 19:04:19 +02:00
Kai Engert 8dcb823976 Bug 1393854, NSPR_4_17_BETA2
UPGRADE_NSPR_RELEASE
2017-09-18 19:01:47 +02:00
Kai Engert 5f98c11330 Bug 1393854, NSPR_4_17_BETA1
UPGRADE_NSPR_RELEASE

--HG--
extra : amend_source : d550e98a0f62acae0b6321ca58ef0c82bb845010
2017-08-25 19:01:51 +02:00
Dragana Damjanovic 77398bcd88 UPGRADE_NSPR_RELEASE This is a temporary change to the nspr code in mozilla-central. We believe we have identified a fix to TCP Fast open feature crashes. We would like to verify the fix before making changes in nspr and investing time in doing a proper fix in nspr. The issue has been discussed over e-mails and this push is justifiable before commiitting changes to nspr. Overwriting this push by a new nspr release will not break mozilla-central it will only disable the TCP fast open feature. Patch has been reviewed in bug 1384633. r=mcmanus r=:kaie: r=mayhemer a=jduell a=mcmanus 2017-08-10 23:25:31 +02:00
Kai Engert 4b5d3d40a9 Bug 1372579, uplift NSPR_4_16_RTM, no code changes, only version numbers, r=me
UPGRADE_NSPR_RELEASE, DONTBUILD

--HG--
extra : amend_source : 6c51fc6eac78a06c3f2bfbcfa98cee2ec0986d00
2017-07-27 15:33:57 +02:00
Kai Engert f2a78cd788 Bug 1372579, uplift NSPR_4_16_BETA2, r=me
UPGRADE_NSPR_RELEASE

--HG--
extra : amend_source : f023c38ec4b7a96dd794e50832ca016c124e9728
2017-07-14 17:23:45 +02:00
Kai Engert 344c3e1695 Bug 1372579, uplift NSPR_4_16_BETA1, r=me
UPGRADE_NSPR_RELEASE
2017-06-23 15:52:30 +02:00
Kai Engert 39b3dcd820 Bug 1350291, landing final NSPR 4.15 RTM tag, no code change, just version number, r=me
UPGRADE_NSPR_RELEASE, DONTBUILD

--HG--
extra : amend_source : 05aeb0bcaaaaab1d793158910126a4d6063b8e22
2017-06-06 12:19:16 +02:00
Kai Engert cfffe44f41 Bug 1350291, uplift NSPR_4_15_BETA2, r=franziskus 2017-05-10 17:36:58 +02:00
Dragana Damjanovic dd.mozilla@gmail.com 7e58b54e20 Bug 1358466 - Define pt_sendto only on Linux and fix comments. r=mcmanus 2017-04-24 17:32:23 +02:00
Dragana Damjanovic dd.mozilla@gmail.com 8e864608b1 Bug 1310197 - Fix comment.r=me 2017-04-21 11:43:03 +08:00
Dragana Damjanovic ecca1ff420 Bug 1310197 - Implement fast open nspr part. r=mcmanus,bagder 2017-04-20 14:11:26 +08:00
Wes Kocher 1183e95625 Backed out changeset 54d50e4a99b2 (bug 1310197) for win64 bustage a=backout 2017-04-13 15:30:35 -07:00
Dragana Damjanovic 4a9976e555 Bug 1310197 - Implement fast open nspr part. r=mcmanus,bagder 2017-04-13 22:44:54 +02:00
Kai Engert dde6d304aa Bug 1350291, uplift NSPR_4_15_BETA, r=franziskus 2017-03-24 14:58:00 +01:00
Kai Engert 0ae71d2d30 Bug 1347932, land NSPR_4_14_RTM, no code change, reusing r=franziskus
DONTBUILD
2017-03-24 12:07:13 +01:00
Kai Engert 4d0a5cb45a Bug 1347932, uplift NSPR_4_14_BETA2, r=franziskus 2017-03-16 17:22:25 +01:00
Nils Ohlmeier [:drno] 89bca50d6a Bug 1331810: enable sending of 0 size UDP packets in NSPR. r=ted
MozReview-Commit-ID: 5Yvk7stHwdn

--HG--
extra : rebase_source : 3506fde8a550048c2a19b2517692ea2a04b396b9
2017-01-18 11:50:12 -08:00
Gregory Szorc aa43a43343 Backed out changeset a77fb6a85fc8 (bug 1315695) for breaking PGO 2016-11-16 11:15:05 -08:00
Gregory Szorc fe6c695ca9 Bug 1315695 - Use Python to adjust pgo.relink mtime; r=ted
`touch -t` may not correctly handle timezones across DST changes
because it accepts a timezone-less date string. Work around this by
using Python and UNIX timestamps to adjust the mtime of the
pgo.relink file.

If this doesn't fix the issue, then signs would seem to point to
a bug in MSVC's PGO process not working correctly when run across
timezones.

MozReview-Commit-ID: KtTHmLSZuES

--HG--
extra : rebase_source : 2ea74cfc50b4abeb67c6f2131251c9cd702a1608
2016-11-07 10:52:11 -08:00
Liang-Heng Chen 2e3f6cb3d1 Bug 1288308 - Part 2: implement Named Pipe IO layer; r=bagder,mayhemer
MozReview-Commit-ID: 85MbD0QFRRq
2016-11-03 18:15:08 +08:00
Liang-Heng Chen f928a5954c Bug 1288308 - Part 0: add Named Pipe type on Windows platform; r=bagder
MozReview-Commit-ID: It2l5BJuHiS
2016-11-03 18:15:07 +08:00
Carsten "Tomcat" Book b0e2113477 Backed out changeset 41aca5073e9d (bug 1288308) for m-oth failures 2016-11-02 15:35:51 +01:00
Carsten "Tomcat" Book be1e54206b Backed out changeset e81bf7852eb2 (bug 1288308) 2016-11-02 15:34:44 +01:00
Liang-Heng Chen f488defde2 Bug 1288308 - Part 2: implement Named Pipe IO layer; r=bagder,mayhemer
MozReview-Commit-ID: 85MbD0QFRRq
2016-11-02 18:43:33 +08:00
Liang-Heng Chen 77847254f2 Bug 1288308 - Part 0: add Named Pipe type on Windows platform; r=bagder
MozReview-Commit-ID: It2l5BJuHiS
2016-11-02 18:43:29 +08:00
Kai Engert 5fa2daa9c4 Bug 1311366, update to 4.13.1 to pick up a regression fix, r=ted 2016-10-21 12:34:54 +02:00
Kai Engert 300ee5f502 Bug 1293329, Upgrade Firefox 51 to NSPR 4.13, finalizing version numbers, no code change, reusing r=ted
--HG--
extra : rebase_source : ed3a86956d9003b1e5a770a557f12961141f3f43
2016-09-27 03:34:52 +02:00
Kai Engert 6817028a44 Bug 1293329, NSPR_4_13_BETA3, reusing r=ted 2016-09-12 05:36:36 -07:00
Kai Engert 02e277f76d Bug 1293329, land NSPR_4_13_BETA2, r=ted 2016-08-27 11:06:04 +02:00
Patrick McManus 4a39e1e4b7 Bug 1257250 - pr_getnameforidentity bounds check and locking r=ted.mielczarek 2016-03-15 17:44:17 -04:00
Kai Engert 4d171a3129 Bug 1244062, Upgrade Firefox 47 to NSPR 4.12, final version numbers, no code changes, r=me 2016-02-22 16:48:20 +01:00
Kai Engert d3fd404b9b Bug 1244062, NSPR_4_12_BETA2, and Bug 1245053, NSS_3_23_BETA2 2016-02-02 11:50:47 +01:00
Ted Mielczarek 2e55f44180 bug 1237869 - Tweak NSPR to build with Mozilla's build system. r=glandium
Fixes three issues that occur when building using Mozilla's build system instead of NSPR's build system:
1) The top-level configure defines WIN32_LEAN_AND_MEAN which makes a Windows header not get included for ntinrval.c.
2) Visibility issue with __mmap2 on Android in unix.c.
3) Visibility issue with __asan_{poison,unpoison}_memory in plarena.h.

--HG--
extra : commitid : BiyNfsoQ3d7
extra : rebase_source : 67d40d085282354dfa17985512af55d34093bd18
2016-01-15 09:58:59 -05:00
Sylvestre Ledru e44d9581a2 Bug 1216283 - land NSPR_4_11_RTM, r=dkeeler 2015-11-18 18:43:32 +01:00
Kai Engert a4ddcd6c5b Bug 1216283, NSPR_4_11_BETA1, r=keeler 2015-10-20 12:37:29 +02:00
Kai Engert a922dcab99 Bug 1215200, NSPR_4_10_10_RTM and NSS 3_20_1_RTM, bump version requirements, r=keeler 2015-10-20 12:34:15 +02:00
James Cowgill bffdd4d952 Bug 1129878 - nspr: enable atomic instructions on mips r=hev
---
 nsprpub/pr/include/md/_linux.h | 10 ++++++++++
 nsprpub/pr/include/pratom.h    |  4 +++-
 2 files changed, 13 insertions(+), 1 deletion(-)
2015-10-17 23:41:10 +08:00
Kai Engert 3556fa0bdc Bug 1215200, NSPR_4_10_10_RC1 and NSS_3_20_1_RC0, r=dkeeler 2015-10-16 15:29:23 +02:00
Nigel Babu d45a6e832d Backed out changeset b46b688e6295 (bug 1215200) for build bustage ON A CLOSED TREE 2015-10-16 11:52:10 +05:30
Kai Engert 8826499e8a Bug 1215200, Upgrade to NSPR 4.10.10 and NSS 3.20.1, landing release candidate tags, r=dkeeler 2015-10-16 08:04:16 +02:00
Kai Engert 266b36b217 Bug 1191269, set NSPR version to final tag, no code change, DONTBUILD 2015-08-19 18:05:33 +02:00
Kai Engert 781de155ba Bug 1191269, Update Mozilla 42 to NSPR 4.10.9, landing NSPR_4_10_9_BETA3, r=ted 2015-08-05 13:03:50 +02:00
Jed Davis cd59bd03ec Bug 1162780 - Update NSPR to NSPR_4_10_9_BETA2. r=ted 2015-07-22 10:52:39 -07:00
Jacek Caban d59a3dbd6c Bug 856404 - Don't default HOST_* variables to target ones when cross compiling. r=ted
--HG--
extra : rebase_source : 9fd8ebf603aec4bf3c999aec7cf993f1dff7db68
2015-04-29 10:50:00 -04:00
Kai Engert 2fd6028f87 Bug 1124903 - Update to NSPR 4.10.8 final (not beta), r=wtc 2015-01-22 23:53:31 +01:00
Brian Smith ff76826a46 Bug 1120778: Update NSPR to NSPR 4.10.8 beta 3 (NSPR_4_10_8_BETA3), r=me
--HG--
extra : rebase_source : 86352e7b5bcf8eaa7486a835f04676bbc8aed613
2015-01-12 19:29:56 -08:00
Landry Breuil b11a5cfaf0 Bug 1119469: update NSPR to NSPR_4_10_8_BETA2 r=ted
Uplifts bugs 1106600, 1105144, 1072454, 1107063, 756047, 782113, 1060292, 573192 and 1060401
2015-01-09 09:58:22 +01:00
Kai Engert bca16ce1ed Bug 1049006 - Update Mozilla 33 to use NSS 3.17 final and NSPR 4.10.7 final, r=wtc 2014-08-13 21:47:00 +02:00