Jump to content

My Browser Builds (Part 1)


Recommended Posts

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-20181215-c581f09b3-xpmod.7z
32bit SSE https://o.rths.cf/palemoon/palemoon-27.9.1a1.win32-git-20181215-c581f09b3-xpmod-sse.7z
32bit noSSE https://o.rths.cf/palemoon/palemoon-27.9.1a1.win32-git-20181215-c581f09b3-xpmod-ia32.7z

64bit https://o.rths.cf/palemoon/palemoon-27.9.1a1.win64-git-20181215-c581f09b3-xpmod.7z

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

repo changes since my last build:
- replace NSS with stock 3.36.6 and reapply VC2013 patch and follow nss patches: bug1449160, bug1451936, bug1453505, bug1460409, bug1463379, bug1464224, bug1464616, bug1464618, bug1464971, bug1465186, bug1465241 (d5ad11df8)
- import changes from wicknix/Arctic-Fox:
 - new attributes useful for updates (332ff7f30) (partly applied)
 - do not use id as ivar, since it is a reserved Obj-C word and confuses the compiler (0ea1f06a8)
 - backport SnprintfLiteral from FireFox (f6a739f86)
 - upgrade libnestegg to FF 49 version and remove custom allocator (33aa4fca7)
 - complete nestegg update as per 84b4b7e346b8 (f389029cf) (8b697dad5)
- import changes from wicknix/Arctic-Fox:
 - backport of Mozilla M1499028 (c60dccc45)
 - backport of mozilla fix M1510471 (3c5b4fb0e) (ce627dff6)
- import changes from wicknix/Arctic-Fox:
 - best possible (for now)  backport of Mozilla M1487964 (7f48c9cd3)
 - upgrade ContentPolicy to InternalContentPolicyType and ExternalContentPolicyType (61759ab90) (d8ef91cce)
- import changes from wicknix/Arctic-Fox:
 - Backport of Mozilla Bug 1500759
 - Root parameter dictionaries in AesTask::Init() r=keeler a=abillings (1cddfcec4)
 - Better scoping for code in IDBObjectStore::GetAddInfo. (bcfce71cb)
 - backport of Mozilla Bug 1507907
 - null check result of CFDateFormatterCreate (a68b23bec)
 - backport of Mozilla Bug 1505181
 - Use canonical function in TypeNewScript::rollbackPartiallyInitializedObjects (ffc7b3714)
 - Backport of Mozilla Bug 1506640
 - Trace wrappers rooters during sweep phase (16af4fd05)
 - Backport Mozilla Bug 1245024 (b399b918f)
 - Backport mozilla Bug 1279303
 - Implement change to O.getOwnPropertyDescriptors and update tests (314c7cc76)
 - Backport of mozilla Bug 1416774
 - Ensure that imgRequestProxy::CancelAndForgetObserver removes itself from the cache validator + Some necessary other dependent backports (a0faf6ec4)
 - emable hasInstace among well known symbols (bfd9210d5)
 - add InstaceOfOperator (3c391b52c)
 - provide ReportValueError for newer code retaining for now js_ReportValueError (279617b0b)
 - backport of Mozilla Bug 1054906
 - Implement ES6 Symbol.hasInstance (b778ff1d0)
 - add testfile for Bug 1278599
 - Function[Symbol.hasInstance] should return false when called with a non-callable 'this' (782d21b60)
 - Mozilla backport Bug 1252228
 - Fix heuristic in PropertyReadNeedsTypeBarrier to avoid bogus type information (2415d5ecf)
 - refactor js_ReportValueError to ReportValueError as FF code to better import patches, the actual function itself needs some updating (7029d375b)
 - Backport of Mozilla Bug 1492823
 - Ensure user input suppression works correctly even after document.open. (e915368c5)
 - Backport of Mozilla bug 1496340
 - make sure each nsISupports is an nsIX509Cert in nsNSSCertList::Read (45af216f3)
 - Backport of Mozilla Bug 1492524 (b0b14f5d4)
 - backport of mozilla Bug 1423278
 - Correctly instantiate proxy authenticator with a lowercase schema (6acbed687)
 - Backport of mozilla Bug 1487098
 - Reorder boolean expression to take advantage of short-circuiting (92ac69111)
 - Backport of Mozilla Bug 1493347: Drop DataChannelListener on Destroy() (2469aad46)
 - first add _setCanonicalName and then apply Mozilla Bug Bug 1236638
 - Add JSFunction::setAtom and use it in _SetCanonicalName intrinsic to fire the pre-barrier (3405e66a5)
 - Backport of Mozilla Bug 1226762
 - Add support for getting original builtin constructors and prototypes in self-hosted code. (a67be4304) (b75f004e8)
- update Twemoji font to v11.2 based build. (c581f09b3)

Link to comment
Share on other sites


New regular/weekly KM-Goanna release:
https://o.rths.cf/kmeleon/KM-Goanna-20181215.7z

Changelog:

Out-of-tree changes:
* replaced download manager component in browser\omni.ja with PM27's one
* update Goanna3 to git a6bf60af2..c581f09b3
- replace NSS with stock 3.36.6 and reapply VC2013 patch and follow nss patches: bug1449160, bug1451936, bug1453505, bug1460409, bug1463379, bug1464224, bug1464616, bug1464618, bug1464971, bug1465186, bug1465241 (d5ad11df8)
- import changes from wicknix/Arctic-Fox:
 - new attributes useful for updates (332ff7f30) (partly applied)
 - do not use id as ivar, since it is a reserved Obj-C word and confuses the compiler (0ea1f06a8)
 - backport SnprintfLiteral from FireFox (f6a739f86)
 - upgrade libnestegg to FF 49 version and remove custom allocator (33aa4fca7)
 - complete nestegg update as per 84b4b7e346b8 (f389029cf) (8b697dad5)
- import changes from wicknix/Arctic-Fox:
 - backport of Mozilla M1499028 (c60dccc45)
 - backport of mozilla fix M1510471 (3c5b4fb0e) (ce627dff6)
- import changes from wicknix/Arctic-Fox:
 - best possible (for now)  backport of Mozilla M1487964 (7f48c9cd3)
 - upgrade ContentPolicy to InternalContentPolicyType and ExternalContentPolicyType (61759ab90) (d8ef91cce)
- import changes from wicknix/Arctic-Fox:
 - Backport of Mozilla Bug 1500759
 - Root parameter dictionaries in AesTask::Init() r=keeler a=abillings (1cddfcec4)
 - Better scoping for code in IDBObjectStore::GetAddInfo. (bcfce71cb)
 - backport of Mozilla Bug 1507907
 - null check result of CFDateFormatterCreate (a68b23bec)
 - backport of Mozilla Bug 1505181
 - Use canonical function in TypeNewScript::rollbackPartiallyInitializedObjects (ffc7b3714)
 - Backport of Mozilla Bug 1506640
 - Trace wrappers rooters during sweep phase (16af4fd05)
 - Backport Mozilla Bug 1245024 (b399b918f)
 - Backport mozilla Bug 1279303
 - Implement change to O.getOwnPropertyDescriptors and update tests (314c7cc76)
 - Backport of mozilla Bug 1416774
 - Ensure that imgRequestProxy::CancelAndForgetObserver removes itself from the cache validator + Some necessary other dependent backports (a0faf6ec4)
 - emable hasInstace among well known symbols (bfd9210d5)
 - add InstaceOfOperator (3c391b52c)
 - provide ReportValueError for newer code retaining for now js_ReportValueError (279617b0b)
 - backport of Mozilla Bug 1054906
 - Implement ES6 Symbol.hasInstance (b778ff1d0)
 - add testfile for Bug 1278599
 - Function[Symbol.hasInstance] should return false when called with a non-callable 'this' (782d21b60)
 - Mozilla backport Bug 1252228
 - Fix heuristic in PropertyReadNeedsTypeBarrier to avoid bogus type information (2415d5ecf)
 - refactor js_ReportValueError to ReportValueError as FF code to better import patches, the actual function itself needs some updating (7029d375b)
 - Backport of Mozilla Bug 1492823
 - Ensure user input suppression works correctly even after document.open. (e915368c5)
 - Backport of Mozilla bug 1496340
 - make sure each nsISupports is an nsIX509Cert in nsNSSCertList::Read (45af216f3)
 - Backport of Mozilla Bug 1492524 (b0b14f5d4)
 - backport of mozilla Bug 1423278
 - Correctly instantiate proxy authenticator with a lowercase schema (6acbed687)
 - Backport of mozilla Bug 1487098
 - Reorder boolean expression to take advantage of short-circuiting (92ac69111)
 - Backport of Mozilla Bug 1493347: Drop DataChannelListener on Destroy() (2469aad46)
 - first add _setCanonicalName and then apply Mozilla Bug Bug 1236638
 - Add JSFunction::setAtom and use it in _SetCanonicalName intrinsic to fire the pre-barrier (3405e66a5)
 - Backport of Mozilla Bug 1226762
 - Add support for getting original builtin constructors and prototypes in self-hosted code. (a67be4304) (b75f004e8)
- update Twemoji font to v11.2 based build. (c581f09b3)

* Notice: the changelog above may not always applicable to XULRunner code which K-Meleon uses.

Link to comment
Share on other sites

@roytam1, this week's basilisk UXP seems to have messed up the right context menu, there are many more entries. I temporarily restored last week's version and the menu went back to normal so it's definitely something with the new one. Anyone else experiencing this?

Edit: it appears this weeks' version has caused several addons to stop working: menu editor and context search x are dead even though they're listed as enabled in addon manager. I've gone back to last week's basilisk.

 

Edited by DanR20
Link to comment
Share on other sites

@DanR20

All of my add ons work fine here ( Adguard, Avast online security, Classic theme restorer, classic toolbar buttons,Decentraleys,

Fierr, Flagfox, minerblock, privacy badger, ublock origin, user agent switcher and manager,webmail ad blocker, yahoo mail hide ad panel )

cheers

Link to comment
Share on other sites

@Tangy, most of mine are working but it has broken at least those two I mentioned. I even tried installing them in a new profile but they're dead. Hope it can be fixed otherwise I'm stuck on this older version since they are must have addons.

Link to comment
Share on other sites

8 hours ago, DanR20 said:

@roytam1, this week's basilisk UXP seems to have messed up the right context menu, there are many more entries. I temporarily restored last week's version and the menu went back to normal so it's definitely something with the new one. Anyone else experiencing this?

Edit: it appears this weeks' version has caused several addons to stop working: menu editor and context search x are dead even though they're listed as enabled in addon manager. I've gone back to last week's basilisk.

 

Confirming that, and inability to copy image location, or rightclick-viewimage.

Link to comment
Share on other sites

3 hours ago, 404notfound said:

Confirming that, and inability to copy image location, or rightclick-viewimage.

confirmed, but since there is no new official basilisk release, we can't test on official build.

have a look on change sets but find no clue on what causing this happening.

Link to comment
Share on other sites

On 12/14/2018 at 12:16 AM, VistaLover said:

OpenUser.CSS (loads fine in NM27, BTW)

... Spoken too soon, am afraid... :o

Latest New Moon 27 win32 build [Version: 27.9.1a1 (32-bit) (2018-12-14), buildID=20181214153010, package filename: palemoon-27.9.1a1.win32-git-20181215-c581f09b3-xpmod.7z] on Windows Vista SP2 32-bit.

1. First bug: When the browser sidebar is open (displaying Bookmarks in my case), the site header is shrunk to include a "hamburger" menu button on the far right; clicking that button does nothing in the case of NM27 :([FWIW, when the sidebar is closed, the site header displays OK]...

Sidebar visible:

Z3PwQOF.jpg

Sidebar hidden:

AXAUoym.jpg

2. Second bug: All images+thumbnails on the site are displayed as blurry:

dbzYL4O.jpg

Page Info => Multimedia Tab reveals that, e.g., the Discourse Dark style preview is loaded from

https://imageproxy.openusercss.org/50x/https://github.com/StylishThemes/Discourse-Dark/raw/master/images/Atom-after.png

which is a tiny 50x35 pic...

When loading https://openusercss.org in FirefoxESR 52, the site is being rendered correctly:

v7kTryy.jpg

... and in that case the Discourse Dark style preview is loaded from

https://imageproxy.openusercss.org/540x/https://github.com/StylishThemes/Discourse-Dark/raw/master/images/Atom-after.png

which is a medium sized 540x373 pic...

So it appears that NM27 is unable :no: to load and display the proper resolution thumbnail/picture :huh: ...

@roytam1, would you be so kind as to investigate those two bugs? :rolleyes: Would it be possible to backport Mozilla code (from Fx versions > 38ESR ) to, hopefully, fix them? As ever, much obliged for your on-going support :wub:

Link to comment
Share on other sites

7 hours ago, VistaLover said:

... Spoken too soon, am afraid... :o

Latest New Moon 27 win32 build [Version: 27.9.1a1 (32-bit) (2018-12-14), buildID=20181214153010, package filename: palemoon-27.9.1a1.win32-git-20181215-c581f09b3-xpmod.7z] on Windows Vista SP2 32-bit.

1. First bug: When the browser sidebar is open (displaying Bookmarks in my case), the site header is shrunk to include a "hamburger" menu button on the far right; clicking that button does nothing in the case of NM27 :([FWIW, when the sidebar is closed, the site header displays OK]...

Sidebar visible:

Z3PwQOF.jpg

Sidebar hidden:

AXAUoym.jpg

2. Second bug: All images+thumbnails on the site are displayed as blurry:

dbzYL4O.jpg

Page Info => Multimedia Tab reveals that, e.g., the Discourse Dark style preview is loaded from

https://imageproxy.openusercss.org/50x/https://github.com/StylishThemes/Discourse-Dark/raw/master/images/Atom-after.png

which is a tiny 50x35 pic...

When loading https://openusercss.org in FirefoxESR 52, the site is being rendered correctly:

v7kTryy.jpg

... and in that case the Discourse Dark style preview is loaded from

https://imageproxy.openusercss.org/540x/https://github.com/StylishThemes/Discourse-Dark/raw/master/images/Atom-after.png

which is a medium sized 540x373 pic...

So it appears that NM27 is unable :no: to load and display the proper resolution thumbnail/picture :huh: ...

@roytam1, would you be so kind as to investigate those two bugs? :rolleyes: Would it be possible to backport Mozilla code (from Fx versions > 38ESR ) to, hopefully, fix them? As ever, much obliged for your on-going support :wub:

its javascript stopped working in pm27:

17:14:04.693 SyntaxError: class is a reserved identifier 1 https://openusercss.org/_nuxt/vendor.af0c95bb7228d4d66349.js :2:1087548

17:14:04.700 TypeError: e[n] is undefined 1 https://openusercss.org/_nuxt/manifest.bdc8c1a7989b38b23d20.js :1:405

and in 45esr+tff:

17:18:56.672 SyntaxError: missing = in const declaration 1 vendor.af0c95bb7228d4d66349.js:2:1417211

17:18:56.681 TypeError: e[n] is undefined
r() manifest.bdc8c1a7989b38b23d20.js:1
.T23V() app.b90414e318e505e5f45d.js:1
r() manifest.bdc8c1a7989b38b23d20.js:1
window.webpackJsonp() manifest.bdc8c1a7989b38b23d20.js:1
<anonymous> app.b90414e318e505e5f45d.js:1
1 manifest.bdc8c1a7989b38b23d20.js:1:406

 

Edited by roytam1
Link to comment
Share on other sites

10 hours ago, caliber said:

now that M$ Edge and Brave (Firefox founder) are switching to Chromium engines I wonder how long will Firefox resist within Google monopoly. :dubbio:

Well, Brave already used Chrome's rendering engine earlier, so it's not like they're suddenly switching to it now. As for Firefox, we can only hope that they will resist as long as it's possible, otherwise more and more sites will only be tested under Chrome which means that PM may become more and more incompatible with various websites (obviously this doesn't have to happen but we never know, maybe MC will make his own chrome browser one day and give up on PM/Basilisk since it no longer will be worth to maintain them).

Edited by Tamris
Link to comment
Share on other sites

I'm not advanced in browsers and I've got old laptop with Windows XP and processor Intel Celeron M 1500MHz (probably with SSE) and 1GB RAM. I use it frequently because i use old utility programs that don't "like" newer systems. Could You give me advice witch browser choose and what version (Palemoon xpmod or Basilisk xpmod) Thank You in advance.

Link to comment
Share on other sites

1 hour ago, Inox said:

I'm not advanced in browsers and I've got old laptop with Windows XP and processor Intel Celeron M 1500MHz (probably with SSE) and 1GB RAM. I use it frequently because i use old utility programs that don't "like" newer systems. Could You give me advice witch browser choose and what version (Palemoon xpmod or Basilisk xpmod) Thank You in advance.

45 ear or palemoon sse or kmeleon goanna

Km gonna is best bet

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...