Jump to content

My Browser Builds (Part 1)


Recommended Posts


I'm going to try Palemoon but most I could install is 24.6

when I visit any sites alot complain browser is out of date or If i get in get put on the mobile version of the site

is there anyway I could remedy this

Can I import alot of the settings from Firefox

i noticed there is alot in the about config not in PM there is in FF, can I put these in ?

How do I get the Primetime to appear in PM like FF I have put in same settings in PM as in FF it doesnt appear

Noticed there is either No comment box or can not comment on Facebook status's

I managed to update PM to 26.9, but FB Twitter etc still doesnt allow me to comment

where are the userstrings stored, its not in the prefs file

I did try following guide on 1st post but still only get 2 blue ticks on html5/youtube

 

Edited by DrWho3000
Link to comment
Share on other sites

Pale Moon 27 and up don't run on Windows XP, but you've been running FF 52, so I can't think of any reason New Moon 28 won't work for you. Try i430vx's installer:

https://msfn.org/board/topic/177125-my-build-of-new-moon-temp-name-aka-pale-moon-fork-targetting-xp/?do=findComment&comment=1163175

Edited by Mathwiz
Link to comment
Share on other sites

On 5/16/2019 at 6:06 PM, roytam1 said:

Just tried that. While it does slightly improve the smoothness, it's not as smooth as 45.9.11 is. I've used the same framerate settings I have in the older version but no dice. If it wasn't for this little issue, the browser runs wonderfully on my Tualatin machine, and pages take less time to load. If that issue can be fixed it would be really amazing.

Link to comment
Share on other sites

1 hour ago, looking4awayout said:

Just tried that. While it does slightly improve the smoothness, it's not as smooth as 45.9.11 is. I've used the same framerate settings I have in the older version but no dice. If it wasn't for this little issue, the browser runs wonderfully on my Tualatin machine, and pages take less time to load. If that issue can be fixed it would be really amazing.

then try change it to 60 to see if it is better or not (there is some code changed to treat -1 as 30)

Link to comment
Share on other sites

New build of Serpent/UXP for XP!

Test binary:
Win32 https://o.rths.cf/basilisk/basilisk52-g4.2.win32-git-20190518-c72afc3c8-xpmod.7z
Win64 https://o.rths.cf/basilisk/basilisk52-g4.2.win64-git-20190518-c72afc3c8-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.6.0a1.win32-git-20190518-c72afc3c8-xpmod.7z
Win64 https://o.rths.cf/palemoon/palemoon-28.6.0a1.win64-git-20190518-c72afc3c8-xpmod.7z

Official repo changes since my last build:
- When using XRENDER, create Xlib-based offscreen image surfaces. (996887f40)
- Issue #1084 - Add null check for URL Bar in the writePlaceholder() method (8b7d91e51)
- [PALEMOON] buildHelpMenu() is executed by the shared help menu but not all windows have the AppMenu (f857efc35)
- Update sync clear history function to use new clear() API call. (a53ab3f34)
- Merge pull request #1086 from zootboy/master (70c5719dc)
- Remove deprecated appending of #-moz-resolution from Pale Moon and left over from nsMediaFragmentURIParser.h (c7dc667e6)
- Merge pull request #1060 from Ionic/bugfix/scrolling-regression (413ba3bad)
- Rip broken telemetry out of the app AUS. (1595ee7da)
- Fix scroll bar orientation on MacOS (06f7a03ff)
- Map IntersectionObserver rect to the correct viewport. (34d5483ac)
- Merge branch 'master' of https://github.com/MoonchildProductions/UXP (f932fb94d)
- Implement String.prototype.trimStart and trimEnd. (354c6dcee)
- Add nullcheck. (c72afc3c8)

Link to comment
Share on other sites

New build of BOC/UXP for XP!

Test binary:
MailNews Win32 https://o.rths.cf/boc-uxp/mailnews.win32-20190518-e6c2bd5-uxp-c72afc3c8-xpmod.7z
Browser-only Suite Win32 https://o.rths.cf/boc-uxp/bnavigator.win32-20190518-e6c2bd5-uxp-c72afc3c8-xpmod.7z

source patch (excluding UXP): https://o.rths.cf/boc-uxp/boc-uxp-src-xpmod-20190223.7z

Official repo changes since my last build:
- [PLATFORM] Update commit pointer (ef59b55)
- [COMM] Update mach stub (333253c)
- [PLATFORM] Update commit pointer (e6c2bd5)

For UXP changes please see above.

Link to comment
Share on other sites

New New Moon 27 Build!

32bit https://o.rths.cf/palemoon/palemoon-27.9.6.win32-git-20190518-4a37a0ce8-xpmod.7z
32bit SSE https://o.rths.cf/palemoon/palemoon-27.9.6.win32-git-20190518-4a37a0ce8-xpmod-sse.7z
32bit noSSE https://o.rths.cf/palemoon/palemoon-27.9.6.win32-git-20190518-4a37a0ce8-xpmod-ia32.7z

64bit https://o.rths.cf/palemoon/palemoon-27.9.6.win64-git-20190518-4a37a0ce8-xpmod.7z

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

repo changes since my last build:
- import change from rmottola/Arctic-Fox:
 - Bug 1144802 part 1. Add a JSOP_GIMPLICITTHIS which acts like JSOP_IMPLICITTHIS when the script hasPollutedGlobalScope and JSOP_UNDEFINED otherwise. (7b0f4bf1f)
 - Bug 1144802 part 2. Add JIT and interpreter fast paths for JSOP_GIMPLICITTHIS when the script doesn't have a polluted scope. (7ed943ea9)
 - Bug 1144802 part 3. Output JSOP_GIMPLICITTHIS whenever we have a JSOP_GETNAME in call context and don't know for a fact that we need an implicit this. (5b77362cc)
 - Bug 1144802 part 4. Stop returning true from ByteCodeEmitter::needsImplicitThis based on the compileAndGo flag. (3961fb79d)
 - Bug 1144802 part 5. Flag eval scripts as having a polluted scopechain when inside a with scope. (59c83ceb0)
 - Bug 1144802 part 6. Remove the scopechain walk in BytecodeEmitter::needsImplicitThis, since consumers should now set hasPollutedGlobalScope as needed. (9df2cdacd)
 - Bug 1144802 part 7. Remove the scopechain walk in the FunctionBox constructor, since consumers should now set hasPollutedGlobalScope as needed. (4c271aff8)
 - Bug 1144802 part 8. Drop the scopechain member from GlobalSharedContext, since it's not needed anymore. (dc58199c2)
 - Bug 1336791 - Allow readelf to print types without parentheses. (Fix FreeBSD) (cef15d006)
 - pointer style (95722a23a)
 - Bug 974418 - Fix a TSan race involving the double-elements flag on template objects. (e5eb524b6)
 - pointer style fix and cleanup (2c44d9120)
 - Bug 1143802 - Forward jit level information to profiler frontend. (3eefdde2b)
 - pointer style (8c639a731)
 - Bug 1143860 - Add column number to PCToLineNumber. (7cdb37ad9)
 - Bug 1143860 - Deduplicate tracked optimizations when streaming the profile. (2c13cb5fe)
 - Bug 1145440 - Ship constant names for tracked strategy and outcomes in the profile JSON instead of slightly longer form strings. (3b8cfa5b5)
 - Bug 1142669 part 6 - Don't inline scripts that are known to inline a lot of code. (73bcdf96d) (38409ecc5)
- import changes from tenfourfox:
 - #551: update certs, pins, TLDs (bc5094b91) (without pins)
 - #551: one last certbump (cb1e62033) (32174fa57)
- import change from rmottola/Arctic-Fox:
 - Bug 1130439 - Trigger compacting GCs after the user becomes inactive (aa5936222)
 - Bug 1139429 - Fix ICU configuration for SunOS/OpenSolaris. (a0e4467b4)
 - Bug 1143521 - Remove IsPoisonedPtr stuff (341899b88)
 - Bug 1142351 - Part 1: Collect telemetry about deprecated flag argument for String.prototype.{search,match,replace}. (3ad712689) (partly)
 - Bug 1142351 - Part 2: Warn about deprecated flag argument for String.prototype (66c280d79)
 - Bug 1083498 - Remove SpiderMonkey's nonstandard behavior for destructuring for..in loops in JS1.7. (428b6a0d1) (4a37a0ce8)

Link to comment
Share on other sites

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

Changelog:

Out-of-tree changes:
* update Goanna3 to git 3a87e4659..4a37a0ce8:
- import change from rmottola/Arctic-Fox:
 - Bug 1144802 part 1. Add a JSOP_GIMPLICITTHIS which acts like JSOP_IMPLICITTHIS when the script hasPollutedGlobalScope and JSOP_UNDEFINED otherwise. (7b0f4bf1f)
 - Bug 1144802 part 2. Add JIT and interpreter fast paths for JSOP_GIMPLICITTHIS when the script doesn't have a polluted scope. (7ed943ea9)
 - Bug 1144802 part 3. Output JSOP_GIMPLICITTHIS whenever we have a JSOP_GETNAME in call context and don't know for a fact that we need an implicit this. (5b77362cc)
 - Bug 1144802 part 4. Stop returning true from ByteCodeEmitter::needsImplicitThis based on the compileAndGo flag. (3961fb79d)
 - Bug 1144802 part 5. Flag eval scripts as having a polluted scopechain when inside a with scope. (59c83ceb0)
 - Bug 1144802 part 6. Remove the scopechain walk in BytecodeEmitter::needsImplicitThis, since consumers should now set hasPollutedGlobalScope as needed. (9df2cdacd)
 - Bug 1144802 part 7. Remove the scopechain walk in the FunctionBox constructor, since consumers should now set hasPollutedGlobalScope as needed. (4c271aff8)
 - Bug 1144802 part 8. Drop the scopechain member from GlobalSharedContext, since it's not needed anymore. (dc58199c2)
 - Bug 1336791 - Allow readelf to print types without parentheses. (Fix FreeBSD) (cef15d006)
 - pointer style (95722a23a)
 - Bug 974418 - Fix a TSan race involving the double-elements flag on template objects. (e5eb524b6)
 - pointer style fix and cleanup (2c44d9120)
 - Bug 1143802 - Forward jit level information to profiler frontend. (3eefdde2b)
 - pointer style (8c639a731)
 - Bug 1143860 - Add column number to PCToLineNumber. (7cdb37ad9)
 - Bug 1143860 - Deduplicate tracked optimizations when streaming the profile. (2c13cb5fe)
 - Bug 1145440 - Ship constant names for tracked strategy and outcomes in the profile JSON instead of slightly longer form strings. (3b8cfa5b5)
 - Bug 1142669 part 6 - Don't inline scripts that are known to inline a lot of code. (73bcdf96d) (38409ecc5)
- import changes from tenfourfox:
 - #551: update certs, pins, TLDs (bc5094b91) (without pins)
 - #551: one last certbump (cb1e62033) (32174fa57)
- import change from rmottola/Arctic-Fox:
 - Bug 1130439 - Trigger compacting GCs after the user becomes inactive (aa5936222)
 - Bug 1139429 - Fix ICU configuration for SunOS/OpenSolaris. (a0e4467b4)
 - Bug 1143521 - Remove IsPoisonedPtr stuff (341899b88)
 - Bug 1142351 - Part 1: Collect telemetry about deprecated flag argument for String.prototype.{search,match,replace}. (3ad712689) (partly)
 - Bug 1142351 - Part 2: Warn about deprecated flag argument for String.prototype (66c280d79)
 - Bug 1083498 - Remove SpiderMonkey's nonstandard behavior for destructuring for..in loops in JS1.7. (428b6a0d1) (4a37a0ce8)

* 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

Link to comment
Share on other sites

19 hours ago, roytam1 said:

then try change it to 60 to see if it is better or not (there is some code changed to treat -1 as 30)

EDIT: setting the framerate to 60 cured the issue. Thank you! :D

EDIT 2: I just stumbled upon another bug. When I open the "Find in This Page" feature, the browser crashes giving me a System Exception error. If necessary, I can post a screenshot.

Edited by looking4awayout
Link to comment
Share on other sites

On 5/18/2019 at 7:06 PM, looking4awayout said:

EDIT 2: I just stumbled upon another bug. When I open the "Find in This Page" feature, the browser crashes giving me a System Exception error. If necessary, I can post a screenshot.

reproducible here, will try to fix it later.

EDIT: OK, please redownload firefox-45.9.15-20190511-bdebcdb5e-win32-sse.7z

Edited by roytam1
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...