Jump to content

Recommended Posts

Posted (edited)
4 hours ago, kuja killer said:

Hello again roytam1,

is there any possible chance getting this website below, to work ? i need to access it, but It always crashes when i try to load it, the page doesnt even show up or load at all...just instantly crashes when i try to visit it. :(

https://spectrumsurveys.com

I dont know exactly how long it's been happening before but the last version i had of Basilik was from April 2025 and it crashed then... and still does on your latest July 4th build.
 

this should be reported to upstream.

maybe related but the patch there doesn't help: https://bugzilla.mozilla.org/show_bug.cgi?id=1296410

Edited by roytam1

Posted (edited)
5 hours ago, roytam1 said:

workarounded by relaxing check in DrawTargetCairo::IsValid(), and it seems not crashing for me now. https://github.com/roytam1/UXP/commit/10b96192dd99bd7daef5072d51d7f739e01d2fbc

ah great to know. :) i wouldnt have had any idea how to even know what was wrong, because it wouldnt ever show any information at all before the site would crash instantly, in the "Tools => Web Console" (or browswer console) window. Thats good you knew though. :)

Edited by kuja killer
Posted
On 7/6/2025 at 10:19 AM, roytam1 said:

got a sn850x but it doesn't work on any m.2 slots in my B450 steel legend. with m.2 to PCIe x1 convertor it works, just too slow.

EDIT: after reading https://www.reddit.com/r/ASRock/comments/1gjwx3h/working_gen4_nvme_ssd_that_does_not_have_a_pin/ , I think I need to get another one using Phison E18 controller.

 

Can you see yourself ever using Visual C++ 2008 to produce Windows 2000 and XP RTM/SP1 compatible browsers, or do you need Visual C++ 2005 compatibility? I have a Visual C++ 2008/Windows 7 SDK compatible build of Firefox 35.0a1 I was thinking of uploading, but don't know if I should or not.

Posted
41 minutes ago, Nicholas McAnespy said:

Can you see yourself ever using Visual C++ 2008 to produce Windows 2000 and XP RTM/SP1 compatible browsers, or do you need Visual C++ 2005 compatibility? I have a Visual C++ 2008/Windows 7 SDK compatible build of Firefox 35.0a1 I was thinking of uploading, but don't know if I should or not.

Hey Nicholas,have you heard Retrozilla 2.3 released updates? Are you gonna merge changes from retrozilla 2.3 to your fork?

Posted
40 minutes ago, Leokids123 said:

Hey Nicholas,have you heard Retrozilla 2.3 released updates? Are you gonna merge changes from retrozilla 2.3 to your fork?

Yes I have, but my plan is actually to get New Moon 27 working with Windows 2000 (and XP/SP1), then create a Visual C++ 5.0 build of Firefox 3.0 (I have no idea how to make it work with Windows NT 3.50 or earlier, nor can I test it, but I'll eventually open the door to someone who can). I know I want Gecko 1.9, but I still struggle to figure out if I want the default theme of Firefox 1.5, 2.0, or 3.0.

Posted
1 hour ago, Nicholas McAnespy said:

Can you see yourself ever using Visual C++ 2008 to produce Windows 2000 and XP RTM/SP1 compatible browsers, or do you need Visual C++ 2005 compatibility? I have a Visual C++ 2008/Windows 7 SDK compatible build of Firefox 35.0a1 I was thinking of uploading, but don't know if I should or not.

I think there is no much difference between vc2005 and vc2008?

Posted
54 minutes ago, roytam1 said:

I think there is no much difference between vc2005 and vc2008?

If you can install Visual C++ 2008, it will produce Windows 2000 and XP compatible software (but with manifest errors affecting both Visual C++ 2005 and 2008). Mozilla got around that by building "mozcrt19.dll" somehow, but I have not been able to build it. Should I upload the source code and resulting executable?

Posted
4 hours ago, Nicholas McAnespy said:

Mozilla got around that by building "mozcrt19.dll"

they did this because they want jemalloc to be integrated into C runtime, which is un-recommended by MS later.

Posted

New build of Serpent/UXP for XP!

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

Official UXP changes picked since my last build:
- Issue #2106 - Part 1: Un-prefix -moz-user-select (cc55a380f6)
- Issue #2106 - Part 2: Align value names (17b594b705)
- No issue - Fix mixing of tabs with space-indented code. (552cb8dbcc)
- Issue #2045 - Part 1: Revert "Temporarily force hidden elements to be actually hidden." (dd2cf17d30)
- Issue #2045 - Part 2: Add handling and storage for the revert unit and value (7f3f90eed4)
- Issue #2045 - Part 3: Implement cascade origin tracking to CSS parser (b0f0972314)
- Issue #2045 - Part 4: Parse "revert" in property values wherever "unset" is allowed (9105c58a30)
- Issue #2045 - Part 5: Serialize shorthands using "revert" like those containing "unset" (801d4a2db8)
- Issue #2045 - Part 6: Treat "revert" values as the same as "unset" when encountered in the rule node (c4b6135c99)
- Issue #2045 - Part 7: Override revert values during presentation hint cascade (166e98d2b9)
- Issue #2045 - Part 8: Remap revert keyword values to a higher cascade level (a47f44e93d)
- Issue #2045 - Part 9: Include the revert keyword in the list of accepted values for CSS properties returned by inDOMUtils (5346e55655)
- Issue #2045 - Part 10: Regenerate devtools CSS database and include the revert keyword in related devtools code (f0b8d1df2c)
- Issue #2106 - Part 3: Add 'contain' as user-select value, retain 'element' (e6b48fcc95)
- [devtools] Further improve special character escaping in "copy as curl". (2d9cb22a28)
- No Issue - Add detection for medium in border shorthand (9f7430f8b9)
- Issue #2124 - Adjust overflow parser to handle two values (f4ffb1ec16)
- Issue #2662 - Implement axis-shorthand parsing (7c52fd934f)
- Issue #2124/2662: Optimize overflow shorthand parsing and serialization (7626c99ceb)
- Issue #2124/2662: Cleaning of code (dae72b452c)
- Issue #2106 - Follow-up: Additional Un-prefixing (1a5b3dcae6)
- Issue #2106 - Follow-up: Un-prefix DOM Attribute MozUserSelect (abb891ff26)
- Issue #2106 - Follow-up: Additional contain Keyword Entries (f1815317c3)
- Issue #2106 - Clean-up: Remove Defunct -moz-user-select CSS Directives (8f46cd0d63)
- Issue #2106 - Clean-up: Un-prefix -moz-user-select in Comments (b11affbdf3)
- Issue #2780: Add back the mismatch overflow handling in nsRuleNode.cpp (c3590da576)
- Issue #2757: Create a new basicShape of type inset then set inset coords to zero. (67421b3048)
- Issue #2757 - Follow-up: Add clip-path test (manual QA) (3f67905afc)

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

No official Basilisk changes picked since my last build.

My  changes picked since my last build:
- gfx: relax DrawTargetCairo::IsValid() check, fixes crash when loading spectrumsurveys.com (10b96192dd)
- layout: plug back alias of -moz-user-select so it won't break pages/extensions relying on this (4c8df426a8)

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-20250712-7bda12e7-uxp-b9ebe5b259-xpmod.7z
BNavigator Win32 https://o.rthost.win/boc-uxp/bnavigator.win32-20250712-7bda12e7-uxp-b9ebe5b259-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-20250712-id-656ea98-uxp-b9ebe5b259-xpmod.7z
IceApe-UXP(suite) https://o.rthost.win/hbl-uxp/iceape.win32-20250712-id-656ea98-ia-c642e3c-uxp-b9ebe5b259-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-20250712-6129895b4-xpmod.7z
Win64 https://o.rthost.win/basilisk/basilisk55-win64-git-20250712-6129895b4-xpmod.7z

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

Repo changes:
- ported from UXP: Issue #2106 - Part 1: Un-prefix -moz-user-select (cc55a380) (cfadbb5d6)
- ported from UXP: Issue #2106 - Part 2: Align value names (17b594b7) (3a0677ec7)
- import from UXP: No issue - Fix mixing of tabs with space-indented code. (552cb8db) (4634fe9d1)
- import from UXP: Issue #2045 - Part 1: Revert "Temporarily force hidden elements to be actually hidden." (dd2cf17d) (29e601bb8)
- import from UXP: Issue #2045 - Part 2: Add handling and storage for the revert unit and value (7f3f90ee) (f49dc1068)
- ported from UXP: Issue #2045 - Part 3: Implement cascade origin tracking to CSS parser (b0f09723) (13380336f)
- import from UXP:
 - Issue #2045 - Part 4: Parse "revert" in property values wherever "unset" is allowed (9105c58a)
 - Issue #2045 - Part 5: Serialize shorthands using "revert" like those containing "unset" (801d4a2d) (f780f6a0c)
- ported from UXP: Issue #2045 - Part 6: Treat "revert" values as the same as "unset" when encountered in the rule node (c4b6135c) (0ddba686d)
- ported from UXP: Issue #2045 - Part 7: Override revert values during presentation hint cascade (166e98d2) (33497a7bb)
- import from UXP: Issue #2045 - Part 8: Remap revert keyword values to a higher cascade level (a47f44e9) (7e8276dd1)
- import from UXP: Issue #2045 - Part 9: Include the revert keyword in the list of accepted values for CSS properties returned by inDOMUtils (5346e556) (5b3195dad)
- ported from UXP: Issue #2045 - Part 10: Regenerate devtools CSS database and include the revert keyword in related devtools code (f0b8d1df) (e92c563a4)
- import from UXP: Issue #2106 - Part 3: Add 'contain' as user-select value, retain 'element' (e6b48fcc) (f073823cd)
- ported from UXP: [devtools] Further improve special character escaping in "copy as curl". (2d9cb22a) (28bf4bcf2)
- ported from UXP: No Issue - Add detection for medium in border shorthand (9f7430f8) (4f0690a20)
- import from UXP: Issue #2124 - Adjust overflow parser to handle two values (f4ffb1ec) (ae483ab3b)
- ported from UXP: Issue #2662 - Implement axis-shorthand parsing (7c52fd93) (f7844356c)
- ported from UXP: Issue #2124/2662: Optimize overflow shorthand parsing and serialization (7626c99c) (55a3af5f7)
- ported from UXP: Issue #2124/2662: Cleaning of code (dae72b45) (9c80beb8f)
- ported from UXP: Issue #2106 - Follow-up: Additional Un-prefixing (1a5b3dca) (82ff6f599)
- import from UXP: Issue #2106 - Follow-up: Un-prefix DOM Attribute MozUserSelect (abb891ff) (2b505c1fd)
- import from UXP: Issue #2106 - Follow-up: Additional contain Keyword Entries (f1815317) (db2c8fdb5)
- ported from UXP: Issue #2106 - Clean-up: Remove Defunct -moz-user-select CSS Directives (8f46cd0d) (37991f84a)
- import from UXP: Issue #2106 - Clean-up: Un-prefix -moz-user-select in Comments (b11affbd) (477ab51c4)
- import from UXP: Issue #2780: Add back the mismatch overflow handling in nsRuleNode.cpp (c3590da5) (0ee810368)
- import from UXP: Issue #2757: Create a new basicShape of type inset then set inset coords to zero. (67421b30) (0ea914daf)
- import from UXP: Issue #2757 - Follow-up: Add clip-path test (manual QA) (3f67905a) (1b8fbc344)
- import from `custom` branch of UXP: gfx: relax DrawTargetCairo::IsValid() check, fixes crash when loading spectrumsurveys.com (10b96192) (6129895b4)

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...