roytam1 Posted November 11, 2017 Author Posted November 11, 2017 (edited) 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 November 11, 2017 by roytam1 1
ltsnow Posted November 11, 2017 Posted November 11, 2017 (edited) 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 November 11, 2017 by ltsnow 1
roytam1 Posted November 11, 2017 Author Posted November 11, 2017 (edited) 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! Edited November 13, 2017 by roytam1 2
hotnuma Posted November 11, 2017 Posted November 11, 2017 There's not much changes for now Congratulations.
Dibya Posted November 11, 2017 Posted November 11, 2017 @roytam1 wow! Its a great success. Please can you see if it is possible to build Firefox 56 for XP if you have time.
Dibya Posted November 11, 2017 Posted November 11, 2017 (edited) 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 November 12, 2017 by Dibya
roytam1 Posted November 11, 2017 Author Posted November 11, 2017 With ffvpx additional codec mod: Installed extensions: Status-4-Evar, Classic Theme Restorer 2
Dibya Posted November 11, 2017 Posted November 11, 2017 @roytam1 if you need to test 4k playback then loyal tester is here.
roytam1 Posted November 11, 2017 Author Posted November 11, 2017 18 minutes ago, Dibya said: @roytam1 if you need to test 4k playback then loyal tester is here. Please try
dencorso Posted November 11, 2017 Posted November 11, 2017 6 hours ago, roytam1 said: With ffvpx additional codec mod: Installed extensions: Status-4-Evar, Classic Theme Restorer Which ffvpx additional codec mod? All that I'm getting is:
roytam1 Posted November 11, 2017 Author Posted November 11, 2017 41 minutes ago, dencorso said: Which ffvpx additional codec mod? All that I'm getting is: For New Moon, See FAQ for VP9. 2
Dibya Posted November 12, 2017 Posted November 12, 2017 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) it opens and instantly closes in MY PC 1
roytam1 Posted November 12, 2017 Author Posted November 12, 2017 Just now, Dibya said: it opens and instantly closes in MY PC Do you have VC2015 runtime installed?
Erni_27 Posted November 12, 2017 Posted November 12, 2017 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.
Dibya Posted November 12, 2017 Posted November 12, 2017 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.
Recommended Posts