Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(107)

Unified Diff: README.chromium

Issue 1019063003: Update to NSPR 4.10.8 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/nss.git@master
Patch Set: README bump Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | nspr/pr/include/prinit.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.chromium
diff --git a/README.chromium b/README.chromium
index 50656f5f7be06c4c227a1e6aff3b9ecf28f60a17..4aa56b59e5623a77a82f5c51a291f8b2b665edfc 100644
--- a/README.chromium
+++ b/README.chromium
@@ -7,7 +7,7 @@ License File: nss/COPYING
Security Critical: yes
Description:
-NSS 3.16.5 with NSPR 4.10.7
+NSS 3.16.5 with NSPR 4.10.8
This copy of NSS has been customized for Chromium. NSPR is also put here
rather than in a separate directory to emphasize the fact that Chromium is
@@ -22,7 +22,7 @@ Linux.
The source code was checked out from the mozilla.org CVS or hg repository using
the nspr-checkout.sh and nss-checkout.sh scripts in the scripts directory.
The current source code was checked out with the hg tag NSS_3_16_5_RTM
-and the hg tag NSPR_4_10_7_RTM.
+and the hg tag NSPR_4_10_8_RTM.
Local Modifications:
@@ -36,9 +36,6 @@ We made the following local changes to NSPR.
(The "system" vs. "user" thread distinction comes from Java, and
ultimately from Solaris threads.) This is a workaround for
http://crbug.com/40663.
-- patches/nspr-no-pointers-in-longs.patch Don't store pointers in longs.
- Pointers can be 64-bit, and longs are only 32-bit on Windows. See
- https://bugzilla.mozilla.org/show_bug.cgi?id=1105144
- patches/nspr-remove-io.patch: Remove IO operations in NSPR to allow NSS
to work in the sandbox. Do not initialize IO when initializing NSPR.
Windows version of NSPR also tried to use getaddrinfo to resolve hostname
« no previous file with comments | « no previous file | nspr/pr/include/prinit.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698