roytam1
MemberContent Type
Profiles
Forums
Events
Everything posted by roytam1
-
since vista, there is extra fields in fontlink to provide H/W proportional scale factor, which is not exist in NT 5.x. if you want Hei font for replacing SimSun, you may find "XHei" in the web.
-
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
TenFourFox has same issue. http://tenfourfox.blogspot.com/2020/02/tenfourfox-fpr20b1-available.html?showComment=1582558983611#c6159071529952102901 -
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New regular/weekly KM-Goanna release: https://o.rths.ml/kmeleon/KM76.2-Goanna-20200307.7z Changelog: Out-of-tree changes: * update Goanna3 to git 6a75a56f2..fa6c62b3e: - toolkit: restore ResetProfile.jsm to previous state, fix about:support (aafa3ce17) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1103036 - Ensure __delete__ message from TabChild doesn't get sent after ActorDestroy (r=bent) (c91362f82) - Bug 1103036 - Wait for ContentChild shutdown during profile-before-change; r=billm (98602a765) - Bug 1103036 - Use nsITimer for ContentParent shutdown timer (r=bent) (d8f453cb5) - Bug 1103036 - Use kill timer when shutting down ContentParent in shutdown observer; r=billm (0b3dba9bd) - Bug 1103036 - Don't send shutdown message to Nuwa processes; r=billm (3337de858) - Bug 1131375 - Fix message ordering for in-process message manager (r=smaug) (2256e6aa8) - Bug 1155224 - Add targetFrameLoader property to messages (r=smaug) (971ff2db4) - Bug 1134762 - Clean-up UseFastPath logic to avoid OOM error. r=kats (28e0da5c3) - HACK - include nsPIDOMWInindow to get tree compiling again, no clue why it is needed now (88c10e8b4) - Bug 982347 - Implement netError design changes. r=Unfocused (e27b9af06) - Bug 1014282: Do not direct every ssl error to 'Report Web Forgery' (r=margaret) (febb83ad8) - Bug 1035536 - add blank theme file for net error pages, r=Unfocused (cac5f43ba) - Bug 1035536 - move CSS to themes directory, r=dao (5191e1032) - Bug 859695 - OS.File should be adopted in PlacesBackups.jsm and PlacesUtils.jsm. r=mak (78ebec312) - Bug 529697 - (CSP 1.1) Implement form-action directive [3/4], r=unfocused (2f884e70f) (755cb8b71) - Revert "Reverted all AF front-end changes to restore session restore function." (57b53303a) - 2nd attempt to align front-end code (and related other changes) with ArcticFox (as of https://github.com/rmottola/Arctic-Fox/commit/e4df9310356a3e9925c8c13f0a80b5922dc76912) (c689a1f44) - Merge pull request #4 from roytam1/af-frontend-merge (3c1231618) - imported mozilla upstream changes: bug1144189, bug1157986, bug1181097, bug1181735, bug1243586 (a54c33f93) - import TLDs and HSTS from TFF (rev 67706e1f6) (0106daa6b) - import NSS tip revs: bug1608493, bug1610687, bug1611209, bug1582169, bug1614786, bug1538980, bug1614870, bug1431940 and also import changes from `RFC6367' branch in UXP: - Issue #1462 - Part 1: Implement HMAC-based Camellia suites in NSS. (099a1ea88) - Issue #1462 Part 2: Implement security manager changes for RFC 6367 §2.1 (813dd6369) (20bc65972) - import changes from tenfourfox: #593: M1607742 M1684490 (fa6c62b3e) * Notice: the changelog above may not always applicable to XULRunner code which K-Meleon uses. A goanna3 source tree that has kmeleon adaption patch applied is available here: https://github.com/roytam1/palemoon27/tree/kmeleon76 -
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New NewMoon 27 Build! 32bit https://o.rths.ml/palemoon/palemoon-27.9.7.win32-git-20200307-fa6c62b3e-xpmod.7z 32bit SSE https://o.rths.ml/palemoon/palemoon-27.9.7.win32-git-20200307-fa6c62b3e-xpmod-sse.7z 32bit noSSE https://o.rths.ml/palemoon/palemoon-27.9.7.win32-git-20200307-fa6c62b3e-xpmod-ia32.7z 64bit https://o.rths.ml/palemoon/palemoon-27.9.7.win64-git-20200307-fa6c62b3e-xpmod.7z source repo: https://github.com/roytam1/palemoon27 repo changes since my last build: - toolkit: restore ResetProfile.jsm to previous state, fix about:support (aafa3ce17) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1103036 - Ensure __delete__ message from TabChild doesn't get sent after ActorDestroy (r=bent) (c91362f82) - Bug 1103036 - Wait for ContentChild shutdown during profile-before-change; r=billm (98602a765) - Bug 1103036 - Use nsITimer for ContentParent shutdown timer (r=bent) (d8f453cb5) - Bug 1103036 - Use kill timer when shutting down ContentParent in shutdown observer; r=billm (0b3dba9bd) - Bug 1103036 - Don't send shutdown message to Nuwa processes; r=billm (3337de858) - Bug 1131375 - Fix message ordering for in-process message manager (r=smaug) (2256e6aa8) - Bug 1155224 - Add targetFrameLoader property to messages (r=smaug) (971ff2db4) - Bug 1134762 - Clean-up UseFastPath logic to avoid OOM error. r=kats (28e0da5c3) - HACK - include nsPIDOMWInindow to get tree compiling again, no clue why it is needed now (88c10e8b4) - Bug 982347 - Implement netError design changes. r=Unfocused (e27b9af06) - Bug 1014282: Do not direct every ssl error to 'Report Web Forgery' (r=margaret) (febb83ad8) - Bug 1035536 - add blank theme file for net error pages, r=Unfocused (cac5f43ba) - Bug 1035536 - move CSS to themes directory, r=dao (5191e1032) - Bug 859695 - OS.File should be adopted in PlacesBackups.jsm and PlacesUtils.jsm. r=mak (78ebec312) - Bug 529697 - (CSP 1.1) Implement form-action directive [3/4], r=unfocused (2f884e70f) (755cb8b71) - Revert "Reverted all AF front-end changes to restore session restore function." (57b53303a) - 2nd attempt to align front-end code (and related other changes) with ArcticFox (as of https://github.com/rmottola/Arctic-Fox/commit/e4df9310356a3e9925c8c13f0a80b5922dc76912) (c689a1f44) - Merge pull request #4 from roytam1/af-frontend-merge (3c1231618) - imported mozilla upstream changes: bug1144189, bug1157986, bug1181097, bug1181735, bug1243586 (a54c33f93) - import TLDs and HSTS from TFF (rev 67706e1f6) (0106daa6b) - import NSS tip revs: bug1608493, bug1610687, bug1611209, bug1582169, bug1614786, bug1538980, bug1614870, bug1431940 and also import changes from `RFC6367' branch in UXP: - Issue #1462 - Part 1: Implement HMAC-based Camellia suites in NSS. (099a1ea88) - Issue #1462 Part 2: Implement security manager changes for RFC 6367 §2.1 (813dd6369) (20bc65972) - import changes from tenfourfox: #593: M1607742 M1684490 (fa6c62b3e) -
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rths.ml/boc-uxp/mailnews.win32-20200307-6cf2e411-uxp-88da01c29-xpmod.7z Browser-only Suite Win32 https://o.rths.ml/boc-uxp/bnavigator.win32-20200307-6cf2e411-uxp-88da01c29-xpmod.7z source patch (excluding UXP): https://o.rths.ml/boc-uxp/boc-uxp-src-xpmod-20191123.7z No official repo changes since my last build. -- New build of IceApe-UXP for XP! Test binary: https://o.rths.ml/gpc/files1.rt/iceape.win32-20200307-id-088353e-ia-041bf6a-uxp-88da01c29-xpmod.7z For UXP changes please see above. -
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New build of Serpent/UXP for XP! Test binary: Win32 https://o.rths.ml/basilisk/basilisk52-g4.5.win32-git-20200307-3b5e5c9-uxp-88da01c29-xpmod.7z Win64 https://o.rths.ml/basilisk/basilisk52-g4.5.win64-git-20200307-3b5e5c9-uxp-88da01c29-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.rths.ml/basilisk/basilisk52-g4.5.win32-git-20200307-3b5e5c9-uxp-88da01c29-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.rths.ml/palemoon/palemoon-28.9.0a1.win32-git-20200307-13122a94e-uxp-88da01c29-xpmod.7z Win64 https://o.rths.ml/palemoon/palemoon-28.9.0a1.win64-git-20200307-13122a94e-uxp-88da01c29-xpmod.7z Official UXP changes since my last build: - Issue #1319 - Remove EARLY_BETA_OR_EARLIER condition (b118bab81) - Correct typo in mailnews/base/src/moz.build (c30898ce3) - Mork is not dependent on dbm and never was. (9fceb389c) - Remove unused mailnews.mozbuild (76bacde2a) - Issue #251 - Move --disable-dbm to ac configure (f0abf6273) - Issue #1053 - Remove android support from nsNSSComponent.cpp (9b86872d3) - Issue #1053 - Remove android-only skia-npapi (1d86d3782) - Issue #190 - Part 1: Remove XP_IOS conditional code (6a3d5769d) - Revert "Issue #190 - Part 1: Remove XP_IOS conditional code" (65b37410c) - Remove exposed bug from UpdateUtils.jsm (88da01c29) Official Basilisk changes since my last build: - Cleanup MozInfra files from application directory (d1523e6) - Issue MoonchildProductions/UXP#1319 - Remove uses of EARLY_BETA_OR_EARLIER in application prefs (dd9d355) - Update platform branch pointer (2ab28d6) - Merge branch 'master' of https://github.com/MoonchildProductions/Basilisk (980054d) - Issue MoonchildProductions/UXP#1390 - Remove presentation API files from installation manifest. (111afca) - Issue MoonchildProductions/UXP#316 - Update install manifest for moved jsinspector interface (63cf9a1) - Update platform branch pointer (174c905) - Merge branch 'master' of https://github.com/MoonchildProductions/Basilisk (3b5e5c9) Official Pale-Moon changes since my last build: - Cleanup MozInfra files from application directory (37372a86e) - Issue #1730 - Add 1.25x play speed to the html player context menu (0ca94052f) - Merge pull request #1731 from JustOff/PR_player_speed_context_menu (6ea53c1f2) - Issue #380 - Switch on dynamic user-agent updates (13122a94e) -
because the font metrics are incompatible. you should use fonts that is compatible to SimSun to replace SimSun.
-
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
nm27 next build will have fix applied. for af, af developers should decide to have that patch or not. -
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
you don't need to do this -
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
you may check about:plugins as well -
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
check if network.http.upgrade-insecure-requests is equal to true or not in about:config if network.http.upgrade-insecure-requests = true, if should act like before. ref: https://github.com/MoonchildProductions/UXP/compare/1d55939c7...f9e1e4639 -
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
if you want this to be fixed, test with latest build first. if latest build doesn't fix that, please find out last working build and first non-working build, and give out page url for reproducing problem. -
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
alright pushed, thanks for testing! -
rzbrowser's nss doesn't have force-enabling-new-ciphers function
-
this one should work: http://o.rths.ml/gpc/files1.rt/Firefox8-new-nss.7z
-
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
archives updated, please try again -
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
alright will have a look few hours later, gotta sleep now -
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
today's pm and bk builds are replaced with following changes: Revert following changes for fixing Primetime issue: - Issue #26 Part 2a: make more EME code conditional. (99118e38e) - Issue #26 - Part 2b: Stub out GMPDecryptorProxy functions. (d44c61bf6) - Issue #26 - Part 2c: Remove dependence on gmp/widevine-adapter/* (4c9689f68) - Issue #1392 - Change --enable-eme to MOZ_ARG_ENABLE_BOOL and remove MOZ_EME_MODULES (832d84d2c) - [Basilisk] Issue MoonchildProductions/UXP#1392 - Remove usage of MOZ_EME_MODULES (3a165cd) so please test if Open H264 and Primetime will load again or not. -
for CometBird 9, please try this: http://o.rths.ml/gpc/files1.rt/CometBird-9.0.1-new-nss.7z for Firefox 10, please try this: http://o.rths.ml/gpc/files1.rt/Firefox10-new-nss.7z from my testing with latest KernelEx with Win2000 setting, it looks working.
-
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
is 20200110 is the last version that loads Open H264 Video Codec and the Primetime correctly? if so I may able to trace which rev causing this. -
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New build of Firefox 45ESR: Test binary: SSE https://o.rths.ml/gpc/files1.rt/firefox-45.9.21-20200229-4af255ba8-win32-sse.7z IA32 https://o.rths.ml/gpc/files1.rt/firefox-45.9.21-20200229-4af255ba8-win32-ia32.7z repo: https://github.com/roytam1/mozilla45esr Changes since my last build: - import changes from tenfourfox: - #587: M1598543 M1607902 disable remote jars (cfb4b1e08) - closes #588: make urlbar a bit more responsive (2b0ed5adb) - #587: update TLDs (c15b86c49) (b0419c145) - import NSS tip revs: bug1608493, bug1610687, bug1611209, bug1582169, bug1614786, bug1538980, bug1614870, bug1431940 (c02c4a148) - bump version to 45.9.21 (e3bc38bb5) - reverted my TLS 1.3 changes and import changes from tenfourfox: - #334, closes #489: enable TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 for amtrak.com (14d8add7c) (#334 part only) - #590: TLS 1.3 support (consolidated) with locale workaround (fae264c81) (13552d57d) - import changes from tenfourfox: - #591: M1467722 (cfb43390a) - #591: bustage fix (bbc9a12a5) - #592: implement CSSStyleSheet rules and addRule (2eb5ba7f6) - #588: increase latency of search a little more (ddd1b9aab) - #541: more disgusting hacks to fix jsfiddle (1f3d8fcbe) - more hosts for adblock (1cdef889b) - #593: M1607742 M1684490 + updated TLDs, pins, HSTS (67706e1f6) (4af255ba8) -
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
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 http://o.rths.ml/basilisk/basilisk55-win32-git-20200229-f7cbe248d-xpmod.7z Win64 http://o.rths.ml/basilisk/basilisk55-win64-git-20200229-f7cbe248d-xpmod.7z repo: https://github.com/roytam1/basilisk55 Repo changes: - update NSS to UXP version (3ea8e615b) - import NSS tip revs: bug1608493, bug1610687, bug1611209, bug1582169, bug1614786, bug1538980, bug1614870, bug1431940 (fb15d459d) - import changes from `RFC6367' branch in UXP: - Issue #1462 - Part 1: Implement HMAC-based Camellia suites in NSS. (099a1ea88) - Issue #1462 Part 2: Implement security manager changes for RFC 6367 §2.1 (813dd6369) (b27a58271) - import changes from tenfourfox: - #578: M1322864 M1585106 M1597043 (7758ebb12) - #578: M1579060 M1586176 (f3f295615) - #581: M1047098 M1355576 (ec8e68102) (remove-tele part only) - closes #582: M1358018 modified for 45ESR (74fd7b6d0) - #584: update certs, pins, TLDs (690b9bbce) - #587: M1513855 M1596668 M1602944 M1599420 M1595399 (35a4358b3) - #587: update TLDs, certs, pins, etc. (35584e5e6) - #587: M1598543 M1607902 disable remote jars (cfb4b1e08) - #587: update TLDs (c15b86c49) - #591: M1467722 (cfb43390a) (with libeditor fix) - #591: bustage fix (bbc9a12a5) - #593: M1607742 M1684490 + updated TLDs, pins, HSTS (67706e1f6) (f7cbe248d) -
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rths.ml/boc-uxp/mailnews.win32-20200229-6cf2e411-uxp-ae8eb4d4c-xpmod.7z Browser-only Suite Win32 https://o.rths.ml/boc-uxp/bnavigator.win32-20200229-6cf2e411-uxp-ae8eb4d4c-xpmod.7z source patch (excluding UXP): https://o.rths.ml/boc-uxp/boc-uxp-src-xpmod-20191123.7z No official repo changes since my last build. -- New build of IceApe-UXP for XP! Test binary: https://o.rths.ml/gpc/files1.rt/iceape.win32-20200229-id-088353e-ia-041bf6a-uxp-ae8eb4d4c-xpmod.7z For UXP changes please see above. -
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New build of Serpent/UXP for XP! Test binary: Win32 https://o.rths.ml/basilisk/basilisk52-g4.5.win32-git-20200229-6e6ffb8-uxp-ae8eb4d4c-xpmod.7z Win64 https://o.rths.ml/basilisk/basilisk52-g4.5.win64-git-20200229-6e6ffb8-uxp-ae8eb4d4c-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.rths.ml/basilisk/basilisk52-g4.5.win32-git-20200229-6e6ffb8-uxp-ae8eb4d4c-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.rths.ml/palemoon/palemoon-28.9.0a1.win32-git-20200229-384ae7977-uxp-ae8eb4d4c-xpmod.7z Win64 https://o.rths.ml/palemoon/palemoon-28.9.0a1.win64-git-20200229-384ae7977-uxp-ae8eb4d4c-xpmod.7z Official UXP changes since my last build: - Revert 1320408 part 15: Make addDataProperty static (b1cd96989) - Revert #1142 - Remove unboxed objects (5ee844f71) - Reclassify heapsnapshot and nsJSInspector as not part of devtools (4e2e9be6a) - Remove redundant moz.build from db/ (7c8262e8c) - Issue #1053 - Remove android support from XPCOM (69ed4e4b4) - Issue #1053 - Remove android support from xpcom/threads/nsThread.cpp (c895d35a7) - Issue #1053 - Remove android support from uriloader (ce21c398d) - Issue #1053 - Remove android support from storage/mozStorageConnection.cpp (881c1e5f1) - Issue #1053 - Remove android support from netwerk (bdad2357a) - Issue #1053 - Remove android support from netwerk/protocol/http/nsHttpHandler.cpp (13a8e7888) - Issue #1053 - Remove android support from mozglue (5496e4f39) - Issue #1053 - Remove android support from ipc except for ipc/chromium (dada39db2) - Issue #1053 - Remove android support from mfbt (2896724ea) - Issue #1053 - Remove android support from memory (e9360fae1) - Revert "Issue #1382 - Remove invalid assertion." (be16123dd) - Revert #1137 - Remove unboxed arrays (dd57b9273) - Follow-up to 4e2e9be6a - Move HeapSnapshot DevTools-only Modules back to DevTools (e9ee12c98) - Issue #1053 - Remove android support from intl/locale/nsLocaleService.cpp (33ec695ac) - Issue #1053 - Remove android support from image (30e4959bd) - Issue #1053 - Remove android support from hal (81089ff09) - Revert #1091 Remove unboxed object code phase 1 + extras. (ecdeefc4d) - Issue #1355 - Better way to create display items for column backgrounds (44c47c503) - Issue #1053 - Remove android support from docshell (8e09aff18) - Issue #1053 - Remove android support from db (20f0905b3) - Issue #439 - Remove tests from toolkit/ (0ddd00f19) - Layout\reftests\table-background\reftest.list should have only additions to the end of it. (efdc2af8a) - Bug 1339444 - Remove unused resource://gre/modules/sqlite/sqlite_internal.js (8f35c37a9) - Issue #1053 - Remove android support from toolkit (35c26c6c1) - Merge pull request #1461 from MoonchildProductions/ubbo (cce2bc967) - Issue #1053 - Remove android preprocessor directive from toolkit/locales/jar.mn (4ff7606b6) - Merge pull request #1463 from win7-7/column-backgrounds-pr (d585e25e2) - No Issue - Always build marionette until it can be tracked down and killed (11d14ae59) - Merge branch 'master' of https://github.com/MoonchildProductions/UXP (de35c43f1) - [DOM] Add a null check (cdc2a22c7) - Revert "Layout\reftests\table-background\reftest.list should have only additions to the end of it." (16abf27e6) - Revert "Issue #1355 - Better way to create display items for column backgrounds" (793da7dd6) - Issue #1465 - Implement optional catch binding. (ae8eb4d4c) Official Basilisk changes since my last build: - [Docs] Minor update and correction of some LICENSE files. (6e6ffb8) Official Pale-Moon changes since my last build: - Update platform branch pointer (unstable 2020-02-26) (236feae24) - Update platform branch pointer (unstable 2020-02-26 v2) (a71fb4d2a) - Update platform branch pointer (unstable 2020-02-27) (384ae7977) -
My Browser Builds (Part 2)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
advance notice: yeah I don't forget to update bk55!