Jump to content

roytam1

Member
  • Posts

    3,665
  • Joined

  • Last visited

  • Days Won

    421
  • Donations

    0.00 USD 
  • Country

    Hong Kong

Everything posted by roytam1

  1. maybe we can bisect from https://github.com/mozilla/gecko-dev/commit/857d1ac980d44356dc72b6c776d0598ddfc8eee2 to https://github.com/mozilla/gecko-dev/commit/d07aca95baf792ba610995b464278521141ef0a2 ? EDIT: rev 857d1ac is built here (plain build(SSE2 build by default), nothing is changed here, --disable-skia switch removed from mozconfig as it doesn't build with this switch specified): http://o.rths.ml/gpc/files1.rt/gecko-dev-52.0a1-20160919-857d1ac980d4-win32.7z
  2. it looks like working after https://github.com/MoonchildProductions/Basilisk/commit/fd382bbb631c2c332c59ebed42ee6f594828c24f is landed (at least on win32)
  3. and now they did the same to basilisk, so same archive naming will be done on those builds as well. (IA32 build will use same naming although it will use my UXP in-tree basilisk)
  4. I may just keep palemoon in my tree instead. for weekly builds against modified upstream, I'll just clone their tree and build on top. as a result, the palemoon builds will have different archive filename naming to something boc-alike.
  5. New regular/weekly KM-Goanna release: https://o.rths.ml/kmeleon/KM76.2-Goanna-20191214.7z Changelog: Out-of-tree changes: * update Goanna3 to git f9e56e1ed..50a11752b: - applied NSPR Bug 1586070 - Read does not advance file position for files larger than 4GB on Win32. (See also bug 70765.) r=kaie (c05d4592c) - updated to nss-3.44.3 (70e76b712) - import UXP change: - [NSS] Bug 1508776 - Remove unneeded refcounting from SFTKSession (836e72e96) (b27556af1) - import changes from `devel' branch of rmottola/Arctic-Fox: - Bug 1138073 - Improve checking when folding and/or blocks in Ion, r=sunfish. (b73bc1cff) - Bug 1025125 - If enabled, enter pdb session when test fails. r=ahal (29e086127) - Bug 1139628 - Don't load delayed process scripts until channel is open (r=smaug) (ae8b152ed) - Bug 1131444 - Close PContentBridge when content process is ended. r=khuey (0777738f8) (d7ef248c3) - partly imported from tenfourfox: #578: M1579060 M1586176 (d09fe1e46) - ported changes from tenfourfox: - #375: M1351303 - closes #519: Element.toggleAttribute() + backbugs M1258205 M1276938 (e186cc7c9) - ported tenfourfox change: closes #520: Document.elementsFromPoint() M1164427 (dbe519843) - import changes from `devel' branch of rmottola/Arctic-Fox: - Bug 1135903 - OdinMonkey: Make signal-handler OOB checking an independent configuration r=luke (d9f2104a2) - Bug 1138495 - pt 0 - Reftests for font inflation in vertical writing mode, initially annotated as failing. r=smontagu (6b1a2f47d) - Bug 1138495 - pt 1 - Rename NS_FRAME_IN_CONSTRAINED_HEIGHT flag to NS_FRAME_IN_CONSTRAINED_BSIZE, and set it appropriately according to writing mode. r=smontagu (9d1dfbe3a) - Bug 1138495 - pt 2 - Remove failure annotations from tests that no longer fail; note that the comparison of font-inflation-1c.html vs 1d still fails (they should inflate by different amounts). r=smontagu (1e7a9a2a7) - Bug 1138495 - pt 3 - Compute font inflation based on inline-axis dimensions rather than always using physical width. r=smontagu (d7fc87566) - Bug 1138495 - pt 4 - Remove failure annotation from the final testcase, and add specific equality tests for the correctly-inflated rendering of 1c and 1d. r=smontagu (81de3cb59) - Bug 1132078 - Remove useless null checks after allocating memory with |new| from xpcom/io. r=nfroyd (3c59b0993) (50a11752b) - Revert "ported changes from tenfourfox (e186cc7c9)" (2d9c22eec) * 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
  6. New NewMoon 27 Build! 32bit https://o.rths.ml/palemoon/palemoon-27.9.7.win32-git-20191214-2d9c22eec-xpmod.7z 32bit SSE https://o.rths.ml/palemoon/palemoon-27.9.7.win32-git-20191214-2d9c22eec-xpmod-sse.7z 32bit noSSE https://o.rths.ml/palemoon/palemoon-27.9.7.win32-git-20191214-2d9c22eec-xpmod-ia32.7z 64bit https://o.rths.ml/palemoon/palemoon-27.9.7.win64-git-20191214-2d9c22eec-xpmod.7z source repo: https://github.com/roytam1/palemoon27 repo changes since my last build: - applied NSPR Bug 1586070 - Read does not advance file position for files larger than 4GB on Win32. (See also bug 70765.) r=kaie (c05d4592c) - updated to nss-3.44.3 (70e76b712) - import UXP change: - [NSS] Bug 1508776 - Remove unneeded refcounting from SFTKSession (836e72e96) (b27556af1) - import changes from `devel' branch of rmottola/Arctic-Fox: - Bug 1138073 - Improve checking when folding and/or blocks in Ion, r=sunfish. (b73bc1cff) - Bug 1025125 - If enabled, enter pdb session when test fails. r=ahal (29e086127) - Bug 1139628 - Don't load delayed process scripts until channel is open (r=smaug) (ae8b152ed) - Bug 1131444 - Close PContentBridge when content process is ended. r=khuey (0777738f8) (d7ef248c3) - partly imported from tenfourfox: #578: M1579060 M1586176 (d09fe1e46) - ported changes from tenfourfox: - #375: M1351303 - closes #519: Element.toggleAttribute() + backbugs M1258205 M1276938 (e186cc7c9) - ported tenfourfox change: closes #520: Document.elementsFromPoint() M1164427 (dbe519843) - import changes from `devel' branch of rmottola/Arctic-Fox: - Bug 1135903 - OdinMonkey: Make signal-handler OOB checking an independent configuration r=luke (d9f2104a2) - Bug 1138495 - pt 0 - Reftests for font inflation in vertical writing mode, initially annotated as failing. r=smontagu (6b1a2f47d) - Bug 1138495 - pt 1 - Rename NS_FRAME_IN_CONSTRAINED_HEIGHT flag to NS_FRAME_IN_CONSTRAINED_BSIZE, and set it appropriately according to writing mode. r=smontagu (9d1dfbe3a) - Bug 1138495 - pt 2 - Remove failure annotations from tests that no longer fail; note that the comparison of font-inflation-1c.html vs 1d still fails (they should inflate by different amounts). r=smontagu (1e7a9a2a7) - Bug 1138495 - pt 3 - Compute font inflation based on inline-axis dimensions rather than always using physical width. r=smontagu (d7fc87566) - Bug 1138495 - pt 4 - Remove failure annotation from the final testcase, and add specific equality tests for the correctly-inflated rendering of 1c and 1d. r=smontagu (81de3cb59) - Bug 1132078 - Remove useless null checks after allocating memory with |new| from xpcom/io. r=nfroyd (3c59b0993) (50a11752b) - Revert "ported changes from tenfourfox (e186cc7c9)" (2d9c22eec)
  7. New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rths.ml/boc-uxp/mailnews.win32-20191214-ce4e0449-uxp-dacb3da00-xpmod.7z Browser-only Suite Win32 https://o.rths.ml/boc-uxp/bnavigator.win32-20191214-ce4e0449-uxp-dacb3da00-xpmod.7z source patch (excluding UXP): https://o.rths.ml/boc-uxp/boc-uxp-src-xpmod-20191123.7z Official repo changes since my last build: - Update platform commit pointer (1e9f702e) - Update platform commit pointer (24e2def8) - [Navigator] Clean up region.properties (941c5406) - Add Ekoru to searchplugins (20e88761) - Update platform commit pointer (ce4e0449) For UXP changes please see above.
  8. New build of Serpent/UXP for XP! Test binary: Win32 https://o.rths.ml/basilisk/basilisk52-g4.4.win32-git-20191214-dacb3da00-xpmod.7z Win64 https://o.rths.ml/basilisk/basilisk52-g4.4.win64-git-20191214-dacb3da00-xpmod.7z source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/custom IA32 Win32 https://o.rths.ml/basilisk/basilisk52-g4.4.win32-git-20191214-dacb3da00-xpmod-ia32.7z source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/ia32 NM28XP build: Win32 https://o.rths.ml/palemoon/palemoon-28.9.0a1.win32-git-20191214-dacb3da00-xpmod.7z Win64 https://o.rths.ml/palemoon/palemoon-28.9.0a1.win64-git-20191214-dacb3da00-xpmod.7z Official repo changes since my last build: - Bug 1509685 - Add more bounds checking in nsMsgDBView::UpdateDisplayMessage() to avoid crashes (717be395f) - Bug 1482248 - don't crash on empty file name in nsMsgLocalStoreUtils::nsShouldIgnoreFile. (b797607a8) - Bug 1571481 - Improve multipart/alternative. (282cdd6ba) - Merge branch 'master' into release (642032029) - Merge pull request #1314 from g4jc/mailnews_patches (ca46bc1f6) - Merge branch 'release' (5ba7f92d5) - No Issue - Execute the precomplete command on *nix AltPackaging (647d14de8) - New cycle version bump (7758b9a26) - Update default bookmarks toolbar FAQ entry to redirect to forum. (d2a1d638b) - Issue #1317 - Increase the XML nested depth limit to 2048. (dacb3da00) My changes since my last build: - Revert "Issue #1259 - Adjust Widewine strings after removing Adobe Primetime support" (37e153f59)
  9. the nag can be disabled, according to https://forums.mydigitallife.net/threads/bypass-windows-7-extended-security-updates-eligibility.80606/page-7#post-1564680 , running 3 commands from cmd after installing update: schtasks /Change /TN "Microsoft\Windows\Setup\EOSNotify" /Disable schtasks /Change /TN "Microsoft\Windows\Setup\EOSNotify2" /Disable reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\EOSNotify" /v "DiscontinueEOS" /t REG_DWORD /d 1 /f
  10. UXP has different blocklist than firefox.
  11. don't turn everything on as it will look so suspicious. only change these: general.useragent.compatMode = 2 general.useragent.compatMode.firefox = true general.useragent.compatMode.gecko = true and reset other general.useragent.compatMode.* settings.
  12. you may turn on firefox compat mode to see if problem persists.
  13. don't know if that will fix it, I'll try to revert https://github.com/roytam1/UXP/commit/e50e93c too see.
  14. semi-OT: finally got my firefox55norust creating working build, by specifying `--disable-sandbox' switch in .mozconfig. maybe finally I can revert all XP+ only commits and creating a working XP 56-ish build.
  15. maybe, did you try it with new profile first?
  16. because there is conflict between their changes and my changes. the only change I created is in line 52 and 62 for reenabling the disabled adobe primetime installation as introduced in https://github.com/roytam1/UXP/commit/e30598c
  17. do you updated your XP? and do you have enough memory? 256MB is minimal requirement.
  18. no. https://en.wikipedia.org/wiki/Predication_(computer_architecture)#History
  19. normal UXP builds require SSE2, while IA32 builds don't require it. please checkout FAQ in 1st reply in this thread. search "c000001d" and read the answer.
  20. oops, a slash is missing in packing script. reuploaded.
  21. for testing xml(xhtml) without proper DTD.
  22. please checkout 1st reply in this thread.
  23. CPU-Z Vintage version claims to work in win9x.
  24. New build of Firefox 45ESR: Test binary: SSE https://o.rths.ml/gpc/files1.rt/firefox-45.9.18-20191207-082eb5b14-win32-sse.7z IA32 https://o.rths.ml/gpc/files1.rt/firefox-45.9.18-20191207-082eb5b14-win32-ia32.7z repo: https://github.com/roytam1/mozilla45esr Changes since my last build: - import changes from tenfourfox: - #578: M1322864 M1585106 M1597043 (7758ebb12) - #578: M1579060 M1586176 (f3f295615) (5a4e033f1) - import UXP change: - [NSS] Bug 1508776 - Remove unneeded refcounting from SFTKSession (836e72e96) (082eb5b14)
  25. New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rths.ml/boc-uxp/mailnews.win32-20191207-dcb628c2-uxp-2529b2ede-xpmod.7z Browser-only Suite Win32 https://o.rths.ml/boc-uxp/bnavigator.win32-20191207-dcb628c2-uxp-2529b2ede-xpmod.7z source patch (excluding UXP): https://o.rths.ml/boc-uxp/boc-uxp-src-xpmod-20191123.7z Official repo changes since my last build: - [UXP] Update branch commit pointer (09652b30) - Stop leeching off Pale Moon for emoji font as it is now in toolkit (097c59d1) - Remove extraneous subst (a4f7be09) - Stop leeching off Pale Moon's searchplugins (1f572f64) - [Navigator] Remove local search engines (c69988a8) - Remove Submodule (428b986a) - Change the MOZILLA_DIR path (726bbcba) - Add submodule (81f26254) - [Mail] Update wordmark (3b02cc2b) - Update version2k to work with any version length and use an a1 suffix on generated msbuild stamps (2f39aed7) - Use version2k for navigator (376ed48c) - Add command to version2k to JUST get YYYYMMDD (ca746757) - Access version2k from fake mach (344876fb) - Use MOZ_PKG_SPECIAL to append MOZ_WIDGET_TOOLKIT to the end of the package name (e11b29ea) - Update platform commit pointer (f1a2c83a) - Update fake-mach to properly init the submodule (c2045698) - Revert "Use MOZ_PKG_SPECIAL to append MOZ_WIDGET_TOOLKIT to the end of the package name" (11c60055) - [Navigator] Remove about:rights (53e06224) - Part 2 (c911ab2c) - [Navigator] Conform official branding to unofficial (8cbab84e) - [Navigator] Remove unused files from official branding (5fbedf22) - [Navigator] Add real official branding (1e9340e5) - [Navigator] Add mac icons (a009838b) - [Navigator] Make the throbber dependant on application branding (f7f5004c) - [Navigator] Put the throbber back on the toolbar by default (6f1f3e1e) - [Navigator] Allow the print toolbar button (796df9df) - [Navigator] Use brandFullName for main window title (23750538) - [Navigator] Fix official throbbers using forbidden Moonchild powers (dcb628c2) For UXP changes please see above.
×
×
  • Create New...