Jump to content

roytam1

Member
  • Posts

    3,227
  • Joined

  • Last visited

  • Days Won

    406
  • Donations

    0.00 USD 
  • Country

    Hong Kong

Everything posted by roytam1

  1. it shows a banner at the top, and network graph is not showing.
  2. since 60 is ESR, github should support it for longer period :P
  3. So GitHub updated javascript that breaks PM27. For users using Pentium4 or above, please update to PM28XP. For non-SSE2 capable processors, please switch to my Firefox 45.9.x ESR builds. For KM76G users, I have to say sorry that I still not able to port KM to either Goanna-4.1.x or Gecko45TFF engine yet, and I have no ETA for that right now. EDIT: spoofing to ESR 60 seems working at the moment: general.useragent.override.github.com = Mozilla/5.0 (Windows NT 6.1; WOW64; rv:60.0) Gecko/20100101 Firefox/60.0 (Pale Moon)
  4. you may try extracting this archive to extensions folder http://o.rths.cf/gpc/files1.rt/inspector@mozilla.org-fx2.7z
  5. If you don't mind using Chinese browser, you can use Maxthon5 for facebook.
  6. New build of Firefox 45ESR SSE: test binary: https://o.rths.cf/gpc/files1.rt/firefox-45.9.12-20181103-88d6f807c-win32-sse.7z repo: https://github.com/roytam1/mozilla45esr Changes since my last build: - update NSS to rev 3b79af0fa294 with nss339-vc2013.diff applied (8afe39fd4) - import changes from tenfourfox: - #527: M1054906 M1278599 M1252228 (+ESR45 changes, see M1263778 for info) (09256df98) - #517: more complete workaround for Rocket Loader (392618510) - fix an assert M1416774 (c9ed275af) - #529: jsop_in folding M1244098 M1041586 (partial) (a8fa64068) - #530: Object.getOwnPropertyDescriptors M1245024 M1279303 (052586b55) - #531: pref CSS error reporting to false except for DEBUG builds (f059d57c0) - #525: workaround for old addons, uBlock origin (f898ad643) - intel specific fixes + gstate cleanup (#532) (e4c087349) - Merge branch 'master' of github.com:classilla/tenfourfox (9f9119069) (88d6f807c)
  7. New regular/weekly KM-Goanna release: https://o.rths.cf/kmeleon/KM-Goanna-20181103.7z Changelog: Out-of-tree changes: * update Goanna3 to git 84be542d0...e1975531d: - import changes from tenfourfox#517 for solving cloudflare rocket loader issue: - #517: fake out current Rocket Loader (0bbf06e) - #517: a couple tune-ups (5f47da2) - #517: more complete workaround for Rocket Loader (3926185) (68339dcfa) - ported changes from tenfourfox: bug1470260-p1, bug1480092, bug1466577, bug1469348, bug1461706 - #334: get around a Telemetry stub crash by disabling MOAR TELEMETRY (e3663e02b) (e1975531d) * Notice: the changelog above may not always applicable to XULRunner code which K-Meleon uses.
  8. 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-20181103-e1975531d-xpmod.7z 32bit SSE https://o.rths.cf/palemoon/palemoon-27.9.1a1.win32-git-20181103-e1975531d-xpmod-sse.7z 32bit noSSE https://o.rths.cf/palemoon/palemoon-27.9.1a1.win32-git-20181103-e1975531d-xpmod-ia32.7z 64bit https://o.rths.cf/palemoon/palemoon-27.9.1a1.win64-git-20181103-e1975531d-xpmod.7z source repo: https://github.com/roytam1/palemoon27 repo changes since my last build: - import changes from tenfourfox#517 for solving cloudflare rocket loader issue: - #517: fake out current Rocket Loader (0bbf06e) - #517: a couple tune-ups (5f47da2) - #517: more complete workaround for Rocket Loader (3926185) (68339dcfa) - ported changes from tenfourfox: bug1470260-p1, bug1480092, bug1466577, bug1469348, bug1461706 - #334: get around a Telemetry stub crash by disabling MOAR TELEMETRY (e3663e02b) (e1975531d)
  9. New build of basilisk/UXP for XP! Test binary: Win32 https://o.rths.cf/basilisk/basilisk52-g4.1.win32-git-20181103-1d55939c7-xpmod.7z Win64 https://o.rths.cf/basilisk/basilisk52-g4.1.win64-git-20181103-1d55939c7-xpmod.7z diff: https://o.rths.cf/basilisk/UXP-xp-gitdiff-20181027.7z PM28XP build: Win32 https://o.rths.cf/palemoon/palemoon-28.2.0a1.win32-git-20181103-1d55939c7-xpmod.7z Win64 https://o.rths.cf/palemoon/palemoon-28.2.0a1.win64-git-20181103-1d55939c7-xpmod.7z Official repo changes since my last build: - Update HSTS preload list (76825544f) - Use a separate process to generate thumbnails only when multi-process mode is enabled (6bdbb9cdf) - Merge pull request #857 from JustOff/PR_BackgroundPageThumbs_remote (5069a3759) - Set CSS error console reporting default to false for performance. (333214421) - Merge branch 'master' of https://github.com/MoonchildProductions/UXP (2c045d9c5) - Don't mark MGetFirstDollarIndex as movable. (1cfcf17a1) - Origin for about: URL should not contain query or ref parts. (752311fd4) - Ensure that the scroll frame deregisters its refresh driver observers (mAsyncScroll & mAsyncSmoothMSDScroll) before it's destroyed. (fdbac0959) - Make HTTP/2 compressor more resilient to bad data. (a2a8c71d7) - Simplify SIMD conversion from Uint64 to Double. (24a83a813) - Protect main thread in-process access to WinCompositorWidget transparent surface. (e0de8181d) - Reorder boolean expression to take advantage of short-circuiting. (e8f913da9) - Bug 1460538 (f62eee7c5) - Remove Query/Ref from the directory listing URI. (059397bdd) - Make sure nsNSSCertList handling checks for valid certs. (52b989d53) - WebRTC: Drop DataChannelListener on Destroy(). (9dc6bf850) - Don't allocate PendingAction twice. (09fec033e) - Fix a longstanding IndexedDB correctness issue. (deba73b3b) - Make sure we remove our RefreshDriver observers in CompleteAsyncScroll. (3b2c342f3) - Apply CheckedInt to infoLength for preventing it from overflowing in the future. (617eb6483) - Remove ancient workaround in client certificate code (f42d6c39f) - Backport some upstream Skia patches. (030053f1a) - Ensure user input suppression works correctly even after document.open. (90a73cfe2) - Add overflow checks for extending nsTArrays. (cc234ff43) - Backport some upstream Skia patches. (1d55939c7)
  10. thats kb4034775 (MS Jet 4.0 update in 2017, 4.0.9801.0) and also kb4458006 (4.0.9801.4)
  11. as stated before, there is exclusive use of Win7 API, and Rust side issues.
  12. New build of Firefox 45ESR SSE: test binary: https://o.rths.cf/gpc/files1.rt/firefox-45.9.12-20181027-b317f782f-win32-sse.7z repo: https://github.com/roytam1/mozilla45esr Changes since my last build: - import changes from tenfourfox: - #525: pref off for FPR10 (6912ea34a) - #526: update certs and pins (8a7210bac) - #526: M1492823 M1483699 M1496340 M1492524 (f818695f0) (0f0a4f2f2) - bump revision to 45.9.12 (3d4f729ec) - update NSS to rev 9dd8d5e2156e with nss339-vc2013.diff applied (c00989e51) - backout #error from M1499198 to fix build (b317f782f)
  13. New build of basilisk/UXP for XP! Test binary: Win32 https://o.rths.cf/basilisk/basilisk52-g4.1.win32-git-20181027-4f59678ac-xpmod.7z Win64 https://o.rths.cf/basilisk/basilisk52-g4.1.win64-git-20181027-4f59678ac-xpmod.7z diff: https://o.rths.cf/basilisk/UXP-xp-gitdiff-20181027.7z PM28XP build: Win32 https://o.rths.cf/palemoon/palemoon-28.2.0a1.win32-git-20181027-4f59678ac-xpmod.7z Win64 https://o.rths.cf/palemoon/palemoon-28.2.0a1.win64-git-20181027-4f59678ac-xpmod.7z Official repo changes since my last build: - remove named function syntax in addonManager.js (0d97c6ada) - remove named function syntax in AddonManager.jsm (06086f82f) - remove named function syntax in amWebInstallListener.js (d218160bf) - remove named function syntax in LightweightThemeManager.jsm (dd574ec7b) - make style of amInstallTrigger.js more consistent (6667a10d3) - Issue #795 - Make nsIUserInfo component optional (19b6f2d9b) - Port the libvpx mozbuild generator to aom (07c17b6b9) - Import aom library (68569dee1) - Generate build description for libaom (a66e91651) - Add --enable-av1 configure switch (99ed16064) - Add AOMDecoder (9aea199da) - Add AOMDecoder to AgnosticDecoderModule (3e0443e4c) - Recognize AV1 in WebMDemuxer (ee2cb65e2) - Add missing includes to WebMDemuxer (e5545e10a) - Add aom to the list of thirdparty code (e8480f8a7) - [aom] Remove 32-bit Mac OS build config (08619db14) - [aom] Enable YASM (f45278950) - Make AOMDecoder actually build (26dc168e3) - Remove aom_codec_stream_info_t sz field references (1036d1fa0) - Add av1 to MediaSource.isTypeSupported (0cc51bc10) - Update aom to slightly newer commit ID (df9477dfa) - Fix typo (build bustage) (4b5e22956) - Add missing includes to FFmpegLibWrapper (dddc2aa9e) - [av1] Clean up duplicate filenames check (afda5e384) - [aom] Add x86-win32-gcc config (857b86f25) - Make aom_config.asm match upstream (ecdaf7930) - [aom] Filter out CONFIG_EXT_PARTITION_TYPES (4121d7571) - [aom] Remove unused option (77887af9c) - Update aom to commit id f5bdeac22930ff4c6b219be49c843db35970b918 (7369c7d7a) - Export aom_config.h (21598d1bd) - [aom] Fix stream info peeking (e394e2049) - [aom] Resample high bit depth frames (4653be960) - [aom] Don't resample 8-bit images (0c98b7165) - [aom] Fix win32 debug build (01eb57073) - Update aom to commit id e87fb2378f01103d5d6e477a4ef6892dc714e614 (ec910d814) - [av1] Fix build issues (464c3130f) - Fix aom compile errors with VS2015 (125aff11b) - Add Python cmake parser (39e842a83) - Add generate_sources_mozbuild.py (5c0c6c73a) - Update generate_sources_mozbuild.sh (b425400e9) - Add aom_version.h (c410f04e8) - Add support for SSE 4.2 to libaom moz.build (14805f6dd) - Update aom to v1.0.0 (bbcc64772) - Do not build aomstats unless examples are enabled (ab5b4462a) - [aom] Fixup moz.build (4f63fc3bd) - Updates to AOMDecoder for aom v1.0.0 (ee1300453) - Add missing : to libaom moz.build (9469bc196) - [aom] No longer necessary to run lint_config.sh anymore (a4d3c59dc) - Update libaom to rev b25610052a1398032320008d69b51d2da94f5928 (b8df135c9) - [aom] Only build stats code if examples are enabled (ba5a1ea60) - Update libaom vendor scripts to account for upstream changes (41fbdea45) - Update libaom to commit ID 1e227d41f0616de9548a673a83a21ef990b62591 (d2499ead9) - Remove superfluous message manager property (f91ab88b9) - Merge pull request #838 from FranklinDM/notification-work (714ccb6f8) - Put AV1 codec behind a pref (6ddf66542) - [css-grid] Don't shrink-wrap the inline size when we have an available size when measuring block size (88671bcc3) - [css-grid] Reftests for 88671bcc3633af5a5e34715518e0804ca892fac7 (7110f93fb) - Merge pull request #841 from JustOff/PR_css_grid_shrink_wrap (54deaf443) - Merge pull request #839 from kn-yami/issue516 (38173d9e4) - fix naming of getStartupChanges function (ca4b2c502) - Merge pull request #843 from kn-yami/issue516 (a9fbfba2a) - align Basilisk sidebar context menu behaviour with Pale Moon (50050aac0) - [PALEMOON] Add filter query to about:permissions (0d7afa78f) - [PALEMOON] Open about:permissions when notification settings are requested (4c488cb7f) - Fix canPlayType/isTypeSupported for AV1 content (e5b30fc95) - Downsample av1 images unconditionally (070c2cb24) - Use larger stack for media decoder threads (47a01617e) - Fix reference to undefined property warnings in toolkit's browser.xml. (61a05da01) - Add support for AV1 in MP4 (29f718ef7) - Ensure we correctly parse the finalized codec string for av1 (23013dda6) - backport m-c bug 1333174 - Don't use NS_ENSURE_SUCCESS at nsIOService:793 (dbac7d691) - Merge pull request #844 from kn-yami/issue768 (1d3233c49) - Improve graph edge resolution code. (980b7e4da) - Code style improvements (no bug). (b4e78255c) - Revert "Add support for AV1 in MP4" (192199b03) - Show hidden left border of search button on about:newtab page (1b5066040) - Basilisk: Trivial fixes for Mac build (d9c5e2b80) - Merge pull request #849 from adeshkp/basilisk-mac-build (70c214344) - Merge pull request #848 from adeshkp/search-btn-border (e4836ec73) - backport m-c bug 1333172 - Avoid 1100 warnings by replacing NS_ENSURE_SUCCESS in nsNetUtilInlines.h:180 (e4cc27a0e) - Merge pull request #847 from g4jc/debugspam (81acc4099) - Merge pull request #850 from trav90/add-av1-support (d1a35c3fa) - Merge pull request #796 from g4jc/nsuserinfo (f85840a05) - Merge pull request #845 from JustOff/PR_notifications_open_settings (d07a4f2ba) - Revert "Make nsIUserInfo component optional with --disable-userinfo at build time" (afe69140a) - Merge pull request #851 from MoonchildProductions/revert-796-nsuserinfo (f71c04d81) - Bug 1489785: Remove a workaround for gcc (6db23ae65) - Bug 1489785: Remove a workaround for gcc (065f6f9e5) - Merge pull request #852 from wicknix/master (f5b13e91d) - Issue #795 - Make nsIUserInfo component optional (6a2ff38f0) - Merge pull request #854 from g4jc/nsuserinfo (4f59678ac) From now --enable-av1 option is compiled in. you can enable AV1 decoding by toggling "media.av1.enabled" in about:config. Test passed from site https://demo.bitmovin.com/public/firefox/av1/ but still not recognized by youtube. Testing in my main machine (i5-3450), 720p 500kbps AV1 will cause laggy playback in test site above.
  14. please check which version of new moonm you're using. for PM27, latest build should work. for PM28 and basilisk, all build are already working.
  15. you may need to set general.useragent.compatMode.firefox and general.useragent.compatMode.gecko to true in about:config
  16. That's why I said "don't mention any forks' name in their territory". Just doing a regular bug report using official builds and environments will be good for both sides.
  17. you don't need to set these if you set "Firefox compatibility" in options.
  18. nope, and no support window I can ask for. It's free, what do you expect? :)
  19. * Freenom had just suspended my domain, and I've just updated URLs in posts linked in 1st post.
  20. First, I don't break it. If someone must take responsibility for this, then it should be Mozilla and Moonchild Productions, not me. Second, you should study whats the difference between gecko 38 and 52, and how many changes do Moonchild people changed that enhance speed and security, and changes that prevents running in old windows, and how much effort I put to restore functionality on old windows. If you failed to do this, then please leave this thread.
  21. nope, my latest tycho builds are 27.9.1a1-20180825-84be542d0, but actually beyond 27.9.4 level. I haven't update it for a while since I don't have enough time to port new changes to it. if your profile was already touched by PM28, don't directly use it in 27 builds because it will corrupt when you downgrade it. In such situation you should create a new profile for PM27 use.
  22. first, don't quote entire release post. second, for 1st bug, it is unfixable by mozilla and me, you might try if mypal will work or not (unless Feodor2 has custom fix for it, otherwise no) for 2nd/3rd bug, please check if you have firefox compatibility user agent selected.
×
×
  • Create New...