New build of Serpent/UXP for XP!
Test binary:
Win32 https://o.rths.cf/basilisk/basilisk52-g4.3.win32-git-20190629-e4b2fa17b-xpmod.7z
Win64 https://o.rths.cf/basilisk/basilisk52-g4.3.win64-git-20190629-e4b2fa17b-xpmod.7z
source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/custom
NM28XP build:
Win32 https://o.rths.cf/palemoon/palemoon-28.6.0a1.win32-git-20190629-e4b2fa17b-xpmod.7z
Win64 https://o.rths.cf/palemoon/palemoon-28.6.0a1.win64-git-20190629-e4b2fa17b-xpmod.7z
Official repo changes since my last build:
- Convert CopyBoxedOrUnboxedDenseElements to calls to initDenseElement (7ba3b1448)
- Clean up and rename MoveBoxedOrUnboxedDenseElements. (e913687dc)
- Replace SetOrExtendBoxedOrUnboxedDenseElements with direct calls. (7d93d4989)
- Remove and clean up more code. (9cfa398a1)
- Update comment (ed98fe0e7)
- Remove JSOP_SPREADCALLARRAY and just use JSOP_NEWARRAY again. (912c3f5cb)
- Remove/inline CanonicalizeArrayLengthValue. (f2c8fc62a)
- Fix typo in ArrayShiftMoveElements (6a8df0738)
- Fix a typo in ArraySliceOrdinary (62311832e)
- Revert "Remove JSOP_SPREADCALLARRAY and just use JSOP_NEWARRAY again." (9a2224a97)
- Merge branch 'master' into remove-unboxed (a42bed2e9)
- Merge branch 'master' into remove-unboxed (5f45e2222)
- Remove Unboxed Object code from jit, Part 2. (6cebf2549)
- Fix unified deprot (fd96dac1d)
- Remove Unboxed Object code from jit, Part 3. (ac97104c5)
- Remove Unboxed Object code from jit, Part 4. (e2ab8d5f3)
- Remove Unboxed Object code from /vm, Part 3. (c5b0e1f5e)
- Remove Unboxed Objects Option Code (1cf7e63d9)
- Remove unboxed object tests. (083d840f3)
- Remove UnboxedObjects ObjectGroup addendum (636901a4f)
- Remove now-unused parameter (prev. used for unboxed objects). (3264f3b73)
- Clean up MObjectState (06bf5d769)
- Remove anyNewScript() (e4ae95acc)
- Update NSS to 3.41.1 (custom) (fbc2eaacd)
- Revert "Update NSS to 3.41.1 (custom)" (4b188510a)
- Update NSS to 3.41.1 (custom) (3c568a568)
- Update HSTS preload list (fc4dc10d0)
- Platform version update for large internal changes: (7715dd79c)
- Merge branch 'nss-sftkpwd-update' (95ab8db84)
- Merge pull request #1143 from trav90/master (06e4213b0)
- Update CLOBBER (68728c51c)
- Installer: Stop trying to read stub installer data from ini file (610c5fc6c)
- Add StoreBuffer-inl.h header to jsobj.cpp (b8ff1df2c)
- Merge pull request #1142 from MoonchildProductions/remove-unboxed (31a02a022)
- Update branding. (13b2b9edf)
- Re-save wordmark SVG as plain SVG. (b9acf529e)
- Revert "Treat *.jnlp as an executable class file, like *.jar" (32e6b0f47)
- [Pale Moon] Remove *.pdf file association in the installer. (e4b2fa17b)
My changes since my last build:
- backout MCP's NSS-3.41.1-custom in favor of stock newer NSS
- nss: update to 3.44.1, with vc2013 fix and gyp fix (d4b834111)
- import changes from win7-7/UXP: bug1347737, bug1365982, bug1367206 (0f035317a)
- ported mozilla upstream change: Bug 1355441 - Reuse StackNode in TreeBuilder to avoid malloc. r=hsivonen. (b7a35ab2c)