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

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: 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') | nspr/pr/src/io/prlog.c » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.chromium
diff --git a/README.chromium b/README.chromium
index 50656f5f7be06c4c227a1e6aff3b9ecf28f60a17..fc13a903e5bdb8e1779fbc6151d1c2344539cde7 100644
--- a/README.chromium
+++ b/README.chromium
@@ -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') | nspr/pr/src/io/prlog.c » ('J')

Powered by Google App Engine
This is Rietveld 408576698