Jump to content

Recommended Posts

Posted
On 12/31/2024 at 10:08 PM, Mathwiz said:

OK, the Web has officially jumped the shark. Web sites are dictating processor architecture now? How the heck is that supposed to work if you have an ARM processor, or one of Apple's new processors, or really, anything but Intel / AMD?

The site works fine for me on both ARM MacOS and aarch64 Linux.


Posted

Basilisk52 win64

Redirects from external sites (e.g. from https://twitter.com) to yt, and many youtube links no longer work.

When I try to load the page, I get the message:
Please update your browser
Your browser isn’t supported anymore. Update it to get the best YouTube experience and our latest features

yt_old.png.3b3a698905f5ba8ccadf517f85922ac0.png
 

Posted
1 hour ago, adata said:

Basilisk52 win64

Redirects from external sites (e.g. from https://twitter.com) to yt, and many youtube links no longer work.

When I try to load the page, I get the message:
Please update your browser
Your browser isn’t supported anymore. Update it to get the best YouTube experience and our latest features

I got it to work (sort of...) by going to `about:config` and change the string of:

general.useragent.override.youtube.com

into:

Mozilla/5.0 (%OS_SLICE% rv:115.0) Gecko/20100101 Firefox/115.0

 

Posted

New build of Serpent/UXP for XP!

Test binary:
Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20250111-3219d2d-uxp-44f397bea2-xpmod.7z
Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20250111-3219d2d-uxp-44f397bea2-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-20250111-3219d2d-uxp-44f397bea2-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-20250111-d849524bd-uxp-44f397bea2-xpmod.7z
Win32 IA32 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250111-d849524bd-uxp-44f397bea2-xpmod-ia32.7z
Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250111-d849524bd-uxp-44f397bea2-xpmod-sse.7z
Win64 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20250111-d849524bd-uxp-44f397bea2-xpmod.7z

Official UXP changes picked since my last build:
- [no issue] Remove duplicate FLAC MIME type define. (e448ec4c0d)
- Issue #2673 - Part 1: Minor ADTSDemuxer cleanup. (0c2130e615)
- Issue #2673 - Part 2: Add ADTS format sniffer. (e25b285ca7)
- Issue #2673 - Part 3: Fix coding style. (8f5a66b486)
- Issue #2673 - Part 2b: Improve ADTS format sniffer's performance. (8f52da3288)
- Issue #2673 - Part 4: Hook up the ADTS sniffer + raw AAC MIME type. (d63a56adac)
- [network] Verify connection NPN against negotiated NPN. (024ab86be6)
- [DOM] Slightly extend lifetime of data in Structured Clone operations. (e60e1266e9)
- [DOM] Convert cleanup of FlushCurrentWord() to a ScopeExit task. (5ea8de0262)

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

No official Basilisk changes picked since my last build.

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.

Posted

New build of BOC/UXP for XP!

Test binary:
MailNews Win32 https://o.rthost.win/boc-uxp/mailnews.win32-20250111-7bda12e7-uxp-44f397bea2-xpmod.7z
BNavigator Win32 https://o.rthost.win/boc-uxp/bnavigator.win32-20250111-7bda12e7-uxp-44f397bea2-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-20250111-id-656ea98-uxp-44f397bea2-xpmod.7z
IceApe-UXP(suite) https://o.rthost.win/hbl-uxp/iceape.win32-20250111-id-656ea98-ia-93af9a0-uxp-44f397bea2-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-20250111-8673ef410-xpmod.7z
Win64 https://o.rthost.win/basilisk/basilisk55-win64-git-20250111-8673ef410-xpmod.7z

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

Repo changes:
- import from UXP: [no issue] Remove duplicate FLAC MIME type define. (e448ec4c) (5b26701e8)
- import from UXP: Issue #2673 - Part 1: Minor ADTSDemuxer cleanup. (0c2130e6) (41beb54ee)
- import from UXP: Issue #2673 - Part 2: Add ADTS format sniffer. (e25b285c) (21fdf77d6)
- import from UXP: Issue #2673 - Part 3: Fix coding style. (8f5a66b4) (2bc9250f9)
- import from UXP: Issue #2673 - Part 2b: Improve ADTS format sniffer's performance. (8f52da32) (95de7368e)
- import from UXP: Issue #2673 - Part 4: Hook up the ADTS sniffer + raw AAC MIME type. (d63a56ad) (7817adba9)
- import from UXP: [network] Verify connection NPN against negotiated NPN. (024ab86b) (1da458536)
- import from UXP: [DOM] Slightly extend lifetime of data in Structured Clone operations. (e60e1266) (ac9bdf554)
- import from UXP: [DOM] Convert cleanup of FlushCurrentWord() to a ScopeExit task. (5ea8de02) (8673ef410)

Posted (edited)

@roytam1 In Serpent v52.9.0 (2025-01-10) (32-bit) on website playground.ru the video player doesn’t work, giving "Player error: t.c.ChangeType is not a function" and "TypeError: Argument 1 of Document.elementFromPoint is not a finite floating-point value" also appears in the console.
Link to check: https://www.playground.ru/exodus/news/byvshie_tvortsy_mass_effect_raskryli_eschyo_bolshe_detalej_o_svoej_ambitsioznoj_igre_exodus-1745326
I suppose to fix "Player error: t.c.ChangeType is not a function", it’s necessary to add support for SourceBuffer.ChangeType() method, which was added in Firefox 63.
To fix "TypeError: Argument 1 of Document.elementFromPoint is not a finite floating-point value", it’s necessary to add support for MouseEvent.x and MouseEvent.y properties, which are aliases for MouseEvent.clientX and MouseEvent.clientY properties respectively, and were added in Firefox 53.

Edited by Yuriy88
Posted (edited)

Hello, i wanted to show a problem happening with a site called "verisoul.ai" - i was doing surveys on a survey provider website, and many of them try to load this website called "verisoul" - and it instantly crashes the browser for whatever reason pointing to "xul.dll" in the main program folder.

I went to that website to see this again, and i managed to get a screenshot of it. I dont have a clue what's causing it though other than "js.verisoul.ai" at the bottom and the specific dll it mentioned. This is on serpent 52.9 - 2024-12-28 - 32 bit - i didnt try out the 2025-01-10 just yet, but it probably still crashes on there.

crash-bug.png

Edited by kuja killer
Posted

I get a crash 100% when i go to the time.is website

i can give the drwatson.log+user.dmp if needed

It happens with the latest ice-ape-uxp on a 32 bits Windows server 2003

Posted
9 hours ago, RamonUn said:

I get a crash 100% when i go to the time.is website

i can give the drwatson.log+user.dmp if needed

It happens with the latest ice-ape-uxp on a 32 bits Windows server 2003

alright reproduced. should be fixed in next build.

Posted (edited)

Hmm that's weird. I did now test your latest 2025 01-10 version and it still happens to me. I tried safe mode so all the plugins and stuff are disabled, still happened, i tried turning off the "browser.tabs.remote.force-enable" thing in about:config so it only uses 1 copy of basilik.exe instead of one for each tab, still happened, turned on, still happened

and i tried just making a backup of the profile folder, and running it from a clean fresh profile or 1st time running so there's no add-ons, or anything at all ..however to say that phrase, and still happened.  usually about 3 to 5 seconds after letting the website sit there and load fully.

i really have no clue why or what's really making this happen on my end.  it still says it's coming specifically from "xul.dll" in the basilik's program folder though. i dont know what else to try.

crash-2.PNG

Edited by kuja killer
Posted

videocardz.com also crashes sometimes - usually the first time, then it works (with Serpent version 2025-01-10). No biggie.

Posted

New build of Serpent/UXP for XP!

Test binary:
Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20250125-3219d2d-uxp-789327be17-xpmod.7z
Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20250125-3219d2d-uxp-789327be17-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-20250125-3219d2d-uxp-789327be17-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-20250125-d849524bd-uxp-789327be17-xpmod.7z
Win32 IA32 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250125-d849524bd-uxp-789327be17-xpmod-ia32.7z
Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250125-d849524bd-uxp-789327be17-xpmod-sse.7z
Win64 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20250125-d849524bd-uxp-789327be17-xpmod.7z

Official UXP changes picked since my last build:
- [network] Don't try to use non-existing connections. (624ff30bfc)
- Issue #2676 - Don't keep AbortController alive for AbortSignal (949e3f0ac6)
- Issue #2676 - Implement AbortSignal.abort() (9fa4b6fd5d)
- Issue #2676 - Implement AbortSignal.timeout() (14c84e22a9)
- Issue #2678 - Don't use QI to canonicalize nsISupports pointers in the purple buffer. (9f4fe4275c)
- Issue #2678 - Switch DOMProxyHandler::EnsureExpandoObject to using normal wrapper preservation instead of RegisterDOMExpandoObject. (45bb4cb8b4)
- Issue #2678 - Remove the DOM proxy expando object hashtable in xpconnect. (32da3f4de4)
- Issue #2678 - Stop using EnsureExpandoObject in codegen code when we just want to preserver the wrapper for a DOM proxy. (c9c941f321)
- Issue #2678 - Remove now-unnecessary ClearExternalRefsForWrapperRelease. (0121aefb61)
- Issue #2678 - Avoid QIing for NoteXPCOMRoot. (38daeffb9b)
- Issue #2678 - Optimize inherited cycle-collectible QueryInterface() implementations for nsCycleCollectionISupports; (85aa4cb31e)
- Issue #2678 - Clean up some uses of the table-to-map segue. (33a120eb9f)
- Issue #2678 - Define a new macro for CC isupports. (5d82de9eb6)
- Issue #2678 - Use a new macro for CC isupports in some locations. (c37e68d59f)
- Issue #2678 - Default NS_INTERFACE_TABLE_HEAD_CYCLE_COLLECTION_INHERITED to NS_ERROR_FAILURE (33140a9b1b)
- Issue #2678 - Make QIing to a few often-used CCed classes faster. (85f8f23a23)
- Issue #2678 - Remove unnecessary second QI for nsCycleCollectionISupports. (9464d0ed6d)
- Issue #2678 - Remove NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION_INHERITED (139e7a7ac6)
- Issue #2681 - unprefix :-moz-modal-dialog (d9b107f32f)
- Issue #2681 - Expose `:modal` to content. (147713a6ac)
- No issue - Turn worker runnable assertion into something harmless in debug builds (41eb02d1e1)
- Issue #1765 - Follow-Up: For parsing calc() in non-hue component of hsl/a(), explicitly expect <percentage> values (2e3953399a)
- Issue #2078 - Follow-up: Don't try to resolve ancestor link elements when matching for Has*DependentStyle (77728935ef)

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:
- Issue #2678 - addendum to rev 139e7a7a (f67e22d3f0)

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.

Posted

New build of BOC/UXP for XP!

Test binary:
MailNews Win32 https://o.rthost.win/boc-uxp/mailnews.win32-20250125-7bda12e7-uxp-789327be17-xpmod.7z
BNavigator Win32 https://o.rthost.win/boc-uxp/bnavigator.win32-20250125-7bda12e7-uxp-789327be17-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-20250125-id-656ea98-uxp-789327be17-xpmod.7z
IceApe-UXP(suite) https://o.rthost.win/hbl-uxp/iceape.win32-20250125-id-656ea98-ia-93af9a0-uxp-789327be17-xpmod.7z

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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