New build of Serpent/UXP for XP!
Test binary:
Win32 https://o.rths.ml/basilisk/basilisk52-g4.6.win32-git-20200620-34cf555-uxp-c05d07a68-xpmod.7z
Win64 https://o.rths.ml/basilisk/basilisk52-g4.6.win64-git-20200620-34cf555-uxp-c05d07a68-xpmod.7z
source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/custom
IA32 Win32 https://o.rths.ml/basilisk/basilisk52-g4.6.win32-git-20200620-34cf555-uxp-c05d07a68-xpmod-ia32.7z
source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/ia32
NM28XP build:
Win32 https://o.rths.ml/palemoon/palemoon-28.10.1a1.win32-git-20200620-1e701c445-uxp-c05d07a68-xpmod.7z
Win64 https://o.rths.ml/palemoon/palemoon-28.10.1a1.win64-git-20200620-1e701c445-uxp-c05d07a68-xpmod.7z
Official UXP changes since my last build:
- Bug 1613623 - For IMAP, no longer allow STARTTLS when server sends PREAUTH greeting. (93f74227b)
- Bug 1217436 - Make nsIdentifierMapEntry::mIdContentList an AutoTArray to save an allocation (a4c5e74b0)
- Bug 1355787 - nsIdentifierMapEntry should let one to use either strings or atoms as keys to avoid slow string assignments when possible. (35754dd1a)
- Bug 1426494 - Share more code between nsIDocument and ShadowRoot (43725c726)
- Bug 1429656 - Implement ShadowRoot.activeElement (5e7917e2c)
- Bug 1430299 - Add DocumentOrShadowRoot interface (bbd59105d)
- Merge pull request #1591 from MoonchildProductions/sr.activeElement-work (7cc007d9b)
- Merge pull request #1590 from g4jc/mail_patch (68c72c123)
- Bug 1316302 - Part 1: Helper methods for HTMLEditRules::WillDeleteSelection() should have an out argument to indicates if it actually handles the action (d8a29fcaf)
- Bug 1316302 - Part 2: WillDeleteSelection() should retry to handle it when selection is collapsed and JoinBlocks() doesn't handle nor cancel the action (9f2a6d370)
- Bug 1316302 - Part 3: Create EditActionResult class for making the methods which return nsresult, handled and canceled with out params (3dde51910)
- Bug 1316302 - Part 4: Refine HTMLEditRules::TryToJoinBlocks() and HTMLEditRules::MoveNodeSmart() with early return style for making scope of EditActionResult variable smaller (55c84e4ce)
- Issue #1594 - restore UAC elevation in the uninstaller. (ad966887a)
- Follow up to Issue #1578 - Remove unnecessary MOZ_ASSERT (4e688106c)
- Merge pull request #1595 from Lootyhoof/issue-1578-fixup (0fab85e38)
- Merge pull request #1596 from g4jc/1563 (c05d07a68)
No official Basilisk changes since my last build.
Official Pale-Moon changes since my last build:
- Issue MoonchildProductions/UXP#1578 - Add global menubar support for GTK (dc54fe888)
- Issue #1802 - Remove conflicting migration code for SQL storage (2e697a991)
- Merge pull request #1799 from Lootyhoof/global-menu (cd8798d98)
- Issue #1802 - Enable SQL storage for NSS security by default (1e701c445)
My changes since my last build:
- Reverted "Issue #1802 - Remove conflicting migration code for SQL storage (2e697a991)"
- Reverted "Issue #1802 - Enable SQL storage for NSS security by default (1e701c445)"
Test binary:
Win32 https://o.rths.ml/basilisk/basilisk52-g4.6.win32-git-20200620-34cf555-uxp-c05d07a68-xpmod.7z
Win64 https://o.rths.ml/basilisk/basilisk52-g4.6.win64-git-20200620-34cf555-uxp-c05d07a68-xpmod.7z
source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/custom
IA32 Win32 https://o.rths.ml/basilisk/basilisk52-g4.6.win32-git-20200620-34cf555-uxp-c05d07a68-xpmod-ia32.7z
source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/ia32
NM28XP build:
Win32 https://o.rths.ml/palemoon/palemoon-28.10.1a1.win32-git-20200620-1e701c445-uxp-c05d07a68-xpmod.7z
Win64 https://o.rths.ml/palemoon/palemoon-28.10.1a1.win64-git-20200620-1e701c445-uxp-c05d07a68-xpmod.7z
Official UXP changes since my last build:
- Bug 1613623 - For IMAP, no longer allow STARTTLS when server sends PREAUTH greeting. (93f74227b)
- Bug 1217436 - Make nsIdentifierMapEntry::mIdContentList an AutoTArray to save an allocation (a4c5e74b0)
- Bug 1355787 - nsIdentifierMapEntry should let one to use either strings or atoms as keys to avoid slow string assignments when possible. (35754dd1a)
- Bug 1426494 - Share more code between nsIDocument and ShadowRoot (43725c726)
- Bug 1429656 - Implement ShadowRoot.activeElement (5e7917e2c)
- Bug 1430299 - Add DocumentOrShadowRoot interface (bbd59105d)
- Merge pull request #1591 from MoonchildProductions/sr.activeElement-work (7cc007d9b)
- Merge pull request #1590 from g4jc/mail_patch (68c72c123)
- Bug 1316302 - Part 1: Helper methods for HTMLEditRules::WillDeleteSelection() should have an out argument to indicates if it actually handles the action (d8a29fcaf)
- Bug 1316302 - Part 2: WillDeleteSelection() should retry to handle it when selection is collapsed and JoinBlocks() doesn't handle nor cancel the action (9f2a6d370)
- Bug 1316302 - Part 3: Create EditActionResult class for making the methods which return nsresult, handled and canceled with out params (3dde51910)
- Bug 1316302 - Part 4: Refine HTMLEditRules::TryToJoinBlocks() and HTMLEditRules::MoveNodeSmart() with early return style for making scope of EditActionResult variable smaller (55c84e4ce)
- Issue #1594 - restore UAC elevation in the uninstaller. (ad966887a)
- Follow up to Issue #1578 - Remove unnecessary MOZ_ASSERT (4e688106c)
- Merge pull request #1595 from Lootyhoof/issue-1578-fixup (0fab85e38)
- Merge pull request #1596 from g4jc/1563 (c05d07a68)
No official Basilisk changes since my last build.
Official Pale-Moon changes since my last build:
- Issue MoonchildProductions/UXP#1578 - Add global menubar support for GTK (dc54fe888)
- Issue #1802 - Remove conflicting migration code for SQL storage (2e697a991)
- Merge pull request #1799 from Lootyhoof/global-menu (cd8798d98)
- Issue #1802 - Enable SQL storage for NSS security by default (1e701c445)
My changes since my last build:
- Reverted "Issue #1802 - Remove conflicting migration code for SQL storage (2e697a991)"
- Reverted "Issue #1802 - Enable SQL storage for NSS security by default (1e701c445)"
New build of BOC/UXP for XP!
Test binary:
MailNews Win32 https://o.rths.ml/boc-uxp/mailnews.win32-20200620-9a3d652a-uxp-c05d07a68-xpmod.7z
Browser-only Suite Win32 https://o.rths.ml/boc-uxp/bnavigator.win32-20200620-9a3d652a-uxp-c05d07a68-xpmod.7z
source patch (excluding UXP): https://o.rths.ml/boc-uxp/boc-uxp-src-xpmod-20191123.7z
No official repo changes since my last build.
--
New build of IceApe-UXP for XP!
Test binary:
https://o.rths.ml/gpc/files1.rt/iceape.win32-20200620-id-eed056673-ia-41157bf-uxp-c05d07a68-xpmod.7z
Official repos changes since my last build:
- UXP #1538 - Remove recognition interface from package manifest (40a31c945)
- UXP#1538 - remove speech recognition (f280e6359)
- UXP #1390 - Remove Presentation Service (13f9950ee)
- UXP #1457 - Unfold sqlite (6e7951d94)
- UXP#1470 - Remove update.locale (beff05596)
- UXP#756 - Remove identity from manifest (354dbbf98)
- Revise changelog (eed056673)
for UXP changes please see above.
Test binary:
MailNews Win32 https://o.rths.ml/boc-uxp/mailnews.win32-20200620-9a3d652a-uxp-c05d07a68-xpmod.7z
Browser-only Suite Win32 https://o.rths.ml/boc-uxp/bnavigator.win32-20200620-9a3d652a-uxp-c05d07a68-xpmod.7z
source patch (excluding UXP): https://o.rths.ml/boc-uxp/boc-uxp-src-xpmod-20191123.7z
No official repo changes since my last build.
--
New build of IceApe-UXP for XP!
Test binary:
https://o.rths.ml/gpc/files1.rt/iceape.win32-20200620-id-eed056673-ia-41157bf-uxp-c05d07a68-xpmod.7z
Official repos changes since my last build:
- UXP #1538 - Remove recognition interface from package manifest (40a31c945)
- UXP#1538 - remove speech recognition (f280e6359)
- UXP #1390 - Remove Presentation Service (13f9950ee)
- UXP #1457 - Unfold sqlite (6e7951d94)
- UXP#1470 - Remove update.locale (beff05596)
- UXP#756 - Remove identity from manifest (354dbbf98)
- Revise changelog (eed056673)
for UXP changes please see above.
New build of Firefox 45ESR:
Test binary:
SSE https://o.rths.ml/gpc/files1.rt/firefox-45.9.25-20200620-b5b03bdce-win32-sse.7z
IA32 https://o.rths.ml/gpc/files1.rt/firefox-45.9.25-20200620-b5b03bdce-win32-ia32.7z
repo: https://github.com/roytam1/mozilla45esr
Changes since my last build:
- bump version to 45.9.25 (2e902be27)
- import changes from tenfourfox:
- Issue #607: new, separate blocklist in caps/ for scripts that can crash the browser, but have no obvious workaround (#609) (5748c7513)
- incorporate #608, #609 (256479e9f)
- closes #610: M1317422 + tests (f187b2dfe)
- #612: M969874 M1525628 (689819e12)
- #612: M1019551 (7850b17a7)
- #604: M1236639 M1257931 M1256590 M1291543 M1363647 + backbugs (80ece6a15)
- #611: M1277475 (0c828a96e)
- #611: M1644477 (6ad5c12da)
- #611: update TLDs, HSTS (67c056259) (b5b03bdce)
Test binary:
SSE https://o.rths.ml/gpc/files1.rt/firefox-45.9.25-20200620-b5b03bdce-win32-sse.7z
IA32 https://o.rths.ml/gpc/files1.rt/firefox-45.9.25-20200620-b5b03bdce-win32-ia32.7z
repo: https://github.com/roytam1/mozilla45esr
Changes since my last build:
- bump version to 45.9.25 (2e902be27)
- import changes from tenfourfox:
- Issue #607: new, separate blocklist in caps/ for scripts that can crash the browser, but have no obvious workaround (#609) (5748c7513)
- incorporate #608, #609 (256479e9f)
- closes #610: M1317422 + tests (f187b2dfe)
- #612: M969874 M1525628 (689819e12)
- #612: M1019551 (7850b17a7)
- #604: M1236639 M1257931 M1256590 M1291543 M1363647 + backbugs (80ece6a15)
- #611: M1277475 (0c828a96e)
- #611: M1644477 (6ad5c12da)
- #611: update TLDs, HSTS (67c056259) (b5b03bdce)
No comments:
Post a Comment