gecko-dev/nsprpub/patches
Kai Engert bd89e46882 Bug 1399100, temporarily expose an NSPR helper function, only for Firefox 57, feedback+=mcmanus, r=fkiefer
This is an exception from the usual NSPR release upgrade process and essentially an agreed temporary fork, which will be undone for Firefox 58.
This change isn't causing any harm, because the temporary API is used only for Windows, and only accessed using dynamic symbol lookup, so it will not cause any issue on operating systems that use a system-wide install copy of NSPR without the symbol.
UPGRADE_NSPR_RELEASE
2017-09-18 19:04:19 +02:00
..
README.TXT Bug 1399100, temporarily expose an NSPR helper function, only for Firefox 57, feedback+=mcmanus, r=fkiefer 2017-09-18 19:04:19 +02:00
bug1399100-temporary.patch Bug 1399100, temporarily expose an NSPR helper function, only for Firefox 57, feedback+=mcmanus, r=fkiefer 2017-09-18 19:04:19 +02:00

README.TXT

bug1399100-temporary.patch :
  This is a temporary patch as described in
    https://bugzilla.mozilla.org/show_bug.cgi?id=1399100
  It is temporarily necessary because of the changes in
    https://bugzilla.mozilla.org/show_bug.cgi?id=1384633
  The patch should be re-applied during the Firefox 57 release cycle,
  if other changes to NSPR are necessary during the lifetime of Firefox 57.
  The temporary API will be removed for Firefox 58, as agreed in
    https://bugzilla.mozilla.org/show_bug.cgi?id=1394808