roytam1
MemberContent Type
Profiles
Forums
Events
Everything posted by roytam1
-
My Browser Builds (Part 1)
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.cf/basilisk/basilisk52-g4.2.win32-git-20190622-d7359c38b-xpmod.7z Win64 https://o.rths.cf/basilisk/basilisk52-g4.2.win64-git-20190622-d7359c38b-xpmod.7z source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/custom NM28XP build: Win32 https://o.rths.cf/palemoon/palemoon-28.6.0a1.win32-git-20190622-d7359c38b-xpmod.7z Win64 https://o.rths.cf/palemoon/palemoon-28.6.0a1.win64-git-20190622-d7359c38b-xpmod.7z Official repo changes since my last build: - Remove UnboxedArray code part 1 (c2b5f396e) - Remove UnboxedArray code part 2 (c8300fbd6) - Merge branch 'master' into remove-unboxed (ba9e648ce) - Inline combined methods for NativeObject and UnboxedArrayObject accesses. (e34920575) - Issue #1132 - Add application executable location to the about:support page. (a072b02d9) - Make use of ArrayObjects in favor of generic JS objects. (e95089d84) - Remove unused LIR temp register for unboxed arrays. (93ce7c737) - Remove unboxed array context option and shell flag. (ec96ef3b7) - Remove functors for array natives. (ef8e0ce60) - Update ICU to 58.3 (76c640c28) - Update `update-tzdata.sh` to use git instead of svn, and not try to auto-commit with hg. (59666845b) - Update tzdata resource files (368a684f8) - Update tzdata SpiderMonkey files (b17a1f211) - Merge pull request #1136 from MoonchildProductions/Update_ICU (24864f942) - Force clobber for ICU update (ca2e36f9c) - Fix typo in ArrayShiftMoveElements (9153838ea) - Convert CopyBoxedOrUnboxedDenseElements to something that doesn't crash. (3c878b1e3) - Clean up and rename MoveBoxedOrUnboxedDenseElements. (8d2929313) - Replace SetOrExtendBoxedOrUnboxedDenseElements with direct calls. (85f9a95dd) - Remove and clean up more code. (e9aac71c6) - Update comment (625366321) - Remove JSOP_SPREADCALLARRAY and just use JSOP_NEWARRAY again. (772cd4b18) - Remove/inline CanonicalizeArrayLengthValue. (ccb3f2b73) - Tabs -> Spaces (no code change) (fcc11b2fe) - Revert "Add Yandex (ru) search plugin" (77a9720ac) - Merge pull request #1137 from MoonchildProductions/remove-unboxed-checked (276f6583e) - Merge pull request #1133 from Ascrod/master (14b635fa5) - [Basilisk] Fix packaging when sync is not built (9ded0778e) - Merge pull request #1139 from g4jc/disable_sync (a2f961b34) - Call a more generic function when inlining array natives. (32d13a164) - Merge branch 'master' of https://github.com/MoonchildProductions/UXP (2a5466cfb) - Clean up the nsis installer script a litte. (d7359c38b) My changes since my last build: - ported upstream mozilla esr60 changes: bug1515052, bug1539219, bug1547757, bug1555523 (bc81a6d5f) -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
I won't wait them for my next builds. But they may appear in my end-of-June Saturday builds. -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
and yeah, 20 hours faster than MCP. https://github.com/roytam1/UXP/commit/993fcca963ed00dc87f4c1e9bf0b409db8b881f3 https://github.com/MoonchildProductions/UXP/commit/32d13a1648a64fe26be66de026bffca8c1afa88f -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
It seems that MCP people don't notice MFSA2019-18, I ported mozilla upstream change to my SP55 and UXP repo (fx45 repo will wait for TenFourFox's changes) EDIT: actually they did aware that. how did they get different conclusion than TenFourFox? http://tenfourfox.blogspot.com/2019/06/stand-by-for-fpr14-spr1-chemspill.html -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
are you using SSE2(normal build) on processors that has no SSE2 support (for example, Athlon XP, Pentium 3)? -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
you still can fork boc's repo and make changes on it. once modifications are completed you can tell me the url of your fork/branch so I can get a diff and apply it to my tree. -
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.rths.cf/kmeleon/KM76.2-Goanna-20190615.7z Changelog: Out-of-tree changes: * update Goanna3 to git 6cd09e714..b33dced90: - import change from rmottola/Arctic-Fox: - Bug 1143412 - Make sure that we run apt-get update. Otherwise, the install of packages will fail (1fae884ff) - Bug 1143014 - fix header sort order in mfbt/ (5b0797dee) - Bug 1142586 - avoid asking the link service for online status on CHANGED. (7f265c51b) - Bug 1134942 - Whitelist fstatat and unlinkat for B2G content processes. (18fda02ce) - Bug 1140111 - Whitelist readlinkat along with readlink. (45ab582d9) - Bug 906996 - Remove unlink from B2G content process syscall whitelist. (94e89c020) - Bug 1141885 - Make readlink() fail instead of allowing it, for B2G content processes. (12c3bb9a2) - Bug 1136221 - SIMD (interpreter): relax type requirement for Int32x4Bool. (148a97f37) - Bug 1141629 - SIMD: Clarify that reciprocal and reciprocalSqrt are approximations. (964c6dbc5) (b33dced90) * 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 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New New Moon 27 Build! 32bit https://o.rths.cf/palemoon/palemoon-27.9.6.win32-git-20190615-b33dced90-xpmod.7z 32bit SSE https://o.rths.cf/palemoon/palemoon-27.9.6.win32-git-20190615-b33dced90-xpmod-sse.7z 32bit noSSE https://o.rths.cf/palemoon/palemoon-27.9.6.win32-git-20190615-b33dced90-xpmod-ia32.7z 64bit https://o.rths.cf/palemoon/palemoon-27.9.6.win64-git-20190615-b33dced90-xpmod.7z source repo: https://github.com/roytam1/palemoon27 repo changes since my last build: - import change from rmottola/Arctic-Fox: - Bug 1143412 - Make sure that we run apt-get update. Otherwise, the install of packages will fail (1fae884ff) - Bug 1143014 - fix header sort order in mfbt/ (5b0797dee) - Bug 1142586 - avoid asking the link service for online status on CHANGED. (7f265c51b) - Bug 1134942 - Whitelist fstatat and unlinkat for B2G content processes. (18fda02ce) - Bug 1140111 - Whitelist readlinkat along with readlink. (45ab582d9) - Bug 906996 - Remove unlink from B2G content process syscall whitelist. (94e89c020) - Bug 1141885 - Make readlink() fail instead of allowing it, for B2G content processes. (12c3bb9a2) - Bug 1136221 - SIMD (interpreter): relax type requirement for Int32x4Bool. (148a97f37) - Bug 1141629 - SIMD: Clarify that reciprocal and reciprocalSqrt are approximations. (964c6dbc5) (b33dced90) -
My Browser Builds (Part 1)
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.cf/boc-uxp/mailnews.win32-20190615-f12228c-uxp-c9edf588e-xpmod.7z Browser-only Suite Win32 https://o.rths.cf/boc-uxp/bnavigator.win32-20190615-f12228c-uxp-c9edf588e-xpmod.7z source patch (excluding UXP): https://o.rths.cf/boc-uxp/boc-uxp-src-xpmod-20190223.7z No official repo changes since my last build. For UXP changes please see above. -
My Browser Builds (Part 1)
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.cf/basilisk/basilisk52-g4.2.win32-git-20190615-c9edf588e-xpmod.7z Win64 https://o.rths.cf/basilisk/basilisk52-g4.2.win64-git-20190615-c9edf588e-xpmod.7z source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/custom NM28XP build: Win32 https://o.rths.cf/palemoon/palemoon-28.6.0a1.win32-git-20190615-c9edf588e-xpmod.7z Win64 https://o.rths.cf/palemoon/palemoon-28.6.0a1.win64-git-20190615-c9edf588e-xpmod.7z Official repo changes since my last build: - Add Atomics.notify instead of Atomics.wake according to revised spec. (284b4cffd) - Add Yandex (ru) search plugin (c9edf588e) My changes since my last build: - import change from mozilla upstream: Bug 1384330 - Blocking the mozAddonManager when pref 'privacy.resistFingerprinting.block_mozAddonManager' is true. r=arthuredelstein,mossop (f05d85ff6) - Move app.feedback.baseURL pref to branding (a7d2a6260) - Move app.feedback.baseURL into branding prefs (f4b8b0d90) - Move app.feedback.baseURL here and point to MSFN (8584b233f) - Merge pull request #4 from Mathwi/custom (044e258d9) - revert "Remove e10s code from browser widget. (083d322b7)" to keep e10s useful. (ef715102e) -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
please get a win7 or later and test the page with official version of palemoon to see if the bug happens in my builds only or not. -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New build of Firefox 45ESR SSE: test binary: https://o.rths.cf/gpc/files1.rt/firefox-45.9.15-20190608-3e6bd7592-win32-sse.7z repo: https://github.com/roytam1/mozilla45esr Changes since my last build: - revert part of "#446 + #334: trim refresh driver further; restore old Tele removal (4594eee51)" since there is no problem in win32. (3e6bd7592) -
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.rths.cf/kmeleon/KM76.2-Goanna-20190608.7z Changelog: Out-of-tree changes: * update Goanna3 to git 8e9351569..6cd09e714: - Reverted following changes in order to make KM happy: - Bug 868814 - Fold mozalloc library into mozglue. (324250a8c) - Bug 1141660 - Fix bustage from bug 868814 with --disable-replace-malloc (7f74490b2) - Followup for bug 868814 - replace non-obvious #if with simpler alternative. (2a1520452) - Bug 1134920 - Remove nsMemory::Alloc/Realloc/Free. (514d8e8eb) (e96afb6ea) - import change from rmottola/Arctic-Fox: - Bug 1138527 part 1 - Make ruby annotations have the same font inflation as its containing ruby frame. (088bbf5bc) - Bug 1138527 part 2 - Reftest for application of font inflation to ruby. (41ae8c811) - Bug 1097468 - Part1: expose |homescreen-webapps-manage| in Apps.webidl (b182f49b7) - Bug 1097468 - Part 2: test for permission |homescreen-webapps-manage|. (1b097c139) - Bug 943537 - In the GeckoContentController interface, take the modifiers for tap events in 'widget modifier' format rather than 'DOM modifier' format (4b7de6b31) - Bug 943537 - Handle modifiers on tap events in RemoteContentController and ChromeProcessController. (2bbe91961) - Bug 1130455 - Remove the ScrollingBehavior code to propagate APZ and use gfxPrefs instead. (09a0c8e61) - Bug 1139258 - Use ScreenIntSize in PBrowser::Show/UpdateDimensions (2189f8921) - Bug 1139575 - Don't set the fast motion flag on multitouch blocks. (5155bfd13) - Bug 1137267 - Enable event-regions automatically when APZ is enabled, and allow the APZ code to assume event-regions are enabled always. (29d7e7d1c) - Bug 1137267 - Remove unneeded flags to track touch listeners and touch caret. (cb6cc1139) - Bug 1036967 - Use ScaleFactors2D instead of ScaleFactor where appropriate in APZ and surrounding code. (09ce986a9) - Bug 1036967 - Remove ScaleFactor::ScaleFactor(float, float). (87d13024c) - Bug 1036967 - Followup to fix debug logging. (d01fca6e4) - Bug 1036967 - Follow-up to fix debug logging. (776b4b65e) - Bug 1149060. Fix dev pixels per CSS pixel and presshell resolution layer dumping after bug 1036967. (6d26e4d3c) - Bug 1130982 - Reftest for this bug. (00bff9489) - Bug 1130982 - Ensure the clip rect is appropriately adjusted for multi-framemetrics layers. (211d15a4d) - Bug 1130982 - Fix a reftest so an element that's supposed to be scrollable actually is. (71dc992e2) - Bug 1130982 - With multi-FrameMetrics on APZ platforms, do not apply clips to scroll ports of frames other than the bottom-most one on the layout side. (4d9342324) - Fix APZ using incorrect scroll wheel deltas. (bug 1141728) (cad854639) - Bug 1139675 - Update JS callers of nsIDOMWindowUtils.setResolution and getResolution in accessibility code. (28dffc78d) - Bug 1136914 - Don't lose scale from parent document when descending into subdocument. (0d3cef358) - Bug 1139283 - Move some properties from nsStyleDisplay to nsStylePosition. (ff61201ae) - Bug 1125767. Centralize code into nsStylePosition::IsFixedPosContainingBlock. (f256191f4) - temporary override -> MOZ_OVERRIDE again (ed8caa82d) - Bug 1139675 - Add a couple of operator overloads to BaseSize. (a214c0eab) - Bug 927995 - Handle antialias+preserveDrawingBuffer properly. (9ceaf6d0a) - Bug 1142926 - Only notify the docshell of state changes when moving in and out of a transforming state across all APZCs. (153054d1e) - Bug 1116806: Enable dom.ipc.plugins.asyncInit by default; (bf0e3464d) - Bug 1143789. Remove unnecessary cast to BasicLayerManager. (fd30ade6c) (1cf10c95c) - import change from rmottola/Arctic-Fox: - Bug 1143518 - Remove the TryCapture path which is now obsolete. (5b1b50333) - Bug 1112040 - Report invalid regular expressions to the console. (909f196ee) - Bug 1143010 - Stopping a mochitest-browser run is rocket science. (c7c482690) - Bug 1110487 P1 Fix some non-unified bustage before adding new code. (e8c3346a4) - Bug 1140051 Avoid Cache shutdown assert when Manager alive, but not active (1fd5d21d2) (6cd09e714) * 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 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
New New Moon 27 Build! 32bit https://o.rths.cf/palemoon/palemoon-27.9.6.win32-git-20190608-6cd09e714-xpmod.7z 32bit SSE https://o.rths.cf/palemoon/palemoon-27.9.6.win32-git-20190608-6cd09e714-xpmod-sse.7z 32bit noSSE https://o.rths.cf/palemoon/palemoon-27.9.6.win32-git-20190608-6cd09e714-xpmod-ia32.7z 64bit https://o.rths.cf/palemoon/palemoon-27.9.6.win64-git-20190608-6cd09e714-xpmod.7z source repo: https://github.com/roytam1/palemoon27 repo changes since my last build: - Reverted following changes in order to make KM happy: - Bug 868814 - Fold mozalloc library into mozglue. (324250a8c) - Bug 1141660 - Fix bustage from bug 868814 with --disable-replace-malloc (7f74490b2) - Followup for bug 868814 - replace non-obvious #if with simpler alternative. (2a1520452) - Bug 1134920 - Remove nsMemory::Alloc/Realloc/Free. (514d8e8eb) (e96afb6ea) - import change from rmottola/Arctic-Fox: - Bug 1138527 part 1 - Make ruby annotations have the same font inflation as its containing ruby frame. (088bbf5bc) - Bug 1138527 part 2 - Reftest for application of font inflation to ruby. (41ae8c811) - Bug 1097468 - Part1: expose |homescreen-webapps-manage| in Apps.webidl (b182f49b7) - Bug 1097468 - Part 2: test for permission |homescreen-webapps-manage|. (1b097c139) - Bug 943537 - In the GeckoContentController interface, take the modifiers for tap events in 'widget modifier' format rather than 'DOM modifier' format (4b7de6b31) - Bug 943537 - Handle modifiers on tap events in RemoteContentController and ChromeProcessController. (2bbe91961) - Bug 1130455 - Remove the ScrollingBehavior code to propagate APZ and use gfxPrefs instead. (09a0c8e61) - Bug 1139258 - Use ScreenIntSize in PBrowser::Show/UpdateDimensions (2189f8921) - Bug 1139575 - Don't set the fast motion flag on multitouch blocks. (5155bfd13) - Bug 1137267 - Enable event-regions automatically when APZ is enabled, and allow the APZ code to assume event-regions are enabled always. (29d7e7d1c) - Bug 1137267 - Remove unneeded flags to track touch listeners and touch caret. (cb6cc1139) - Bug 1036967 - Use ScaleFactors2D instead of ScaleFactor where appropriate in APZ and surrounding code. (09ce986a9) - Bug 1036967 - Remove ScaleFactor::ScaleFactor(float, float). (87d13024c) - Bug 1036967 - Followup to fix debug logging. (d01fca6e4) - Bug 1036967 - Follow-up to fix debug logging. (776b4b65e) - Bug 1149060. Fix dev pixels per CSS pixel and presshell resolution layer dumping after bug 1036967. (6d26e4d3c) - Bug 1130982 - Reftest for this bug. (00bff9489) - Bug 1130982 - Ensure the clip rect is appropriately adjusted for multi-framemetrics layers. (211d15a4d) - Bug 1130982 - Fix a reftest so an element that's supposed to be scrollable actually is. (71dc992e2) - Bug 1130982 - With multi-FrameMetrics on APZ platforms, do not apply clips to scroll ports of frames other than the bottom-most one on the layout side. (4d9342324) - Fix APZ using incorrect scroll wheel deltas. (bug 1141728) (cad854639) - Bug 1139675 - Update JS callers of nsIDOMWindowUtils.setResolution and getResolution in accessibility code. (28dffc78d) - Bug 1136914 - Don't lose scale from parent document when descending into subdocument. (0d3cef358) - Bug 1139283 - Move some properties from nsStyleDisplay to nsStylePosition. (ff61201ae) - Bug 1125767. Centralize code into nsStylePosition::IsFixedPosContainingBlock. (f256191f4) - temporary override -> MOZ_OVERRIDE again (ed8caa82d) - Bug 1139675 - Add a couple of operator overloads to BaseSize. (a214c0eab) - Bug 927995 - Handle antialias+preserveDrawingBuffer properly. (9ceaf6d0a) - Bug 1142926 - Only notify the docshell of state changes when moving in and out of a transforming state across all APZCs. (153054d1e) - Bug 1116806: Enable dom.ipc.plugins.asyncInit by default; (bf0e3464d) - Bug 1143789. Remove unnecessary cast to BasicLayerManager. (fd30ade6c) (1cf10c95c) - import change from rmottola/Arctic-Fox: - Bug 1143518 - Remove the TryCapture path which is now obsolete. (5b1b50333) - Bug 1112040 - Report invalid regular expressions to the console. (909f196ee) - Bug 1143010 - Stopping a mochitest-browser run is rocket science. (c7c482690) - Bug 1110487 P1 Fix some non-unified bustage before adding new code. (e8c3346a4) - Bug 1140051 Avoid Cache shutdown assert when Manager alive, but not active (1fd5d21d2) (6cd09e714) -
My Browser Builds (Part 1)
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.cf/boc-uxp/mailnews.win32-20190608-f12228c-uxp-19c0f5e9f-xpmod.7z Browser-only Suite Win32 https://o.rths.cf/boc-uxp/bnavigator.win32-20190608-f12228c-uxp-19c0f5e9f-xpmod.7z source patch (excluding UXP): https://o.rths.cf/boc-uxp/boc-uxp-src-xpmod-20190223.7z Official repo changes since my last build: - [PLATFORM] Update commit pointer (e2374c9) - [Mail] Use gre value for layout.css.devPixelsPerPx (f12228c) For UXP changes please see above. -
My Browser Builds (Part 1)
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.cf/basilisk/basilisk52-g4.2.win32-git-20190608-19c0f5e9f-xpmod.7z Win64 https://o.rths.cf/basilisk/basilisk52-g4.2.win64-git-20190608-19c0f5e9f-xpmod.7z source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/custom NM28XP build: Win32 https://o.rths.cf/palemoon/palemoon-28.6.0a1.win32-git-20190608-19c0f5e9f-xpmod.7z Win64 https://o.rths.cf/palemoon/palemoon-28.6.0a1.win64-git-20190608-19c0f5e9f-xpmod.7z Official repo changes since my last build: - Revert "Improve origin-clean algorithm" (f47d45be4) - Improve `origin-clean` algorithm based on our previous changes. (3f1ef7a67) - Remove e10s force-enable/-disable prefs and a11y considerations for starting in e10s mode. (19c0f5e9f) My changes since my last build: - Change help link for unofficial branding (Serpent) (65bd689bd) - Point release notes to author's Web page (fb327115f) - Update Help link to point to msfn.org (a9836cb56) - Remove palemoon.org from New Moon branding (9e4dfbda3) - Merge pull request #2 from Mathwi/Mathwi-patch-2 (9cee045fd) - Merge pull request #1 from Mathwi/Mathwi-patch-1 (7a5bba6f8) - Redirect support URLs away from palemoon.org (1de2444bc) - Redirect browser.feedback.url from palemoon.org (426aef14c) - Update app.support.baseURL pref again (7254c3400) - Merge pull request #2 from Mathwi/custom (a7ad0dde7) - Revert "Remove e10s force-enable/-disable prefs and a11y considerations for starting in e10s mode." -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
nope, this change affects Serpent as well. -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
thanks for noticing, this rev won't get in my repo. -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
actually that means I need to setup a redirector in my binary repo in order to keep app.support.* URLs working. EDIT: it seems that I can just create a blog static page for this purpose by setting app.support.baseURL as "https://rtfreesoft.blogspot.com/p/browser-help.html#"? -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
Thanks for your effort. Please comment if you finished modifying for this pull request so I can merge them to my custom branch. -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
if only content of branding folder are changed, there should be no compatibility issue. So I raised the hurdle to accept pull request only so hoping people won't try to flood this thread too much. -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
forgot to mention: please be in github Pull Request form. (to do this, you are required to fork my UXP repo, make changes in branding folder including icons/about dialog background/names, commit it to your cloned-repo, and create pull request) -
My Browser Builds (Part 1)
roytam1 replied to roytam1's topic in Browsers working on Older NT-Family OSes
yes, even MyPal users come here and asked for support, so people will go direct to MCP and asked for support as well, no matter what your browser's name is. If people can provide names AND artworks(by github Pull Request replacing branding folder), I can change them. (for me, I just want a working binary and naming/artwork are things I'm not good at.)