Jump to content

My Browser Builds (Part 1)


Recommended Posts


New Build!

If you encounter extensions not show icon, clicking options button of extension causing browser unresponsive, etc. please try following actions:
1.a Killing palemoon.exe
1.b Copy whole extensions folder out of profile folder (to somewhere else for example, desktop)
1.c Restart browser without restoring previous sessions
1.d Goto about:addons page
1.e Drop XPI files from the copied-out extensions folder to about:addonss page One-by-One.
1.f After all XPI files are dropped and installed/updated, restart browser


Official repo changes since my last build:

- Focus the address bar if opened content in a new window is blank. (babcb02)
- Fix preprocessor build warnings (7fa18a4)
- Merge pull request #1389 from JustOff/PR_pp_warnings (9219747)
- Fix MSVC LNK4217 warning in hunspell (c7e04ff)
- Merge pull request #1390 from JustOff/PR_hunspell_LNK4217 (884093a)
- Tweak the Windows 10 styling of the default theme. (8416a01)
- Fix warnings from MakeNSIS (91268a6)
- Merge pull request #1392 from JustOff/PR_nsis_warnings (d41b540)
- Work around some more issues with broken Apple fonts. (7121f53)
- Merge branch 'master' of https://github.com/MoonchildProductions/Pale-Moon (c97789a)
- Update to latest libhyphen code from upstream. (61e3f2c)

My changes since my last build:
- Change zlib crc32.c to use PCLMULQDQ (mostly from https://github.com/fhanau/Efficient-Compression-Tool/blob/master/src/zlib/crc32.c , with some changes preventing crash when buf is nullptr)

 

32bit:
https://o.rthost.cf/palemoon/palemoon-27.6.0a1.win32-git-20171004-61e3f2cfb-xpmod.7z

64bit:
https://o.rthost.cf/palemoon/palemoon-27.6.0a1.win64-git-20171004-61e3f2cfb-xpmod.7z

Edited by roytam1
Link to comment
Share on other sites

Here is a quick portable version of 27.6.0a1.win32-git-20171004-61e3f2cfb (with lav dlls) based on Palemoon-Portable-27.5.0:

NewMoon-Portable-Roytam.rar (36.77MB) https://www.sendspace.com/file/elvhqp

 

+ A few small requests:

1. Could you change the default search engine from duckduck back to google?

2. Remove loading www.palemoon.org/firstrun.shtml on the first run

in "browser/branding/shared/pref/preferences.inc"

pref("startup.homepage_welcome_url","http://www.palemoon.org/firstrun.shtml");

3. Change default startup page from "start.palemoon.org" to about:blank

Edited by petrus
Link to comment
Share on other sites

On 10/5/2017 at 3:35 AM, petrus said:

Here is a quick portable version of 27.6.0a1.win32-git-20171004-61e3f2cfb (with lav dlls) based on Palemoon-Portable-27.5.0:

NewMoon-Portable-Roytam.rar (36.77MB) https://www.sendspace.com/file/elvhqp

 

+ A few small requests:

1. Could you change the default search engine from duckduck back to google?

2. Remove loading www.palemoon.org/firstrun.shtml on the first run

in "browser/branding/shared/pref/preferences.inc"

pref("startup.homepage_welcome_url","http://www.palemoon.org/firstrun.shtml");

3. Change default startup page from "start.palemoon.org" to about:blank

Sure. :)

32bit https://o.rthost.cf/palemoon/palemoon-27.6.0a1.win32-git-20171006-fc3f4bdc7-xpmod.7z

64bit https://o.rthost.cf/palemoon/palemoon-27.6.0a1.win64-git-20171006-fc3f4bdc7-xpmod.7z

Official repo changes since my last build:
-Merge pull request #1395 from trav90/media-work
-Merge pull request #1388 from JustOff/PR_statusbar_cleanup
-Merge pull request #1393 from JustOff/PR_webext_error
-Remove debug messages
-Use alternative patch to force linking against ws2_32.
-Update NSS to 3.32.1-RTM
-Update NSPR to 4.16-RTM
-Handle non-empty tail dispatchers in BeginShutdown
-Implement TaskDispatcher::DispatchTasksFor
-Fix a potential reference issue in JS arrays.
-Fix some potential rooting hazards in the NPAPI plugin interface.
-Safely close test stream
-Display "not supported" error when trying to install WebExtension

My changes since my last build:
-following petrus's suggestions:
 1. Could you change the default search engine from duckduck back to google?
 2. Remove loading www.palemoon.org/firstrun.shtml on the first run
 3. Change default startup page from "start.palemoon.org" to about:blank

Link to comment
Share on other sites

7 minutes ago, bphlpt said:

Links work for me.

Cheers and Regards

Thanks a lot for confirming but it is not working for me for some reason .

@roytam1 please can you strip your package with following mozbuild command on next release if you like. It will create a installer . It worked for me in sea monkey i don't know about Palemoon. 

mach installer

Edit: I found the issue for download . XP doesn't support TLS1.2 which rhost issue reason IDM cannot impart security connection. 

Edited by Dibya
Link to comment
Share on other sites

Links also work unencrypted!

32bit http://o.rthost.cf/palemoon/palemoon-27.6.0a1.win32-git-20171006-fc3f4bdc7-xpmod.7z

64bit http://o.rthost.cf/palemoon/palemoon-27.6.0a1.win64-git-20171006-fc3f4bdc7-xpmod.7z

Download Pale Moon unstable releases from https://www.palemoon.org/unstable, unzip the file with WinRAR or 7zip and exchange the content from the core folder. The files from the LAV Codec can also be copied directly into the core folder.

:)

 

Edited by heinoganda
Link to comment
Share on other sites

3 hours ago, Dibya said:

Thanks a lot for confirming but it is not working for me for some reason .

@roytam1 please can you strip your package with following mozbuild command on next release if you like. It will create a installer . It worked for me in sea monkey i don't know about Palemoon. 


mach installer

Edit: I found the issue for download . XP doesn't support TLS1.2 which rhost issue reason IDM cannot impart security connection. 

I think `mach package`will do?

and for chrome/IE on XP can't access HTTPS version of build storage site, it is nothing to do with TLS 1.2, but due to lack of SNI support in schannel.dll.
You can always use non-HTTPS version of links since it is CloudFlare-fronted site.
 

Link to comment
Share on other sites

1 hour ago, roytam1 said:

I think `mach package`will do?

and for chrome/IE on XP can't access HTTPS version of build storage site, it is nothing to do with TLS 1.2, but due to lack of SNI support in schannel.dll.
You can always use non-HTTPS version of links since it is CloudFlare-fronted site.
 

Schnannel update will fix it ?  I will try to make a patch for SNI support. In chrome xp can handle tls1.2? 

Link to comment
Share on other sites

25 minutes ago, heinoganda said:

Have you given an updated HTTPS proxy, just start ProxHTTPSProxy_PSwitch.exe and on the fly, all websites work with Chrome! :yes:

:)

I have given it a try but my question to get native support anyway .

Link to comment
Share on other sites

15 minutes ago, roytam1 said:

with ReactOS schannel.dll and mbedtls.dll is is somewhat working but still buggy.

We have to take the specific code then fix bugs then add them into schannel.dll of xp by means of code cave. 

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...