Jump to content

Recommended Posts

Posted (edited)

New build of Serpent/UXP for XP!

Test binary:
Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20250315-3219d2d-uxp-f428ae64da-xpmod.7z
Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20250315-3219d2d-uxp-f428ae64da-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-20250315-3219d2d-uxp-f428ae64da-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.7a1.win32-git-20250315-d849524bd-uxp-f428ae64da-xpmod.7z
Win32 IA32 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250315-d849524bd-uxp-f428ae64da-xpmod-ia32.7z
Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250315-d849524bd-uxp-f428ae64da-xpmod-sse.7z
Win64 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20250315-d849524bd-uxp-f428ae64da-xpmod.7z
Win7+ x64 AVX2 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20250315-d849524bd-uxp-f428ae64da-w7plus-avx2.7z

Official UXP changes picked since my last build:
- No issue - fix some minor link issues in about:rights (8535573f07)
- No Issue - Make nsCSPService cancel the channel if a redirect is blocked by CSP (a2c6127832)
- Explicitly use javascript: instead of URI_INHERITS_SECURITY_CONTEXT within subjectToCSP() (#2696) (c318657acd)
- Issue #2692 - Part 1: Split out JS CompileOptions to its own header. (9436bfa175)
- Issue #2692 - Part 2: Split out JS SourceBufferHolder to its own header. (565fb4b05a)
- Issue #2692 - Part 3: Split out JS compiled script transcoding to its own header. (eca185aa79)
- Issue #2692 - Part 4: Split out off-thread compilation API to its own header. (307621db50)
- Issue #2692 - Part 5: Split out compilation and evaluation APIs into its own header. (40ed1b10f4)
- Issue #2692 - Part 6: Don't #include js/SourceBufferHolder.h in jsapi.h. (2e4620b5af)
- Issue #2692 - Part 7: De-globalize {*}CompileOptions. (5fd304507d)
- No Issue - Stop warning if a network request failed. (d9c27beb51)
- Issue #2697 - Part 1: Import libjxl 0.11.1 files to the tree. (845db2526f)
- Issue #2697 - Part 2: Update libjxl build files. (1152a6f41d)
- Issue #2697 - Part 3: Disable JXL_DEC_BOX informative events. (26bbf20c1d)
- Issue #2697 - Part 4: Update README and remove upstream merged patch. (6fc884334f)

No official Pale-Moon changes picked since my last build.

No official Basilisk changes picked since my last build.

My changes since my last build:
- libjxl: exclude terse static assert from building (f428ae64da)

Update Notice:
- You may delete file named icudt*.dat inside program folder when updating from old releases.

* Notice: From now on, UXP rev will point to `custom` branch of my UXP repo instead of MCP UXP repo, while "official UXP changes" shows only `tracking` branch changes.

Edited by roytam1

Posted

New build of BOC/UXP for XP!

Test binary:
MailNews Win32 https://o.rthost.win/boc-uxp/mailnews.win32-20250315-7bda12e7-uxp-f428ae64da-xpmod.7z
BNavigator Win32 https://o.rthost.win/boc-uxp/bnavigator.win32-20250315-7bda12e7-uxp-f428ae64da-xpmod.7z

source repo (excluding UXP): https://github.com/roytam1/boc-uxp/tree/custom

* 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-20250315-id-656ea98-uxp-f428ae64da-xpmod.7z
IceApe-UXP(suite) https://o.rthost.win/hbl-uxp/iceape.win32-20250315-id-656ea98-ia-c642e3c-uxp-f428ae64da-xpmod.7z

source repo (excluding UXP):
https://github.com/roytam1/icedove-uxp/tree/winbuild
https://github.com/roytam1/iceape-uxp/tree/winbuild

Posted

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 https://o.rthost.win/basilisk/basilisk55-win32-git-20250315-623d34797-xpmod.7z
Win64 https://o.rthost.win/basilisk/basilisk55-win64-git-20250315-623d34797-xpmod.7z

repo: https://github.com/roytam1/basilisk55

Repo changes:
- ported from UXP: No issue - fix some minor link issues in about:rights (8535573f) (e3671fca4)
- import from UXP: No Issue - Make nsCSPService cancel the channel if a redirect is blocked by CSP (a2c61278) (c7508db43)
- js: remove forEachStatementOption (a959769cf)
- import from UXP: Issue #2692 - Part 1: Split out JS CompileOptions to its own header. (9436bfa1) (02c52cd66)
- ported from UXP: Issue #2692 - Part 2: Split out JS SourceBufferHolder to its own header. (565fb4b0) (6eb265981)
- import from UXP: Issue #2692 - Part 3: Split out JS compiled script transcoding to its own header. (eca185aa) (7bb4bf963)
- ported from UXP: Issue #2692 - Part 4: Split out off-thread compilation API to its own header. (307621db) (206a81c51)
- import from UXP: Issue #2692 - Part 5: Split out compilation and evaluation APIs into its own header. (40ed1b10) (9e41abaf6)
- ported from UXP: Issue #2692 - Part 6: Don't #include js/SourceBufferHolder.h in jsapi.h. (2e4620b5) (654dda938)
- import from UXP: Issue #2692 - Part 7: De-globalize {*}CompileOptions. (5fd30450) (3a27e3fdd)
- import from UXP: Issue #2697 - Part 1: Import libjxl 0.11.1 files to the tree. (845db252) (3929d8553)
- import from UXP: Issue #2697 - Part 2: Update libjxl build files. (1152a6f4) (c726d8736)
- import from UXP: Issue #2697 - Part 3: Disable JXL_DEC_BOX informative events. (26bbf20c) (39eef83aa)
- import from UXP: Issue #2697 - Part 4: Update README and remove upstream merged patch. (6fc88433) (2cab0774a)
- import from `custom` branch of UXP: libjxl: exclude terse static assert from building (f428ae64) (623d34797)

Posted (edited)
30 minutes ago, roytam1 said:

New build of Serpent/UXP for XP!

Test binary:
Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20250315-3219d2d-uxp-f428ae64da-xpmod.7z
Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20250315-3219d2d-uxp-f428ae64da-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-20250315-3219d2d-uxp-f428ae64da-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.7a1.win32-git-20250315-d849524bd-uxp-f428ae64da-xpmod.7z
Win32 IA32 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250315-d849524bd-uxp-f428ae64da-xpmod-ia32.7z
Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250315-d849524bd-uxp-f428ae64da-xpmod-sse.7z
Win64 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20250315-d849524bd-uxp-f428ae64da-xpmod.7z
Win7+ x64 AVX2 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20250315-d849524bd-uxp-f428ae64da-w7plus-avx2.7z

Official UXP changes picked since my last build:
- No issue - fix some minor link issues in about:rights (8535573f07)
- No Issue - Make nsCSPService cancel the channel if a redirect is blocked by CSP (a2c6127832)
- Explicitly use javascript: instead of URI_INHERITS_SECURITY_CONTEXT within subjectToCSP() (#2696) (c318657acd)
- Issue #2692 - Part 1: Split out JS CompileOptions to its own header. (9436bfa175)
- Issue #2692 - Part 2: Split out JS SourceBufferHolder to its own header. (565fb4b05a)
- Issue #2692 - Part 3: Split out JS compiled script transcoding to its own header. (eca185aa79)
- Issue #2692 - Part 4: Split out off-thread compilation API to its own header. (307621db50)
- Issue #2692 - Part 5: Split out compilation and evaluation APIs into its own header. (40ed1b10f4)
- Issue #2692 - Part 6: Don't #include js/SourceBufferHolder.h in jsapi.h. (2e4620b5af)
- Issue #2692 - Part 7: De-globalize {*}CompileOptions. (5fd304507d)
- No Issue - Stop warning if a network request failed. (d9c27beb51)
- Issue #2697 - Part 1: Import libjxl 0.11.1 files to the tree. (845db2526f)
- Issue #2697 - Part 2: Update libjxl build files. (1152a6f41d)
- Issue #2697 - Part 3: Disable JXL_DEC_BOX informative events. (26bbf20c1d)
- Issue #2697 - Part 4: Update README and remove upstream merged patch. (6fc884334f)

No official Pale-Moon changes picked since my last build.

No official Basilisk changes picked since my last build.

My changes since my last build:
- libjxl: exclude terse static assert from building (f428ae64da)

Update Notice:
- You may delete file named icudt*.dat inside program folder when updating from old releases.

* Notice: From now on, UXP rev will point to `custom` branch of my UXP repo instead of MCP UXP repo, while "official UXP changes" shows only `tracking` branch changes.

Once UXP gets closer to 128esr,We'll probably see Serpent being like "OMG i can now use scratch 3.0 without debug being glitched and tutorials crashing" Same with Pale Moon or even Basilik but....considering Basilik been making releases before Pale Moon could, we'll see that browser get scratch to get newly released features from past year to work. But not 115esr,will remain buggy with scratch new features which is up to them to fix it... cause its esr and it'll only have security updates. 

Edited by Leokids123
Posted

Hello roytam1,

Please notice that the installation of

IA32 Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20250315-3219d2d-uxp-f428ae64da-xpmod-ia32.7z

installs  the same ST52 version as

IA32 Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20250308-3219d2d-uxp-8a35744175-xpmod-ia32.7z

This means:  2025-03-15 = 2025-03-08

Posted

Hmm...

 

@roytam1,have you even thought of making a vc4 build of Retrozilla? This can help PowerPC,MIPS,and other architectures nt 4.0 is avaliable for,except maybe Alpha.

Posted

Pale moon users on their forum report, that latest version of Pale Moon pass CloudFlare check. I tried latest NewMoon version (2025-03-14) and it works.

https://forum.palemoon.org/viewtopic.php?p=260900#p260900

Yet they also report that Basilisk so far not passing CloudFlare check. Yet it was promised that CloudFlare will do that to, so let's hope they will.

So if you New Moon user - no more need to use Supermium on CloudFlare protected sites like https://www.y2mate.com/en949.

Posted (edited)

Oh boy. Moonchild(!) thanked Roytam1 on Pale Moon forum:

Quote

I disabled the csp reporting because it caused out-of-memory issues due to cloudflare's check-looping. (Thanks to roytam1 for finding that workaround)

Indeed, thank you, roytam1, for everything you do for MSFN users!:worship:

Edited by Rod Steel
Posted

Cloudflare now works most of the time after a long wait.

Why does Youtube sometimes, but not always, seems to consume all CPU on a slow computer? Typing in the comments happens one letter every 5 seconds. I only go there to download and comment, so commenting is important to me. I can't use Opera(mium) or Supermium  becasue I don't  have Open With in those.

Posted

Hello roytam1!

In basilisk52-g4.8.win32-git-20250315 - when the multiprocess option is enabled, the 'Page Source Code' view doesn't work. (This only works in single process mode.)

The problem started with the version basilisk52-g4.8.win32-git-20241123!

Before that, on basilisk52-g4.8.win32-git-20241116 - everything worked fine.

Steps to reproduce the problem:

browser.tabs.remote.autostart", true
browser.tabs.remote.force-enable", true
dom.ipc.processCount", 6



When clicking on the 'View Page Source' item in the context menu, a blank page is displayed.
An error is displayed in the browser console(Ctrl+Shift+J):
TypeError: contentWindow is null  —  viewSource-content.js:226:11

Please fix this problem.
 
Posted
8 hours ago, j7n said:

Cloudflare now works most of the time after a long wait.

Why does Youtube sometimes, but not always, seems to consume all CPU on a slow computer? Typing in the comments happens one letter every 5 seconds. I only go there to download and comment, so commenting is important to me. I can't use Opera(mium) or Supermium  becasue I don't  have Open With in those.

Well, we kind of need more details.  Are you trying to watch 4K movies on a slow computer?  On my slower computers, YouTube is denied webm, vp8, vp9, and av01 video types and framerate is limited to 30.

I actually disable the comment section, so I'd have to experiment in that regard.

Posted
8 hours ago, j7n said:

becasue I don't  have Open With in those

You could try one of the below (their .js files would need modified accordingly, easy to do if we know "what" you need in the Open With list) -

https://chromewebstore.google.com/detail/open-with-switchbar/klgpknafjlhnpkppfbihchgfebbdcomd

https://chromewebstore.google.com/detail/open-in-openoffice/ioppgifkecchbmpobbkdkobildodihed

https://chromewebstore.google.com/detail/open-with-notepad++/hgfbigeomjlaahldcoilagphholnmhlc

Or any of their "related" extensions.  Note, just because they are "extensions", you don't have to use them as extensions, most are easily converted to userscripts.

Posted

I am not watching any video. It is paused and the loading circle is spinning. I watch exclusively in MPC-HC. Usually I go to the site to comment after watching.

Posted
13 hours ago, davidz said:

Hello roytam1!

In basilisk52-g4.8.win32-git-20250315 - when the multiprocess option is enabled, the 'Page Source Code' view doesn't work. (This only works in single process mode.)

The problem started with the version basilisk52-g4.8.win32-git-20241123!

Before that, on basilisk52-g4.8.win32-git-20241116 - everything worked fine.

Steps to reproduce the problem:

browser.tabs.remote.autostart", true
browser.tabs.remote.force-enable", true
dom.ipc.processCount", 6

 

 


When clicking on the 'View Page Source' item in the context menu, a blank page is displayed.
An error is displayed in the browser console(Ctrl+Shift+J):
TypeError: contentWindow is null  —  viewSource-content.js:226:11

Please fix this problem.
 

 

checked 20241123's changes but no idea what breaks it

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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