Jump to content

roytam1

Member
  • Posts

    3,612
  • Joined

  • Last visited

  • Days Won

    415
  • Donations

    0.00 USD 
  • Country

    Hong Kong

Everything posted by roytam1

  1. recaptcha requires MessageChannel object now, from my testing, with dom.messageChannel.enabled = true (pref starting working from firefox 26 and later) versions from ESR 31 and later will work. I'm now trying to port MessageChannel API to palemoon26, if everything works, then there will be a browser that is working with recaptcha and vanilla win2000.
  2. New build of Firfox 45ESR SSE: test binary: https://o.rthost.cf/gpc/files1.rt/firefox-45.9.10-20180825-fc7578166-win32-sse.7z repo: https://github.com/roytam1/mozilla45esr Changes since my last build: - import changes from tenfourfox: - more hosts for adblock (0558c0179) - #517: fake out current Rocket Loader (0bbf06ea6) - #517: a couple tune-ups (5f47da230) - #512: our own fix for M1412081 (c469554e9) - #512: M1480092 M1466577 (812d03b96) - #518: eat our shorts, github (43534dea3) (fc7578166)
  3. New build of basilisk/UXP for XP! Test binary: Win32 https://o.rthost.cf/basilisk/basilisk52-g4.1.win32-git-20180825-74c6c585a-xpmod.7z Win64 https://o.rthost.cf/basilisk/basilisk52-g4.1.win64-git-20180825-74c6c585a-xpmod.7z diff: https://o.rthost.cf/basilisk/UXP-xp-gitdiff-20180606.7z PM28XP build: Win32 https://o.rthost.cf/palemoon/palemoon-28.1.0a1.win32-git-20180825-74c6c585a-xpmod.7z Win64 https://o.rthost.cf/palemoon/palemoon-28.1.0a1.win64-git-20180825-74c6c585a-xpmod.7z Official repo changes since my last build: - Avoid using memset on a not-trivial type like nsTabSizes (26f02a200) - memset only the underlying vector from the Array container (f0a708834) - Avoid doing a memset on a non-POD structure (450eed08c) - Avoid using memset on a not-trivial type like TabSizes (7099e9829) - Avoid using memset on a not-trivial type like ServoSizes (b5e87d064) - Basilisk: Remove TelemetryStopwatch (f3ea4b9d7) - Remove unused variable (d570eb5ff) - Merge pull request #716 from g4jc/remove_telemetry_stopwatch (29fbe8f27) - Merge pull request #714 from trav90/class-memaccess-errors (3499a2e49) - Remove TelemetryStopwatch call sites from toolkit components. (f030cc6c0) - Remove TelemetryStopwatch call sites from mobile components. (8c1d34e31) - Remove TelemetryStopwatch module. (134fdc7ec) - Re-implement custom background color of standalone images. (b5ee49d85) - Merge pull request #718 from trav90/code-cleanup (cb9a69ec2) - Fix toolbar styling in non-Australis toolkit themes (e91682563) - Fix toolbar styling in non-Australis toolkit themes part 2 (b18f0d51b) - Pale Moon blocklist update (7231eca3c) - Update ShouldAddToSessionHistory() rules for "about:newtab" and "about:logopage" (d39cf6a11) - Basilisk: Fix locale error on migration.xul on Linux (432e26d59) - Use "browser.newtabpage.add_to_session_history" to decide whether to store "about:newtab" in the session history (de50d15d2) - Merge pull request #722 from g4jc/importfromunix (6ded9a001) - Explicitly specify parentheses in a mixed boolean expression in ShouldAddToSessionHistory() (c6498fe68) - Merge pull request #720 from JustOff/PR_ShouldAddToSessionHistory (00ae76ee7) - Fix code of conduct version ref link. (98b3e3460) - Stop pointless recording of telemetry data (c78bee9c1) - [PALEMOON] Fix document navigation using F6 (11c17e69a) - Merge pull request #727 from JustOff/PR_VK_F6 (b4343ea95) - Introduce ui.menu.allow_content_scroll (74c6c585a) My changes since my last build: - update ffvpx to 3.4.4
  4. New regular/weekly KM-Goanna release: https://o.rths.cf/kmeleon/KM-Goanna-20180825.7z Changelog: Out-of-tree changes: * update Goanna3 to git 2ab657cef...84be542d0: - add and enable MessageChannel API pref, as required by recaptcha (8e1e41eed) - ported bug1330667 (84be542d0) * Notice: the changelog above may not always applicable to XULRunner code which K-Meleon uses.
  5. New Palemoon 27 Build! * This build is beyond official 27.9.4 build. 32bit https://o.rths.cf/palemoon/palemoon-27.9.1a1.win32-git-20180825-84be542d0-xpmod.7z 32bit SSE https://o.rths.cf/palemoon/palemoon-27.9.1a1.win32-git-20180825-84be542d0-xpmod-sse.7z 32bit noSSE https://o.rths.cf/palemoon/palemoon-27.9.1a1.win32-git-20180825-84be542d0-xpmod-ia32.7z 64bit https://o.rths.cf/palemoon/palemoon-27.9.1a1.win64-git-20180825-84be542d0-xpmod.7z source repo: https://github.com/roytam1/palemoon27 repo changes since my last build: - add and enable MessageChannel API pref, as required by recaptcha (8e1e41eed) - ported bug1330667 (84be542d0)
  6. to fix recaptcha issue: for PM27 users: 1. goto about:config, add new Boolean value named "dom.messageChannel.enabled" and set it "true". 2. reload the page that has recaptcha next PM27 build will address it.
  7. it now happens here as well, looks like they wrote broken script again. 12:17:37.405 ReferenceError: MessageChannel is not defined 1 recaptcha__en.js:253:72
  8. No, since Firefox dropped Win2000 support after Firefox 12, it is not possible to run unmodified in win2000.
  9. what about installing a theme?
  10. try starting browser in safe mode (Help -> Restart Browser in Safe mode) to test again
  11. what new moon version you're using? both v27 and v28 works fine here.
  12. yeah it happens, when you're using shared outgoing proxy(like company web proxy) i.e. too many search operations from same IP.
  13. what about tiny_impdef.exe from TinyCC? it is standalone and not that long: https://github.com/TinyCC/tinycc/blob/f34b1feaca557cd9da198610b67d4328fb0c7a84/win32/tools/tiny_impdef.c
  14. grab New Moon: https://msfn.org/board/topic/177125-my-build-of-new-moon-temp-name-aka-pale-moon-for-xp/
  15. Will try to update ffvpx to 3.4.4 so see if it still happens or not (doesn't happen with private build of basilisk55 after updating ffvpx, lets see if same happens on PM28/BK52 or not)
  16. If you have Win7 with classic theme, you may try asking in pale moon forum.
  17. New build of basilisk/UXP for XP! Test binary: Win32 https://o.rthost.cf/basilisk/basilisk52-g4.1.win32-git-20180818-f36ad080c-xpmod.7z Win64 https://o.rthost.cf/basilisk/basilisk52-g4.1.win64-git-20180818-f36ad080c-xpmod.7z diff: https://o.rthost.cf/basilisk/UXP-xp-gitdiff-20180606.7z PM28XP build: Win32 https://o.rthost.cf/palemoon/palemoon-28.1.0a1.win32-git-20180818-f36ad080c-xpmod.7z Win64 https://o.rthost.cf/palemoon/palemoon-28.1.0a1.win64-git-20180818-f36ad080c-xpmod.7z Official repo changes since my last build: - js::atomics_wait: Remove unnecessary parentheses in declaration of 'addr' (aa0f4269e) - Initialize mVersion to silence a warning with GCC 8 (9bda00c75) - Remove the const to fix the -Wignored-qualifiers warning with GCC 8 (e7fa5e7cb) - Disable -Werror on -Wmultistatement-macros (3aa84bd5c) - Fix a warning with GCC 8: unnecessary parentheses in declaration of 'type name' (f72195267) - Remove the const to fix the -Wignored-qualifiers warning with GCC 8 (Part 2) (9b48c3fa5) - Shell quote environment variable values when dumping them in dump_env.py (9f1bbe47a) - Avoid using memcpy on HeapSlot that is not trivially copyable. (9d1bfd4dc) - Simplify HeapSlot to make it trivially copyable (9ac48ef83) - Merge pull request #704 from trav90/buildsystem-work (727eefc7c) - Merge pull request #706 from trav90/gcc8 (ba2882cf7) - Merge pull request #707 from trav90/class-memaccess-errors (98be5e946) - Set version for normal unstable channel use. (f44e99950) - Update NSS to 3.38 (ab1060037) - Enforce NSS 3.38 for people who still insist on using system NSS. (1102f3c70) - Update Info.plist.in (8c21e8ab9) - Add files via upload (f24786477) - Do not try and include devtools shared l10n when devtools is not built (f86a80ee7) - Add Code of Conduct for contributors. (169bc3277) - Move Code of Conduct to where it belongs. (d*** you, github on-line editor!) (bc00f6e19) - Update CODE_OF_CONDUCT.md (9968672db) - Merge pull request #708 from wicknix/master (a4719ebdd) - Extend {EnabledWeakCiphers} bit field to allow more cipher suites. (df8521200) - Reinstate RC4 and mark 3DES weak. (26debee73) - [PALEMOON] Align viewPartialSource with the UXP codebase (7dd67ceb0) - Fix missed in32->int64 in df852120098dc7ba5df4a76126c6297c6d2d1b7b (bfc5b53cf) - Merge pull request #712 from JustOff/PR_viewPartialSource (f36ad080c)
  18. New build of Firfox 45ESR SSE: test binary: https://o.rthost.cf/gpc/files1.rt/firefox-45.9.10-20180818-a353810c8-win32-sse.7z repo: https://github.com/roytam1/mozilla45esr Changes since my last build: - cherry-picked from UXP: Improve nsHtml5AtomTable performance (#693) (59c46aa86) - import changes from tenfourfox: - additional adblock hosts (7d2b3ba88) - M1477632 (86bc80d50) - #334: get around a Telemetry stub crash by disabling MOAR TELEMETRY (e3663e02b) (a353810c8)
  19. New regular/weekly KM-Goanna release: https://o.rthost.cf/kmeleon/KM-Goanna-20180818.7z Changelog: Out-of-tree changes: * update Goanna3 to git 327e3a476...2ab657cef: - cherry-picked from UXP: Improve nsHtml5AtomTable performance (#693) (970ff9301) - import changes from tenfourfox: bug1444231, bug1450688, bug1464784, bug1458048, bug1316649 - #491: new fix for M1452416 (8ebe4e8e5) (ported) - #508: unprefix -moz-columns (M1300895 plus additional work) (b9bdadfef) (2ab657cef) * Notice: the changelog above may not always applicable to XULRunner code which K-Meleon uses.
  20. New Palemoon 27 Build! * This build is beyond official 27.9.4 build. 32bit https://o.rthost.cf/palemoon/palemoon-27.9.1a1.win32-git-20180818-2ab657cef-xpmod.7z 32bit SSE https://o.rthost.cf/palemoon/palemoon-27.9.1a1.win32-git-20180818-2ab657cef-xpmod-sse.7z 32bit noSSE https://o.rthost.cf/palemoon/palemoon-27.9.1a1.win32-git-20180818-2ab657cef-xpmod-ia32.7z 64bit https://o.rthost.cf/palemoon/palemoon-27.9.1a1.win64-git-20180818-2ab657cef-xpmod.7z source repo: https://github.com/roytam1/palemoon27 repo changes since my last build: - cherry-picked from UXP: Improve nsHtml5AtomTable performance (#693) (970ff9301) - import changes from tenfourfox: bug1444231, bug1450688, bug1464784, bug1458048, bug1316649 - #491: new fix for M1452416 (8ebe4e8e5) (ported) - #508: unprefix -moz-columns (M1300895 plus additional work) (b9bdadfef) (2ab657cef)
  21. I build my own v27/v28 XP builds, check it out :)
  22. as you know, I don't build release versions. next build will be 28.1.0a1 :)
  23. since extensions compatibility of v28 is not high as v27 at the moment, and there are bugzilla/tenfourfox patches are applicable to v27, I'll try to make some more v27 builds.
  24. it might be worth mentioning Maxthon is still supporting XP and incorporates chromium 61 codes. *** But remember: Maxthon is coded by chinese company, your privacy may not be guaranteed.
  25. but at least, their codes are fine.
×
×
  • Create New...