
roytam1
MemberContent Type
Profiles
Forums
Events
Everything posted by roytam1
-
Adobe Flash, Shockwave, and Oracle Java on XP (Part 1)
roytam1 replied to dencorso's topic in Windows XP
and people found a way to use international version of flash installer (30.0.0.134) by null-routing geo2.adobe.com 127.0.0.1 geo2.adobe.com ::1 geo2.adobe.com and also deleting flash settings data file in: %APPDATA%\Macromedia\Flash Player\macromedia.com\support\flashplayer\sys\settings.sol source: https://bbs.kafan.cn/forum.php?mod=redirect&goto=findpost&ptid=2123485&pid=42253681 -
could you please try replacing program files with this? http://o.rths.cf/gpc/files1.rt/rz-suite-v2.2-bin-20180708.7z
- 331 replies
-
- mozilla
- retrozilla
-
(and 3 more)
Tagged with:
-
Adobe Flash, Shockwave, and Oracle Java on XP (Part 1)
roytam1 replied to dencorso's topic in Windows XP
WARNING TO ADOBE FLASH USERS IN CHINA For Adobe Flash (plugin/standalone player) users, if you need taking your computer to China(PRC), you will be asked to install a Chinese customized version of Flash Player(by detecting with China IP when you browse internet), which has a "Flash Helper Service" installed, and that service is done by Chinese company for collecting user data to Chinese Government/Police. So if you need to bring your computer to China(PRC), it is better to keep it in version 29. (PepperFlash from Google Chrome official builds are also affected.) For Flash plugin comes from Windows Update (for IE/Edge use) is not affected. Related discussions in Chinese: https://bbs.kafan.cn/thread-2123485-1-1.html -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New build of post-deprecated basilisk/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.8, but some security patches can not be applied/ported due to source milestone differences between versions. Test binary: Win32 http://o.rthost.cf/basilisk/basilisk55-win32-git-20180707-019ca9a53-xpmod.7z Win64 http://o.rthost.cf/basilisk/basilisk55-win64-git-20180707-019ca9a53-xpmod.7z Repo changes: - fully update tzdata to 2018e (ef763f92e) - branding: optimize PNG (d1df17ccb) - try to sync with UXP to solve crash in msctfime. (019ca9a53) -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New build of Firfox 45ESR SSE: test binary: https://o.rthost.cf/gpc/files1.rt/firefox-45.9.9-20180707-428268bf9-win32-sse.7z repo: https://github.com/roytam1/mozilla45esr Changes since my last build: - import changes from tenfourfox: - #506: M984869 M1308793 M1316649 (0cfeee90d) - closes #507: add button number equivalents to nsChildView (41e8326d1) (partly) (7009d559f) - import changes from tenfourfox: - tune up scroll wheel events while we're at it (5337274e1) - #463: add elapsed and deadline tracking to nsTimeout (546ce73b4) - #508: unprefix -moz-columns (M1300895 plus additional work) (b9bdadfef) (edcd45950) - import changes from tenfourfox: - #463: requestIdleCallback() implementation (1fe2d3921) (with XP_MACOSX guard, SystemIsIdle() will still return false on other platforms) - closes #376: M1329901 M1330667 M1342016 (modified) M1304081 M1259476 (8a97adc59) (428268bf9) -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New build of basilisk/UXP for XP! Test binary: Win32 https://o.rthost.cf/basilisk/basilisk52-g4.1.win32-git-20180707-0daa12376-xpmod.7z Win64 https://o.rthost.cf/basilisk/basilisk52-g4.1.win64-git-20180707-0daa12376-xpmod.7z diff: https://o.rthost.cf/basilisk/UXP-xp-gitdiff-20180606.7z PM28XP pre-release build: Win32 https://o.rthost.cf/palemoon/palemoon-28.0.0b2.win32-git-20180707-0daa12376-xpmod.7z Win64 https://o.rthost.cf/palemoon/palemoon-28.0.0b2.win64-git-20180707-0daa12376-xpmod.7z Official repo changes since my last build (omitted, see blog entry for details) -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New regular/weekly KM-Goanna release: https://o.rthost.cf/kmeleon/KM-Goanna-20180707.7z Changelog: Out-of-tree changes: * update Goanna3 to git 53606d9e9..54887c52d: - Check redirect status code before forwarding to NPAPI. (4a7f5bc0b) - Confirm launch of executables other than .exe on Windows. (93403cdeb) - Confirm launch of executables other than .exe on Windows. (d8e715cff) - Reject some invalid qcms transforms. (f929ffa0e) - Update dimensions early in ClearTarget. (1abb23fdf) - Perform some sanity checks on nsMozIconURI. (e50a11dfe) - Ensure the right anonymous element is focused when calling input.focus() (8b999f2be) - Fix typo (RefPtr -> nsRefPtr) (54887c52d) * Notice: the changelog above may not always applicable to XULRunner code which K-Meleon uses. -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New Palemoon 27 Build! * This build is on par with official 27.9.4 build. 32bit https://o.rthost.cf/palemoon/palemoon-27.9.1a1.win32-git-20180707-54887c52d-xpmod.7z 32bit SSE https://o.rthost.cf/palemoon/palemoon-27.9.1a1.win32-git-20180707-54887c52d-xpmod-sse.7z 32bit noSSE https://o.rthost.cf/palemoon/palemoon-27.9.1a1.win32-git-20180707-54887c52d-xpmod-ia32.7z 64bit https://o.rthost.cf/palemoon/palemoon-27.9.1a1.win64-git-20180707-54887c52d-xpmod.7z source patch against official palemoon: https://o.rthost.cf/palemoon/sources_patches_20180602.7z Official repo changes since my last build: - Check redirect status code before forwarding to NPAPI. (4a7f5bc0b) - Confirm launch of executables other than .exe on Windows. (93403cdeb) - Confirm launch of executables other than .exe on Windows. (d8e715cff) - Reject some invalid qcms transforms. (f929ffa0e) - Update dimensions early in ClearTarget. (1abb23fdf) - Perform some sanity checks on nsMozIconURI. (e50a11dfe) - Ensure the right anonymous element is focused when calling input.focus() (8b999f2be) - Fix typo (RefPtr -> nsRefPtr) (54887c52d) -
slowness when accessing/posting forum post
roytam1 replied to roytam1's topic in Site & Forum Issues
actually I just wonder why msfn.org is not covered with cloudflare? any reason for not using cloudflare? -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
they forked 2.0.7 for the issue, you may try if it works for you: https://forum.palemoon.org/viewtopic.php?f=46&t=19443 -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
a related post about it is here: https://msfn.org/board/topic/177570-slowness-when-accessingposting-forum-post -
as topic
-
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
can't reproduce. checked with basilisk52 latest build: -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
PM26 doesn't support that. -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
replace pm26.win2000 files with this: http://o.rthost.cf/gpc/files1.rt/pm26xp-no-manifest.7z -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
SSE means SSE-only build, for Intel Pentium 3/AMD Athlon XP and later. IA32 build is for anything from Original Pentium and later. for Pentium 4 and later, use normal build. you may check your system drivers(antivirus filesystem filters, etc.) if anyone is malfunction. -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
It is hard to say, running on old SP is totally untested. Trying to run palemoon26-win2000 on XP RTM will just cause c000021a BSoD for example. but it works quite well when SP1 is installed. I can even hack XUL.dll to NOT loading uxtheme.dll(of course that means no watercolor theme in PM, since uxtheme format is incompatible) and removing manifest in palemoon.exe and hacked MSVCR80.dll NOT to parse manifest, making PM26 working in XP build 2296! -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
build 0623 is in the time just before they bump from alpha to beta 1. -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
nope, it is same as official builds i.e. it is beta now! -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
Not happened here (XP). This is the area that is untouched by me, since I use about:blank as starting page and I'm just not care about how about:newtab page is. -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New build of Firfox 45ESR SSE: test binary: https://o.rthost.cf/gpc/files1.rt/firefox-45.9.9-20180630-2e783dd2e-win32-sse.7z repo: https://github.com/roytam1/mozilla45esr Changes since my last build: - import changes from tenfourfox: - another host for basic adblock (c3c85077c) - more hosts for adblock (52f6389ca) (2e783dd2e) -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New build of post-deprecated basilisk/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.8, but some security patches can not be applied/ported due to source milestone differences between versions. Test binary: Win32 http://o.rthost.cf/basilisk/basilisk55-win32-git-20180630-cbc95b111-xpmod.7z Win64 http://o.rthost.cf/basilisk/basilisk55-win64-git-20180630-cbc95b111-xpmod.7z Repo changes: - pref: enable layout.css.moz-document.content.enabled by default, fixes stylish (81899e574) - AddonUpdateChecker: repalce with UXP one, add preprocessing and defines (7042385da) - cherry-picked mozilla upstream changes: bug1338064, bug1339204, bug1338032 and tried to restore Vista MF support by reverting bug1329547 and bug1324183 (cbc95b111) -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New build of basilisk/UXP for XP! Test binary: Win32 https://o.rthost.cf/basilisk/basilisk52-g4.1.win32-git-20180630-b5b0b2844-xpmod.7z Win64 https://o.rthost.cf/basilisk/basilisk52-g4.1.win64-git-20180630-b5b0b2844-xpmod.7z diff: https://o.rthost.cf/basilisk/UXP-xp-gitdiff-20180606.7z PM28XP pre-release build: Win32 https://o.rthost.cf/palemoon/palemoon-28.0.0b2.win32-git-20180630-b5b0b2844-xpmod.7z Win64 https://o.rthost.cf/palemoon/palemoon-28.0.0b2.win64-git-20180630-b5b0b2844-xpmod.7z Official repo changes since my last build (omitted, see blog entry for details) -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New Palemoon 27 Build! 32bit https://o.rthost.cf/palemoon/palemoon-27.9.1a1.win32-git-20180630-53606d9e9-xpmod.7z 32bit SSE https://o.rthost.cf/palemoon/palemoon-27.9.1a1.win32-git-20180630-53606d9e9-xpmod-sse.7z 32bit noSSE https://o.rthost.cf/palemoon/palemoon-27.9.1a1.win32-git-20180630-53606d9e9-xpmod-ia32.7z 64bit https://o.rthost.cf/palemoon/palemoon-27.9.1a1.win64-git-20180630-53606d9e9-xpmod.7z source patch against official palemoon: https://o.rthost.cf/palemoon/sources_patches_20180602.7z Official repo changes since my last build: - Restrict web access to moz-icon:// scheme (1ffd7ba7a) - Prevent various location-based hazards. (53606d9e9) My changes since my last build: - Port TenFourFox changes: + Ported changes: bug1380292, bug1386905, bug1395598, bug1396570, bug1368269, bug1400399, bug1368852, bug1393098 -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New regular/weekly KM-Goanna release: https://o.rthost.cf/kmeleon/KM-Goanna-20180630.7z Changelog: Out-of-tree changes: * update Goanna3 to git 4197dba32..53606d9e9: - Restrict web access to moz-icon:// scheme (1ffd7ba7a) - Prevent various location-based hazards. (53606d9e9) * My changes since my last build: - Port TenFourFox changes: + Ported changes: bug1380292, bug1386905, bug1395598, bug1396570, bug1368269, bug1400399, bug1368852, bug1393098 * Notice: the changelog above may not always applicable to XULRunner code which K-Meleon uses.