Jump to content

My Browser Builds (Part 3)


Recommended Posts


New build of Serpent/UXP for XP!

Test binary:
Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20211113-f94c0da-uxp-eedc02ee9-xpmod.7z
Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20211113-f94c0da-uxp-eedc02ee9-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-20211113-f94c0da-uxp-eedc02ee9-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-20211113-ba47fad4d-uxp-eedc02ee9-xpmod.7z
Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.4a1.win32-git-20211113-ba47fad4d-uxp-eedc02ee9-xpmod-sse.7z
Win64 https://o.rthost.win/palemoon/palemoon-28.10.4a1.win64-git-20211113-ba47fad4d-uxp-eedc02ee9-xpmod.7z

Official UXP changes picked since my last build:
- remove OSX support (8fb608b22)
- Bug 1730048, reorder the code in nsMenuFrame::PassMenuCommandEventToPopupManager a bit, r=mstange a=RyanVM (6bc10cbc9)
- Bug 1735152 - Avoid using NS_ADDREF in nsSocketTransport. r=dragana, a=RyanVM (1920aae3d)
- Bug 1606864 - Make mDoNotRetryToConnect atomic. r=decoder,dragana a=RyanVM
  Bug 1712671 - Make nsSocketTransport2::m{Input/Output}StreamClosed atomic. r=kershaw,decoder a=RyanVM (d025defb9)
- backport Bug 1724233 - Make sure to run ConvertUTF8toACE before ConvertToDisplayIDN. r=dragana, a=RyanVM (0ffa8a018)
- backport Bug 1729517 - Set up document correctly. r=freddyb,ckerschb a=RyanVM (537bcf5ea)
- search: enlarge MAX_ICON_SIZE (fdb10cb2f)
- Merge branch 'post-git-tracking' into tracking (2981ddf60)

Official Basilisk changes picked since my last build:
- [Basilisk] remove OSX related code (bd90dd917)

Official Pale-Moon changes picked since my last build:
- [Pale-Moon] remove OSX related code (e4da2ce4e)
- [Pale-Moon] make sure anchor.top is not smaller than zero (7852cec48)
- [Pale-Moon] remove Application prefix in enterTabbedMode method (16f07caa3)
- [Pale-Moon] addons: replace Application.restart call with Services.startup.quit (7d223da9c)

* Notice: From now on, UXP rev will point to `custom` branch of my UXP repo instead of now-dead MCP UXP repo, while "official UXP changes" shows only `tracking` branch changes. MCP Basilisk/Pale-Moon rev after datecode will be removed later.

Link to comment
Share on other sites

Link to comment
Share on other sites

New NewMoon 27 Build!

32bit https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20211113-413983e19-xpmod.7z
32bit SSE https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20211113-413983e19-xpmod-sse.7z
32bit noSSE https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20211113-413983e19-xpmod-ia32.7z

64bit https://o.rthost.win/palemoon/palemoon-27.10.0.win64-git-20211113-413983e19-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 1166847 followup: Add 'override' annotation to some new overriding methods in jswrapper.h. rs=ehsan (20a3e9857)
 - pointer style (b13f08224)
 - Bug 1201271 - Warn about unused results for more methods of nsTArray. r=froydnj (c8fa9e836)
 - Bug 1156398: Pass ProcessOrientation.cpp's unused-by-default bools to mozilla::unused. r=mwu (e1200be54)
 - Bug 1159124 - Suppress -Wunused-exception-parameter warning in nsClipboard.mm. r=spohl (dc3c4c4d0)
 - Bug 1152921 - Always initialize platform-specific booleans in PrintData before sending over IPC. r=mconley (45fb8cf07)
 - Bug 1091112 - Serialize nsIPrintSettings options bitfield. r=jimm (17d38b152)
 - Bug 1091112 - Add OS X-specific members to PrintData IPDL struct. r=jimm (62182eb24)
 - Bug 1091112 - Proxy opening the print dialog on OS X to the parent. r=mstange (adf38a12a)
 - Bug 1204398 - Fix -Wshadow warnings in widget/cocoa. r=spohl (9c4f43861)
 - missing bits of Bug 1193038: Purposely leak StatisticsReport object and suppress the leak report r=glandium,mccr8,njn (cc0c1a908)
 - Bug 1144580 - Whitelist pselect6 in content seccomp-bpf policy. r=kang (144c67d00)
 - Bug 1144514 - Whitelist pread64 in content seccomp-bpf policy. r=kang (c01f7f65c)
 - Bug 1055310 - Step 1: Convert seccomp-bpf policies to Chromium PolicyCompiler. r=kang (8fbf648ba)
 - Bug 1055310 - Step 2: Move SIGSYS handling to Chromium TrapRegistry. r=kang (e80ff13a6)
 - Bug 1055310 - Step 3: Move syscall interceptions into SandboxFilter.cpp. r=kang (59c0b2454)
 - Bug 1004011 - Support SECCOMP_FILTER_FLAG_TSYNC if available. r=kang (cf97070a9)
 - Bug 1198334 (part 1) - Replace the opt-in FAIL_ON_WARNINGS with the opt-out ALLOW_COMPILER_WARNINGS. r=glandium. (c9df97498)
 - Bug 1189125 - Allow xpcshell to use GTK (r=karlt) (e363a27aa)
 - Bug 830801 - Part 1. Set NOMINMAX define as default. r=mshal (88fa52e9e)
 - Bug 830801 - Part 3. Remove NOMINMAX define from cpp source. r=mshal (c841b399f)
 - Bug 1169433 - Remove UnicharSelfTest and turn NormalizationTest into a gtest. r=glandium,smontagu (625dcaf32)
 - Bug 1170072 - Part 1. Make GetCharProps1 as static function. r=jfkthame (6ab8b7c4f)
 - Bug 1183209 patch 2: update data generation tools to Unicode 8, r=jfkthame (78e91de20)
 - Bug 1183209 patch 3: update generated data files to Unicode 8, and adapt internal XIDMOD types to the new types in Unicode's xidmodifications.txt, r=jfkthame (c9fea054f) (95440d2f9)
- missing bits from Bug 1162569 - default engine files should be in the omni.ja file, r=markh,glandium. (c7d628bdd)
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - pointer style (4cb5b536b)
 - Bug 1186696. Event handlers on JS-implemented webidl interfaces should have the same behavior as other event handlers: accept all values, convert non-objects to null. r=smaug (f61a308fb)
 - Bug 983301 part 1. Handle JS-to-native conversion for Promise values via calling Promise::Resolve on whatever value was passed in (except if the type is nullable and the passed-in value is null or undefined). r=peterv (4aaf04c66)
 - Bug 983301 part 2. Change Promise to not be distinguishable from any other type. r=peterv (0f463a834)
 - Bug 1157848 - Fix leak in OwningNonNull constructor from already_AddRefed; r=bz (a2a0aaa7a)
 - Bug 983301 Add a test for FetchEvent.respondWith(5). r=bz (5de2ea7d5)
 - Bug 1166932 - Part 1: Copy the editor observers array before iterating over it; r=roc (db74b264d)
 - Bug 1166932 - Part 2: Make sure that nsTextInputListener doesn't try to perform edit actions if it has been disconnected from the editor object; r=roc (7143bc782)
 - Bug 1190823 - Move OwningNonNull.h to xpcom/base/; r=froydnj (77c373751)
 - Bug 1163044 - Forward NS_MOUSE_ENTER_WIDGET into content process. r=smaug (46fcb7720)
 - Bug 1182358 - RequestSyncService.jsm should use AlarmService instead nsITimer, r=nsm (d0eb0bcd4)
 - Bug 1142609 - Fix PEP 8 E111/E113 warnings in dom/bindings's Python code. r=peterv (56bc4b865)
 - Bug 1142609 - Fix PEP 8 E121 warnings in dom/bindings's Python code. r=peterv (93f8021f6)
 - Bug 1142609 - Fix flake8's E122 warnings in dom/bindings's Python code. r=peterv (32f4cb3a2)
 - Bug 1142609 - Fix PEP 8 E126 warnings in dom/bindings's Python code. r=peterv (fd7710f34)
 - Bug 1142609 - Fix PEP 8 E124 warnings in dom/bindings's Python code. r=peterv (20d26ce01)
 - Bug 1142609 - Fix PEP 8 E125 warnings in dom/bindings's Python code. r=peterv (817ae2eb6)
 - Bug 1142609 - Fix PEP 8 E127 warnings in dom/bindings's Python code. r=peterv (031b0026f)
 - Bug 1142609 - Fix PEP 8 E128 warnings in dom/bindings's Python code. r=peterv (ec4ab550e)
 - Bug 1142609 - Fix PEP 8 E2xx warnings in dom/bindings's Python code. r=peterv (0a65500d3)
 - Bug 1157588. Produce a better error message when someone tries to pass a mixin as an argument. r=peterv (33d91a9b0)
 - Bug 1142609 - Fix PEP 8 E3xx warnings in dom/bindings's Python code. r=peterv (0cd9b0613)
 - Bug 1176236. Make typed array arguments work for constructors of JS-implemented interfaces. r=peterv (31e3d3c82)
 - Bug 1162956 part 1. Move forwardDeclareForType to be a method on ForwardDeclarationBuilder. r=peterv (8f5f3ff49)
 - Bug 1162956 part 2. Forward-declare things as needed in example codegen. Also, use js/TypeDecls.h for the JSContext declaration and include BindingDeclarations.h so we get things like Optional (which are a pain to forward-declare). r=peterv (9192d061b)
 - Bug 1166443. Example codegen should output the right signature for Wrap() when the object is not wrappercached. r=peterv (12ca80503)
 - Bug 1177869. Fix example codegen to output the correct return type for WrapObject in the non-wrappercached case. r=peterv (0c44da02c)
 - Bug 1025395. Output a #error instead of a nonexistent macro for the CC bits of example codegen, to make it clearer to people using it what they should do with CC. r=peterv (75dce91d4)
 - Bug 1173913. Indicate what webidl generated files were generated from, if they were generated for a particular webidl file. r=peterv (aaa86dbe8)
 - Bug 1165182 - Stop LE scans when Bluetooth adapter is disconnected from its owner. r=joliu (6a3dbc1ae)
 - Bug 1176898 - Remove redundant DisconnectFromOwner of BluetoothDiscoveryHandle. r=btian (7ddae05ad)
 - Bug 1156716: Build GATT HAL helpers in Bluetooth v1, r=joliu (0572f1af1)
 - Bug 1163499 - Part 1: Revise BluetoothGattInterface and result handler for daemon support. r=tzimmermann (e40f7703f)
 - Bug 1163499 - Part 2: Add helpers for Bluetooth daemon GATT client support. r=tzimmermann (9c52b9b0b)
 - Bug 1163499 - Part 3: Add GATT module for Bluetooth daemon. r=tzimmermann (730394aac)
 - Bug 1163499 - Part 4: Add GATT and GATT client interfaces for Bluetooth daemon. r=tzimmermann (7aefc1c20)
 - Bug 1163499 - Part 5: Support GATT profile when using Bluetooth daemon. r=tzimmermann (4e71b4901)
 - Bug 1148506: Remove unused variable 'bool result' from code generated by getDeleterBody(), in Codegen.py. r=jorendorff (aa31f486d)
 - Bug 1170971 - Part 1: Fix BluetoothGattReadParam unpacking in daemon backend. r=tzimmermann (78e8facce)
 - Bug 1142609 - Fix PEP 8 E5xx warnings in dom/bindings's Python code. r=peterv (08f5edc45)
 - Bug 1142609 - Fix PEP 8 E7xx warnings in dom/bindings's Python code. r=peterv (7fc970bff)
 - Bug 1170971 - Part 2: Fix BluetoothGattAdvData unpacking in daemon backend. r=tzimmermann (4285509b2)
 - Bug 603201 - Enable primitive receivers in [[Set]]. r=jorendorff (726d46b63)
 - Bug 1174717 - Passing fallible when calling AppendElement method for Sequence types in bluetooth2. r=shuang (557d92545)
 - pointer style (8f7275cf4)
 - Bug 1192297 - Rephrase Proxy static methods to make it clearer that the handler->hasPrototype() case is the weird case. r=Waldo. (2e68353c3)
 - Bug 1105045 - Outerize the receiver passed to proxy hooks. r=efaust. (c00a1db2f)
 - Bug 603201 - Change GetProperty receiver argument to Value in JS. r=efaust (f5a87f31b)
 - Bug 603201 - Change GetProperty receiver argument to Value in the browser. r=smaug (0b871d846)
 - Bug 1175173 - Don't box primitive this values in {Object, Array}.prototype.toLocaleString. r=till (11a66b2b6)
 - Bug 1179141 - Remove macro |BT_API2_LOGR|, r=joliu (792fbcde8)
 - Bug 1161991: Gatt server neutral-backend interface; r=jocelyn (f093551c3) (2b0b985a1)
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - Bug 1206596: Make random_generateSeed visible, and let it generate wider seeds. r=fitzgen (6c94fd975)
 - Bug 1159552 - Clear local arrays while discovering. r=jocelyn (912dd8429)
 - Bug 1179682 - Remove |mName| from BluetoothReplyRunnable, r=joliu (541e01427)
 - Bug 1186317 - [cleanup] Remove unused macros and unnecessary logs, r=shuang (38908d9fc)
 - Bug 1181478 - Expose BluetoothGattServer object in BluetoothAdapter. r=btian, r=mrbkap, a=me (450cdb58e)
 - Bug 1188394 - Fix warning: NS_ENSURE_TRUE(aTypes.Length()) failed, r=joliu (c898e6401) (413983e19)

Link to comment
Share on other sites

New regular/weekly KM-Goanna release:
https://o.rthost.win/kmeleon/KM76.4.5-Goanna-20211113.7z

Changelog:

In-tree changes:
- stdafx: include C++ algorithm header early and use std::min and std::max so gdiplus.h will have min and max to use after Bug 830801 was landed goanna3. (eab5b358)

Out-of-tree changes:
* update Goanna3 to git 00fee1e0a...413983e19:
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - Bug 1166847 followup: Add 'override' annotation to some new overriding methods in jswrapper.h. rs=ehsan (20a3e9857)
 - pointer style (b13f08224)
 - Bug 1201271 - Warn about unused results for more methods of nsTArray. r=froydnj (c8fa9e836)
 - Bug 1156398: Pass ProcessOrientation.cpp's unused-by-default bools to mozilla::unused. r=mwu (e1200be54)
 - Bug 1159124 - Suppress -Wunused-exception-parameter warning in nsClipboard.mm. r=spohl (dc3c4c4d0)
 - Bug 1152921 - Always initialize platform-specific booleans in PrintData before sending over IPC. r=mconley (45fb8cf07)
 - Bug 1091112 - Serialize nsIPrintSettings options bitfield. r=jimm (17d38b152)
 - Bug 1091112 - Add OS X-specific members to PrintData IPDL struct. r=jimm (62182eb24)
 - Bug 1091112 - Proxy opening the print dialog on OS X to the parent. r=mstange (adf38a12a)
 - Bug 1204398 - Fix -Wshadow warnings in widget/cocoa. r=spohl (9c4f43861)
 - missing bits of Bug 1193038: Purposely leak StatisticsReport object and suppress the leak report r=glandium,mccr8,njn (cc0c1a908)
 - Bug 1144580 - Whitelist pselect6 in content seccomp-bpf policy. r=kang (144c67d00)
 - Bug 1144514 - Whitelist pread64 in content seccomp-bpf policy. r=kang (c01f7f65c)
 - Bug 1055310 - Step 1: Convert seccomp-bpf policies to Chromium PolicyCompiler. r=kang (8fbf648ba)
 - Bug 1055310 - Step 2: Move SIGSYS handling to Chromium TrapRegistry. r=kang (e80ff13a6)
 - Bug 1055310 - Step 3: Move syscall interceptions into SandboxFilter.cpp. r=kang (59c0b2454)
 - Bug 1004011 - Support SECCOMP_FILTER_FLAG_TSYNC if available. r=kang (cf97070a9)
 - Bug 1198334 (part 1) - Replace the opt-in FAIL_ON_WARNINGS with the opt-out ALLOW_COMPILER_WARNINGS. r=glandium. (c9df97498)
 - Bug 1189125 - Allow xpcshell to use GTK (r=karlt) (e363a27aa)
 - Bug 830801 - Part 1. Set NOMINMAX define as default. r=mshal (88fa52e9e)
 - Bug 830801 - Part 3. Remove NOMINMAX define from cpp source. r=mshal (c841b399f)
 - Bug 1169433 - Remove UnicharSelfTest and turn NormalizationTest into a gtest. r=glandium,smontagu (625dcaf32)
 - Bug 1170072 - Part 1. Make GetCharProps1 as static function. r=jfkthame (6ab8b7c4f)
 - Bug 1183209 patch 2: update data generation tools to Unicode 8, r=jfkthame (78e91de20)
 - Bug 1183209 patch 3: update generated data files to Unicode 8, and adapt internal XIDMOD types to the new types in Unicode's xidmodifications.txt, r=jfkthame (c9fea054f) (95440d2f9)
- missing bits from Bug 1162569 - default engine files should be in the omni.ja file, r=markh,glandium. (c7d628bdd)
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - pointer style (4cb5b536b)
 - Bug 1186696. Event handlers on JS-implemented webidl interfaces should have the same behavior as other event handlers: accept all values, convert non-objects to null. r=smaug (f61a308fb)
 - Bug 983301 part 1. Handle JS-to-native conversion for Promise values via calling Promise::Resolve on whatever value was passed in (except if the type is nullable and the passed-in value is null or undefined). r=peterv (4aaf04c66)
 - Bug 983301 part 2. Change Promise to not be distinguishable from any other type. r=peterv (0f463a834)
 - Bug 1157848 - Fix leak in OwningNonNull constructor from already_AddRefed; r=bz (a2a0aaa7a)
 - Bug 983301 Add a test for FetchEvent.respondWith(5). r=bz (5de2ea7d5)
 - Bug 1166932 - Part 1: Copy the editor observers array before iterating over it; r=roc (db74b264d)
 - Bug 1166932 - Part 2: Make sure that nsTextInputListener doesn't try to perform edit actions if it has been disconnected from the editor object; r=roc (7143bc782)
 - Bug 1190823 - Move OwningNonNull.h to xpcom/base/; r=froydnj (77c373751)
 - Bug 1163044 - Forward NS_MOUSE_ENTER_WIDGET into content process. r=smaug (46fcb7720)
 - Bug 1182358 - RequestSyncService.jsm should use AlarmService instead nsITimer, r=nsm (d0eb0bcd4)
 - Bug 1142609 - Fix PEP 8 E111/E113 warnings in dom/bindings's Python code. r=peterv (56bc4b865)
 - Bug 1142609 - Fix PEP 8 E121 warnings in dom/bindings's Python code. r=peterv (93f8021f6)
 - Bug 1142609 - Fix flake8's E122 warnings in dom/bindings's Python code. r=peterv (32f4cb3a2)
 - Bug 1142609 - Fix PEP 8 E126 warnings in dom/bindings's Python code. r=peterv (fd7710f34)
 - Bug 1142609 - Fix PEP 8 E124 warnings in dom/bindings's Python code. r=peterv (20d26ce01)
 - Bug 1142609 - Fix PEP 8 E125 warnings in dom/bindings's Python code. r=peterv (817ae2eb6)
 - Bug 1142609 - Fix PEP 8 E127 warnings in dom/bindings's Python code. r=peterv (031b0026f)
 - Bug 1142609 - Fix PEP 8 E128 warnings in dom/bindings's Python code. r=peterv (ec4ab550e)
 - Bug 1142609 - Fix PEP 8 E2xx warnings in dom/bindings's Python code. r=peterv (0a65500d3)
 - Bug 1157588. Produce a better error message when someone tries to pass a mixin as an argument. r=peterv (33d91a9b0)
 - Bug 1142609 - Fix PEP 8 E3xx warnings in dom/bindings's Python code. r=peterv (0cd9b0613)
 - Bug 1176236. Make typed array arguments work for constructors of JS-implemented interfaces. r=peterv (31e3d3c82)
 - Bug 1162956 part 1. Move forwardDeclareForType to be a method on ForwardDeclarationBuilder. r=peterv (8f5f3ff49)
 - Bug 1162956 part 2. Forward-declare things as needed in example codegen. Also, use js/TypeDecls.h for the JSContext declaration and include BindingDeclarations.h so we get things like Optional (which are a pain to forward-declare). r=peterv (9192d061b)
 - Bug 1166443. Example codegen should output the right signature for Wrap() when the object is not wrappercached. r=peterv (12ca80503)
 - Bug 1177869. Fix example codegen to output the correct return type for WrapObject in the non-wrappercached case. r=peterv (0c44da02c)
 - Bug 1025395. Output a #error instead of a nonexistent macro for the CC bits of example codegen, to make it clearer to people using it what they should do with CC. r=peterv (75dce91d4)
 - Bug 1173913. Indicate what webidl generated files were generated from, if they were generated for a particular webidl file. r=peterv (aaa86dbe8)
 - Bug 1165182 - Stop LE scans when Bluetooth adapter is disconnected from its owner. r=joliu (6a3dbc1ae)
 - Bug 1176898 - Remove redundant DisconnectFromOwner of BluetoothDiscoveryHandle. r=btian (7ddae05ad)
 - Bug 1156716: Build GATT HAL helpers in Bluetooth v1, r=joliu (0572f1af1)
 - Bug 1163499 - Part 1: Revise BluetoothGattInterface and result handler for daemon support. r=tzimmermann (e40f7703f)
 - Bug 1163499 - Part 2: Add helpers for Bluetooth daemon GATT client support. r=tzimmermann (9c52b9b0b)
 - Bug 1163499 - Part 3: Add GATT module for Bluetooth daemon. r=tzimmermann (730394aac)
 - Bug 1163499 - Part 4: Add GATT and GATT client interfaces for Bluetooth daemon. r=tzimmermann (7aefc1c20)
 - Bug 1163499 - Part 5: Support GATT profile when using Bluetooth daemon. r=tzimmermann (4e71b4901)
 - Bug 1148506: Remove unused variable 'bool result' from code generated by getDeleterBody(), in Codegen.py. r=jorendorff (aa31f486d)
 - Bug 1170971 - Part 1: Fix BluetoothGattReadParam unpacking in daemon backend. r=tzimmermann (78e8facce)
 - Bug 1142609 - Fix PEP 8 E5xx warnings in dom/bindings's Python code. r=peterv (08f5edc45)
 - Bug 1142609 - Fix PEP 8 E7xx warnings in dom/bindings's Python code. r=peterv (7fc970bff)
 - Bug 1170971 - Part 2: Fix BluetoothGattAdvData unpacking in daemon backend. r=tzimmermann (4285509b2)
 - Bug 603201 - Enable primitive receivers in [[Set]]. r=jorendorff (726d46b63)
 - Bug 1174717 - Passing fallible when calling AppendElement method for Sequence types in bluetooth2. r=shuang (557d92545)
 - pointer style (8f7275cf4)
 - Bug 1192297 - Rephrase Proxy static methods to make it clearer that the handler->hasPrototype() case is the weird case. r=Waldo. (2e68353c3)
 - Bug 1105045 - Outerize the receiver passed to proxy hooks. r=efaust. (c00a1db2f)
 - Bug 603201 - Change GetProperty receiver argument to Value in JS. r=efaust (f5a87f31b)
 - Bug 603201 - Change GetProperty receiver argument to Value in the browser. r=smaug (0b871d846)
 - Bug 1175173 - Don't box primitive this values in {Object, Array}.prototype.toLocaleString. r=till (11a66b2b6)
 - Bug 1179141 - Remove macro |BT_API2_LOGR|, r=joliu (792fbcde8)
 - Bug 1161991: Gatt server neutral-backend interface; r=jocelyn (f093551c3) (2b0b985a1)
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - Bug 1206596: Make random_generateSeed visible, and let it generate wider seeds. r=fitzgen (6c94fd975)
 - Bug 1159552 - Clear local arrays while discovering. r=jocelyn (912dd8429)
 - Bug 1179682 - Remove |mName| from BluetoothReplyRunnable, r=joliu (541e01427)
 - Bug 1186317 - [cleanup] Remove unused macros and unnecessary logs, r=shuang (38908d9fc)
 - Bug 1181478 - Expose BluetoothGattServer object in BluetoothAdapter. r=btian, r=mrbkap, a=me (450cdb58e)
 - Bug 1188394 - Fix warning: NS_ENSURE_TRUE(aTypes.Length()) failed, r=joliu (c898e6401) (413983e19)

* 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

Link to comment
Share on other sites

4 hours ago, roytam1 said:

Official UXP changes picked since my last build:
- remove OSX support (8fb608b22)

Obviously doesn't matter to us Windows addicts, but does that mean "official" PM/Basilisk used to supports Macs and no longer does? Or were Macs never supported and this is just cleaning up leftover code? If the latter, seems MCP spent a lot longer getting around to removing it than they took removing support for XP, WebEx, e10s, etc.

Link to comment
Share on other sites

5 hours ago, Mathwiz said:

Obviously doesn't matter to us Windows addicts, but does that mean "official" PM/Basilisk used to supports Macs and no longer does? Or were Macs never supported and this is just cleaning up leftover code? If the latter, seems MCP spent a lot longer getting around to removing it than they took removing support for XP, WebEx, e10s, etc.

also obviously we don't need those portion of code, and having them applied we will easier for merging codes in the future.

but if there is someone want to revive OSX support, please create a pull request.

Link to comment
Share on other sites

The last few versions of UXP 52 are having a real hard time with Twitter, it's freezing the whole browser for seconds or more to the point where it has to be rebooted. Usually it starts out good but when you're on it for a while and especially after scrolling down things starts slowing considerably.

It may be less to do with the browser than Twitter changes, they're like google constantly making them and bogging their site down with more and more unnecessary scripts. 

Link to comment
Share on other sites

3 hours ago, DanR20 said:

The last few versions of UXP 52 are having a real hard time with Twitter, it's freezing the whole browser for seconds or more to the point where it has to be rebooted. Usually it starts out good but when you're on it for a while and especially after scrolling down things starts slowing considerably.

It may be less to do with the browser than Twitter changes, they're like google constantly making them and bogging their site down with more and more unnecessary scripts. 

twitter creates 1500+ events per tab nowadays, that's the reason UXP browsers having hard time when browsing twitter.

Link to comment
Share on other sites

I wish the Javascript interpreter was running isolated in a separate process, so i could just kill it and resume browsing without having to kill the whole browser...

That "script unresponsive..." dialog often doesn't show up at all when i need it.

Link to comment
Share on other sites

On 11/10/2021 at 2:45 PM, roytam1 said:

Thanks @roytam1, the bug is really fixed - now I can use the latest New Moon 27.10.0_20211113! :worship:

The mirror of latest BNavigator, Firefox 45ESR, MailNews 52, New Moon 26.5/27/28 and Serpent 52/55 builds has been updated -> soggi.org - tools.

kind regards
soggi

Link to comment
Share on other sites

On 10/26/2021 at 11:51 AM, IXOYE said:

please test with XP and msfn.org and not with " arcticfox-27.11.0.win32-git-20211012.7z " on Windows 10

The previous version of Arcticfox compiled by Roytam1 " arcticfox-27.11.0.win32-git-20210130.7z

Is version 20211012 not compatible with the win XP? Version 20210130 works without a problem in the XP 64bit, but version 20211012 does not start at win XP 64bit. Is the version 20210130 last for Windows XP? There is nothing newer?
 

Link to comment
Share on other sites

I would like to thank you very much for still maintaining these browsers!!! While not the quickest (and feature-filled), Serpent 52.9 allowed me to fully bring my old Core 2 Duo E6750 equipped computer to life (of course, it could run 7 x64 easily, or, with some modifications, even 10 x64, but performance is key and this thing has a 15-year-old hard drive in it with more than 40 thousand hours of power-on time and always increasing :D). I can easily check my mail, the weather and even do some browsing for, let's say, documentation for a piece of software that I need to run.

 

Once again, great job.

 

EDIT:

You might want to change the download links on your blogspot page from https to http. While certainly not the safest, IE8 on XP has problems connecting to the server hosting the files over HTTPS, yet easily downloads them over HTTP.

Edited by baluw
forgot to write something originally
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...