| Index: README.chromium
|
| ===================================================================
|
| --- README.chromium (revision 293124)
|
| +++ README.chromium (working copy)
|
| @@ -36,6 +36,9 @@
|
| (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
|
|
|