| Index: third_party/nss/README.chromium
|
| ===================================================================
|
| --- third_party/nss/README.chromium (revision 39612)
|
| +++ third_party/nss/README.chromium (working copy)
|
| @@ -28,6 +28,12 @@
|
| - patches/nspr-static.patch: to build NSPR as static libraries. See NSPR
|
| bug 533014 (https://bugzilla.mozilla.org/show_bug.cgi?id=533014).
|
| - patches/prcpucfg.h: added to the mozilla/nsprpub/pr/include directory.
|
| +- patches/nspr-attach-as-system-thread.patch: attach a "foreign" thread
|
| + (a thread not created by NSPR) to NSPR as a "system" thread rather than
|
| + a "user" thread, which needs to terminate before PR_Cleanup can return.
|
| + (The "system" vs. "user" thread distinction comes from Java, and
|
| + ultimately from Solaris threads.) This is a workaround for
|
| + http://crbug.com/40663.
|
|
|
| We made the following local changes to NSS.
|
| - patches/nss-static.patch: to build NSS as static libraries and omit
|
|
|