roytam1
MemberContent Type
Profiles
Forums
Events
Everything posted by roytam1
-
My Browser Builds (Part 3)
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.rthost.win/basilisk/basilisk52-g4.8.win32-git-20210710-e29e57e-uxp-3163b3af1-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20210710-e29e57e-uxp-3163b3af1-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.rthost.win/basilisk/basilisk52-g4.8.win32-git-20210710-e29e57e-uxp-3163b3af1-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.rthost.win/palemoon/palemoon-28.10.4a1.win32-git-20210710-3b0f3d79b-uxp-3163b3af1-xpmod.7z Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.4a1.win32-git-20210710-3b0f3d79b-uxp-3163b3af1-xpmod-sse.7z Win64 https://o.rthost.win/palemoon/palemoon-28.10.4a1.win64-git-20210710-3b0f3d79b-uxp-3163b3af1-xpmod.7z Official UXP changes since my last build: - [toolkit] Slightly lighten light-mode logopage background (1fb9257ed) - [network] Enable brotli compression on http for sites that offer it. (3163b3af1) No official Basilisk changes since my last build. Official Pale-Moon changes since my last build: - Issue #1872 - Part 6: Revisit styling to base it more on previous about:home (ead4d3049) - Issue #1872 - Part 7: Make the the search placeholder less obnoxious. (52427b7b7) - Remove unnecessary (and interfering) code for tabbed privacy preferences category. (5551a5d27) - Issue #1872 - Part 8: Tweak, cleanup and finalize. (294476aef) - Back-end branch pointer update (396f5ebf4) - Back-end branch pointer update (3b0f3d79b) -
My Browser Builds (Part 3)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
but not possible, since newer NSS uses features and new code syntax that old compiler can't support. -
My Browser Builds (Part 3)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New regular/weekly KM-Goanna release: https://o.rthost.win/kmeleon/KM76.4.4-Goanna-20210703.7z Changelog: Out-of-tree changes: * update Goanna3 to git 3697b9103...d2029fd84: - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1123516 - Implement maplike/setlike in WebIDL parser; r=bz (5d62bcd93) - Bug 1140324 - Remove __noSuchMethod__ handling from WebIDL parser and throw an exception instead. r=peterv (f7ea99339) - Bug 1123516 - Implement maplike/setlike in WebIDL Codegen; r=b (0ca39b335) - Bug 1183604, add some more assertions to help implementing new cycle collectable classes, r=mccr8 (1e66d29fe) - Bug 1178665 - Part 1: Make Promise::DispatchToMicroTask public. r=khuey (b962e6006) - Bug 1178665 - Part 2 - Adapt to latest Animation.finish procedure changes. r=bbirtles (33219fc0d) - Bug 1178665 - Part 3: Make finish notifications asynchronously in most cases. r=bbirtles, r=smaug (144c0944a) - Bug 1180770 part 1. Remove the unused ThrowNotEnoughArgsError. r=peterv (8bc1690f5) - Bug 1180770 part 2. Remove the unused ifaceName/memberName arguments of ThrowMethodFailedWithDetails and rename it to ThrowMethodFailed. r=peterv (ee4900547) - Bug 1135961. Implement subclassing of DOM objects. r=peterv (8e7e67b88) - Bug 1170691 - part 1 - add the generating script's directory to sys.path in file_generate.py; r=glandium (dd1520952) - Bug 1168409 - part 1 - avoid importing buildconfig in histogram_tools.py; r=gfritzsche (6a46dce23) - Bug 1168409 - part 2 - avoiding importing usecounters in histogram_tools.py; r=gfritzsche (21a468303) - Bug 1144397. Disallow using fill when dedent would do. r=peterv (544d4978d) - Bug 1158806. Don't try to include stuff for a generated hasInstance hook if we have no interface object, since in that case we don't need the include. r=peterv (d280a1608) - missing bit of Bug 1161627 - part 2 - machine-convert TemporaryRef<T> to already_AddRefed<T> (c51384311) - Bug 1166910 followup: Add missing 'override' keyword to HTMLImageElement method GetImageReferrerPolicy. rs=ehsan (9e3dc8e6d) - Bug 1174913 - remove unnecessary attribute parsing. r=bz (fdb769eda) - Bug 1170680 - Do not add non-animated images to the visible list in response to UNLOCKED_DRAW. r=tn (a594883e8) - Bug 1174923 - Stop delaying the document load event until images are decoded. r=tn a=kwierso (caee1b25f) - Bug 968923 - part 3b - propagating use counters from SVG images into owning/parent documents; r=seth (234a41484) - Bug 968923 - part 3a - add core DOM use counter functionality; r=smaug (98bb77358) - Bug 968923 - part 3c - miscellaneous telemetry changes for use counters; r=gfritzsche (83adec291) - Bug 968923 - part 4 - hook up use counters to WebIDL bindings; r=bz (8545e9a9b) - Bug 771367 - Update test_animations_omta.html to support testing pseudo-elements. r=dbaron (4b2e5481b) - Bug 1177563 - Test that we share agent rule processors across different documents. r=dbaron (d64146359) - Bug 1181450 - Make GENERATED_FILES more visible during the build by printing their name when they are being generated. r=gps (b0c2166e8) - Bug 1215526 - part 1 - pass dependencies file to file_generate.py; r=glandium (a14ea304a) - Bug 1215526 - part 2 - write dependencies to file_generate.py's depfile; r=glandium (dc49ad380) (604a6d61c) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1218999 - Update mtimes when building a GENERATED_FILES target, even when contents don't change. r=glandium (53e8658ae) - partial of Bug 927388 - Produce and upload GeckoView AAR during packaging. (5b9f2edb1) - Bug 927388 - Follow-up: fix bustage on a CLOSED TREE. (5deab1ae5) - part of Bug 1174757 - Pre: Don't archive geckoview resources when not necessary (41da631ef) - goanna->gecko (d2f6f223e) - goanna->gecko (af5de4b01) - reapply Bug 927388 - Produce and upload GeckoView AAR (2f33b51b4) - Bug 1189459 - Allow generating geckoview AAR files when MOZ_APP_NAME is not 'fennec'. r=gps (dad480948) - Bug 1181965. Remove uses of mozRequestAnimationFrame from dom and parser tests. r=bkelly (ed3c653ce) (9ca9d9aa7) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1153937 - enable PushServiceLauncher. r=nsm (c776df06e) - Bug 1150683 - Implement nsIPushNotificationService. r=dougt (1257f4275) - Bug 1150683 - Add xpcshell test hooks to PushService.jsm. r=dougt (122a41a67) - Bug 1150683 - Add xpcshell tests for nsIPushNotificationService. r=dougt (e4560dc57) - Bug 1159310 - Remember the push count and last push time for push events. r=kit (a2d222a3a) - Bug 1159310 - Update the storage xpcshell tests. r=dougt (6e3aa7d5a) - Bug 1149274 - Clear site-permissions should clear all registered push notifications. r=nsm (b960ddef1) - Bug 1162414 - Change PushService.jsm db to use promise. r=nsm, r=mt (f1890967d) - Bug 1103106 - Change will-change to be first-come, first-served. r=roc (85a684e38) - Bug 1128454 - Add crash report annotations for plugin bridge operation failures. r=billm (92517a23a) - Bug 1150959 - Log rejected Promise error message to browser console (9c1b6b28e) - Bug 1160527 - Patch 1 - Support PushEvent.waitUntil(). r=baku. (24548bec1) - Bug 1114554 - Patch 1 - Notification ServiceWorker API stubs. r=wchen,baku (0c1a8eb51) - Bug 1163410 - Ensure that JSAPI is properly initialized before calling ServiceWorkerClientPostMessageRunnable::DispatchDOMEvent; r=nsm (2029815da) - Bug 1163410 - Skip test_request_context.html on Android for frequent crashes. (010675bc5) - Bug 1167808 P4 Test that respondWith() for a browser load reads the body correctly. r=ehsan (38e28a07d) - Bug 1174803 - Simplify RuntimeService::WorkerPrefChanged. r=bent (4be7d6b07) - Bug 1167808 P1 Add dom.serviceWorkers.interception.opaque.enabled pref. r=ehsan (7784735d2) - Bug 1167808 P2 Block opaque response interception if pref is disabled. r=ehsan (4a7ce8268) - Bug 1167808 P3 FetchEvent.respondWith() should use opaque response internal body. r=nsm (3c9834bf7) - Bug 1169296 - Intercepting top-level document loads is not working with JAR channels. r=jdm (b558e4322) - Bug 1171651 - Disable the interception of app:// URIs in service workers on release builds. r=baku (8a2caf031) - Bug 1167808 P0 Cache.put() should use internal body of opaque Response. r=nsm (4aa703c92) - Bug 1180887 - Part 1: Separate out the JS code inside test_request_context.html; r=baku (0d0f2a5a5) - Bug 1180887 - Part 2: Split test_request_context.html into one test file per chunk; r=baku (8277083d4) - Bug 1114554 - Patch 2 - ServiceWorkerRegistration.showNotification(). r=wchen,baku (1f8530996) - Bug 1152264 - Push API constantly doing requests. r=nsm (dc368cb8f) - Bug 1157732 - Allow ws (insecure) connections to localhost. r=kcambridge (02a3b1f8a) - Bug 1160316 - Bump IndexedDB name. r=nsm (f2a485f1e) - missing bit of Bug 1150683 - Add xpcshell test hooks to PushService.jsm (986aaff97) - Bug 1150812 - Split PushService - separate webSocket part. r=nsm, r=mt (97415d6e0) - Bug 1150812 - Split PushService - make the separation more common for webSocket and http2. r=nsm, r=mt (30f78714b) - Bug 1150812 - Adapt xpcshell test and add mochi tests for WebSocket version. r=nsm, r=mt (582b0c606) - Bug 1150812 - Add Http2 Push service. r=nsm, r=mt (bbada37cc) - Bug 1171261 - Only track pending channel registrations. r=dragana (82b643c38) - Bug 1159944 - more alt-svc tests r=hurley (41dd4dd11) - Bug 1150812 - xcpshell test for PushService with http2. r=nsm, r=mt (2911245f1) - Bug 1166350 - Push fixes for principals. r=kitcambridge,bholley (4ccf3cf4d) - Bug 1115379 - Streamline DownloadsViewItemController construction and remove now unneeded identifiers. r=mak (9aba8987f) - Bug 1114554 - Patch 3 - Fire notificationclick event on ServiceWorkerGlobalScope. r=wchen,baku (5b4e6a8bb) - fix AppleMedia test (a34b276e0) (d2029fd84) * 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 3)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New NewMoon 27 Build! 32bit https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20210703-d2029fd84-xpmod.7z 32bit SSE https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20210703-d2029fd84-xpmod-sse.7z 32bit noSSE https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20210703-d2029fd84-xpmod-ia32.7z 64bit https://o.rthost.win/palemoon/palemoon-27.10.0.win64-git-20210703-d2029fd84-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 1123516 - Implement maplike/setlike in WebIDL parser; r=bz (5d62bcd93) - Bug 1140324 - Remove __noSuchMethod__ handling from WebIDL parser and throw an exception instead. r=peterv (f7ea99339) - Bug 1123516 - Implement maplike/setlike in WebIDL Codegen; r=b (0ca39b335) - Bug 1183604, add some more assertions to help implementing new cycle collectable classes, r=mccr8 (1e66d29fe) - Bug 1178665 - Part 1: Make Promise::DispatchToMicroTask public. r=khuey (b962e6006) - Bug 1178665 - Part 2 - Adapt to latest Animation.finish procedure changes. r=bbirtles (33219fc0d) - Bug 1178665 - Part 3: Make finish notifications asynchronously in most cases. r=bbirtles, r=smaug (144c0944a) - Bug 1180770 part 1. Remove the unused ThrowNotEnoughArgsError. r=peterv (8bc1690f5) - Bug 1180770 part 2. Remove the unused ifaceName/memberName arguments of ThrowMethodFailedWithDetails and rename it to ThrowMethodFailed. r=peterv (ee4900547) - Bug 1135961. Implement subclassing of DOM objects. r=peterv (8e7e67b88) - Bug 1170691 - part 1 - add the generating script's directory to sys.path in file_generate.py; r=glandium (dd1520952) - Bug 1168409 - part 1 - avoid importing buildconfig in histogram_tools.py; r=gfritzsche (6a46dce23) - Bug 1168409 - part 2 - avoiding importing usecounters in histogram_tools.py; r=gfritzsche (21a468303) - Bug 1144397. Disallow using fill when dedent would do. r=peterv (544d4978d) - Bug 1158806. Don't try to include stuff for a generated hasInstance hook if we have no interface object, since in that case we don't need the include. r=peterv (d280a1608) - missing bit of Bug 1161627 - part 2 - machine-convert TemporaryRef<T> to already_AddRefed<T> (c51384311) - Bug 1166910 followup: Add missing 'override' keyword to HTMLImageElement method GetImageReferrerPolicy. rs=ehsan (9e3dc8e6d) - Bug 1174913 - remove unnecessary attribute parsing. r=bz (fdb769eda) - Bug 1170680 - Do not add non-animated images to the visible list in response to UNLOCKED_DRAW. r=tn (a594883e8) - Bug 1174923 - Stop delaying the document load event until images are decoded. r=tn a=kwierso (caee1b25f) - Bug 968923 - part 3b - propagating use counters from SVG images into owning/parent documents; r=seth (234a41484) - Bug 968923 - part 3a - add core DOM use counter functionality; r=smaug (98bb77358) - Bug 968923 - part 3c - miscellaneous telemetry changes for use counters; r=gfritzsche (83adec291) - Bug 968923 - part 4 - hook up use counters to WebIDL bindings; r=bz (8545e9a9b) - Bug 771367 - Update test_animations_omta.html to support testing pseudo-elements. r=dbaron (4b2e5481b) - Bug 1177563 - Test that we share agent rule processors across different documents. r=dbaron (d64146359) - Bug 1181450 - Make GENERATED_FILES more visible during the build by printing their name when they are being generated. r=gps (b0c2166e8) - Bug 1215526 - part 1 - pass dependencies file to file_generate.py; r=glandium (a14ea304a) - Bug 1215526 - part 2 - write dependencies to file_generate.py's depfile; r=glandium (dc49ad380) (604a6d61c) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1218999 - Update mtimes when building a GENERATED_FILES target, even when contents don't change. r=glandium (53e8658ae) - partial of Bug 927388 - Produce and upload GeckoView AAR during packaging. (5b9f2edb1) - Bug 927388 - Follow-up: fix bustage on a CLOSED TREE. (5deab1ae5) - part of Bug 1174757 - Pre: Don't archive geckoview resources when not necessary (41da631ef) - goanna->gecko (d2f6f223e) - goanna->gecko (af5de4b01) - reapply Bug 927388 - Produce and upload GeckoView AAR (2f33b51b4) - Bug 1189459 - Allow generating geckoview AAR files when MOZ_APP_NAME is not 'fennec'. r=gps (dad480948) - Bug 1181965. Remove uses of mozRequestAnimationFrame from dom and parser tests. r=bkelly (ed3c653ce) (9ca9d9aa7) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1153937 - enable PushServiceLauncher. r=nsm (c776df06e) - Bug 1150683 - Implement nsIPushNotificationService. r=dougt (1257f4275) - Bug 1150683 - Add xpcshell test hooks to PushService.jsm. r=dougt (122a41a67) - Bug 1150683 - Add xpcshell tests for nsIPushNotificationService. r=dougt (e4560dc57) - Bug 1159310 - Remember the push count and last push time for push events. r=kit (a2d222a3a) - Bug 1159310 - Update the storage xpcshell tests. r=dougt (6e3aa7d5a) - Bug 1149274 - Clear site-permissions should clear all registered push notifications. r=nsm (b960ddef1) - Bug 1162414 - Change PushService.jsm db to use promise. r=nsm, r=mt (f1890967d) - Bug 1103106 - Change will-change to be first-come, first-served. r=roc (85a684e38) - Bug 1128454 - Add crash report annotations for plugin bridge operation failures. r=billm (92517a23a) - Bug 1150959 - Log rejected Promise error message to browser console (9c1b6b28e) - Bug 1160527 - Patch 1 - Support PushEvent.waitUntil(). r=baku. (24548bec1) - Bug 1114554 - Patch 1 - Notification ServiceWorker API stubs. r=wchen,baku (0c1a8eb51) - Bug 1163410 - Ensure that JSAPI is properly initialized before calling ServiceWorkerClientPostMessageRunnable::DispatchDOMEvent; r=nsm (2029815da) - Bug 1163410 - Skip test_request_context.html on Android for frequent crashes. (010675bc5) - Bug 1167808 P4 Test that respondWith() for a browser load reads the body correctly. r=ehsan (38e28a07d) - Bug 1174803 - Simplify RuntimeService::WorkerPrefChanged. r=bent (4be7d6b07) - Bug 1167808 P1 Add dom.serviceWorkers.interception.opaque.enabled pref. r=ehsan (7784735d2) - Bug 1167808 P2 Block opaque response interception if pref is disabled. r=ehsan (4a7ce8268) - Bug 1167808 P3 FetchEvent.respondWith() should use opaque response internal body. r=nsm (3c9834bf7) - Bug 1169296 - Intercepting top-level document loads is not working with JAR channels. r=jdm (b558e4322) - Bug 1171651 - Disable the interception of app:// URIs in service workers on release builds. r=baku (8a2caf031) - Bug 1167808 P0 Cache.put() should use internal body of opaque Response. r=nsm (4aa703c92) - Bug 1180887 - Part 1: Separate out the JS code inside test_request_context.html; r=baku (0d0f2a5a5) - Bug 1180887 - Part 2: Split test_request_context.html into one test file per chunk; r=baku (8277083d4) - Bug 1114554 - Patch 2 - ServiceWorkerRegistration.showNotification(). r=wchen,baku (1f8530996) - Bug 1152264 - Push API constantly doing requests. r=nsm (dc368cb8f) - Bug 1157732 - Allow ws (insecure) connections to localhost. r=kcambridge (02a3b1f8a) - Bug 1160316 - Bump IndexedDB name. r=nsm (f2a485f1e) - missing bit of Bug 1150683 - Add xpcshell test hooks to PushService.jsm (986aaff97) - Bug 1150812 - Split PushService - separate webSocket part. r=nsm, r=mt (97415d6e0) - Bug 1150812 - Split PushService - make the separation more common for webSocket and http2. r=nsm, r=mt (30f78714b) - Bug 1150812 - Adapt xpcshell test and add mochi tests for WebSocket version. r=nsm, r=mt (582b0c606) - Bug 1150812 - Add Http2 Push service. r=nsm, r=mt (bbada37cc) - Bug 1171261 - Only track pending channel registrations. r=dragana (82b643c38) - Bug 1159944 - more alt-svc tests r=hurley (41dd4dd11) - Bug 1150812 - xcpshell test for PushService with http2. r=nsm, r=mt (2911245f1) - Bug 1166350 - Push fixes for principals. r=kitcambridge,bholley (4ccf3cf4d) - Bug 1115379 - Streamline DownloadsViewItemController construction and remove now unneeded identifiers. r=mak (9aba8987f) - Bug 1114554 - Patch 3 - Fire notificationclick event on ServiceWorkerGlobalScope. r=wchen,baku (5b4e6a8bb) - fix AppleMedia test (a34b276e0) (d2029fd84) -
My Browser Builds (Part 3)
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.rthost.win/boc-uxp/mailnews.win32-20210703-355db4de-uxp-72d0b8670-xpmod.7z BNavigator Win32 https://o.rthost.win/boc-uxp/bnavigator.win32-20210703-355db4de-uxp-72d0b8670-xpmod.7z source repo (excluding UXP): https://github.com/roytam1/boc-uxp/tree/custom-older * Notice: the profile prefix (i.e. parent folder names) are also changed since 2020-08-15 build, you may rename their names before using new binaries when updating from builds before 2020-08-15. -- New build of HBL-UXP for XP! Test binary: IceDove-UXP(mail) https://o.rthost.win/hbl-uxp/icedove.win32-20210703-id-f0915f3-uxp-72d0b8670-xpmod.7z IceApe-UXP(suite) https://o.rthost.win/hbl-uxp/iceape.win32-20210703-id-f0915f3-ia-c642e3c-uxp-72d0b8670-xpmod.7z source repo (excluding UXP): https://github.com/roytam1/icedove-uxp/tree/winbuild https://github.com/roytam1/iceape-uxp/tree/winbuild for UXP changes please see above. -
My Browser Builds (Part 3)
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.rthost.win/basilisk/basilisk52-g4.8.win32-git-20210703-e29e57e-uxp-72d0b8670-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20210703-e29e57e-uxp-72d0b8670-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.rthost.win/basilisk/basilisk52-g4.8.win32-git-20210703-e29e57e-uxp-72d0b8670-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.rthost.win/palemoon/palemoon-28.10.4a1.win32-git-20210703-6377d48fa-uxp-72d0b8670-xpmod.7z Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.4a1.win32-git-20210703-6377d48fa-uxp-72d0b8670-xpmod-sse.7z Win64 https://o.rthost.win/palemoon/palemoon-28.10.4a1.win64-git-20210703-6377d48fa-uxp-72d0b8670-xpmod.7z Official UXP changes since my last build: - Issue #1751 - Remove Mac/ARM C fallback on gcc from pixman (2215d8467) - [Toolkit] Update logopage styling. (72d0b8670) No official Basilisk changes since my last build. Official Pale-Moon changes since my last build: - Re-organize the Privacy category in preferences. (0a124f1cc) - Change the hard-coded "Learn more" link with DNT to our own page. (05ec62a88) - Remove unneeded .org (ce1c2371b) - Back-end branch pointer update (77af8d965) - Merge pull request 'Remove unneeded .org' (#1874) from micwoj92/Pale-Moon:master into master (5df934464) - Issue #1872 - Part 1: Update and align about:home and newtab search box styling (5949c1e59) - Issue #1872 - Part 2: De-duplicate search engine logos in the source and unify. (5287a9ff7) - Issue #1872 - Part 3: Fix about:home search form width. (0f6b56f58) - Issue #1872 - Part 4: Tweak search box styling some more. (e920bbb3f) - Issue #1872 - Part 5: Align about:home background with other pages. (eed7d4c70) - Back-end branch pointer update (6377d48fa) -
My Browser Builds (Part 3)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
since upstream no longer providing sources, I don't know what change(s) to "fix" this issue. -
MSYS(not MSYS2) is actually a fork of cygwin-1.5 MSYS2 is actually a fork of cygwin-1.7+ so it doesn't make a huge difference here. if your POSIX-style program uses fork(), you have to use cygwin-alike solution(s).
-
My Browser Builds (Part 3)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New regular/weekly KM-Goanna release: https://o.rthost.win/kmeleon/KM76.4.4-Goanna-20210626.7z Changelog: Out-of-tree changes: * update Goanna3 to git a970411ca...3697b9103: - import changes from `dev' branch of rmottola/Arctic-Fox: - Factor out D2D initialization checks. (bug 1183910 part 4, r=mattwoodrow) (4e9defcb4) - Bug 1156857 - Properly init telemetry histogram data for child processes. r=bsmedberg (6901d9d26) - bug 1161166 - Use mach shared memory for shared memory on OSX r=billm (9892c8e0e) - Bug 1089816 - Let ASan content processes run to completion. r=billm (f0310db69) - Bug 1089816 - use && not and. CLOSED TREE (268b195bd) - Bug 1024259: Use NS_FREE_PERMANENT_DATA more consistently. r=mccr8 (d2517a357) - More Android reftest fuzz for bug 1169331. DONTBUILD (a531de2e3) - Bug 1169331 - Add more Android fuzzing on some reftests. (dbb3b9014) - Add fuzz to three reftests on Android. No bug. (d3f7e48d0) - No bug - Add more fuzz to 3 tests on Android. (5b8eb75da) - Bug 1150944 - Mark some reftests fuzzy with skia-gl. r=mstange (21a496034) - Bug 1150944 - Remove objects that have been unlinked by the cycle collector from the demotable context list. r=ehsan (5cf248b0f) - Bug 1150944 - Fix gfxPrefs unit test to not rely on skia-gl pref. r=mstange (bb5f97168) - Bug 1158120 - Replace gfxIntSize by mozilla::gfx::IntSize in gfx/gl part 1. r=nical (6e25b6162) - Bug 1158120 - Replace gfxIntSize by mozilla::gfx::IntSize in gfx/tests. r=nical (6df2b0a40) - Bug 1158120 - Replace gfxIntSize by mozilla::gfx::IntSize in gfx/ipc. r=nical (ebe1ed457) - Bug 1158120 - Replace nsIntSize by mozilla::gfx::IntSize in gfx/thebes. r=nical (0050a5e68) - Bug 1158120 - Replace nsIntSize by mozilla::gfx::IntSize in gfx/gl part 2. r=nical (6144812ea) - Bug 1158120 - Replace nsIntSize by mozilla::gfx::IntSize in gfx/ipc directory part 2. r=nical (092812a86) - Bug 1158120 - Replace nsIntSize by mozilla::gfx::IntSize in gfx/src/nsSize.h. r=nical (8083f5a3c) - Bug 1158120 - Replace gfxIntSize by mozilla::gfx::IntSize in gfx/thebes part 1. r=nical (627c20e56) - Bug 1182547 - Replace InitExtensions() with InitExtensionsFromDisplay() so that queries can be made with specific displays and add symbol loading for GetPlatformDisplayEXT so that the ANGLE_platform_angle_d3d extension can be used. r=jgilbert (9acdea0f3) - Bug 1167799 part 1 - Remove size from NewSurfaceDescriptorGralloc r=nical (34e83ccfb) - Bug 1167799 part 2 - Add EGL_ANDROID_image_crop support r=nical,jgilbert (002116a36) - Bug 1167651 - Made EGL initialize its ANGLE display using WARP if the system is blacklisted from using HW acceleration for WebGL ANGLE or if WebGL WARP is forced through a pref. ClientCanvasLayer is changed so that it will use shared surfaces only if the compositing device and the WebGL device are both WARP or both not WARP. Added a mIsWARP field to GLLibraryEGL so that this condition can be checked. r=jgilbert (54272b6c2) (d4b5597fa) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1167651 - Passed the forceEnabled pref from function to function down to GLLibraryEGL::EnsureInitialized. r=jgilbert (e0b72d59f) - Bug 1158120 - Replace gfxIntSize by mozilla::gfx::IntSize in gfx/layers. r=nical (81540669f) - missing bit Bug 1150767 - Add pref for requiring hardware-backed GL. - r=jrmuizel (0990a4b4b) - Bug 1150944 - Add a flags parameter to GLContextProvider functions instead of a bool. r=jgilbert (d7a7ade6d) (3697b9103) * 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 3)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New NewMoon 27 Build! 32bit https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20210626-3697b9103-xpmod.7z 32bit SSE https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20210626-3697b9103-xpmod-sse.7z 32bit noSSE https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20210626-3697b9103-xpmod-ia32.7z 64bit https://o.rthost.win/palemoon/palemoon-27.10.0.win64-git-20210626-3697b9103-xpmod.7z source repo: https://github.com/roytam1/palemoon27 repo changes since my last build: - import changes from `dev' branch of rmottola/Arctic-Fox: - Factor out D2D initialization checks. (bug 1183910 part 4, r=mattwoodrow) (4e9defcb4) - Bug 1156857 - Properly init telemetry histogram data for child processes. r=bsmedberg (6901d9d26) - bug 1161166 - Use mach shared memory for shared memory on OSX r=billm (9892c8e0e) - Bug 1089816 - Let ASan content processes run to completion. r=billm (f0310db69) - Bug 1089816 - use && not and. CLOSED TREE (268b195bd) - Bug 1024259: Use NS_FREE_PERMANENT_DATA more consistently. r=mccr8 (d2517a357) - More Android reftest fuzz for bug 1169331. DONTBUILD (a531de2e3) - Bug 1169331 - Add more Android fuzzing on some reftests. (dbb3b9014) - Add fuzz to three reftests on Android. No bug. (d3f7e48d0) - No bug - Add more fuzz to 3 tests on Android. (5b8eb75da) - Bug 1150944 - Mark some reftests fuzzy with skia-gl. r=mstange (21a496034) - Bug 1150944 - Remove objects that have been unlinked by the cycle collector from the demotable context list. r=ehsan (5cf248b0f) - Bug 1150944 - Fix gfxPrefs unit test to not rely on skia-gl pref. r=mstange (bb5f97168) - Bug 1158120 - Replace gfxIntSize by mozilla::gfx::IntSize in gfx/gl part 1. r=nical (6e25b6162) - Bug 1158120 - Replace gfxIntSize by mozilla::gfx::IntSize in gfx/tests. r=nical (6df2b0a40) - Bug 1158120 - Replace gfxIntSize by mozilla::gfx::IntSize in gfx/ipc. r=nical (ebe1ed457) - Bug 1158120 - Replace nsIntSize by mozilla::gfx::IntSize in gfx/thebes. r=nical (0050a5e68) - Bug 1158120 - Replace nsIntSize by mozilla::gfx::IntSize in gfx/gl part 2. r=nical (6144812ea) - Bug 1158120 - Replace nsIntSize by mozilla::gfx::IntSize in gfx/ipc directory part 2. r=nical (092812a86) - Bug 1158120 - Replace nsIntSize by mozilla::gfx::IntSize in gfx/src/nsSize.h. r=nical (8083f5a3c) - Bug 1158120 - Replace gfxIntSize by mozilla::gfx::IntSize in gfx/thebes part 1. r=nical (627c20e56) - Bug 1182547 - Replace InitExtensions() with InitExtensionsFromDisplay() so that queries can be made with specific displays and add symbol loading for GetPlatformDisplayEXT so that the ANGLE_platform_angle_d3d extension can be used. r=jgilbert (9acdea0f3) - Bug 1167799 part 1 - Remove size from NewSurfaceDescriptorGralloc r=nical (34e83ccfb) - Bug 1167799 part 2 - Add EGL_ANDROID_image_crop support r=nical,jgilbert (002116a36) - Bug 1167651 - Made EGL initialize its ANGLE display using WARP if the system is blacklisted from using HW acceleration for WebGL ANGLE or if WebGL WARP is forced through a pref. ClientCanvasLayer is changed so that it will use shared surfaces only if the compositing device and the WebGL device are both WARP or both not WARP. Added a mIsWARP field to GLLibraryEGL so that this condition can be checked. r=jgilbert (54272b6c2) (d4b5597fa) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1167651 - Passed the forceEnabled pref from function to function down to GLLibraryEGL::EnsureInitialized. r=jgilbert (e0b72d59f) - Bug 1158120 - Replace gfxIntSize by mozilla::gfx::IntSize in gfx/layers. r=nical (81540669f) - missing bit Bug 1150767 - Add pref for requiring hardware-backed GL. - r=jrmuizel (0990a4b4b) - Bug 1150944 - Add a flags parameter to GLContextProvider functions instead of a bool. r=jgilbert (d7a7ade6d) (3697b9103) -
My Browser Builds (Part 3)
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.rthost.win/boc-uxp/mailnews.win32-20210626-355db4de-uxp-a0461e377-xpmod.7z BNavigator Win32 https://o.rthost.win/boc-uxp/bnavigator.win32-20210626-355db4de-uxp-a0461e377-xpmod.7z source repo (excluding UXP): https://github.com/roytam1/boc-uxp/tree/custom-older * Notice: the profile prefix (i.e. parent folder names) are also changed since 2020-08-15 build, you may rename their names before using new binaries when updating from builds before 2020-08-15. -- New build of HBL-UXP for XP! Test binary: IceDove-UXP(mail) https://o.rthost.win/hbl-uxp/icedove.win32-20210626-id-f0915f3-uxp-a0461e377-xpmod.7z IceApe-UXP(suite) https://o.rthost.win/hbl-uxp/iceape.win32-20210626-id-f0915f3-ia-c642e3c-uxp-a0461e377-xpmod.7z source repo (excluding UXP): https://github.com/roytam1/icedove-uxp/tree/winbuild https://github.com/roytam1/iceape-uxp/tree/winbuild for UXP changes please see above. -
My Browser Builds (Part 3)
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.rthost.win/basilisk/basilisk52-g4.8.win32-git-20210626-e29e57e-uxp-a0461e377-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20210626-e29e57e-uxp-a0461e377-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.rthost.win/basilisk/basilisk52-g4.8.win32-git-20210626-e29e57e-uxp-a0461e377-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.rthost.win/palemoon/palemoon-28.10.3a1.win32-git-20210626-c9bf62e0b-uxp-a0461e377-xpmod.7z Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.3a1.win32-git-20210626-c9bf62e0b-uxp-a0461e377-xpmod-sse.7z Win64 https://o.rthost.win/palemoon/palemoon-28.10.3a1.win64-git-20210626-c9bf62e0b-uxp-a0461e377-xpmod.7z Official UXP changes since my last build: - Issue #1783 - Part 1: Move GetNodeDepth to ResizeObserver.cpp (22a75217e) - Issue #1783 - Part 2: Update ResizeObserver and resizeObserverSize. (6f7dd6fd9) - Issue #1783 - Part 3: Remove ResizeObservation's BroadcastSize. (cfdfbcf05) - Issue #1776 - Support detecting bool preferences in chrome stylesheets (4dac05e0e) - Merge pull request 'Support detecting bool preferences in chrome stylesheets' (#1785) from athenian200/UXP:bool-chrome-stylesheets into master (2c626f604) - Merge branch '1783' (014fdd052) - Bump platform version (8689ac630) - [whitespace] Fix CRLF line endings. (5afcb4a09) - Issue #1751 - Remove Mac code behind MOZ_WIDGET_TOOLKIT == 'cocoa' (1fe9c1930) - [Toolkit] Attempt to initialize DownloadTaskbarProgress when onDownloadWindowLoad() is called so that DownloadTaskbarProgress from the Downloads Manager window works when the application doesn't explicitly invoke onBrowserWindowLoad(). (4490f61f5) - Issue #1784 - Add -moz-dark-theme media query and allow prefers-color-scheme to follow it. (a0461e377) No official Basilisk changes since my last build. Official Pale-Moon changes since my last build: - Back-end branch pointer update. (c9bf62e0b) -
not really, as I don't change compilation switches which is still `ac_add_options --disable-skia` so it won't work like before. this change comes from arcticfox upstream.
-
QtWeb 3.8.4 crashes under Windows NT 4.0
roytam1 replied to ppgrainbow's topic in Browsers working on Older NT-Family OSes
that ddns domain provider is no longer exist.- 8 replies
-
- windows nt 4
- qtweb
-
(and 1 more)
Tagged with:
-
QtWeb 3.8.4 crashes under Windows NT 4.0
roytam1 replied to ppgrainbow's topic in Browsers working on Older NT-Family OSes
you may check this out: https://www.betaarchive.com/forum/viewtopic.php?t=28694- 8 replies
-
- windows nt 4
- qtweb
-
(and 1 more)
Tagged with:
-
QtWeb 3.8.4 crashes under Windows NT 4.0
roytam1 replied to ppgrainbow's topic in Browsers working on Older NT-Family OSes
there should be an INF file come among with the sys file, right-click on INF file and select "Install" to install. if your host CPU is not Intel, you have to patch the sys file.- 8 replies
-
- windows nt 4
- qtweb
-
(and 1 more)
Tagged with:
-
QtWeb 3.8.4 crashes under Windows NT 4.0
roytam1 replied to ppgrainbow's topic in Browsers working on Older NT-Family OSes
QtWeb needs SSE instructions. I don't know if VPC supports it or not. VMWare supports SSE if your host CPU supports it. and NT4 needs installing SSE driver to enable usage of SSE instructions.- 8 replies
-
- windows nt 4
- qtweb
-
(and 1 more)
Tagged with:
-
My Browser Builds (Part 3)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
thanks for letting me know, this changeset will be skipped. this is done by upstream for easier merging from his upstream. https://github.com/roytam1/palemoon27/commit/30dd322d5a9142aacce660ae709fdcc9a9c770fc and small part of that is just reverted: https://github.com/roytam1/palemoon27/commit/63b521019778c51766db6af1d8466bb971e3bb30 -
My Browser Builds (Part 3)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New regular/weekly KM-Goanna release: https://o.rthost.win/kmeleon/KM76.4.4-Goanna-20210612.7z Changelog: Out-of-tree changes: * update Goanna3 to git e37514b51...14f7ec3aa: - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1160298: Modify TaskFactory::NewTask to support variadic templates; r=gfritzsche (420a9648e) - Bug 1166583 - Move chromium's MakeTuple function into namespace 'base' to avoid conflicts with mozilla::MakeTuple. r=froydnj (ebb3dba7a) - Bug 1163320 - Variadic implementation of nsRunnableMethodArguments. r=froydnj (724d16853) - Bug 1153382 - Make poison values more toxic when used as a Value; r=sfink (17d918a7c) - Bug 1186154 - Templatize Rooted's context parameter to reduce copy-and-paste; r=jonco (479186b9f) - Bug 1185790 - Remove move unneeded Unbarriering; r=jonco (75db9ee20) - Bug 1185581 - Fix the spacing around PropertyDescriptors GC methods; r=efaust (3874cbd6e) - Bug 1188208 - Fix more constructors in js; r=jorendorff (edcc8e9d6) - Bug 1189906 - Remove the unused UseSavedRoots enum; r=jonco (36d535cdf) - Bug 1194832 - Use a one element cache in the store buffer; r=jonco (d50c960e1) - Bug 1157577 - Fix an assertion failure caused by inconsistent initialization order; r=bhackett (c9f1c1016) - Bug 1188408 - Factor out functions to protect/unprotect pages on different architectures r=terrence (9f874b1f9) (94bf55fcd) - import changes from `dev' branch of rmottola/Arctic-Fox: - pointer style (c84ff3dee) - Bug 1188408 - Rearrange relocation overlay so we don't change object group during compacting r=terrence (4d10ea581) - Bug 1188408 - Simplify ArenasToUpdate iteration r=terrence (ad7052d37) - Bug 1188408 - Make incremental zeal mode exercise compacting GC too r=terrence (12e81f0a8) - pointer style (38c45689d) - Bug 1188408 - Udate cell pointers after updating roots at the end of compacting a zone r=terrence (83406ea37) - Bug 1189750 - Fix JSScript::getPCCounts to return a reference instead of a copy. r=bhackett (f97f48986) - Bug 1167409 - 1/4 - Move offThreadToken into ScriptLoadRequest r=jandem (d69712ebb) - Bug 1167409 - 2/4 - Factor processRequest and off thread parsing into separate functions. r=jandem (efc29867b) - Bug 1156059 Part 1: Ignore META REFRESH when document is sandboxed from automatic features. r=bz (5cb139529) - Bug 1156059 Part 2: Ensure that META REFRESH is blocked by iframe sandbox. r=bz (4f5812bca) - No bug - Strip EOL whitespace from nsIDocument.h (1815b3a55) (ece7c7b7f) - import changes from `dev' branch of rmottola/Arctic-Fox: - remove a fix of PM now part of original bug 1280454 (63a48bffc) - Bug 1004703 - ignore 'unsafe-inline' if nonce- or hash-source specified (r=sstamm) (26c3f1d83) - Bug 1139297 - Implement CSP upgrade-insecure-requests directive - document changes (r=smaug) Bug 1139297 - Implement CSP upgrade-insecure-requests directive - csp changes (r=sstamm) (6ae99cb91) - Bug 1175480 - Expose the external content policy type from the load info objects; r=smaug (bad7acb0b) - Bug 1139297 - Implement CSP upgrade-insecure-requests directive - loadinfo changes (r=sicking,sworkman) (f1e5caa97) - Bug 1139297 - Implement CSP upgrade-insecure-requests directive - mcb changes (r=tanvi) (3c3086263) - Bug 1139297 - Implement CSP upgrade-insecure-requests directive - cors changes (r=smaug) (7181cf6af) - Bug 1159945 - Add telemetry to measure HSTS usage (9950700e5) - Bug 1139297 - Implement CSP upgrade-insecure-requests directive - netwerk changes (r=sworkman) (e8a18ecec) - Bug 1139297 - Implement CSP upgrade-insecure-requests directive - websocket changes (r=baku) (e2175bc25) - Bug 1139297 - Implement CSP upgrade-insecure-requests directive - form changes (r=baku) (80e178c19) - Bug 1139297 - Implement CSP upgrade-insecure-requests directive - devtool changes (r=sstamm,bholley) (ab9ed53dd) - Bug 1168538 - Add compiled code test for referrer directive to TestCSPParser. r=ckerschb (964893684) - Bug 1139297 - Implement CSP upgrade-insecure-requests directive - parser tests (r=sstamm) (b1e0342c9) - Bug 1139297 - Implement CSP upgrade-insecure-requests directive - simple upgrade tests (r=tanvi,sstamm) (8e3dfedc8) - Bug 1139297 - Implement CSP upgrade-insecure-requests directive - reports (r=sstamm) (949e85987) - Bug 1139297 - Implement CSP upgrade-insecure-requests directive - tests referrer (r=sstamm) (835f4d143) - Bug 1139297 - Implement CSP upgrade-insecure-requests directive - cors tests (r=smaug) (18054ab57) - Bug 1179123 - Avoid crash when calling ExitFullscreenInDocTree with a detached fullscreen document with its root exited fullscreen state. r=smaug (cb84e0aa7) - Bug 1173215, don't set mChromeXHRDocURI when dealing with non-XHR documents, r=bz (cbe06329e) - Bug 1178860 - Add dom.meta-viewport.enabled to gfxPrefs. r=dvander (060738800) - Bug 1175228: Skip profiler_tracing call for requestAnimationFrame callbacks, if we don't have any callbacks. r=BenWa (b52166626) - Bug 1175245: Convert nsRefreshDriver.cpp to use range-based "for" loops. r=tn (b5366155b) - Bug 1177764 - Use nsTObserverArray in APZCCallbackHelper, r=kats, r=dholbert (745e67b73) (2da2bfc91) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1181528 - nsISimpleEnumerator.h is needed by nsDocument.cpp, r=smaug (c4a3be0de) - Bug 1177914 - throw a NotSupportedError when running document.importNode on a ShadowRoot or Document. r=wchen (7aa0adc52) - Bug 1177991 - document.adoptNode should throw a HierarchyRequestError when adopting a ShadowRoot. r=wchen (f0e9f5400) - Bug 1184789 - Remove unnecessary IsOuterWindow() check from nsGlobalWindow::GetCaches(). r=khuey (aa96e11e1) - Bug 1182316: Part 1 - Remove FORWARD_TO_INNER_OR_THROW. r=peterv (04987b6ac) - Bug 1170246 - Improving nsGlobalWindow::ConvertDialogOptions and adding some gTests, r=ehsan (926a47fb9) (71dfc28be) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1069230 - Presentation API implementation. Part 1 - WebIDL Bindings. r=smaug (180d2e23a) - Bug 1142770 - part 1 - Use telephony service creator for telephony IPC service. r=hsinyi (447da4e64) - Bug 1142770 - part 2 - disable telephonyservice and voicemailservice. r=fabrice (5e0592769) - Bug 1069230 - Presentation API implementation. Part 2 - Presentation service and listeners. r=smaug (4be1d0628) - Bug 1069230 - Presentation API implementation. Part 3 - IPC. r=smaug (10db1c229) - Bug 1069230 - Presentation API implementation. Part 4 - Establish session (sender) & available changes. r=smaug (d7b358f74) - Bug 1069230 - Presentation API implementation. Part 5 - Establish session (receiver). r=smaug (e60709725) - Bug 1020179 - ContentPermissionPrompt change in b2g. r=fabrice (7aab4449e) - Bug 1020179 - Test case for visibilitychange. r=fabrice (d404f25e6) - Bug 1069230 - Presentation API implementation. Part 6 - mozChromeEvent for app launch. r=fabrice r=smaug (17081096c) - Bug 1069230 - Presentation API implementation. Part 7 - Presentation session. r=smaug (29227f2cf) - Bug 1069230 - Presentation API implementation. Part 8 - Data transport channel. r=jdm (2eb3a49ca) - Bug 1069230 - Presentation API implementation. Part 9 - Tests. r=kikuo (3cb72b71e) - Bug 1162700 - Split the AppInfo into initial setting of the values and the further initialization. r=smaug (d0b8d1470) (8cb2d1cd9) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1173947 - Make getRandomValues message be urgent (r=mrbkap) (aca1a06a9) - Bug 1182824 - Part 1: Use move assignment rather than copy assignment with ContextState::dash. r=mattwoodrow (73af33d32) - Bug 1182824 - Part 2: Make ContextState::dash a nsTArray. r=mattwoodrow (c66c3105d) - Bug 1134166 - Restart toolbox if selected app re-opens. r=ochameau (e370c8f02) - Bug 1134166 - Close toolbox if selected app dies. r=ochameau (5acb76254) - Bug 1134166 - Check for project when updating toolbox state. r=me (c60bb8766) - Bug 1090949 - Add way to make WebIDE runtimes configurable. r=ochameau (eef01e3e6) - Bug 1090949 - Refactor WebIDE preferences panel style. r=ochameau (fe1a9c757) - Bug 1135191 - Add runtime panel with toggle. r=jryans (e2e290a67) - missing bit of Bug 1116188 - Add async ProfileGatherer (308cfdd4f) - Bug 1185737 - Propagate pause and resume commands to child processes. r=BenWa (2dd302569) - Bug 1161831 - Stop using threaddsafe ISupports for nsResProtocolHandler. r=billm (0bec61aac) - Bug 1155968 - Correct indent not multiple of 4. r=khuey (5fb8e3b20) - Bug 1183291 - Factor idl-parser into a Python package. r=khuey (63a2f0c68) - Bug 1155968 - Add blank lines where needed in xpcom/idl-parser. r=khuey (ce91a905b) - Bug 1161831 - Generate an extra macro to declare a non-virtual variant of an interface. r=billm (058876228) - Bug 1161831 - Factor the sharable bits out of nsIResProtocolHandler. r=billm (b02278fb9) - Bug 1152997 - Cleanup app update build to exclude android. r=glandium, r=mossop (6cd935294) - Bug 1170075 - Remove Print Progress UI and view source XUL files from Android. r=snorp (64796ae4a) - Bug 1180921 - Create a dumping ground for simple services in toolkit/components/utils. r=Gijs (2757d43c8) - Bug 1180921 - Support custom callbacks for allowing access per-addon load access to cross-origin URIs. r=bz,r=billm (8cc7e2c96) - Bug 1161831 - Implement moz-extension protocol. r=bz,r=billm,sr=mcmanus (5ee451357) - Bug 1161831 - Associate extension URIs with the appropriate addon ID. r=billm,sr=bz (f36655ac9) - Bug 1161831 - Forbid mapping to anything but file:// and jar:// URIs. r=billm,sr=bz (144add9de) - Bug 1180921 - Generalize test_origin to make it easier to add new origin attributes. r=gabor (b3fbc3545) - Bug 1180921 - Add the addonId OriginAttribute. r=bholley (0723d0dec) - Bug 1174093 - Don't recurse into caps/tests/mochitest during the build; r=mshal (76366d21a) - Bug 1161831 - Tests. r=billm (ed116a703) - Bug 1155547, Part 1: Fix unified build breakage in adding new sources under dom/ipc/. r=khuey (0d6875348) - Bug 1166985 - Use two image decoding threads on dual core devices. r=tn (7f07ee8b8) - Bug 1160422 - Prioritize size decodes over full decodes. r=tn (48d42c011) - Bug 1151672 - Part 1: Remove the calls to nsThreadManager::SetThreadWorking() and nsThreadManager::SetThreadIdle() due to backout of bug 970307. r=seth (0428dd4a4) - Bug 1151672 - Part 2: Block PHal::Msg_NotifyNetworkChange__ID to the Nuwa process after it is ready. r=khuey (42debf2c0) - Bug 1176034 - MessagePort should force a close() if the structured clone algorithm fails, r=bent (3afe74856) - Bug 1176034 - Implement JSAutoStructuredCloneBuffer::clear(with callbacks and closure), r=sfink (f28f6852b) - Bug 1155547, Part 2: Create PNuwa protocol (managed by PBackground) for forking content processes. r=khuey (047bc5e61) - missing bit of Bug 1170075 - Remove Print Progress UI and view source XUL (a08888308) (14f7ec3aa) * 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 3)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New NewMoon 27 Build! 32bit https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20210612-14f7ec3aa-xpmod.7z 32bit SSE https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20210612-14f7ec3aa-xpmod-sse.7z 32bit noSSE https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20210612-14f7ec3aa-xpmod-ia32.7z 64bit https://o.rthost.win/palemoon/palemoon-27.10.0.win64-git-20210612-14f7ec3aa-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 1160298: Modify TaskFactory::NewTask to support variadic templates; r=gfritzsche (420a9648e) - Bug 1166583 - Move chromium's MakeTuple function into namespace 'base' to avoid conflicts with mozilla::MakeTuple. r=froydnj (ebb3dba7a) - Bug 1163320 - Variadic implementation of nsRunnableMethodArguments. r=froydnj (724d16853) - Bug 1153382 - Make poison values more toxic when used as a Value; r=sfink (17d918a7c) - Bug 1186154 - Templatize Rooted's context parameter to reduce copy-and-paste; r=jonco (479186b9f) - Bug 1185790 - Remove move unneeded Unbarriering; r=jonco (75db9ee20) - Bug 1185581 - Fix the spacing around PropertyDescriptors GC methods; r=efaust (3874cbd6e) - Bug 1188208 - Fix more constructors in js; r=jorendorff (edcc8e9d6) - Bug 1189906 - Remove the unused UseSavedRoots enum; r=jonco (36d535cdf) - Bug 1194832 - Use a one element cache in the store buffer; r=jonco (d50c960e1) - Bug 1157577 - Fix an assertion failure caused by inconsistent initialization order; r=bhackett (c9f1c1016) - Bug 1188408 - Factor out functions to protect/unprotect pages on different architectures r=terrence (9f874b1f9) (94bf55fcd) - import changes from `dev' branch of rmottola/Arctic-Fox: - pointer style (c84ff3dee) - Bug 1188408 - Rearrange relocation overlay so we don't change object group during compacting r=terrence (4d10ea581) - Bug 1188408 - Simplify ArenasToUpdate iteration r=terrence (ad7052d37) - Bug 1188408 - Make incremental zeal mode exercise compacting GC too r=terrence (12e81f0a8) - pointer style (38c45689d) - Bug 1188408 - Udate cell pointers after updating roots at the end of compacting a zone r=terrence (83406ea37) - Bug 1189750 - Fix JSScript::getPCCounts to return a reference instead of a copy. r=bhackett (f97f48986) - Bug 1167409 - 1/4 - Move offThreadToken into ScriptLoadRequest r=jandem (d69712ebb) - Bug 1167409 - 2/4 - Factor processRequest and off thread parsing into separate functions. r=jandem (efc29867b) - Bug 1156059 Part 1: Ignore META REFRESH when document is sandboxed from automatic features. r=bz (5cb139529) - Bug 1156059 Part 2: Ensure that META REFRESH is blocked by iframe sandbox. r=bz (4f5812bca) - No bug - Strip EOL whitespace from nsIDocument.h (1815b3a55) (ece7c7b7f) - import changes from `dev' branch of rmottola/Arctic-Fox: - remove a fix of PM now part of original bug 1280454 (63a48bffc) - Bug 1004703 - ignore 'unsafe-inline' if nonce- or hash-source specified (r=sstamm) (26c3f1d83) - Bug 1139297 - Implement CSP upgrade-insecure-requests directive - document changes (r=smaug) Bug 1139297 - Implement CSP upgrade-insecure-requests directive - csp changes (r=sstamm) (6ae99cb91) - Bug 1175480 - Expose the external content policy type from the load info objects; r=smaug (bad7acb0b) - Bug 1139297 - Implement CSP upgrade-insecure-requests directive - loadinfo changes (r=sicking,sworkman) (f1e5caa97) - Bug 1139297 - Implement CSP upgrade-insecure-requests directive - mcb changes (r=tanvi) (3c3086263) - Bug 1139297 - Implement CSP upgrade-insecure-requests directive - cors changes (r=smaug) (7181cf6af) - Bug 1159945 - Add telemetry to measure HSTS usage (9950700e5) - Bug 1139297 - Implement CSP upgrade-insecure-requests directive - netwerk changes (r=sworkman) (e8a18ecec) - Bug 1139297 - Implement CSP upgrade-insecure-requests directive - websocket changes (r=baku) (e2175bc25) - Bug 1139297 - Implement CSP upgrade-insecure-requests directive - form changes (r=baku) (80e178c19) - Bug 1139297 - Implement CSP upgrade-insecure-requests directive - devtool changes (r=sstamm,bholley) (ab9ed53dd) - Bug 1168538 - Add compiled code test for referrer directive to TestCSPParser. r=ckerschb (964893684) - Bug 1139297 - Implement CSP upgrade-insecure-requests directive - parser tests (r=sstamm) (b1e0342c9) - Bug 1139297 - Implement CSP upgrade-insecure-requests directive - simple upgrade tests (r=tanvi,sstamm) (8e3dfedc8) - Bug 1139297 - Implement CSP upgrade-insecure-requests directive - reports (r=sstamm) (949e85987) - Bug 1139297 - Implement CSP upgrade-insecure-requests directive - tests referrer (r=sstamm) (835f4d143) - Bug 1139297 - Implement CSP upgrade-insecure-requests directive - cors tests (r=smaug) (18054ab57) - Bug 1179123 - Avoid crash when calling ExitFullscreenInDocTree with a detached fullscreen document with its root exited fullscreen state. r=smaug (cb84e0aa7) - Bug 1173215, don't set mChromeXHRDocURI when dealing with non-XHR documents, r=bz (cbe06329e) - Bug 1178860 - Add dom.meta-viewport.enabled to gfxPrefs. r=dvander (060738800) - Bug 1175228: Skip profiler_tracing call for requestAnimationFrame callbacks, if we don't have any callbacks. r=BenWa (b52166626) - Bug 1175245: Convert nsRefreshDriver.cpp to use range-based "for" loops. r=tn (b5366155b) - Bug 1177764 - Use nsTObserverArray in APZCCallbackHelper, r=kats, r=dholbert (745e67b73) (2da2bfc91) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1181528 - nsISimpleEnumerator.h is needed by nsDocument.cpp, r=smaug (c4a3be0de) - Bug 1177914 - throw a NotSupportedError when running document.importNode on a ShadowRoot or Document. r=wchen (7aa0adc52) - Bug 1177991 - document.adoptNode should throw a HierarchyRequestError when adopting a ShadowRoot. r=wchen (f0e9f5400) - Bug 1184789 - Remove unnecessary IsOuterWindow() check from nsGlobalWindow::GetCaches(). r=khuey (aa96e11e1) - Bug 1182316: Part 1 - Remove FORWARD_TO_INNER_OR_THROW. r=peterv (04987b6ac) - Bug 1170246 - Improving nsGlobalWindow::ConvertDialogOptions and adding some gTests, r=ehsan (926a47fb9) (71dfc28be) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1069230 - Presentation API implementation. Part 1 - WebIDL Bindings. r=smaug (180d2e23a) - Bug 1142770 - part 1 - Use telephony service creator for telephony IPC service. r=hsinyi (447da4e64) - Bug 1142770 - part 2 - disable telephonyservice and voicemailservice. r=fabrice (5e0592769) - Bug 1069230 - Presentation API implementation. Part 2 - Presentation service and listeners. r=smaug (4be1d0628) - Bug 1069230 - Presentation API implementation. Part 3 - IPC. r=smaug (10db1c229) - Bug 1069230 - Presentation API implementation. Part 4 - Establish session (sender) & available changes. r=smaug (d7b358f74) - Bug 1069230 - Presentation API implementation. Part 5 - Establish session (receiver). r=smaug (e60709725) - Bug 1020179 - ContentPermissionPrompt change in b2g. r=fabrice (7aab4449e) - Bug 1020179 - Test case for visibilitychange. r=fabrice (d404f25e6) - Bug 1069230 - Presentation API implementation. Part 6 - mozChromeEvent for app launch. r=fabrice r=smaug (17081096c) - Bug 1069230 - Presentation API implementation. Part 7 - Presentation session. r=smaug (29227f2cf) - Bug 1069230 - Presentation API implementation. Part 8 - Data transport channel. r=jdm (2eb3a49ca) - Bug 1069230 - Presentation API implementation. Part 9 - Tests. r=kikuo (3cb72b71e) - Bug 1162700 - Split the AppInfo into initial setting of the values and the further initialization. r=smaug (d0b8d1470) (8cb2d1cd9) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1173947 - Make getRandomValues message be urgent (r=mrbkap) (aca1a06a9) - Bug 1182824 - Part 1: Use move assignment rather than copy assignment with ContextState::dash. r=mattwoodrow (73af33d32) - Bug 1182824 - Part 2: Make ContextState::dash a nsTArray. r=mattwoodrow (c66c3105d) - Bug 1134166 - Restart toolbox if selected app re-opens. r=ochameau (e370c8f02) - Bug 1134166 - Close toolbox if selected app dies. r=ochameau (5acb76254) - Bug 1134166 - Check for project when updating toolbox state. r=me (c60bb8766) - Bug 1090949 - Add way to make WebIDE runtimes configurable. r=ochameau (eef01e3e6) - Bug 1090949 - Refactor WebIDE preferences panel style. r=ochameau (fe1a9c757) - Bug 1135191 - Add runtime panel with toggle. r=jryans (e2e290a67) - missing bit of Bug 1116188 - Add async ProfileGatherer (308cfdd4f) - Bug 1185737 - Propagate pause and resume commands to child processes. r=BenWa (2dd302569) - Bug 1161831 - Stop using threaddsafe ISupports for nsResProtocolHandler. r=billm (0bec61aac) - Bug 1155968 - Correct indent not multiple of 4. r=khuey (5fb8e3b20) - Bug 1183291 - Factor idl-parser into a Python package. r=khuey (63a2f0c68) - Bug 1155968 - Add blank lines where needed in xpcom/idl-parser. r=khuey (ce91a905b) - Bug 1161831 - Generate an extra macro to declare a non-virtual variant of an interface. r=billm (058876228) - Bug 1161831 - Factor the sharable bits out of nsIResProtocolHandler. r=billm (b02278fb9) - Bug 1152997 - Cleanup app update build to exclude android. r=glandium, r=mossop (6cd935294) - Bug 1170075 - Remove Print Progress UI and view source XUL files from Android. r=snorp (64796ae4a) - Bug 1180921 - Create a dumping ground for simple services in toolkit/components/utils. r=Gijs (2757d43c8) - Bug 1180921 - Support custom callbacks for allowing access per-addon load access to cross-origin URIs. r=bz,r=billm (8cc7e2c96) - Bug 1161831 - Implement moz-extension protocol. r=bz,r=billm,sr=mcmanus (5ee451357) - Bug 1161831 - Associate extension URIs with the appropriate addon ID. r=billm,sr=bz (f36655ac9) - Bug 1161831 - Forbid mapping to anything but file:// and jar:// URIs. r=billm,sr=bz (144add9de) - Bug 1180921 - Generalize test_origin to make it easier to add new origin attributes. r=gabor (b3fbc3545) - Bug 1180921 - Add the addonId OriginAttribute. r=bholley (0723d0dec) - Bug 1174093 - Don't recurse into caps/tests/mochitest during the build; r=mshal (76366d21a) - Bug 1161831 - Tests. r=billm (ed116a703) - Bug 1155547, Part 1: Fix unified build breakage in adding new sources under dom/ipc/. r=khuey (0d6875348) - Bug 1166985 - Use two image decoding threads on dual core devices. r=tn (7f07ee8b8) - Bug 1160422 - Prioritize size decodes over full decodes. r=tn (48d42c011) - Bug 1151672 - Part 1: Remove the calls to nsThreadManager::SetThreadWorking() and nsThreadManager::SetThreadIdle() due to backout of bug 970307. r=seth (0428dd4a4) - Bug 1151672 - Part 2: Block PHal::Msg_NotifyNetworkChange__ID to the Nuwa process after it is ready. r=khuey (42debf2c0) - Bug 1176034 - MessagePort should force a close() if the structured clone algorithm fails, r=bent (3afe74856) - Bug 1176034 - Implement JSAutoStructuredCloneBuffer::clear(with callbacks and closure), r=sfink (f28f6852b) - Bug 1155547, Part 2: Create PNuwa protocol (managed by PBackground) for forking content processes. r=khuey (047bc5e61) - missing bit of Bug 1170075 - Remove Print Progress UI and view source XUL (a08888308) (14f7ec3aa) -
My Browser Builds (Part 3)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
Advance Notice: due to lack of UXP upstream commit, UXP based builds will not be produced tomorrow. -
Updated browser list for Windows XP
roytam1 replied to Cixert's topic in Browsers working on Older NT-Family OSes
if you need an adjective there, "Hongkongese" may be applicable, otherwise please omit it.- 81 replies
-
2
-
- Browsers 2022
- Browsers
-
(and 1 more)
Tagged with:
-
Updated browser list for Windows XP
roytam1 replied to Cixert's topic in Browsers working on Older NT-Family OSes
- 81 replies
-
5
-
- Browsers 2022
- Browsers
-
(and 1 more)
Tagged with:
-
My Browser Builds (Part 3)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New build of Firefox 45ESR: Test binary: SSE https://o.rthost.win/gpc/files1.rt/firefox-45.9.33-20210605-06d01b450-win32-sse.7z IA32 https://o.rthost.win/gpc/files1.rt/firefox-45.9.33-20210605-06d01b450-win32-ia32.7z Win64 https://o.rthost.win/gpc/files1.rt/firefox-45.9.33-20210605-06d01b450-win64.7z repo: https://github.com/roytam1/mozilla45esr Changes since my last build: - update NSS builtin certstore to May 2021 version from mozilla upstream. (0fb654c09) - import change from tenfourfox: - closes #644: update TLDs, pins, HSTS, M1612116 (80ab2a713) (06d01b450) -
My Browser Builds (Part 3)
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.rthost.win/basilisk/basilisk55-win32-git-20210605-8a0351d97-xpmod.7z Win64 http://o.rthost.win/basilisk/basilisk55-win64-git-20210605-8a0351d97-xpmod.7z repo: https://github.com/roytam1/basilisk55 Repo changes: - import certdata changes from NSS upstream: Bug 1692094 - Turn off Websites Trust Bit for 'Chambers of Commerce Root - 2008' and 'Global Chambersign Root - 2008'. r=KathleenWilson Bug 1687822 - Turn off Websites trust bit for the “Staat der Nederlanden Root CA - G3” root cert in NSS. r=KathleenWilson Bug 1686854 - Remove GeoTrust PCA-G2 and VeriSign Universal root certs from NSS. r=KathleenWilson Bug 1683738 - Add AC RAIZ FNMT-RCM SERVIDORES SEGUROS root cert to NSS. r=KathleenWilson Bug 1693173 - Add GlobalSign R45, E45, R46, and E46 root certs to NSS. r=KathleenWilson Bug 1618407 - Symantec root certs - Set CKA_NSS_EMAIL_DISTRUST_AFTER. r=kjacobs Bug 1692094 - Set email distrust after to 21-03-01 for Camerfirma's 'Chambers of Commerce' and 'Global Chambersign' roots. r=KathleenWilson (99f85ede5) - update NSS builtin certstore to May 2021 version from mozilla upstream. (6b3c7bf88) - import change from tenfourfox: - closes #644: update TLDs, pins, HSTS, M1612116 (80ab2a713) (8a0351d97)