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. New build of basilisk/UXP for XP! Test binary: Win32 https://o.rths.cf/basilisk/basilisk52-g4.1.win32-git-20181020-56eb74dbe-xpmod.7z Win64 https://o.rths.cf/basilisk/basilisk52-g4.1.win64-git-20181020-56eb74dbe-xpmod.7z diff: https://o.rths.cf/basilisk/UXP-xp-gitdiff-20180606.7z PM28XP build: Win32 https://o.rths.cf/palemoon/palemoon-28.2.0a1.win32-git-20181020-56eb74dbe-xpmod.7z Win64 https://o.rths.cf/palemoon/palemoon-28.2.0a1.win64-git-20181020-56eb74dbe-xpmod.7z Official repo changes since my last build: - Issue #832 Part 1: Remove modules, chrome, and preferences. (98bf92215) - Issue #832 Part 2: Remove styling and images. (7dbe6a3b4) - Issue #832 Part 3: Remove strings. (69afcc4f1) - Update HSTS preload list (b927e0d5c) - Remove unused import from AboutReader module. Tag #361. (f6db3fa90) - Update Readability from mozilla-central release branch (FF 62.0.3). Tag #361. (f696173b4) - Merge pull request #836 from Ascrod/translation (46eab94c0) - Merge pull request #837 from Ascrod/readerview (c423bdaf0) - Fix a test (#670) (8c3d0aaca) - Merge branch 'master' of https://github.com/MoonchildProductions/UXP (56eb74dbe)
  2. you should install adblock latitude or abprime and disable old adblock plus instead.
  3. for build 20181010, you need to go to about:config and turn security.data_uri.unique_opaque_origin as false. because fix of Bug 1324406 is landed.
  4. New build of basilisk/UXP for XP! Test binary: Win32 https://o.rthost.cf/basilisk/basilisk52-g4.1.win32-git-20181013-ea5b5766a-xpmod.7z Win64 https://o.rthost.cf/basilisk/basilisk52-g4.1.win64-git-20181013-ea5b5766a-xpmod.7z diff: https://o.rthost.cf/basilisk/UXP-xp-gitdiff-20180606.7z PM28XP build: Win32 https://o.rthost.cf/palemoon/palemoon-28.2.0a1.win32-git-20181013-ea5b5766a-xpmod.7z Win64 https://o.rthost.cf/palemoon/palemoon-28.2.0a1.win64-git-20181013-ea5b5766a-xpmod.7z Official repo changes since my last build: - [BASILISK] Protect against nsIPrincipal.origin throwing for about:blank iframes and custom protocols (0c3479b8b) - Set the default action to not lock content scrolling when a menu is open. (866ea8dfa) - Pale Moon Installer: Update Windows ARP URLs. (b3b06d0ff) - Basilisk Installer: Update Windows ARP URLs. (727ed27f0) - Merge pull request #813 from JustOff/PR_SessionStorage_principal_origin (323cb98de) - Pale Moon Installer: Remove unused stub defines and strings. (5e9548371) - Basilisk Installer: Remove unused stub defines and strings. (312b0e42c) - Add mozilla::Span (c2fa384d6) - Fix Span.h constexprs for VS2017 (a08ef7226) - Make caret width normal/thick behind CJK char configurable. (6e48f5e14) - Use device pixels instead of CSS pixels for table borders. (26ec82f16) - [ffvpx] Remove support for 32-bit Mac (2e3eb22a8) - Merge pull request #822 from trav90/code-cleanup (0357bf9fb) - Merge pull request #818 from trav90/mfbt-work (7e96154b8) - Merge pull request #814 from Ascrod/nsis-cleanup (a844a9b08) - Bump Goanna/platform version for layout changes. (24fb2aaa3) - Merge branch 'master' of https://github.com/MoonchildProductions/UXP (8a63a2f41) - Expose browser.download.lastDir.savePerSite (6efff99ed) - Revert "[ffvpx] Remove support for 32-bit Mac" (9847f1f64) - Merge pull request #824 from MoonchildProductions/revert-822-code-cleanup (09987b0ba) - Revert "Fix in-tab close button behavior" (c602588f1) - Merge pull request #825 from MaxKoll/revert-811-MaxKoll-patch-1 (7ad419ece) - Fix in-tab close button behavior (94757e275) - [ffvpx] Remove support for 32-bit Mac (d95f7b60d) - [webm] Store LastSeenFrame dimensions as an nsIntSize (ae3cdb4be) - [vpx] Store VPXDecoder codec as an enum (5a83ed9eb) - Add Span support to MediaRawData (2a00bf126) - Implement keyframe and framesize VPXDecoder helpers (55c6aa422) - Call VPXDecoder libvpx wrappers for WebM (3ec54eeac) - [webm] Treat demuxing errors differently than EOS (632b67483) - [webm] Don't reject seeks with EOS (81c39ba87) - Merge pull request #827 from trav90/code-cleanup (e0487e94c) - Merge pull request #826 from MaxKoll/MaxKoll-patch-1 (bea97848f) - backport m-c 1435319: CVE-2018-12381 - Dropping an Outlook email message into the browser window will trigger a page navigation when the message's mail columns are incorrectly interpreted as a URL. (791e7540d) - Merge pull request #828 from g4jc/outlook_cve (237f05bcd) - Merge pull request #830 from trav90/media-work (ea5b5766a)
  5. New build of Firfox 45ESR SSE: test binary: https://o.rths.cf/gpc/files1.rt/firefox-45.9.11-20181010-2a45518e3-win32-sse.7z repo: https://github.com/roytam1/mozilla45esr Changes since my last build: - import changes from tenfourfox: - #521: async/await M1185106 parts 0, 1 (d0348b2d1) - #521: async/await M1185106 part 2 (f80a788a3) - #521: async/await M1185106 parts 3 and 4 (80646986b) - #521: M1226762 (389ff7a57) - #518: eat our shorts, githubgist too (3660eb7e2) (bb6587936) - import changes from tenfourfox: - #522: basic window.open=noopener, refactor popup blocker M1267338 M1267339 (46bf256a1) - closes #522: rel=noopener M1222516 M1358469 M1419960 (6abcdc2cc) - closes #524: enable MSE by default (3c3b61b6f) - #399: M1342849 (47b8abd55) - more hosts for adblock (8f342c327) - #334: remove Telemetry from JS-DOM-XPConnect runtime (b95f6e968) - #525: data URL opaque origins M1324406 M1381728 (3920907ee) - #392: prerequisite SetCanonicalName M1235656 M1236638 (c1f84d628) - #392: Symbol.toStringTag M1114580 (w/o ESClassValue change; w/45ESR boilerplate) (3cf6b4057) - #525: fix assertion (until asyncOpen2 is implemented) (d9ffd4d15) - another host for adblock (ff9433ee7) - #526: M1493347 M1487098 M1423278 (4d34a54ce) - #526: update certs and pins (bcc8aabb9) (0b27a0167) - update NSS to rev 77ae602f995a with nss339-vc2013.diff applied (2a45518e3)
  6. cygwin builds doesn't use w32threads, so it is non-issue here. but native builds that people using does use SRWLocks and bcrypt.
  7. My ASRock B75 Pro3 got some problems with RAM slot and finally replaced with another second hand board with same model number. BTW my XP DVR rig has been replaced from AMD 260u + 880G with AMD Athlon 5350 (Kabini), less hot and less fan noise.
  8. New build of basilisk/UXP for XP! Test binary: Win32 https://o.rthost.cf/basilisk/basilisk52-g4.1.win32-git-20181006-8860eddce-xpmod.7z Win64 https://o.rthost.cf/basilisk/basilisk52-g4.1.win64-git-20181006-8860eddce-xpmod.7z diff: https://o.rthost.cf/basilisk/UXP-xp-gitdiff-20180606.7z PM28XP build: Win32 https://o.rthost.cf/palemoon/palemoon-28.2.0a1.win32-git-20181006-8860eddce-xpmod.7z Win64 https://o.rthost.cf/palemoon/palemoon-28.2.0a1.win64-git-20181006-8860eddce-xpmod.7z Official repo changes since my last build: - Update upstream URL and update script for libnestegg (d8434bf15) - Update libnestegg from upstream (dad1c31db) - Get rid of the incorrect mechanism to remove insecure fallback hosts. (347aea437) - Update HSTS preload list (778b3c4d7) - Update test files for libnestegg update (704c93539) - Merge pull request #800 from trav90/update-from-upstream (c7e12ca39) - Remove telemetry to find optimal cache entry hash size (0b1600742) - Merge branch 'master' of https://github.com/MoonchildProductions/UXP (6d9103276) - Update telemetry whitelists. (ddf29811b) - Clean up a number of unused variables. (81b341a9b) - Remove telemetry probes for cache file system. (3343a4b47) - Remove telemetry probes to get detailed disk cache hit rate. (ab9edfb54) - Remove cache I/O telemetry. (8ba6dd1bd) - [ffvpx] Update ffvp9/ffvp8 to release 4.0.2 (edc124b92) - Clobber for ffvpx update (7d1ee0e5e) - Remove unused telemetry functions/variables. (7b0f3f2f9) - Remove telemetry from cache v1 service locking (part1). (d718e32b5) - Remove telemetry from cache v1 service locking (part2). (ec4c6dd42) - Remove telemetry reporting functions from CubebUtils (38e8ee1e6) - [PALEMOON] Use message manager to detect full-screen HTML5 video in S4E module (35a1adb07) - Merge pull request #804 from JustOff/PR_s4e_FullScreenVideo (ab881a3bf) - Merge pull request #801 from trav90/update-from-upstream (79b00fc33) - Revert "Update ffvpx code to 4.0.2" (45c24f05d) - Merge pull request #805 from MoonchildProductions/revert-801-update-from-upstream (8e8fcee4a) - [ffvpx] Update ffvp9/ffvp8 to release 4.0.2 (ebc8d7e3c) - [ffvpx] Remove unneeded libavcodec symbols and dummy functions (82238ada2) - Clobber for ffvpx update (41ccd52bf) - Merge pull request #806 from trav90/ffvpx-resync (69d83c8fb) - [ffmpeg] Always allocate memory to pass extradata (c0d9931cf) - Merge pull request #808 from trav90/media-work (26975ccf5) - Make all arguments to init*Event() optional except the first (e42166a5b) - Bug 1493900. (ca7ecd37c) - Ensure we got an nsISSLStatus when deserializing in TransportSecurityInfo. (95379e337) - Fix in-tab close button behavior (#775) (d74519372) - Merge pull request #811 from MaxKoll/MaxKoll-patch-1 (8860eddce) My changes besides above changes: - reverted rev ebc8d7e3c...82238ada2 (i.e. 69d83c8fb) in favoring ffmpeg-3.4 branch, since ffmpeg-4.x needs SRWLock and bcrypt changes to be undone which is not yet tested
  9. nope, the SRWLock changes are needed to be undone as well.
  10. it's known that DTA < 3.0b5 won't work in PM28. for others you may check their forum for details .
  11. so they merged ffmpeg-4.0.2: https://github.com/MoonchildProductions/UXP/commit/69d83c8fbe47b89d1d14f75ee99e638cbfb5dc31 should I keep 3.4.x or patch it for XP?
  12. New build of basilisk/UXP for XP! Test binary: Win32 https://o.rthost.cf/basilisk/basilisk52-g4.1.win32-git-20180929-77af3f176-xpmod.7z Win64 https://o.rthost.cf/basilisk/basilisk52-g4.1.win64-git-20180929-77af3f176-xpmod.7z diff: https://o.rthost.cf/basilisk/UXP-xp-gitdiff-20180606.7z PM28XP build: Win32 https://o.rthost.cf/palemoon/palemoon-28.2.0a1.win32-git-20180929-77af3f176-xpmod.7z Win64 https://o.rthost.cf/palemoon/palemoon-28.2.0a1.win64-git-20180929-77af3f176-xpmod.7z Official repo changes since my last build: - Use SSM's createCodebasePrincipalFromOrigin() instead of the nonexistent BrowserUtils.principalFromOrigin() (bb81b2076) - Update list of IDs to never send to AUS in AddonUpdateChecker.jsm (29512806a) - Remove code that prevents binary extensions (454110c78) - Remove window.sizeToContent() from commonDialog.js, as it's useless and leads to overflow in the basic auth dialog (43c409145) - Merge pull request #786 from JustOff/PR_auth_dialog_overflow (8d3931df2) - gfx: add pref for enabling APZ without e10s (1c159bf4d) - Regression fix: enable ICC v4 profiles by default. (575f07db0) - Merge branch 'master' of https://github.com/MoonchildProductions/UXP (e3508f55b) - backport mozbug 1344613 - Avoid possibility of null pointer crash in nsSOCKSIOLayer.cpp r=mayhemer (5715a00c8) - backport mozbug 1334776 - CVE-2017-7797 Header name interning leaks across origins (c5c9445e3) - Merge pull request #788 from alaviss/apz-experimental (326611aaa) - Merge pull request #790 from g4jc/nsSOCKSIOLayer_nullptr (6297b563d) - Build nsJSInspector regardless of devtools (a549e0c4a) - backport mozbug 1444532 - fix a leak in SHA256 in nsHttpConnectionInfo.cpp r=mayhemer (475a210a3) - Merge pull request #789 from g4jc/sha256_leakfix (638754089) - Merge pull request #791 from g4jc/session_supercookie (b92dbaf6a) - Add a conditional to not build the platform so the build system can be exploited for non-binary projects (2b9e0ca0b) - Rename "Cookies" to "Cookies and Site Data" in preferences where applicable. (f6d46e321) - Update permissions manager strings. (bb68f6a43) - Remove IndexedDB for content pref. (097f982b3) - Only opt-in to esr52 search service for select applications (9fe00e826) - Rename address bar back to location bar (57a7d3e35) - Merge branch 'master' of https://github.com/MoonchildProductions/UXP (77af3f176)
  13. Because it is my own build, not official build. There is no option to set, just try the sites that is requiring TLS 1.2.
  14. Not yet. It is still in early-planning stage, I don't know if I can get it done.
  15. maybe in spam/junk folder? BTW here are the links: KB Article Number(s): 872952 Language: English Platform: i386 Location: (https://hotfixv4.trafficmanager.net/Windows%20NT%20Workstation%204.0/sp7/Fix131681/1381/free/199776_ENU_i386_zip.exe) ----------------------------------------------------------- KB Article Number(s): 872952 Language: English Platform: i386 Location: (https://hotfixv4.trafficmanager.net/Windows%20NT%20Server%204.0/sp7/Fix131681/1381/free/199777_ENU_i386_zip.exe)
  16. tested and it is working. you may try to use http:// instead.
  17. if you don't mind using non-free program, Paragon Partition Manager (DOS/Win versions) can downgrade NTFS version by some mouse clicks.
  18. yes it will be, eventually. this is stored in palemoon.exe and xul.dll.
  19. New build of basilisk/UXP for XP! Test binary: Win32 https://o.rthost.cf/basilisk/basilisk52-g4.1.win32-git-20180922-3c04affe2-xpmod.7z Win64 https://o.rthost.cf/basilisk/basilisk52-g4.1.win64-git-20180922-3c04affe2-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-20180922-3c04affe2-xpmod.7z Win64 https://o.rthost.cf/palemoon/palemoon-28.1.0a1.win64-git-20180922-3c04affe2-xpmod.7z Official repo changes since my last build: - Stop using PodZero in several places to initialize values of non-trivial type (847f12e88) - Initialize some asm.js structures using in-class initializers instead of PodZero (8bac8c27f) - Call memset on a void*, not a T*, in js_delete_poison to avoid memset-on-nontrivial warnings with gcc that don't matter for an object whose lifetime is about to end (d902382d8) - Don't memset-zero the BacktrackingAllocator::vregs array of non-trivial VirtualRegister instances (0712ac7f8) - Stop using the MainThreadTaskQueue from service workers. (ad30b9265) - Stop using the worker MainThreadTaskQueue from dom/fetch. (b2cbc7b65) - Send worker-runnables destined for the main thread actually to the main thread. (0384dc34b) - Merge pull request #767 from trav90/class-memaccess-errors (08dd8ff76) - [PALEMOON] Skip notifications for background tabs when restoring a session (465c0a564) - [BASILISK] Skip notifications for background tabs when restoring a session (c5ea5076e) - Merge pull request #770 from JustOff/PR_bgtab_notify (d118d486a) - New cycle version bump. (5bcd1cc22) - Use SessionStore.promiseInitialized() to avoid race condition in "about:home" (#774) (ab47a3a9a) - Rewrite the Code of Conduct document. (89f2f7627) - Merge branch 'worker-fix' (abb2a2a1d) - Add a null check in nsHttpTransaction::Close. (4b9081197) - Fix timer overflow on converting from sec to msec in idleService (7214d60a1) - Merge pull request #778 from MihailZenkov/master (4f89ce5af) - Give uint8_clamped a defaulted (and also trivial) default constructor, copy constructor, and copy-assignment operator. (33cd07bce) - Don't use PodCopy/PodMove to implement typed-array element-to-element copying (a0737572d) - Rename TypeSet::clone to TypeSet::cloneIntoUninitialized to indicate that it freshly initializes the TemporaryTypeSet* provided to it. (3b362e9de) - [PALEMOON] Restore strings mistakenly removed by [8be0c16be614d54183ee3d4877e2243cb9e468c8] (922c13081) - Merge pull request #781 from JustOff/PR_fileExecutableSecurityWarning (07a50b5c5) - Merge pull request #782 from trav90/class-memaccess-errors (3c04affe2)
  20. you can't do this without an addon. you may try installing prefbar and import this button: http://prefbar.tuxfamily.org/buttons.html#openaddonmanager
  21. if it is not forcing a clobber, I'll keep v28.1.0a1. For whatever reason, changing application/palemoon/config/version.txt doesn't seem cause a reconfigure to be happened.
  22. yeah that's a problem of providing not-so-updated git patch for applying. I'm thinking a way to put the complete source without having version control, or just put it in another git repo provider. (to avoid making connection to official repo)
×
×
  • Create New...