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. to be clear, I don't make any "Release Quality" builds. Fedor2 do "Release" builds. my builds just like mozilla's "Nightly" builds, but in weekly style.
  2. I don't know if MSVC SSE build will work or not. GCC(MinGW) build may work. https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Build_Instructions/Cross_Compile_Mozilla_for_Mingw32$revision/1019972
  3. because AMD64 implies SSE2. (i.e. you can't find an AMD64 processor without SSE2) I think you may need to have a look in NSS's config to see if there is any SSE2 specified.
  4. for Arctic Fox it should be unneeded, but you can still add it.
  5. OT: finally swapped in new rig into my main workstation chassis yesterday after work, took ~5 hours to final adjust for my daily use. (Although my main workstation changed to win7, I still have a low-powered download station and a DELL D630 notebook running XP) BTW old games like Red Alert 2 and SimCity 3000 are not test yet, hope they will still run. EDIT: copied my repos to SSD, so I need as least 128GiB SSD scratch disk for them later.
  6. I think default config will just work? I don't build linux builds but I can give you my win32 .mozconfig for reference: mk_add_options MOZ_CO_PROJECT=browser mk_add_options MOZ_MAKE_FLAGS="-j6" ac_add_options --enable-release ac_add_options --enable-application=browser ac_add_options --enable-optimize="-O2" ac_add_options --enable-jemalloc ac_add_options --enable-shared-js ac_add_options --enable-devtools ac_add_options --disable-debug ac_add_options --enable-strip ac_add_options --disable-skia ac_add_options --disable-maintenance-service ac_add_options --disable-crashreporter ac_add_options --disable-updater ac_add_options --disable-tests ac_add_options --disable-mochitests ac_add_options --disable-replace-malloc
  7. I think these accounts are just spammers. newly registered and first post is just usual spam.
  8. OT: it seems that my new rig win7's status is somewhat bearable for daily use, may swap-in in next week.
  9. maybe a "one-shot" build can be done, if I can finish migrating my main workstation to new rig and I got some more free time, likely in october. (but please don't hold your breath for it)
  10. since there is no significant commit from upstreams, there is no build to be released tomorrow, and happy mid autumn festival! OT: by the way, my new rig is still not fully satisfy my daily usage and I still can't swap it into my daily workstation chassis.
  11. which Serpent? moebius or UXP based?
  12. there is a long story in my thread. BTW that "person" is very easy to go mad like this: https://forum.palemoon.org/viewtopic.php?p=174739#p174739
  13. you should have a look on FAQ section in #1.
  14. Specifically, the DevEd Theme GUI breakages are due to: [Basilisk] Remove Dev Edition theme. if you want to get it back, please drop me a line
  15. you may try grabbing http://o.rths.cf/gpc/files1.rt/index.php?sitemap&filter=firefox* to filter out firefox only links. the last one will be the latest one.
  16. both are old links. yeah this happens sometimes. post edited.
  17. If upstream language pack works, why bother making my own? I don't have time maintain my own set of language packs. BTW OT: suffered from leak of TLS 1.2 support in Orbit Downloader for years, I finally made a patch to its download.dll to use OpenSSL-1.0.2, check rtfreesoft blog for details. SNI is not supported (yet, don't know if I am able to add this call by myself)
  18. New build of Firefox 45ESR SSE: test binary: https://o.rths.ml/gpc/files1.rt/firefox-45.9.17-20190907-6d2d37b9f-win32-sse.7z repo: https://github.com/roytam1/mozilla45esr Changes since my last build: - import changes from palemoon27: - Issue #1610 part 1: Add valgrind suppression for uninitialized memory access and leak in old fontconfig. (1673cb36c) - Issue #1610 Part2: Supply a bundled emoji font on Windows. (8129a17b6) - Issue #1610 Part 3: Bypass GDI table loading for embedded fonts. (96465b766) - Switch to the Open Twemoji font resources. (682ec5e9e) - update Twemoji font to KwanEsq/twemoji-colr v12 branch with twemoji-12.1.2. (8a07ee587) (cbfb827dc) - import change from tenfourfox: - make tele really impossible (78ce567c4) - #568: update certs, pins, TLDs, miners (fe73f72f7) (6d2d37b9f)
  19. New regular/weekly KM-Goanna release: https://o.rths.cf/kmeleon/KM76.2-Goanna-20190907.7z Changelog: Out-of-tree changes: * update Goanna3 to git 18efcca64..c6d625af7: - update Twemoji font to KwanEsq/twemoji-colr v12 branch with twemoji-12.1.2. (8a07ee587) - add twitter SSUAO. (8440aaa98) - try to fix issue mentioned in https://msfn.org/board/?app=core&module=system&controller=content&do=find&content_class=forums_Topic&content_id=177125&content_commentid=1169926 (eb1f745f3) - import change from rmottola/Arctic-Fox: - Bug 1135100 - Don't update GC thing pointers that haven't changed after marking r=terrence (0df3ea820) - Bug 1135857 - Remove ContentClientIncremental. r=mattwoodrow (059587352) - Bug 1135809 - add apz. prefs to about:support. r=kats (6439aaf6b) - Bug 1135361 - Fix position of ruby annotation in vertical-rl mode when justification is applied to the base. r=jfkthame (a00bb53be) - Bug 1133288 - Remove nonstandard expression closures from editor. r=ehsan (605992184) - Bug 1135361 - Reftest for ruby positioning in justified vertical text. r=xidorn (60fe87ae3) - Bug 1135984 - Fix typo which made Context.__init__ set the unused exe (312c35ef2) - Bug 1077864, Part 1: Check consistency of certificates' signature and signatureAlgorithm fields, r=keeler (9a11f90c3) - Bug 1077864, Part 2: Override the trust level for OCSP response signer certs so that they are never considered trust anchors, r=keeler (c46772e6d) - Bug 1077864, Part 3: update nsserrors.properties so error message gets localized. (935233549) - Bug 1135407: Factor out duplicate logic in tests, r=keeler (383ff80c5) - Bug 1131767: Prune away paths using unacceptable algorithms earlier, r=keeler (55182b7e2) - Followup to Bug 1135563 - uiUnsupportedAlreadyNotified.js doesn't use httpd.js. r=me (cef9dbdcd) - Bug 1135563 - Fix several javascript warnings for xpcshell app update tests and cleanup style. r=spohl (6330eb78c) - Bug 1123019 - In DrawTargetTiled::StrokeRect and StrokeLine, skip tiles that don't intersect the stroke. r=jrmuizel (71afc7653) - Bug 1123019 - Shrink clipped stroked rectangles and stroked lines. r=jrmuizel (17e93d70f) - Bug 1123019 - Actually use the clipped rect variable. r=jrmuizel (29c96ab43) (f672f60d2) - partly import change from tenfourfox: - #568: update certs, pins, TLDs, miners (fe73f72f7) and added -bigobj compile switch to ssl/moz.build. (2570c3be2) - import changes from rmottola/Arctic-Fox: - Bug 1135591 - Fix build breakage from bug 1132153 in code conditional on '--enable-ipdl-tests'. r=dholbert (711edeb82) - bug 1121845 - Don't include generated IPDL header from nsPluginHost.h. r=bsmedberg (1929312e8) - Bug 755070 - Move WrappedJavaObject comment to the class it refers to. rs=snorp DONTBUILD NPOTB (9562583ec) - Bug 1135151. Add a WrapNativeParent specialization for the nsIGlobalObject case, and make Event return nsIGlobalObject as its parent object. r=smaug (2c002cd7d) (c6d625af7) * 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
  20. New New Moon 27 Build! 32bit https://o.rths.cf/palemoon/palemoon-27.9.6.win32-git-20190907-c6d625af7-xpmod.7z 32bit SSE https://o.rths.cf/palemoon/palemoon-27.9.6.win32-git-20190907-c6d625af7-xpmod-sse.7z 32bit noSSE https://o.rths.cf/palemoon/palemoon-27.9.6.win32-git-20190907-c6d625af7-xpmod-ia32.7z 64bit https://o.rths.cf/palemoon/palemoon-27.9.6.win64-git-20190907-c6d625af7-xpmod.7z source repo: https://github.com/roytam1/palemoon27 repo changes since my last build: - update Twemoji font to KwanEsq/twemoji-colr v12 branch with twemoji-12.1.2. (8a07ee587) - add twitter SSUAO. (8440aaa98) - try to fix issue mentioned in https://msfn.org/board/?app=core&module=system&controller=content&do=find&content_class=forums_Topic&content_id=177125&content_commentid=1169926 (eb1f745f3) - import change from rmottola/Arctic-Fox: - Bug 1135100 - Don't update GC thing pointers that haven't changed after marking r=terrence (0df3ea820) - Bug 1135857 - Remove ContentClientIncremental. r=mattwoodrow (059587352) - Bug 1135809 - add apz. prefs to about:support. r=kats (6439aaf6b) - Bug 1135361 - Fix position of ruby annotation in vertical-rl mode when justification is applied to the base. r=jfkthame (a00bb53be) - Bug 1133288 - Remove nonstandard expression closures from editor. r=ehsan (605992184) - Bug 1135361 - Reftest for ruby positioning in justified vertical text. r=xidorn (60fe87ae3) - Bug 1135984 - Fix typo which made Context.__init__ set the unused exe (312c35ef2) - Bug 1077864, Part 1: Check consistency of certificates' signature and signatureAlgorithm fields, r=keeler (9a11f90c3) - Bug 1077864, Part 2: Override the trust level for OCSP response signer certs so that they are never considered trust anchors, r=keeler (c46772e6d) - Bug 1077864, Part 3: update nsserrors.properties so error message gets localized. (935233549) - Bug 1135407: Factor out duplicate logic in tests, r=keeler (383ff80c5) - Bug 1131767: Prune away paths using unacceptable algorithms earlier, r=keeler (55182b7e2) - Followup to Bug 1135563 - uiUnsupportedAlreadyNotified.js doesn't use httpd.js. r=me (cef9dbdcd) - Bug 1135563 - Fix several javascript warnings for xpcshell app update tests and cleanup style. r=spohl (6330eb78c) - Bug 1123019 - In DrawTargetTiled::StrokeRect and StrokeLine, skip tiles that don't intersect the stroke. r=jrmuizel (71afc7653) - Bug 1123019 - Shrink clipped stroked rectangles and stroked lines. r=jrmuizel (17e93d70f) - Bug 1123019 - Actually use the clipped rect variable. r=jrmuizel (29c96ab43) (f672f60d2) - partly import change from tenfourfox: - #568: update certs, pins, TLDs, miners (fe73f72f7) and added -bigobj compile switch to ssl/moz.build. (2570c3be2) - import changes from rmottola/Arctic-Fox: - Bug 1135591 - Fix build breakage from bug 1132153 in code conditional on '--enable-ipdl-tests'. r=dholbert (711edeb82) - bug 1121845 - Don't include generated IPDL header from nsPluginHost.h. r=bsmedberg (1929312e8) - Bug 755070 - Move WrappedJavaObject comment to the class it refers to. rs=snorp DONTBUILD NPOTB (9562583ec) - Bug 1135151. Add a WrapNativeParent specialization for the nsIGlobalObject case, and make Event return nsIGlobalObject as its parent object. r=smaug (2c002cd7d) (c6d625af7)
  21. New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rths.cf/boc-uxp/mailnews.win32-20190907-ffac0ff-uxp-6db06749e-xpmod.7z Browser-only Suite Win32 https://o.rths.cf/boc-uxp/bnavigator.win32-20190907-ffac0ff-uxp-6db06749e-xpmod.7z source patch (excluding UXP): https://o.rths.cf/boc-uxp/boc-uxp-src-xpmod-20190720.7z Official repo changes since my last build: - [UXP] Update commit pointer (ffac0ff) For UXP changes please see above.
  22. New build of Serpent/UXP for XP! Test binary: Win32 https://o.rths.cf/basilisk/basilisk52-g4.4.win32-git-20190907-6db06749e-xpmod.7z Win64 https://o.rths.cf/basilisk/basilisk52-g4.4.win64-git-20190907-6db06749e-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.8.0a1.win32-git-20190907-6db06749e-xpmod.7z Win64 https://o.rths.cf/palemoon/palemoon-28.8.0a1.win64-git-20190907-6db06749e-xpmod.7z Official repo changes since my last build: - Issue #1179: fix indentation (f67e3f054) - Correctly return zero vertices if clipping plane 0 or 2 clip away the entire polygon. (09a8b2f19) - Issue #1222: Don't load plugin instances when they have no `src` URI. (8f7d40e85) - Merge working copy branch (7b986188c) - Issue #1217 - Add support for (later versions of) the Windows 10 SDK (44cfc6d21) - Revert "Correctly return zero vertices if clipping plane 0 or 2 clip away the" (69ac63358) - Correctly return zero vertices if clipping plane 0 or 2 clip away the entire polygon. (7c09f0ed7) - Merge branch 'master' of https://github.com/MoonchildProductions/UXP (cc60a093c) - Fix an issue with the html5 tokenizer and tree builder. (0ce08b418) - Belatedly fix html5 parser attribution for files not covered by the MPL. (abc6b2f3a) - Remove HTML5 parser java docs and generation code. (c6446f112) - Kill newly-spawned threads if we're shutting down. (4266966ee) - Fix a crash in IndexedDB. (4d4924e51) - Add checks to respect CSP-wildcard + Ports. (334a892eb) - Ensure the right body element is used throughout the method call. (d90dd7b0c) - Use the correct group for JIT constraints. (2b223cce0) - Properly implement various HSTS states. (e3c13af97) - Fix whitelisting of JavaScript-uris by CSP hash. (6db06749e) My changes since my last build: - import change from tenfourfox: - #568: update certs, pins, TLDs, miners (fe73f72f7) and added -bigobj compile switch to ssl/moz.build. (058ed959e)
  23. since I don't change this part of code, may upstream break this. why not install a tab-related extension for example Tab Mix Plus? you may try installing upstream language pack instead.
  24. OT: lol the guy go mad again when I copy/paste your news. https://forum.palemoon.org/viewtopic.php?f=67&t=22241&p=174202#p174202
  25. skype group? no thanks. a telegram group will be way better.
×
×
  • Create New...