
roytam1
MemberContent Type
Profiles
Forums
Events
Everything posted by roytam1
-
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New build of Serpent/UXP for XP! Test binary: Win32 https://o.rths.ml/basilisk/basilisk52-g4.6.win32-git-20200815-57e81f0-uxp-d3383327a-xpmod.7z Win64 https://o.rths.ml/basilisk/basilisk52-g4.6.win64-git-20200815-57e81f0-uxp-d3383327a-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-20200815-57e81f0-uxp-d3383327a-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.2a1.win32-git-20200815-1d4aec201-uxp-d3383327a-xpmod.7z Win64 https://o.rths.ml/palemoon/palemoon-28.10.2a1.win64-git-20200815-1d4aec201-uxp-d3383327a-xpmod.7z Official UXP changes since my last build: - Issue #1620 - Use Intrinsic Aspect Ratio for Images (3ed884a6a) - Issue #1620 - Remove Development Comments (644f617e6) - Issue #1620 - Enable Intrinsic Ratio by Default (05ee48943) - Merge pull request #1613 from RealityRipple/AspectRatio (666e37029) - [CSS] Alias -webkit-appearance for compatibility reasons (d3383327a) No official Basilisk changes since my last build. Official Pale-Moon changes since my last build: - [SSUAO] Update user-agent overrides and reorganize. (df97d7d5b) - Issue #1824 - Fix broken page style menu selection for alternative style sheets (ac536a2a9) - Merge pull request #1825 from FranklinDM/issue-1824-work (1d4aec201) -
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
not really, but I did hit a crash on 32bit builds when challenging hcaptcha with wasm enabled. -
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
-
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
official brandings are removed, what else? -
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
source repo was prepared. https://github.com/roytam1/boc-uxp/tree/custom -
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New regular/weekly KM-Goanna release: https://o.rths.ml/kmeleon/KM76.2.1-Goanna-20200808.7z Changelog: Out-of-tree changes: * update Goanna3 to git 1c277ecd2..91d74d7d9: - Revert AppConstants related changes, some more frontend codes reverted, and import some bits of DOM push: - Bug 1150683 - Add XPCOM interfaces for push notifications. r=dougt (24f4ff207) - Bug 1151664 - Make claim return undefined for now. r=nsm (510b60e02) (3c920dd82) - import changes from `dev' branch of rmottola/Arctic-Fox: - pointer style (52162925e) - pointer style (782500aa1) - Bug 1136898 - IonMonkey: Remove the LinearScan allocator and associated code r=jandem (d5459d1da) - Bug 1160267 - JS build files should not declare IMPL_MFBT. r=glandium (70e1deef1) - Bug 1146267: Define XP_DARWIN as appropriate in js/src stand-alone builds. r=sfink (d2ef67aca) - Bug 1122640 - Free nursery huge slots off main thread r=terrence (d0cc9dcca) - Bug 1140773: Ensure that GCParallelTask subclasses properly join at the start of their destructor. r=shu (67810c1ee) - Bug 1140773: Address review comments. r=shu (2c85652b3) - Pointer style (016a4eb34) (d68e5b7fc) - import change from tenfourfox: - #614: M1642792 M1650811 M1634872 (9e33379e7) - #614: update TLDs, HSTS (fee8edf77) (61184c458) - add minimal prerequisites for previous commit (7e48ec5ca) - import changes from `dev' branch of rmottola/Arctic-Fox: - Missing comment of Bug 1139466 (9aef1d5aa) - Bug 1147662: LexicalCheck should be a guard, so as not to be removed; r=shu (5e8692b68) - Bug 1142844. When xdr-decoding a non-lazy but relazifiable function, don't forget to set up the source object on the LazyScript we create for it. r=luke (90fc40f53) - Bug 1146743. Remove use of compileAndGo in JS debugger. r=shu (12d7d6f19) - Bug 1147686 - Make mutableScript private and only use it when hasScript. (r=terrence) (69910e021) - Bug 1149811. When XDR-decoding a non-lazy function that can be lazified, we need to set up a backpointer from its LazyScript to its JSScript. r=luke (db2dedf39) - Bug 1150513. While we're working with a function's script (e.g. cloning it), prevent that function getting relazified. r=luke (7bd53397d) - Bug 1147216 part 1 - Give JSOP_LINENO a 4-byte instead of 2-byte operand. r=luke (f9c6f376a) - Bug 1147216 part 2 - Use the right line number for strict eval. r=luke (954b9376a) - Bug 1166742 - nsFilePickerProxy::SimpleEnumerator should return false when HasMoreElements is called on an empty array, r=smaug (0cadd90bf) - Bug 1168346: Backout the patch from bug 1160279 after a broken merge. (1cbdbcdd6) - Bug 1071562, redirect child process methods to the clipboard proxy, r=fabrice (f5d4219fb) - Bug 1161215 - Don't fire spurious resize events to content when the size didn't actually change. r=smaug (551bc0eef) - Bug 1163945 - Handle aborted CompareNetwork jobs properly in CompareNetwork::OnStartRequst; r=nsm (d3b6d47c8) (d8b96f03c) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1162787 - Make the service worker periodic tests robust to the idle daily service firing its notification when the tests are being run; r=nsm (b67a612c2) - Bug 1162787 - Check for null before calling Equals. r=ehsan (97f50bf9d) - Bug 1156771 - Part 1: Ensure that each channel uses a unique ID to compute its cache entry extension; r=michal (5002d5d21) - Bug 1156771 - Part 2: Assert that the cache entry for the intercepted doesn't exist in the cache storage before we try to open it for the first time; r=michal (a2a6d85b7) - Bug 1156432 - Part 1: Unregister the service worker when we are done with it; r=nsm (e192e7007) - Bug 1156432 - Part 2: Use different error messages for the hello-after-extracting.gz test; r=nsm (f2b626f11) - Bug 1157714 - Move browser_monitorUncaught to a xpcshell test. r=self (f148d5923) - Bug 1151840 - Make a couple of messages urgent to deal with CPOWs properly. r=billm (6cdab16ad) (91d74d7d9) * Notice: the changelog above may not always applicable to XULRunner code which K-Meleon uses. A goanna3 source tree that has kmeleon adaption patch applied is available here: https://github.com/roytam1/palemoon27/tree/kmeleon76 -
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New NewMoon 27 Build! 32bit https://o.rths.ml/palemoon/palemoon-27.9.7.win32-git-20200808-91d74d7d9-xpmod.7z 32bit SSE https://o.rths.ml/palemoon/palemoon-27.9.7.win32-git-20200808-91d74d7d9-xpmod-sse.7z 32bit noSSE https://o.rths.ml/palemoon/palemoon-27.9.7.win32-git-20200808-91d74d7d9-xpmod-ia32.7z 64bit https://o.rths.ml/palemoon/palemoon-27.9.7.win64-git-20200808-91d74d7d9-xpmod.7z source repo: https://github.com/roytam1/palemoon27 repo changes since my last build: - Revert AppConstants related changes, some more frontend codes reverted, and import some bits of DOM push: - Bug 1150683 - Add XPCOM interfaces for push notifications. r=dougt (24f4ff207) - Bug 1151664 - Make claim return undefined for now. r=nsm (510b60e02) (3c920dd82) - import changes from `dev' branch of rmottola/Arctic-Fox: - pointer style (52162925e) - pointer style (782500aa1) - Bug 1136898 - IonMonkey: Remove the LinearScan allocator and associated code r=jandem (d5459d1da) - Bug 1160267 - JS build files should not declare IMPL_MFBT. r=glandium (70e1deef1) - Bug 1146267: Define XP_DARWIN as appropriate in js/src stand-alone builds. r=sfink (d2ef67aca) - Bug 1122640 - Free nursery huge slots off main thread r=terrence (d0cc9dcca) - Bug 1140773: Ensure that GCParallelTask subclasses properly join at the start of their destructor. r=shu (67810c1ee) - Bug 1140773: Address review comments. r=shu (2c85652b3) - Pointer style (016a4eb34) (d68e5b7fc) - import change from tenfourfox: - #614: M1642792 M1650811 M1634872 (9e33379e7) - #614: update TLDs, HSTS (fee8edf77) (61184c458) - add minimal prerequisites for previous commit (7e48ec5ca) - import changes from `dev' branch of rmottola/Arctic-Fox: - Missing comment of Bug 1139466 (9aef1d5aa) - Bug 1147662: LexicalCheck should be a guard, so as not to be removed; r=shu (5e8692b68) - Bug 1142844. When xdr-decoding a non-lazy but relazifiable function, don't forget to set up the source object on the LazyScript we create for it. r=luke (90fc40f53) - Bug 1146743. Remove use of compileAndGo in JS debugger. r=shu (12d7d6f19) - Bug 1147686 - Make mutableScript private and only use it when hasScript. (r=terrence) (69910e021) - Bug 1149811. When XDR-decoding a non-lazy function that can be lazified, we need to set up a backpointer from its LazyScript to its JSScript. r=luke (db2dedf39) - Bug 1150513. While we're working with a function's script (e.g. cloning it), prevent that function getting relazified. r=luke (7bd53397d) - Bug 1147216 part 1 - Give JSOP_LINENO a 4-byte instead of 2-byte operand. r=luke (f9c6f376a) - Bug 1147216 part 2 - Use the right line number for strict eval. r=luke (954b9376a) - Bug 1166742 - nsFilePickerProxy::SimpleEnumerator should return false when HasMoreElements is called on an empty array, r=smaug (0cadd90bf) - Bug 1168346: Backout the patch from bug 1160279 after a broken merge. (1cbdbcdd6) - Bug 1071562, redirect child process methods to the clipboard proxy, r=fabrice (f5d4219fb) - Bug 1161215 - Don't fire spurious resize events to content when the size didn't actually change. r=smaug (551bc0eef) - Bug 1163945 - Handle aborted CompareNetwork jobs properly in CompareNetwork::OnStartRequst; r=nsm (d3b6d47c8) (d8b96f03c) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1162787 - Make the service worker periodic tests robust to the idle daily service firing its notification when the tests are being run; r=nsm (b67a612c2) - Bug 1162787 - Check for null before calling Equals. r=ehsan (97f50bf9d) - Bug 1156771 - Part 1: Ensure that each channel uses a unique ID to compute its cache entry extension; r=michal (5002d5d21) - Bug 1156771 - Part 2: Assert that the cache entry for the intercepted doesn't exist in the cache storage before we try to open it for the first time; r=michal (a2a6d85b7) - Bug 1156432 - Part 1: Unregister the service worker when we are done with it; r=nsm (e192e7007) - Bug 1156432 - Part 2: Use different error messages for the hello-after-extracting.gz test; r=nsm (f2b626f11) - Bug 1157714 - Move browser_monitorUncaught to a xpcshell test. r=self (f148d5923) - Bug 1151840 - Make a couple of messages urgent to deal with CPOWs properly. r=billm (6cdab16ad) (91d74d7d9) -
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rths.ml/boc-uxp/mailnews.win32-20200808-abd05332-uxp-b5762c6c2-xpmod.7z Browser-only Suite Win32 https://o.rths.ml/boc-uxp/bnavigator.win32-20200808-abd05332-uxp-b5762c6c2-xpmod.7z source repo (excluding UXP): https://github.com/roytam1/boc-uxp/tree/custom Official repo changes since my last build. - [Mail] Remove telemetry hooks from application code (cfc6f01d) - Update platform commit pointer (1298d3a9) - [Mail] Remove unused showWhatsNewPage function from specialTabs (e0936181) - [Navigator] Move preferences to components (7bfe4247) - Update platform commit pointer (3e935f5b) - Issue MoonchildProductions/UXP#1625 - Enable MOZ_MAILNEWS_OAUTH2 in confvars.sh for Interlink by default (24506be3) - Remove the suite help viewer (ea91dcf4) - [Navigator] Follow up to ea91dcf4 - Remove suite help viewer from themes (c887dce0) - [Navigator] Remove some left over mail junk (f8c3b451) - [Navigator] Don't show the context separator for images on standalone image page (800c10fb) - Move block images context menu item (5fc40daf) - [Navigator] Remove more help related unused overlays (c8a42be8) - [Navigator] Move prefwindow binding to components/preferences (3629371a) - [Navigator] Move directory to components (0789c38f) - [Navigator] Follow up to 0789c38f - Move locale for directory to components (a79f037f) - [Navigator] Remove duplicate file (170da409) - [Navigator] Move security prefpanes to components/preferences (227f01f8) - [Navigator] Reorganize the preferences window (1191b51f) - Update platform commit pointer (be282eb6) - [Navigator] Change most Contract IDs (1f530ded) - Update platform commit pointer (dd43811e) - Issue MoonchildProductions/UXP#1628 - Remove extensions.update.background.url from mail preferences (fddb8cd1) - [Navigator] Branding prefs (d6ef0213) - [Navigator] Don't bi*ch about being old and insecure if there is no update service to be had. (41ffb47a) - [Navigator] Remove Shell Service and Windows Installer (abd05332) My changes since my last build: - Reverted "Issue MoonchildProductions/UXP#1628 - Remove extensions.update.background.url from mail preferences (fddb8cd1)" -- New build of IceApe-UXP for XP! Test binary: https://o.rths.ml/gpc/files1.rt/iceape.win32-20200801-id-eed056673-ia-41157bf-uxp-091749192-xpmod.7z for UXP changes please see above. -
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New build of Serpent/UXP for XP! Test binary: Win32 https://o.rths.ml/basilisk/basilisk52-g4.6.win32-git-20200808-57e81f0-uxp-b5762c6c2-xpmod.7z Win64 https://o.rths.ml/basilisk/basilisk52-g4.6.win64-git-20200808-57e81f0-uxp-b5762c6c2-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-20200808-57e81f0-uxp-b5762c6c2-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-20200808-5f05a0799-uxp-b5762c6c2-xpmod.7z Win64 https://o.rths.ml/palemoon/palemoon-28.10.1a1.win64-git-20200808-5f05a0799-uxp-b5762c6c2-xpmod.7z Official UXP changes since my last build: - Issue #1621 - Part 1: CSSEditUtils should use atom for CSS property if possible. (baa4b609d) - Issue #1621 - Part 2: Implement nsIAtom version of SetAttribute/RemoveAttribute/CloneAttirubte. (1c0c7cf58) - Issue #1621 - Part 3: Use nsIAtom to change attirbute if possible. (1115c63bf) - Issue #1621 - Part 4: Check whether node can be splited. (5f6ecd756) - Issue #1619 - Convert Intrinsic Ratio to Float (232f987cf) - Use an alt script to properly determine the OSX SDK version (c3ec6c613) - Add license header to media/webrtc/trunk/build/mac/find_sdk_uxp.py (02bd56c44) - Issue #1619 - Missing Dimension Computation (e664d4369) - Issue #1619 - Add Vertical Writing Testcase (ba0a2e796) - Issue #1619 - Nits Picked (a90b8d98e) - Merge pull request #1622 from RealityRipple/master (2e1c5dafc) - [js] Try to catch bad pointers for GC and bail if not valid. (8d38e3575) - Issue #1625 - Allow MailNews Oauth2 support to be configured in confvars.sh (7c6d822be) - Merge pull request #1623 from g4jc/libeditor_patch (267d32f4f) - Issue #1628 - Remove redundant PREF_EM_UPDATE_BACKGROUND_URL (d357eec56) - Pref and disable getRootNode() (b5762c6c2) Official Basilisk changes since my last build: - Update Back-end branch pointer (c15535d) - Issue MoonchildProductions/UXP#1628 - Remove extensions.update.background.url from preferences (57e81f0) Official Pale-Moon changes since my last build: - Update back-end branch pointer (2762ee9d5) - Issue MoonchildProductions/UXP#1628 - Remove extensions.update.background.url from preferences (5f05a0799) My changes since my last build: - Revert UXP issue 1628 related changes. (35f288dc4) -
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
because I haven't check this out when I'm compiling, they're reverted afterwards. -
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
next build should have this bug fixed -
wonder if there is something similar, but for word files.
-
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
thats the problem in upstream, and thats the reason why AF's frontend codes are not merged to my PM27 repo. EDIT: reported to upstream: https://github.com/rmottola/Arctic-Fox/issues/34 -
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New build of Firefox 45ESR: Test binary: SSE https://o.rths.ml/gpc/files1.rt/firefox-45.9.26-20200801-d93177ee9-win32-sse.7z IA32 https://o.rths.ml/gpc/files1.rt/firefox-45.9.26-20200801-d93177ee9-win32-ia32.7z repo: https://github.com/roytam1/mozilla45esr Changes since my last build: - bump version to 45.9.26 (3df190c04) - import changes from tenfourfox: - moar adblock (9f41a2b39) - #614: M1642792 M1650811 M1634872 (9e33379e7) - #614: update TLDs, HSTS (fee8edf77) (d93177ee9) -
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New build of post-deprecated Serpent/moebius for XP! * Notice: This repo will not be built on regular schedule, and changes are experimental as usual. ** Current moebius patch level should be on par with 52.9, but some security patches can not be applied/ported due to source milestone differences between versions. Test binary: Win32 http://o.rths.ml/basilisk/basilisk55-win32-git-20200801-dc9b9d596-xpmod.7z Win64 http://o.rths.ml/basilisk/basilisk55-win64-git-20200801-dc9b9d596-xpmod.7z repo: https://github.com/roytam1/basilisk55 Repo changes: - update ffmpeg to 3.4.8. (2a5abf40e) - import changes from tenfourfox: - #614: M1642792 M1650811 M1634872 (9e33379e7) - #614: update TLDs, HSTS (fee8edf77) (dc9b9d596) Changes that is not commited: - WIP freebl works on Camellia-GCM support - pref changes for disabling Camellia-GCM for release since it is not functional -
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
new ArcticFox win32 test build is uploaded: http://o.rths.ml/gpc/files1.rt/arcticfox-27.10.1.win32-20200801.7z - Bug 1149739 - Nerf performance.mozMemory ifdef JS_MORE_DETERMINISTIC, r=terrence (c914b71f9) - Bug 1149739 followup - typo with double open parens. r=woof! (30d6d8553) - pointer style (49625f9bc) - Bug 1135985 - Split callback and marking tracers completely; r=jonco, r=mccr8 (7e5880c8f) - update (f6ed06a3a) - dos -> unix file endings (c6e3e82dd) - let us still identify natively as Goanna for now (c5d6e4b46) - backport adaptation of Bug 1064578 - Sweep tables in parallel; (fb2accdba) - Bug 1114058; r=jonco (7fbcc2d41) - Revert "Bug 1138073 - Improve checking when folding and/or blocks in Ion, r=sunfish." (97fe4a301) - Bug 1136267 - Handle inlining when folding &&/||/?: operations in Ion, r=sunfish. (021b60b3c) - Bug 1138073 - Improve checking when folding and/or blocks in Ion, r=sunfish. (565990408) - Bug 1138881 - IonMonkey: Improve types at AndOr, r=bhackett (558ff2024) - Bug 1138881 - IonMonkey: Allow fixing andor blocks which have MFilterTypeSet, r=bhackett (f140ea714) - Bug 1146410: IonMonkey: When filtering IsObject use the correct type, r=jandem (b26c5d02d) - Bug 1146410: IonMonkey: Make it possible to print typeset information anywhere, r=jandem (432f260a2) - pointer style (97a14d249) - Bug 1142843 - Optimize accesses through prototypes with typed object receivers in baseline and ion, r=jandem. (b250cb9fa) - pointer style (ea23f6aae) - Bug 1146619 - Rename "Prolog" to "Prologue" everywhere. r=efaust (4de7f7575) - Bug 1151583 - Don't set JS shell exit code for random exceptions (r=sfink)fink) (832bfe7e4) - import mozilla upstream change: Bug 1151611 - Null check PDM::Create to fix bustage. CLOSED TREE (fafcc7f4f663) (6d8171071) - Merge remote-tracking branch 'upstream/dev' into winbuild (5277ec299) -
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New regular/weekly KM-Goanna release: https://o.rths.ml/kmeleon/KM76.2.1-Goanna-20200801.7z Changelog: Out-of-tree changes: * update Goanna3 to git 96e0ba036..1c277ecd2: - import mozilla upstream change: Bug 1151611 - Null check PDM::Create to fix bustage. CLOSED TREE (fafcc7f4f663) (96af3505f) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1149739 - Nerf performance.mozMemory ifdef JS_MORE_DETERMINISTIC, r=terrence (c914b71f9) - Bug 1149739 followup - typo with double open parens. r=woof! (30d6d8553) - pointer style (49625f9bc) - Bug 1135985 - Split callback and marking tracers completely; r=jonco, r=mccr8 (7e5880c8f) - backport adaptation of Bug 1064578 - Sweep tables in parallel; (fb2accdba) - Bug 1114058; r=jonco (7fbcc2d41) - Revert "Bug 1138073 - Improve checking when folding and/or blocks in Ion, r=sunfish." (97fe4a301) - Bug 1136267 - Handle inlining when folding &&/||/?: operations in Ion, r=sunfish. (021b60b3c) - Bug 1138073 - Improve checking when folding and/or blocks in Ion, r=sunfish. (565990408) - Bug 1138881 - IonMonkey: Improve types at AndOr, r=bhackett (558ff2024) - Bug 1138881 - IonMonkey: Allow fixing andor blocks which have MFilterTypeSet, r=bhackett (f140ea714) - Bug 1146410: IonMonkey: When filtering IsObject use the correct type, r=jandem (b26c5d02d) - Bug 1146410: IonMonkey: Make it possible to print typeset information anywhere, r=jandem (432f260a2) - pointer style (97a14d249) - Bug 1142843 - Optimize accesses through prototypes with typed object receivers in baseline and ion, r=jandem. (b250cb9fa) - pointer style (ea23f6aae) - Bug 1146619 - Rename "Prolog" to "Prologue" everywhere. r=efaust (4de7f7575) - Bug 1151583 - Don't set JS shell exit code for random exceptions (r=sfink)fink) (832bfe7e4) (1c277ecd2) * Notice: the changelog above may not always applicable to XULRunner code which K-Meleon uses. A goanna3 source tree that has kmeleon adaption patch applied is available here: https://github.com/roytam1/palemoon27/tree/kmeleon76 -
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New NewMoon 27 Build! 32bit https://o.rths.ml/palemoon/palemoon-27.9.7.win32-git-20200801-1c277ecd2-xpmod.7z 32bit SSE https://o.rths.ml/palemoon/palemoon-27.9.7.win32-git-20200801-1c277ecd2-xpmod-sse.7z 32bit noSSE https://o.rths.ml/palemoon/palemoon-27.9.7.win32-git-20200801-1c277ecd2-xpmod-ia32.7z 64bit https://o.rths.ml/palemoon/palemoon-27.9.7.win64-git-20200801-1c277ecd2-xpmod.7z source repo: https://github.com/roytam1/palemoon27 repo changes since my last build: - import mozilla upstream change: Bug 1151611 - Null check PDM::Create to fix bustage. CLOSED TREE (fafcc7f4f663) (96af3505f) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1149739 - Nerf performance.mozMemory ifdef JS_MORE_DETERMINISTIC, r=terrence (c914b71f9) - Bug 1149739 followup - typo with double open parens. r=woof! (30d6d8553) - pointer style (49625f9bc) - Bug 1135985 - Split callback and marking tracers completely; r=jonco, r=mccr8 (7e5880c8f) - backport adaptation of Bug 1064578 - Sweep tables in parallel; (fb2accdba) - Bug 1114058; r=jonco (7fbcc2d41) - Revert "Bug 1138073 - Improve checking when folding and/or blocks in Ion, r=sunfish." (97fe4a301) - Bug 1136267 - Handle inlining when folding &&/||/?: operations in Ion, r=sunfish. (021b60b3c) - Bug 1138073 - Improve checking when folding and/or blocks in Ion, r=sunfish. (565990408) - Bug 1138881 - IonMonkey: Improve types at AndOr, r=bhackett (558ff2024) - Bug 1138881 - IonMonkey: Allow fixing andor blocks which have MFilterTypeSet, r=bhackett (f140ea714) - Bug 1146410: IonMonkey: When filtering IsObject use the correct type, r=jandem (b26c5d02d) - Bug 1146410: IonMonkey: Make it possible to print typeset information anywhere, r=jandem (432f260a2) - pointer style (97a14d249) - Bug 1142843 - Optimize accesses through prototypes with typed object receivers in baseline and ion, r=jandem. (b250cb9fa) - pointer style (ea23f6aae) - Bug 1146619 - Rename "Prolog" to "Prologue" everywhere. r=efaust (4de7f7575) - Bug 1151583 - Don't set JS shell exit code for random exceptions (r=sfink)fink) (832bfe7e4) (1c277ecd2) -
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rths.ml/boc-uxp/mailnews.win32-20200801-2260e89d-uxp-091749192-xpmod.7z Browser-only Suite Win32 https://o.rths.ml/boc-uxp/bnavigator.win32-20200801-2260e89d-uxp-091749192-xpmod.7z source patch (excluding UXP): https://o.rths.ml/boc-uxp/boc-uxp-src-xpmod-20200801.7z Official repo changes since my last build. - Update platform commit pointer (56e38213) - Update platform commit pointer (53936a63) - Remove MOZ_MAIL_LEGACY flag except from ClassicTB2. (748db910) - Merge pull request #104 from athenian200/moz_mail_legacy_removal (fa583858) - Issue #95 - Remove OS Search Integration (51b1178f) - Merge branch 'TRUNK' into removeSearch-work (1ac2f93e) - Merge branch 'removeSearch-work' into TRUNK (50260d73) - Sort out app vs branding prefs and move some urls to branding (f6142f73) - Update platform commit pointer (3736560e) - [Mail] Remove un-needed js code from aboutDialog.js (1e5b59ad) - [Mail] Update about:logo to include the brand wordmark (6f300932) - module.ver ISN'T processed by the preprocessor (ac6bb340) - Add branded 7z sfx (4c7eb9c8) - [Mail] Disable plugins completely by default (b3cf3192) - [Mail] Remove un-used mail.tabs.drawInTitlebar pref (46b4bb48) - [Mail] Remove un-used chat core prefs (2260e89d) -- New build of IceApe-UXP for XP! Test binary: https://o.rths.ml/gpc/files1.rt/iceape.win32-20200801-id-eed056673-ia-41157bf-uxp-091749192-xpmod.7z for UXP changes please see above. -
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New build of Serpent/UXP for XP! Test binary: Win32 https://o.rths.ml/basilisk/basilisk52-g4.6.win32-git-20200801-4d76d4e-uxp-091749192-xpmod.7z Win64 https://o.rths.ml/basilisk/basilisk52-g4.6.win64-git-20200801-4d76d4e-uxp-091749192-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-20200801-4d76d4e-uxp-091749192-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-20200801-c485a110c-uxp-091749192-xpmod.7z Win64 https://o.rths.ml/palemoon/palemoon-28.10.1a1.win64-git-20200801-c485a110c-uxp-091749192-xpmod.7z Official UXP changes since my last build: - Issue #1587 Part 11 (followup 1): Implement multithreaded signals for workers. (84cb85484) - Issue #1587 Part 12 (followup 2): Allow clearing of signal by setting to null. (f0ef003f3) - Fix line endings. (62640d775) - Merge branch 'abortcontroller-work' (1977b8de3) - [MailNews] Allow ordering of accounts to respect mail.accountmanager.accounts (39be34c06) - [MailNews] Allow setting "Local Folders" as always the first displayed account (9ac440aa7) - Follow up to 39be34c06 - The check sound be if not ordered (8698bde00) - Revert "Follow up to 39be34c06 - The check sound be if not ordered" (d826eda73) - Follow up to 39be34c06 - The check sound be if not ordered (d7d4567ff) - Revert "Follow up to 39be34c06 - The check sound be if not ordered" (13096ddf1) - Follow up to 39be34c06 - The check sound be if not ordered (15ed0691f) - Issue #1391 - Remove the DOM battery API (08fb2f306) - [network/dom] Improve sanitization of download filenames. (3b0123aa1) - [js] Fix Sink to check for non-recoverable operands. (d84749b0f) - [xpcom] Make Base64 compatible with ReadSegments() with small buffers. (eb845c094) - [js] Don't improve TypeSets containing the magic-args type. (572e7502b) - [dom] Fix a spec compliance issue with the HTML LS regarding script loading. (e655ce397) - [WebRTC] Stop putting addresses in the cookie chunk. (9d155b45c) - Improve dll loading on Windows. (0a8c53ff3) - Issue #1614 - Update en-US Dictionary (947c9d4d5) - Issue #1615 - SunOS LDAP cleanup. (efab8cdf3) - Merge pull request #1616 from athenian200/solaris_ldap_work (0afbef750) - Bug 1318570 - Clean up GetTextNode into TextEditRules. (392aa3987) - Merge pull request #1618 from g4jc/libeditor_patch (091749192) No official Basilisk changes since my last build. Official Pale-Moon changes since my last build: - Update back-end branch pointer (Unstable 2020-07-27) (1718b43a8) - Issue #1772 - Follow-up: properly reference restoreOnDemand (oops!) (cd8e8c19b) - Clear user prefs for AbortController on migration to reset it for users who have disabled it for web compat in the meantime. (c485a110c) -
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
because there are some critical changes (for example, big warning of firefox extensions, removing marquee support) in official 28.11 are not incorporated in my tree. -
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
fixed in tree, will be fixed in next build. -
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New regular/weekly KM-Goanna release: https://o.rths.ml/kmeleon/KM76.2.1-Goanna-20200725.7z Changelog: Out-of-tree changes: * update Goanna3 to git 9c426602d..96e0ba036: - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1152694 - Make UUID and service name as input arguments for BluetoothSocket, r=tzimmermann (b7cf048bb) - Bug 1163388 - patch 1 - make nsIDOMFile an empty interface, r=ehsan (2723c513a) - Bug 1150160 - Support import of apps as memory blobs. r=marco (ffe4538f1) - Bug 1142132: Move helper classes of OPP manager into manager's namespace, r=shuang (ffca18a8e) - uuid of 1146349 (00c6050e5) - Bug 1151611 - Expose DXVA status in about:support. r=cpearce,felipe (6afe0b458) - Bug 1157150 - Add nsDOMWindowUtils.postRestyleSelfEvent method, for use in tests. r=smaug (081f852ae) - Bug 1161206 - Implement native mousewheel event synthesization on OS X. r=mstange (8741c0b62) - Bug 1163388 - patch 2 - get rid of nsIDOMFile, r=ehsan (ae0c054b6) - Bug 1159659 - Allow tab sharing on XP and OSX 10.6. r=pkerr (461ffca9d) - Bug 1155759 - Part 1 - Remove some manual refcounting from docshell. r=smaug (fdcdf3a9a) - Bug 1155759 - Part 2 - Use a static ref ptr for gObserver in nsSHistory. r=smaug (84706ab08) - Bug 679939 part 1. Extend the hasRunOnce/treatAsRunOnce setup to global and eval scripts. r=luke (1b0450709) - Bug 679939 part 2. Disallow execution of global/eval scripts that are flagged runOnce and have already run. r=luke (4a2f9d947) - pointer style (f95806360) - Bug 679939 part 3. Add a CompileOptions flag for indicating that the script should be compiled runOnce. r=luke (7e7cfe90a) - Bug 679939 part 4. Set the isRunOnce compile flag as needed. r=luke (ab84de2ad) - Bug 1167494 - Build error with --disable-sandbox on OS X. r=jld (a66816733) - Bug 1146472 part 1. Don't do object-kind guessing for object literal templates in scripts, since we in fact know exactly how many slots we want them to have and hence what the kind should be. r=terrence (aa1db7c23) - Bug 1146472 part 2. Use JSOP_NEWOBJECT as needed even if the script is not compile-and-go. r=luke (b6e222834) - Bug 977308 - Pre-tenure all objects attached to scripts; r=sfink (ac3175b8e) - Bug 1143704 part 12 - Move remaining functions to BytecodeEmitter. r=bhackett (7369f3f6d) - Bug 1143704 part 13 - Make emitJump, emitN etc return bool instead of ptrdiff_t. r=luke (42c8f936f) - Bug 1143704 part 14 - Change newSrcNote* to return bool instead of int. r=luke (182525f7d) - Bug 1147581 - Remove the now defunct TMPSLOT mechanism. (r=jorendorff) (08c377985) - Bug 1146836 part 1 - Cleanup BytecodeEmitter::emitSwitch. r=luke (2e15e54da) - Bug 1146836 part 2 - Use Vectors instead of malloc in emitSwitch and fix an old bug. r=luke (018838218) - Bug 679939 part 5. Stop using the compileAndGo script flag in the bytecode emitter. r=luke (047c3baca) - Bug 679939 part 6. Drop function-cloning uses of compileAndGo, since it no longer affects the bytecode. r=luke (25ec43122) - Bug 1145488. Stop using compileAndGo in the JITs. r=jandem (903ed3914) - Bug 679939 part 7. Drop the now-unused JSScript::compileAndGo. r=luke (979044eb4) - Bug 679939 part 8. Drop the now-unused compileAndGo from CompileOptions. r=luke (db211ef89) - Bug 1139217 - Make js::HashSet<T> work with move-only T types; r=luke (353f6e1e3) - Bug 1144366 followup - Stop declaring multiple pointers on a single line. r=jorendorff (b33884fb0) - support FreeBSD (1a9b19266) (f4be2b829) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1059364 - Don't emit ObjectGroupDispatch fallback path if we know it's never used. r=bhackett (cecb77ce6) - Bug 1143758: Make LexicalCheck movable and bailout when a lexical isn't initialized; r=shu (6556af699) - Bug 1143758: Invalidate script when a lexical check has failed; r=shu (2ca2f732f) - Bug 1143216 - Do not replace recovered on bailout instructions with effective addresses equivalent. r=sunfish (2ff976eae) - Bug 1146295: Remove "flags" macro argument in SIMD.h; r=h4writer (88d9735b4) - Bug 1146295: Factor out SIMD types initialization; r=h4writer (0a26539bd) - Bug 1146295: Factor out SIMD type's methods with their definitions class helper; r=h4writer (160e09f3d) - Bug 1146295: SIMD types' definition helpers have nothing to do in the ::js namespace; r=h4writer (c6a760af0) - Bug 1146295: Inline the last part of CreateAndBindSimdType into CreateAndBindSimdClass; r=h4writer (05cea5a37) - Bug 1146295: Factor out SimdTypeDescr::call; r=h4writer (59152407d) - Bug 1146295: Remove unused FuncZero function; r=h4writer (ccd1f6454) - Bug 1112165 - Recover SimdBox. r=bbouvier (d1e9d6a87) - Bug 1112165 - Rename RValueAllocation::Float32 to RValueAllocation::AnyFloat. r=bbouvier (cef3d52c6) - Bug 1146295: Rename SimdTypeDescr::TYPE_SCALAR into SimdTypeDescr::TypeXn; r=h4writer (af851fcfb) - Bug 1146295: Make some arguments facultative in splat/with functions; r=h4writer (0d1d986a1) (96e0ba036) * Notice: the changelog above may not always applicable to XULRunner code which K-Meleon uses. A goanna3 source tree that has kmeleon adaption patch applied is available here: https://github.com/roytam1/palemoon27/tree/kmeleon76 -
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New NewMoon 27 Build! 32bit https://o.rths.ml/palemoon/palemoon-27.9.7.win32-git-20200725-96e0ba036-xpmod.7z 32bit SSE https://o.rths.ml/palemoon/palemoon-27.9.7.win32-git-20200725-96e0ba036-xpmod-sse.7z 32bit noSSE https://o.rths.ml/palemoon/palemoon-27.9.7.win32-git-20200725-96e0ba036-xpmod-ia32.7z 64bit https://o.rths.ml/palemoon/palemoon-27.9.7.win64-git-20200725-96e0ba036-xpmod.7z source repo: https://github.com/roytam1/palemoon27 repo changes since my last build: - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1152694 - Make UUID and service name as input arguments for BluetoothSocket, r=tzimmermann (b7cf048bb) - Bug 1163388 - patch 1 - make nsIDOMFile an empty interface, r=ehsan (2723c513a) - Bug 1150160 - Support import of apps as memory blobs. r=marco (ffe4538f1) - Bug 1142132: Move helper classes of OPP manager into manager's namespace, r=shuang (ffca18a8e) - uuid of 1146349 (00c6050e5) - Bug 1151611 - Expose DXVA status in about:support. r=cpearce,felipe (6afe0b458) - Bug 1157150 - Add nsDOMWindowUtils.postRestyleSelfEvent method, for use in tests. r=smaug (081f852ae) - Bug 1161206 - Implement native mousewheel event synthesization on OS X. r=mstange (8741c0b62) - Bug 1163388 - patch 2 - get rid of nsIDOMFile, r=ehsan (ae0c054b6) - Bug 1159659 - Allow tab sharing on XP and OSX 10.6. r=pkerr (461ffca9d) - Bug 1155759 - Part 1 - Remove some manual refcounting from docshell. r=smaug (fdcdf3a9a) - Bug 1155759 - Part 2 - Use a static ref ptr for gObserver in nsSHistory. r=smaug (84706ab08) - Bug 679939 part 1. Extend the hasRunOnce/treatAsRunOnce setup to global and eval scripts. r=luke (1b0450709) - Bug 679939 part 2. Disallow execution of global/eval scripts that are flagged runOnce and have already run. r=luke (4a2f9d947) - pointer style (f95806360) - Bug 679939 part 3. Add a CompileOptions flag for indicating that the script should be compiled runOnce. r=luke (7e7cfe90a) - Bug 679939 part 4. Set the isRunOnce compile flag as needed. r=luke (ab84de2ad) - Bug 1167494 - Build error with --disable-sandbox on OS X. r=jld (a66816733) - Bug 1146472 part 1. Don't do object-kind guessing for object literal templates in scripts, since we in fact know exactly how many slots we want them to have and hence what the kind should be. r=terrence (aa1db7c23) - Bug 1146472 part 2. Use JSOP_NEWOBJECT as needed even if the script is not compile-and-go. r=luke (b6e222834) - Bug 977308 - Pre-tenure all objects attached to scripts; r=sfink (ac3175b8e) - Bug 1143704 part 12 - Move remaining functions to BytecodeEmitter. r=bhackett (7369f3f6d) - Bug 1143704 part 13 - Make emitJump, emitN etc return bool instead of ptrdiff_t. r=luke (42c8f936f) - Bug 1143704 part 14 - Change newSrcNote* to return bool instead of int. r=luke (182525f7d) - Bug 1147581 - Remove the now defunct TMPSLOT mechanism. (r=jorendorff) (08c377985) - Bug 1146836 part 1 - Cleanup BytecodeEmitter::emitSwitch. r=luke (2e15e54da) - Bug 1146836 part 2 - Use Vectors instead of malloc in emitSwitch and fix an old bug. r=luke (018838218) - Bug 679939 part 5. Stop using the compileAndGo script flag in the bytecode emitter. r=luke (047c3baca) - Bug 679939 part 6. Drop function-cloning uses of compileAndGo, since it no longer affects the bytecode. r=luke (25ec43122) - Bug 1145488. Stop using compileAndGo in the JITs. r=jandem (903ed3914) - Bug 679939 part 7. Drop the now-unused JSScript::compileAndGo. r=luke (979044eb4) - Bug 679939 part 8. Drop the now-unused compileAndGo from CompileOptions. r=luke (db211ef89) - Bug 1139217 - Make js::HashSet<T> work with move-only T types; r=luke (353f6e1e3) - Bug 1144366 followup - Stop declaring multiple pointers on a single line. r=jorendorff (b33884fb0) - support FreeBSD (1a9b19266) (f4be2b829) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1059364 - Don't emit ObjectGroupDispatch fallback path if we know it's never used. r=bhackett (cecb77ce6) - Bug 1143758: Make LexicalCheck movable and bailout when a lexical isn't initialized; r=shu (6556af699) - Bug 1143758: Invalidate script when a lexical check has failed; r=shu (2ca2f732f) - Bug 1143216 - Do not replace recovered on bailout instructions with effective addresses equivalent. r=sunfish (2ff976eae) - Bug 1146295: Remove "flags" macro argument in SIMD.h; r=h4writer (88d9735b4) - Bug 1146295: Factor out SIMD types initialization; r=h4writer (0a26539bd) - Bug 1146295: Factor out SIMD type's methods with their definitions class helper; r=h4writer (160e09f3d) - Bug 1146295: SIMD types' definition helpers have nothing to do in the ::js namespace; r=h4writer (c6a760af0) - Bug 1146295: Inline the last part of CreateAndBindSimdType into CreateAndBindSimdClass; r=h4writer (05cea5a37) - Bug 1146295: Factor out SimdTypeDescr::call; r=h4writer (59152407d) - Bug 1146295: Remove unused FuncZero function; r=h4writer (ccd1f6454) - Bug 1112165 - Recover SimdBox. r=bbouvier (d1e9d6a87) - Bug 1112165 - Rename RValueAllocation::Float32 to RValueAllocation::AnyFloat. r=bbouvier (cef3d52c6) - Bug 1146295: Rename SimdTypeDescr::TYPE_SCALAR into SimdTypeDescr::TypeXn; r=h4writer (af851fcfb) - Bug 1146295: Make some arguments facultative in splat/with functions; r=h4writer (0d1d986a1) (96e0ba036) -
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
new ArcticFox win32 test build is uploaded: http://o.rths.ml/gpc/files1.rt/arcticfox-27.10.1.win32-20200725.7z too many commits to be listed, even github can't show all of them. https://github.com/rmottola/Arctic-Fox/compare/d5b1b1df5ab646826721feec88f2332dd2c5242d...22233ff7f616fd287baae5350eb6e8d4d56f528b