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

Issue 12084035: Update to NSPR 4.9.5, part 1: MPL 2 upgrade only. (Closed)

Created:
7 years, 10 months ago by wtc
Modified:
7 years, 10 months ago
Reviewers:
Ryan Sleevi
CC:
chromium-reviews
Visibility:
Public.

Description

Update to NSPR 4.9.5, part 1: MPL 2 upgrade only. For ease of reviewing the actual changes, I split the update to NSPR 4.9.5 into two parts. Part 1 is the MPL 2 upgrade only, which occurred in NSPR 4.9.1 (https://bugzilla.mozilla.org/show_bug.cgi?id=716564). mozilla/nsprpub/LICENSE is a new file containing MPL 2. R=rsleevi@chromium.org BUG=172762 TEST=none

Patch Set 1 #

Total comments: 2

Patch Set 2 : Set License File to mozilla/security/nss/COPYING #

Unified diffs Side-by-side diffs Delta from patch set Stats (+894 lines, -6066 lines) Patch
M README.chromium View 1 1 chunk +2 lines, -2 lines 0 comments Download
A mozilla/nsprpub/LICENSE View 1 chunk +373 lines, -0 lines 0 comments Download
M mozilla/nsprpub/lib/ds/plarena.h View 1 chunk +3 lines, -36 lines 0 comments Download
M mozilla/nsprpub/lib/ds/plarena.c View 1 chunk +3 lines, -36 lines 0 comments Download
M mozilla/nsprpub/lib/ds/plarenas.h View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/lib/ds/plhash.h View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/lib/ds/plhash.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/lib/libc/include/plbase64.h View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/lib/libc/include/plerror.h View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/lib/libc/include/plgetopt.h View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/lib/libc/include/plstr.h View 1 chunk +3 lines, -36 lines 0 comments Download
M mozilla/nsprpub/lib/libc/src/base64.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/lib/libc/src/plerror.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/lib/libc/src/plgetopt.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/lib/libc/src/strcase.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/lib/libc/src/strcat.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/lib/libc/src/strchr.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/lib/libc/src/strcmp.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/lib/libc/src/strcpy.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/lib/libc/src/strdup.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/lib/libc/src/strlen.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/lib/libc/src/strpbrk.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/lib/libc/src/strstr.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/lib/libc/src/strtok.c View 1 chunk +3 lines, -36 lines 0 comments Download
M mozilla/nsprpub/pr/include/md/_darwin.h View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/include/md/_darwin.cfg View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/include/md/_linux.h View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/include/md/_linux.cfg View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/include/md/_pcos.h View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/include/md/_pth.h View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/include/md/_unix_errors.h View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/include/md/_unixos.h View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/include/md/_win32_errors.h View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/include/md/_win95.h View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/include/md/_win95.cfg View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/include/md/prosdep.h View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/include/nspr.h View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/include/obsolete/pralarm.h View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/include/obsolete/probslet.h View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/include/obsolete/protypes.h View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/include/obsolete/prsem.h View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/include/pratom.h View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/include/prbit.h View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/include/prclist.h View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/include/prcmon.h View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/include/prcountr.h View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/include/prcpucfg.h View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/include/prcvar.h View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/include/prdtoa.h View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/include/prenv.h View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/include/prerr.h View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/include/prerror.h View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/include/prinet.h View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/include/prinit.h View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/include/prinrval.h View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/include/prio.h View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/include/pripcsem.h View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/include/private/pprio.h View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/include/private/pprmwait.h View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/include/private/pprthred.h View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/include/private/primpl.h View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/include/private/prpriv.h View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/include/prlink.h View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/include/prlock.h View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/include/prlog.h View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/include/prlong.h View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/include/prmem.h View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/include/prmon.h View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/include/prmwait.h View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/include/prnetdb.h View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/include/prolock.h View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/include/prpdce.h View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/include/prprf.h View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/include/prproces.h View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/include/prrng.h View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/include/prrwlock.h View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/include/prshm.h View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/include/prshma.h View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/include/prsystem.h View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/include/prthread.h View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/include/prtime.h View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/include/prtpool.h View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/include/prtrace.h View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/include/prtypes.h View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/include/prvrsion.h View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/include/prwin16.h View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/io/prdir.c View 1 chunk +3 lines, -36 lines 0 comments Download
M mozilla/nsprpub/pr/src/io/prfdcach.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/io/prfile.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/io/prio.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/io/priometh.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/io/pripv6.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/io/prlayer.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/io/prlog.c View 1 chunk +3 lines, -36 lines 0 comments Download
M mozilla/nsprpub/pr/src/io/prmapopt.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/io/prmmap.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/io/prmwait.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/io/prpolevt.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/io/prprf.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/io/prscanf.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/io/prsocket.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/io/prstdio.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/linking/prlink.c View 1 chunk +3 lines, -36 lines 0 comments Download
M mozilla/nsprpub/pr/src/malloc/prmalloc.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/malloc/prmem.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/md/prosdep.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/md/unix/darwin.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/md/unix/linux.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/md/unix/os_Darwin.s View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/md/unix/os_Darwin_x86.s View 1 chunk +3 lines, -36 lines 0 comments Download
M mozilla/nsprpub/pr/src/md/unix/os_Darwin_x86_64.s View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/md/unix/os_Linux_x86.s View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/md/unix/os_Linux_x86_64.s View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/md/unix/unix.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/md/unix/unix_errors.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/md/unix/uxproces.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/md/unix/uxrng.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/md/unix/uxshm.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/md/unix/uxwrap.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/md/windows/ntgc.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/md/windows/ntinrval.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/md/windows/ntmisc.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/md/windows/ntsec.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/md/windows/ntsem.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/md/windows/w32ipcsem.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/md/windows/w32poll.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/md/windows/w32rng.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/md/windows/w32shm.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/md/windows/w95cv.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/md/windows/w95dllmain.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/md/windows/w95io.c View 1 chunk +3 lines, -36 lines 0 comments Download
M mozilla/nsprpub/pr/src/md/windows/w95sock.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/md/windows/w95thred.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/md/windows/win32_errors.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/memory/prseg.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/memory/prshm.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/memory/prshma.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/misc/pralarm.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/misc/pratom.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/misc/prcountr.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/misc/prdtoa.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/misc/prenv.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/misc/prerr.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/misc/prerror.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/misc/prerrortable.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/misc/prinit.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/misc/prinrval.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/misc/pripc.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/misc/pripcsem.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/misc/prlog2.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/misc/prlong.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/misc/prnetdb.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/misc/prolock.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/misc/prrng.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/misc/prsystem.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/misc/prthinfo.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/misc/prtime.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/misc/prtpool.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/misc/prtrace.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/pthreads/ptio.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/pthreads/ptmisc.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/pthreads/ptsynch.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/pthreads/ptthread.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/threads/combined/prucpu.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/threads/combined/prucv.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/threads/combined/prulock.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/threads/combined/prustack.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/threads/combined/pruthr.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/threads/prcmon.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/threads/prcthr.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/threads/prdump.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/threads/prmon.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/threads/prrwlock.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/threads/prsem.c View 1 chunk +3 lines, -35 lines 0 comments Download
M mozilla/nsprpub/pr/src/threads/prtpd.c View 1 chunk +3 lines, -35 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
wtc
7 years, 10 months ago (2013-01-29 00:29:35 UTC) #1
Ryan Sleevi
https://codereview.chromium.org/12084035/diff/1/README.chromium File README.chromium (left): https://codereview.chromium.org/12084035/diff/1/README.chromium#oldcode6 README.chromium:6: License File: http://www.mozilla.org/MPL/ update this to: License File: mozilla/nsprpub/LICENSE
7 years, 10 months ago (2013-01-29 00:34:45 UTC) #2
Ryan Sleevi
lgtm
7 years, 10 months ago (2013-01-29 00:34:50 UTC) #3
wtc
https://codereview.chromium.org/12084035/diff/1/README.chromium File README.chromium (left): https://codereview.chromium.org/12084035/diff/1/README.chromium#oldcode6 README.chromium:6: License File: http://www.mozilla.org/MPL/ On 2013/01/29 00:34:45, Ryan Sleevi wrote: ...
7 years, 10 months ago (2013-01-29 01:00:41 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wtc@chromium.org/12084035/9007
7 years, 10 months ago (2013-01-29 01:05:35 UTC) #5
commit-bot: I haz the power
7 years, 10 months ago (2013-01-29 01:06:57 UTC) #6
Message was sent while issue was closed.
Change committed as 179236

Powered by Google App Engine
This is Rietveld 408576698