Saturday, October 10, 2020

Weekly browser binaries (20201010)

New build of Serpent/UXP for XP!

Test binary:
Win32 https://o.rthost.win/basilisk/basilisk52-g4.6.win32-git-20201010-a61cc61-uxp-bda6f1a93-xpmod.7z
Win64 https://o.rthost.win/basilisk/basilisk52-g4.6.win64-git-20201010-a61cc61-uxp-bda6f1a93-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.rthost.win/basilisk/basilisk52-g4.6.win32-git-20201010-a61cc61-uxp-bda6f1a93-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.rthost.win/palemoon/palemoon-28.10.2a1.win32-git-20201010-aa3ff776a-uxp-bda6f1a93-xpmod.7z
Win64 https://o.rthost.win/palemoon/palemoon-28.10.2a1.win64-git-20201010-aa3ff776a-uxp-bda6f1a93-xpmod.7z

Official UXP changes since my last build:
- Issue #1665 - Take overflow-wrap into account when calculating min-content intrinsic size. (8e18743ab)
- Issue #1666 - Implement overflow-wrap: anywhere (dadef50bd)
- [devtools] Teach devtools about overflow-wrap: anywhere (521f2b476)
- Issue #1606 - Add support for multi-monitor DPI awareness v2 (W10 1706+) (bda6f1a93)

Official Basilisk changes since my last build:
- Update back-end branch pointer. (0839087)
- Issue #23 - Enable per-monitor DPI v2 in Basilisk (a61cc61)

Official Pale-Moon changes since my last build:
- Back-end branch pointer update (Unstable 2020-10-04) (f6ae5e03d)
- [app update] Move update cert entries to branding (b48aee553)
- Issue #1812 - Enable per-monitor DPI v2 in Pale Moon (762408f9b)
- [SSUAO] Update Yahoo override, since they now throw a fit when seeing anything "Pale Moon" in the UA. (aa3ff776a)

My changes since last build:
- partly import changes from tenfourfox:
 - #627: M1631583 M1631597 M1636771 M1637222 M1649316 M1651520 (2373458b5)
 - #627: M1631573 (0abd0fc5d) (75e16e512)
- import tzdata and DNS from tenfourfox (as of rev 16c85bb3) (c0eddaf73)


New build of BOC/UXP for XP!

Test binary:
MailNews Win32 https://o.rthost.win/boc-uxp/mailnews.win32-20201010-355db4de-uxp-bda6f1a93-xpmod.7z
BNavigator Win32 https://o.rthost.win/boc-uxp/bnavigator.win32-20201010-355db4de-uxp-bda6f1a93-xpmod.7z

source repo (excluding UXP): https://github.com/roytam1/boc-uxp/tree/custom-older

* Notice: the profile prefix (i.e. parent folder names) are also changed since 2020-08-15 build, you may rename their names before using new binaries when updating from builds before 2020-08-15.

--

New build of HBL-UXP for XP!

Test binary:
IceDove-UXP(mail) https://o.rthost.win/hbl-uxp/icedove.win32-20201010-id-eed0566-uxp-bda6f1a93-xpmod.7z
IceApe-UXP(suite) https://o.rthost.win/hbl-uxp/iceape.win32-20201010-id-eed0566-ia-41157bf-uxp-bda6f1a93-xpmod.7z

source repo (excluding UXP):
https://github.com/roytam1/icedove-uxp/tree/winbuild
https://github.com/roytam1/iceape-uxp/tree/winbuild

for UXP changes please see above.


New NewMoon 27 Build!

32bit https://o.rthost.win/palemoon/palemoon-27.9.7.win32-git-20201010-9fcdd744e-xpmod.7z
32bit SSE https://o.rthost.win/palemoon/palemoon-27.9.7.win32-git-20201010-9fcdd744e-xpmod-sse.7z
32bit noSSE https://o.rthost.win/palemoon/palemoon-27.9.7.win32-git-20201010-9fcdd744e-xpmod-ia32.7z

64bit https://o.rthost.win/palemoon/palemoon-27.9.7.win64-git-20201010-9fcdd744e-xpmod.7z

source repo: https://github.com/roytam1/palemoon27

repo changes since my last build:
- partly import changes from tenfourfox:
 - #627: M1631583 M1631597 M1636771 M1637222 M1649316 M1651520 (2373458b5)
 - #627: M1631573 (0abd0fc5d) (27e2dca99)
- import tzdata, DNS, HSTS from tenfourfox (as of rev 16c85bb3) (b08d019cf)
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - Bug 1149486 - Regroup PerformanceStats by window. r=jandem, r=bholley (bedbaab6b)
 - fix build.... we have a nwer GetScriptableTop() now... (d4c5b9833) (properly fixed by me)
 - Bug 1167308 - Add a simpler to use CallTyped for the many simple pre-cast cases; r=jonco (73124e936)
 - Bug 1167313 - Simplify UbiNode::construct dispatch using CallTyped; r=jimb (ce8e33fdd)
 - Bug 1167314 - Use CallTyped to simplify PushArena; r=jonco (4e07c7a96)
 - Bug 1167309 - Remove MaybeCompartment using CallTyped; r=jonco (b85699798)
 - missing bits of bug 1156708: Part2. Add pref to toggle new code. (122a90f03)
 - Bug 1164777 - Part 1: move evalStaticScope to GlobalSharedContext. (r=shu) (b38066072)
 - Bug 1164777 - Part 2: Make super.prop parse inside inside eval inside arrow functions. (r=shu) (f7a2fc1fa)
 - Bug 1141865 - Part 5: Implement new.target inside eval. (r=jorendorff, r=jandem) (4e558cb93)
 - Bug 1141865 - Part 6: Implement new.target in arrow functions. (r=jandem, r=jorendorff) (f7694ad0b)
 - Bug 1156264 - Activate/deactivate jank and CPOW monitoring separately (low-level). r=jandem (3837061f6)
 - Bug 1150259 - Deactivating subtest under old Windows/old Linux. r=yoric (128dc82d4)
 - Bug 1150514 - in about:performance, fixing CSS of jank levels. r=Yoric (136e06827)
 - Bug 1150548 - MISBEHAVING_ADDONS_CPOW_TIME_MS is in milliseconds, but is filled with microseconds data. r=yoric (b477de514)
 - Bug 1155355, e10s, rewrite and reenable browser tests in layout/xul/t#est, don't show tooltips during a drag, use system event listeners for tooltips, r=billm (858570301) (partly)
 - Bug 1142814 (attempt 2) - Optimize String.fromCharCode() when the number of args is small but > 1. r=jandem. (7c03f649e)
 and partly import changes from mozilla in order to fix build:
 - Bug 1149486 - Extract a window title and window ID for PerformanceStats. r=mossop
 - Bug 1156264 - Activate/deactivate jank and CPOW monitoring separately (high-level). r=mossop (9fcdd744e)


New regular/weekly KM-Goanna release:
https://o.rthost.win/kmeleon/KM76.3.1-Goanna-20201010.7z

Changelog:

Out-of-tree changes:
* update Goanna3 to git e1c4d9e76..9fcdd744e:
- partly import changes from tenfourfox:
 - #627: M1631583 M1631597 M1636771 M1637222 M1649316 M1651520 (2373458b5)
 - #627: M1631573 (0abd0fc5d) (27e2dca99)
- import tzdata, DNS, HSTS from tenfourfox (as of rev 16c85bb3) (b08d019cf)
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - Bug 1149486 - Regroup PerformanceStats by window. r=jandem, r=bholley (bedbaab6b)
 - fix build.... we have a nwer GetScriptableTop() now... (d4c5b9833) (properly fixed by me)
 - Bug 1167308 - Add a simpler to use CallTyped for the many simple pre-cast cases; r=jonco (73124e936)
 - Bug 1167313 - Simplify UbiNode::construct dispatch using CallTyped; r=jimb (ce8e33fdd)
 - Bug 1167314 - Use CallTyped to simplify PushArena; r=jonco (4e07c7a96)
 - Bug 1167309 - Remove MaybeCompartment using CallTyped; r=jonco (b85699798)
 - missing bits of bug 1156708: Part2. Add pref to toggle new code. (122a90f03)
 - Bug 1164777 - Part 1: move evalStaticScope to GlobalSharedContext. (r=shu) (b38066072)
 - Bug 1164777 - Part 2: Make super.prop parse inside inside eval inside arrow functions. (r=shu) (f7a2fc1fa)
 - Bug 1141865 - Part 5: Implement new.target inside eval. (r=jorendorff, r=jandem) (4e558cb93)
 - Bug 1141865 - Part 6: Implement new.target in arrow functions. (r=jandem, r=jorendorff) (f7694ad0b)
 - Bug 1156264 - Activate/deactivate jank and CPOW monitoring separately (low-level). r=jandem (3837061f6)
 - Bug 1150259 - Deactivating subtest under old Windows/old Linux. r=yoric (128dc82d4)
 - Bug 1150514 - in about:performance, fixing CSS of jank levels. r=Yoric (136e06827)
 - Bug 1150548 - MISBEHAVING_ADDONS_CPOW_TIME_MS is in milliseconds, but is filled with microseconds data. r=yoric (b477de514)
 - Bug 1155355, e10s, rewrite and reenable browser tests in layout/xul/t#est, don't show tooltips during a drag, use system event listeners for tooltips, r=billm (858570301) (partly)
 - Bug 1142814 (attempt 2) - Optimize String.fromCharCode() when the number of args is small but > 1. r=jandem. (7c03f649e)
 and partly import changes from mozilla in order to fix build:
 - Bug 1149486 - Extract a window title and window ID for PerformanceStats. r=mossop
 - Bug 1156264 - Activate/deactivate jank and CPOW monitoring separately (high-level). r=mossop (9fcdd744e)

* 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


New build of Firefox 45ESR:

Test binary:
SSE https://o.rthost.win/gpc/files1.rt/firefox-45.9.29-20201010-7391af2bb-win32-sse.7z
IA32 https://o.rthost.win/gpc/files1.rt/firefox-45.9.29-20201010-7391af2bb-win32-ia32.7z

repo: https://github.com/roytam1/mozilla45esr

Changes since my last build:
- import changes from tenfourfox:
 - #621: temporarily block all scripts on LinkedIn CDN (07f2b0d73)
 - #622: M1646140 (665369699)
 - #622: update tzdata, TLDs, HSTS (ab5c5eb23) (b312bc847)
- bump version to 45.9.29 (908cacbb3)
- partly import changes from tenfourfox:
 - #627: M1631583 M1631597 M1636771 M1637222 M1649316 M1651520 (2373458b5)
 - #627: M1631573 (0abd0fc5d) (698630799)
- import changes from tenfourfox:
 - closes #624: update Readability to tip (92be8e3be)
 - closes #626: M1440677 (81acd2b99)
 - moar adblock hosts (f8a60dfea)
 - add javascript on-off menuitem in tools (191db31e6)
 - #612: M253143 M1643126 (9d3a83602)
 - #612: M1224669 (819a49413)
 - #628: M1663642 M1663439 (bc184b4c4)
 - #628: update TLDs, pins, HSTS (16c85bb33) (7391af2bb)

7 comments:


  1. Thanks. 1) In connection with your last two versions
    of Firefox 45.9.28 and 29 SSE, they lack a dll. file, and for
    this cannot initialize xpi.com. I added the vcomp120.dll
    and was solved. 2) As for bnavigator browser, "they"
    forked a very buggy browser following wonderful BOC.
    Excepting for the Helper Apps Bug solved, the other Bugs
    are still there.

    I also added the following valors to try to get it right,
    but even so it not works properly:

    browser.chrome.toolbar_style -----you have to Set to 0
    by default is 2, which is wrong.

    Save video and download manager--- don't working en bnavigator

    browser.download.manager.showWhenStarting
    boolean true

    browser.download.useDownloadDir
    boolean true

    browser.download.manager.useWindow
    boolean true

    browser.download.manager.showWhenStarting
    boolean true

    browser.download.manager.showAlertOnComplete
    boolean true

    browser. download. manager.showAlertInterval
    string 2000

    browser.download.manager.closeWhenDone
    boolean false

    browser.download.manager.retention
    integer 2

    As I just said, "they" will do well turning back to BOC
    while repair this failed bnavigator. All the best.
    Iohann.

    ReplyDelete
    Replies
    1. for (1), removing vcomp120.dll will be done in next build (not today's build)
      for (2), since upstream put their repo in private, outsiders like me don't know what's happening about their code, fixing them by myself will be in a very low priority.

      Delete
    2. Thank you. 1- You will remove vcomp120.dll but I have to add it to get the browser initializing. I will see then. Time back I had to add to Firefox 45SSE.xx such valours as general.useragent.override.facebook.com--Mozilla/5.0 (Windows NT 6.3; WOW64; rv:90.9) Gecko/20100101 Firefox/90 Palemoon 28.18.4) and general.useragent.override.youtube.com the same. This worked until a week ago, now in some sites I have video working, this platform yes, the other not. Basilisk 52 has not video available, even tunning it, and Basilisk 55 works well specially in Windows Vista. (Biggest RAM and Dual Core processors.) I also enable privacy.trackingprotection and add privacy.warn_tracking_content: true both. This allow more security making the browsers faster as well.
      2.- I understand, but why then October 8 Borealis has not the problems that the new bnavigator has? And continue working well today where the new bnavigator does not? Also you say that fixing this new browser is a low priority to you, but IMHO it is a high priority for those using the browser and needing the Save as, and Download Manager working right. With all respect, why to replace the former version that had no troubles with this one? I will not wite you again re: this BOC stuff. Thank you again and take care. All the best.

      Delete
    3. Only to greet you and say I fixed Basilisk 52 videos viewing.
      All the best. Iohann.

      Delete
  2. Links to download are all dead. Been that way for two days that I've been checking.

    ReplyDelete
    Replies
    1. you may change domain name from o.rths.ml to o.rthost.win (yes, I finally paid for a domain name!)

      Delete
  3. WTH! You are being redirected to a not so much download! Please fix! It sucks ass and doesn't look safe at all!

    ReplyDelete