roytam1
MemberContent Type
Profiles
Forums
Events
Everything posted by roytam1
-
Just tested in NT 3.51, it complains these functions are missing: SQLITE3.DLL: KERNEL32.DLL - GetFileAttributesExW - InterlockedCompareExchange XUL.DLL OLE32.DLL - CoInitializeEx KERNEL32.DLL - SignalObjectAndWait ADVAPI32.DLL - GetNamedSecurityInfoW - SetNamedSecurityInfoW USP10.DLL (whole file missing) - ScriptBreak - ScriptFreeCache - ScriptGetCMap - ScriptGetFontProperties - ScriptGetProperties - ScriptIsComplex - ScriptItemize - ScriptPlace - ScriptRecordDigitSubstitution - ScriptShape But I didn't see any GdiGradientFill.
- 332 replies
-
- mozilla
- retrozilla
-
(and 3 more)
Tagged with:
-
First BIG step of porting Firefox 3.6 to old NT. It runs but it cannot show any text. for Firefox 3 or later not working (exit immediately) on NT4, the biggest reason is that, NT4 doesn't like "Local\" or "Global\" namespace/prefix in the Mutex. Test binary: http://roy.orz.hm/gpc/files1.rt/fx36vc71-20171014.7z Source: https://github.com/roytam1/fx36oldwin
- 332 replies
-
1
-
- mozilla
- retrozilla
-
(and 3 more)
Tagged with:
-
And I wonder if my SQLite3 patch needs improvement as now it leaves garbage after .sqlite filename. EDIT: OK fixed counting, same download link. EDIT2: Fixed null terminating, same download link.
- 332 replies
-
- mozilla
- retrozilla
-
(and 3 more)
Tagged with:
-
- 332 replies
-
- mozilla
- retrozilla
-
(and 3 more)
Tagged with:
-
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
Pale Moon forks Gecko 24 and adds/backports new features on top. -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
Because All unofficial build of Pale Moon will be called New Moon. -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
I'm thinking about another name: "Pale Mimas" but I need icons -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New build: 32bit https://o.rthost.cf/palemoon/palemoon-27.6.0a1.win32-git-20171010-0c0b811bb-xpmod.7z 64bit https://o.rthost.cf/palemoon/palemoon-27.6.0a1.win64-git-20171010-0c0b811bb-xpmod.7z Official repo changes since my last build: -Disable window.showModalDialog. 2d8bef0 -window.onerror catches JSON.parse error in Promise fulfillment (follow up) 11e0af6 -Merge pull request #1399 from janekptacijarabaci/error_improvements_1_followUp_1 f46295e -[UXP task] xpfe\appshel\nsWindowMediator.cpp 8026ed0 -[UXP task] layout\base\nsLayoutUtils.cpp a52e5cf -gre/components/FeedProcessor.js e2b5d74 -gre/components/FeedWriter.js 16e5553 -gre/components/nsINIProcessor.js (etc.) 3611278 -[UXP task] gre/modules/commonjs/dev/volcan.js ad0e8d1 -[UXP task] gre/modules/commonjs/sdk/lang/weak‐set.js 8f539ae -gre/modules/devtools/qrcode/decoder/index.js e9710e1 -[UXP task] gre/modules/devtools/tern/def.js d320a79 -gre/modules/devtools/sourceeditor/autocomplete.js 5db10c8 -Building with "‐‐enable‐debug" ‐ fix one of assertion failures 81a5397 -(1/2) Launch command: palemoon "‐migration" and "‐migration ‐p" (follow up) cbba33c -(2/2) Launch command: palemoon "‐migration" and "‐migration ‐p" (follow up) 15da107 -Synchronize blocklist timestamp. c87b7e2 -Merge pull request #1400 from janekptacijarabaci/debug_warning_1 662844d -Merge pull request #1401 from janekptacijarabaci/debug_assertionFailu… c07455c -Remove incorrect assertion (OnStopRequest calls this with null) c60749d -Merge pull request #1402 from janekptacijarabaci/migrate_followUp_1 dcd13b4 -Re‐generate HSTS preload list without stale entries. b25d88b -Update HSTS preload list generation script. 0c0b811 -
Please try my new NSPR/NSS here: https://github.com/rn10950/RetroZilla/issues/7#issuecomment-334985097
- 332 replies
-
- mozilla
- retrozilla
-
(and 3 more)
Tagged with:
-
Does your VC6 build works on Win95? If so it should work on NT 3.51 as well.
- 332 replies
-
- mozilla
- retrozilla
-
(and 3 more)
Tagged with:
-
By my binaries or official rz2.0? I doesn't test my build on NT 3.51 yet. BTW I'm still trying to get fx3.6 build with VC2003(as my old effort some years ago, and now I pick it up again), and chromium ipc library hurts. EDIT: so --disable-ipc switch is used. and now struggling in widget folder. EDIT2: Build success but crash on startup, need more debugging. EDIT3: Back to origin - Build works in XP but not NT4, firefox.exe exits immediately once started on NT4. Trying to build a DEBUG build of 3.0b1 and run on NT4 to see which component causing issue. EDIT4: Seems to me Mutex problem?
- 332 replies
-
1
-
- mozilla
- retrozilla
-
(and 3 more)
Tagged with:
-
Thats normal since QTWeb uses WebKit(QtWebKit-2.2) core.
- 332 replies
-
- mozilla
- retrozilla
-
(and 3 more)
Tagged with:
-
New build which is working in Win95 OSR2! http://o.rthost.cf/gpc/files1.rt/rzbrowser-tls12-20171008.7z Updated files are available here: https://github.com/rn10950/RetroZilla/issues/7#issuecomment-334985097
- 332 replies
-
3
-
- mozilla
- retrozilla
-
(and 3 more)
Tagged with:
-
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
with ReactOS schannel.dll and mbedtls.dll is is somewhat working but still buggy. -
my VC2003 test build is here: http://o.rthost.cf/gpc/files1.rt/rzbrowser-tls12.7z EDIT: VC6 build some kind of works. http://o.rthost.cf/gpc/files1.rt/rzbrowser-tls12-vc6.7z but SSL is not working in my freshly installed win95 osr2. I can only use conservative optimize flags like: ac_add_options --enable-optimize="-O2 -G6" Actually VC71 build works more better in Win95 OSR2 besides SSL is still not working. See below!
- 332 replies
-
- mozilla
- retrozilla
-
(and 3 more)
Tagged with:
-
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
I think `mach package`will do? and for chrome/IE on XP can't access HTTPS version of build storage site, it is nothing to do with TLS 1.2, but due to lack of SNI support in schannel.dll. You can always use non-HTTPS version of links since it is CloudFlare-fronted site. -
https://github.com/rn10950/RetroZilla/issues/7#issuecomment-334908527 NSPR supplement patch for VC6 posted. *EDIT: will repost whole replacement later.
- 332 replies
-
- mozilla
- retrozilla
-
(and 3 more)
Tagged with:
-
As you see it my screenshot, I used it in XP so no errors to me. Since I don't build with WINVER=0x400 (as my build is VC2003 build) I don't know whats going on here. If you can post compilation error log I think I can help BTW. for my binaries I can only have it some hours later since it is 1am here and I need some sleep and apply patches in issue #8 and #9 first after I wake up.
- 332 replies
-
- mozilla
- retrozilla
-
(and 3 more)
Tagged with:
-
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
Sure. 32bit https://o.rthost.cf/palemoon/palemoon-27.6.0a1.win32-git-20171006-fc3f4bdc7-xpmod.7z 64bit https://o.rthost.cf/palemoon/palemoon-27.6.0a1.win64-git-20171006-fc3f4bdc7-xpmod.7z Official repo changes since my last build: -Merge pull request #1395 from trav90/media-work -Merge pull request #1388 from JustOff/PR_statusbar_cleanup -Merge pull request #1393 from JustOff/PR_webext_error -Remove debug messages -Use alternative patch to force linking against ws2_32. -Update NSS to 3.32.1-RTM -Update NSPR to 4.16-RTM -Handle non-empty tail dispatchers in BeginShutdown -Implement TaskDispatcher::DispatchTasksFor -Fix a potential reference issue in JS arrays. -Fix some potential rooting hazards in the NPAPI plugin interface. -Safely close test stream -Display "not supported" error when trying to install WebExtension My changes since my last build: -following petrus's suggestions: 1. Could you change the default search engine from duckduck back to google? 2. Remove loading www.palemoon.org/firstrun.shtml on the first run 3. Change default startup page from "start.palemoon.org" to about:blank -
Better fixing the fundamental like SQLite3 first. https://github.com/rn10950/RetroZilla/issues/8 https://github.com/rn10950/RetroZilla/issues/9
- 332 replies
-
- mozilla
- retrozilla
-
(and 3 more)
Tagged with:
-
MSFN username is enough. for accessing buildslave, I use VNC. So I don't have keyboard/mouse/VGA connected on buildslave, just having ethernet and power connected.
- 332 replies
-
- mozilla
- retrozilla
-
(and 3 more)
Tagged with:
-
Yes please do so and for building binaries, it works in my old build rig(AMD Athlon X2 5200, 2GB RAM, XP SP3) which is upgraded from AMD Athlon 2600+(Socket 462) For modifying sources and test build always taking 15~30 minutes each build.
- 332 replies
-
- mozilla
- retrozilla
-
(and 3 more)
Tagged with:
-
- 332 replies
-
- mozilla
- retrozilla
-
(and 3 more)
Tagged with: