Jump to content

My Browser Builds (Part 1)


Recommended Posts

New Build!

32bit https://o.rthost.cf/palemoon/palemoon-27.7.0a1.win32-git-20171111-8e8594831-xpmod.7z

64bit https://o.rthost.cf/palemoon/palemoon-27.7.0a1.win64-git-20171111-8e8594831-xpmod.7z

Official repo changes since my last build:
- Add no-op methods to Console API. (b69d08979)
- Give Facebook the Yahoo SSUAO treatment. (44ebd740d)
- Make the SVG scaling limit for the surface cache more lenient. (e05f770da)
- Revert "Don't set a fallback detailsURL since we supply this in the update XML." (d1abfc6a1)
- Backout the initial fix for #1310 and incorrect #1386 workaround. (52020c481)
- DOM - XMLHttpRequest - the synchronous mode - withCredentials (d8dfb27c1)
- Merge pull request #1456 from janekptacijarabaci/XMLHttpRequest_sync_withCredentials_1 (8e8594831)

My changes since my last build:
- Backed out my dummy console.clear() implementation

Edited by roytam1
Link to comment
Share on other sites


4 hours ago, roytam1 said:

New Build!

32bit https://o.rthost.cf/palemoon/palemoon-27.7.0a1.win32-git-20171111-8e8594831-xpmod.7z

64bit https://o.rthost.cf/palemoon/palemoon-27.7.0a1.win64-git-20171111-8e8594831-xpmod.7z

Official repo changes since my last build:
- Add no-op methods to Console API. (b69d08979)
- Give Facebook the Yahoo SSUAO treatment. (44ebd740d)
- Make the SVG scaling limit for the surface cache more lenient. (e05f770da)
- Revert "Don't set a fallback detailsURL since we supply this in the update XML." (d1abfc6a1)
- Backout the initial fix for #1310 and incorrect #1386 workaround. (52020c481)
- DOM - XMLHttpRequest - the synchronous mode - withCredentials (d8dfb27c1)
- Merge pull request #1456 from janekptacijarabaci/XMLHttpRequest_sync_withCredentials_1 (8e8594831)

My changes since my last build:
- Backed out my dummy console.clear() implementation

Thanks for all the updates.

Edited by ltsnow
Link to comment
Share on other sites

moebius build and runs in XP now.

diff: http://o.rthost.cf/gpc/files1.rt/moebius_restoreXP_20171113.7z

Test binary:
Win32 http://o.rthost.cf/gpc/files1.rt/basilisk-55.0.0a1.win32-git-20171111-5201659a8-xpmod.7z
Win64 http://o.rthost.cf/gpc/files1.rt/basilisk-55.0.0a1.win64-git-20171111-5201659a8-xpmod.7z

ffvpx H264/HEVC/AAC/MP3 Addition: http://o.rthost.cf/gpc/files1.rt/moebius-ffvpx-h264-aac-hevc-mp3-addition.7z
(For Opus, it requires libavresample, adding it into build will be hard) actually not needed in ffvpx!
 

moebius-xpmod.png

Edited by roytam1
Link to comment
Share on other sites

As my test with this site http://www.speed-battle.com/speedtest_e.php

Newmoon DX 9 enabled : 765.39

Advanced Chrome :: 338.07

Firefox 52ESR :: 581.89

Seamonkey :: 742.7

KMELEON :: 799.99

KMELEON IS fastest ???

Edit :: newmoon is more fast probably youtube effected performance

 

 

Oh man score is 1234 if I use opengl instead of dx9 that means newmoon is fastest but it has opengl bugs.

Edited by Dibya
Link to comment
Share on other sites

22 hours ago, roytam1 said:

moebius build and runs in XP now.

diff:


diff --git a/old-configure.in b/old-configure.in
index 776ef5e33..73e16c901 100644
--- a/old-configure.in
+++ b/old-configure.in
@@ -990,7 +990,10 @@ case "$target" in
         IMPORT_LIB_SUFFIX=lib
         MKSHLIB='$(LINK) -NOLOGO -DLL -OUT:$@ -PDB:$(LINK_PDBFILE) $(DSO_LDOPTS)'
         MKCSHLIB='$(LINK) -NOLOGO -DLL -OUT:$@ -PDB:$(LINK_PDBFILE) $(DSO_LDOPTS)'
-        WIN32_SUBSYSTEM_VERSION=6.01
+        WIN32_SUBSYSTEM_VERSION=5.01
+        if test "$HAVE_64BIT_BUILD"; then
+            WIN32_SUBSYSTEM_VERSION=5.02
+        fi
         WIN32_CONSOLE_EXE_LDFLAGS=-SUBSYSTEM:CONSOLE,$WIN32_SUBSYSTEM_VERSION
         WIN32_GUI_EXE_LDFLAGS=-SUBSYSTEM:WINDOWS,$WIN32_SUBSYSTEM_VERSION
         DSO_LDOPTS=-SUBSYSTEM:WINDOWS,$WIN32_SUBSYSTEM_VERSION
diff --git a/widget/windows/WindowsUIUtils.cpp b/widget/windows/WindowsUIUtils.cpp
index 223511859..a3285679a 100644
--- a/widget/windows/WindowsUIUtils.cpp
+++ b/widget/windows/WindowsUIUtils.cpp
@@ -22,7 +22,7 @@
 #include "nsIWidget.h"

 /* mingw currently doesn't support windows.ui.viewmanagement.h, so we disable it until it's fixed. */
-#ifndef __MINGW32__
+#if 0 //ndef __MINGW32__

 #include <windows.ui.viewmanagement.h>

@@ -119,7 +119,7 @@ WindowsUIUtils::GetInTabletMode(bool* aResult)
 NS_IMETHODIMP
 WindowsUIUtils::UpdateTabletModeState()
 {
-#ifndef __MINGW32__
+#if 0//ndef __MINGW32__
   if (!IsWin10OrLater()) {
     return NS_OK;
   }


Test binary:
Win32 http://o.rthost.cf/gpc/files1.rt/basilisk-55.0.0a1.win32-git-20171111-5201659a8-xpmod.7z
Win64 http://o.rthost.cf/gpc/files1.rt/basilisk-55.0.0a1.win64-git-20171111-5201659a8-xpmod.7z

ffvpx H264/HEVC/AAC/MP3 Addition: http://o.rthost.cf/gpc/files1.rt/moebius-ffvpx-h264-aac-hevc-mp3-addition.7z
(For Opus, it requires libavresample, adding it into build will be hard)
 

moebius-xpmod.png

it opens and instantly closes in MY PC

Link to comment
Share on other sites

I have the same problem. When I launch basilisk it showing only 1 second. I installed vc_redist.x86 form MIcrosoft site (VC2015). Before I have problem because ucrtbase.terminate can not be find in api-ms-win-crt-runtime-l1-1-0.dll. When I install vc_redist.x86 I do not have this problem but it showing only 1 second.:(

Link to comment
Share on other sites

1 hour ago, roytam1 said:

Do you have VC2015 runtime installed?

I have redist installed 

9 minutes ago, Erni_27 said:

I have the same problem. When I launch basilisk it showing only 1 second. I installed vc_redist.x86 form MIcrosoft site (VC2015). Before I have problem because ucrtbase.terminate can not be find in api-ms-win-crt-runtime-l1-1-0.dll. When I install vc_redist.x86 I do not have this problem but it showing only 1 second.:(

Same here instantly closes.

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