Jump to content

roytam1

Member
  • Posts

    3,190
  • Joined

  • Last visited

  • Days Won

    406
  • Donations

    0.00 USD 
  • Country

    Hong Kong

Everything posted by roytam1

  1. New build of Firefox 45ESR SSE: test binary: https://o.rths.cf/gpc/files1.rt/firefox-45.9.12-20181201-8a85bb8ef-win32-sse.7z repo: https://github.com/roytam1/mozilla45esr Changes since my last build: - import changes from tenfourfox: - #525: improve message (5742c507e) - closes #535: add TLD update to upcert script and pull up for testing (de66c97d a) - #534: M1505181 M1506640 (5fc65abad) - #534: M1499861 M1500759 M1500310 M1507907 (6db6f6ac2) - #534: M1487964 (8126d332a) - #534: M1499028 M1510471 (3cf019ddc) - #534: update certs, pins, TLDs (924456ed5) and remove 104fx scripts. (8a85bb8ef)
  2. Heuristic engines are always snake oil (so is Norton's SONAR engine), never trust it. It is always good to disable it, in case you can't do so, add exclusion to folders you don't want it to scan.
  3. for facebook issue, downgrading user agent seems make it load faster, besides the top nag bar. general.useragent.override.facebook.com = Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.9) Gecko/20100101 Firefox/38.9 (Pale Moon)
  4. a trial build is created. (it builds, it starts in XP, others are untested) binary: https://o.rths.cf/mailnews-uxp/mailnews-20181129-6d703f2-uxp-b37e8f87c-xpmod.7z source patch (excluding UXP): https://o.rths.cf/mailnews-uxp/interlink-src-xpmod-20181129.7z
  5. It seems still lack of instruction about compiling. A newbie asked about: https://forum.palemoon.org/viewtopic.php?p=156828#p156828 and it is how they treated him (UNPLEASABLE REPLY, YOU HAVE BEEN WARNED): https://forum.palemoon.org/viewtopic.php?p=156835#p156835 https://forum.palemoon.org/viewtopic.php?p=156839#p156839
  6. Lets hope they will fix language packs soon. For the time being, you may stay with English UI language or go back to previous version(s) for having localized UI. (and that's why I don't like installers and automatic-updates here)
  7. you may try redownloading https://o.rths.cf/basilisk/UXP-xp-gitdiff-20181110.7z and extract new ffvpx-h264-hevc-mp3-aac.git.diff and overwrite old one, and then run these commands: rm -rf media/ffvpx git checkout media/ffvpx git apply --reject --whitespace=nowarn ffvpx-h264-hevc-mp3-aac.git.diff
  8. You're building in multiple concurrent job mode and your log posted doesn't show the error part. BTW do you have time to review my retrozilla PRs?
  9. New build of basilisk/UXP for XP! Test binary: Win32 https://o.rths.cf/basilisk/basilisk52-g4.1.win32-git-20181124-b37e8f87c-xpmod.7z Win64 https://o.rths.cf/basilisk/basilisk52-g4.1.win64-git-20181124-b37e8f87c-xpmod.7z diff: https://o.rths.cf/basilisk/UXP-xp-gitdiff-20181110.7z PM28XP build: Win32 https://o.rths.cf/palemoon/palemoon-28.2.0a1.win32-git-20181124-b37e8f87c-xpmod.7z Win64 https://o.rths.cf/palemoon/palemoon-28.2.0a1.win64-git-20181124-b37e8f87c-xpmod.7z Official repo changes since my last build: - Add support to libstagefright for AV1 FourCCs (df59d06fd) - Issue #638 - Part 1: Provide a visual indicator for muting/unmuting tabs (becd71a86) - Issue #638 - Part 2: Add tooltip to mute/unmute buttons (ae48428aa) - Issue #638 - Part 3: Add a keyboard shortcut for toggling the tab mute state (15afe6807) - Issue #638 - Part 4: Add tab sound icon to tab drop-down list (719234847) - Issue #638 - Part 5: Add mute/unmute option to tab context menu (eff89e1c9) - Issue #638 - Part 6: Fix up remaining references - Refactor _tabAttrModified to accept two parameters - Modify consumers of _tabAttrModified to pass details - Add missing _soundPlayingAttrRemovalTimer field - Add missing checks for mute/unmute around the tab browser - Tab sound icon should inherit 'selected' attribute instead of 'visuallyselected' (d56c1ceac) - [PALEMOON] Align the places component with the updated PlacesUtils API (b32323fae) - Issue #638 - Part 7: Remove hover and active states for sound indicator (66cc7d91a) - Issue #638 - Part 8: Add overlay sound icon for pinned tabs - This also moves some styles to tabbrowser.css (a6b250b47) - Issue #638 - Part 9: Add sound icon to all tabs menu (fe4c12e2d) - Issue #638 - Part 10: Rename all tabs sound icon to be consistent with others - alltabs => allTabs (deb4791e2) - Follow-up: Add missing getTabFromAudioEvent method (61b21c808) - Fix undefined isSameDocument (a681891e6) - Hide mute menu item and disable mute hotkey with existing pref (af0164310) - Add support to libstagefright for AV1 FourCCs (part 2) (4d8b7a376) - Add AV1 support to MP4Decoder. (56c26d867) - Replace toolbar PNG bitmaps with SVG vectors. (a5bdec9a6) - Cleanup some comments in our media code. (011ec4885) - Merge pull request #877 from trav90/code-cleanup (181e75728) - Merge pull request #876 from trav90/add-av1-support (f4908ce99) - Merge pull request #873 from JustOff/PR_bm_folders_copy_paste (be53c078d) - Strip Inkscape data from toolbar SVGs and remove obsolete PNGs. (4fd138594) - Merge pull request #874 from FranklinDM/sound_indicator-work (025b91375) - Belated new cycle version bump (9ce2c56e1) - Merge branch 'master' of https://github.com/MoonchildProductions/UXP (a6b9afbee) - Add a nullcheck on pipelined HTTP connections' pushback. (2c0a30185) - Update package.json (6a9c2be4e) - Port WebP decoder changes. (238b430ec) - Bug 1462355 - Part 1a. Make imgFrame animation parameters threadsafe. (807acf738) - Bug 1462355 - Part 1b. Update Decoder and SurfacePipe plumbing to use updated imgFrame methods. (622098073) - Bug 1462355 - Part 1c. Make individual image decoders to use updated Decoder/SurfacePipe methods. (3417e581c) - Fix pasta error (b9003c9c5) - Unrefactor mRawVeggies back to mVBuffMeat ;P (5b821064f) - Split out FrameTimeout into its own header file for re-use. (a51993521) - Fix blank pixel color for truncated GIFs (25f4c75d6) - Merge branch 'webp-update' (a3da92549) - Fix debug assertion. (b37e8f87c)
  10. to prevent TRIM issues that may happen, I chose WD VelociRaptor 1TB instead.
  11. Yes. But if you're doing update with major version changed (for example v27 to v28), it is better to backup your profile folder in case you might need to downgrade. If you don't use portable-loader, your PM profiles are located at "%APPDATA%\Moonchild Productions\Pale Moon"
  12. use portable version
  13. New regular/weekly KM-Goanna release: https://o.rths.cf/kmeleon/KM-Goanna-20181117.7z Changelog: Out-of-tree changes: * update Goanna3 to git e1975531d..a6bf60af2 - ported mozilla upstream changes: - Nikhil Marathe - Bug 1139665 - Check content load policy in FetchDriver. r=baku (25ded6c22f64) - Nikhil Marathe - Bug 1143857 - Add FormData serialize support to Fetch API. r=ehsan (1ff28a6f0b77) and enable fetch API in pref. (a6bf60af2) * Notice: the changelog above may not always applicable to XULRunner code which K-Meleon uses.
  14. 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-20181117-a6bf60af2-xpmod.7z 32bit SSE https://o.rths.cf/palemoon/palemoon-27.9.1a1.win32-git-20181117-a6bf60af2-xpmod-sse.7z 32bit noSSE https://o.rths.cf/palemoon/palemoon-27.9.1a1.win32-git-20181117-a6bf60af2-xpmod-ia32.7z 64bit https://o.rths.cf/palemoon/palemoon-27.9.1a1.win64-git-20181117-a6bf60af2-xpmod.7z source repo: https://github.com/roytam1/palemoon27 repo changes since my last build: - ported mozilla upstream changes: - Nikhil Marathe - Bug 1139665 - Check content load policy in FetchDriver. r=baku (25ded6c22f64) - Nikhil Marathe - Bug 1143857 - Add FormData serialize support to Fetch API. r=ehsan (1ff28a6f0b77) and enable fetch API in pref. (a6bf60af2)
  15. New build of basilisk/UXP for XP! Test binary: Win32 https://o.rths.cf/basilisk/basilisk52-g4.1.win32-git-20181117-c94825c86-xpmod.7z Win64 https://o.rths.cf/basilisk/basilisk52-g4.1.win64-git-20181117-c94825c86-xpmod.7z diff: https://o.rths.cf/basilisk/UXP-xp-gitdiff-20181110.7z PM28XP build: Win32 https://o.rths.cf/palemoon/palemoon-28.2.0a1.win32-git-20181117-c94825c86-xpmod.7z Win64 https://o.rths.cf/palemoon/palemoon-28.2.0a1.win64-git-20181117-c94825c86-xpmod.7z Official repo changes since my last build: - Don't build internal updater by default and set default update channel to an inactive one. (9d2d304a6) - [PALEMOON] Use generic application icon for external applications in about:feeds (c8d90e332) - Revert "[PALEMOON] Use generic application icon for external applications in about:feeds" (e3f4fe530) - [PALEMOON] Use generic application icon for external applications in about:feeds (81c27113a) - Revert "[PALEMOON] Focus and select the first non-collapsed text element in the bookmark properties dialog" (0cded9cf5) - Merge branch 'master' of https://github.com/MoonchildProductions/UXP (3438b20bd) - Issue #861 - The bookmark properties window should focus on the Name Picker text box on init (b199e3aa0) - [Pale Moon] Sync notification widget's messageImage should inherit the 'type' attribute (46a5c51bf) - [PALEMOON] Re-apply removal of unnecessary code (Findbar is no longer in the gBrowser) (16e5a6bc2) - Merge pull request #869 from FranklinDM/sync_notification-work (3c342ab20) - Split the content viewer marking function in CCUncollectable out, so a document-based marking function can be used separately. (2db00388a) - Merge branch 'master' of https://github.com/MoonchildProductions/UXP (d8e3bde97) - Fix build bustage. (a748fde4c) - Tell the cycle collector about nsScriptLoadRequest::mElement. (c94825c86) My changes since my last build: - update TwemojiMozilla.ttf to Twemoji-v11.2.0 base
  16. as I stated before, some fixes of fetch API need to be backported to PM27. I'll have a closer look to the changes later to see if they can be ported.
  17. I use Maxthon for browsing facebook only. besides its oddities it is quite fast and stable. But don't do serious things such as internet banking as Maxthon is developed by Chinese company without releasing any source code, your data may be transfer to PRC government.
  18. keep calm and ignore Tobin to prevent overflow of ticks after 49 days? but since browser will not be that stable after several hours of heavy use so it is non-issue here
  19. trying to warm this up again. let retrozilla/rzbrowser/firefoxCE be a better gopher client. https://github.com/rn10950/RetroZilla/pull/32
  20. perhaps other people can do this for me? As I'm not good at expressing things well in English. :)
  21. Some people decided to post links of my build into PM forum ( https://forum.palemoon.org/viewtopic.php?f=4&t=20887 ), don't know if he want to introduce or alerting devs to take action. And Tobin is still same attitude. So people here please don't mention my builds in their forum, that will be good for both sides. (What Tobin said is totally "who fu*king cares" to me, so please don't argue on it with their devs.)
  22. it puts [object FormData] as payload POSTing to https://github.com/preview thats not a thing I can fix.
  23. Github is using Request object now: https://developer.mozilla.org/en-US/docs/Web/API/Request some basic things can be backported to PM27, but don't know if it is enough for Github. you may try enabling "dom.fetch.enabled" in about:config to see if it will work again? EDIT: after spoofing user agent and enabling fetch API, github is working.
  24. so old hotfixes that is not released via Update Catalog is no longer downloadable.
×
×
  • Create New...