Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

My Browser Builds (Part 1)

Featured Replies

  • Author

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


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

  • Author

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

There's not much changes for now :D
Congratulations. :P

@roytam1 wow! Its a great success. Please can you see if it is possible to build Firefox 56 for XP if you have time.

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

  • Author

With ffvpx additional codec mod:
basilisk55-youtube.thumb.PNG.5a1a028ab2a1ad5bb606de870cb4ae1a.PNG

Installed extensions: Status-4-Evar, Classic Theme Restorer

  • Author
18 minutes ago, Dibya said:

@roytam1 if you need to test 4k playback then loyal tester is here.

 

Please try :)

 

6 hours ago, roytam1 said:

With ffvpx additional codec mod:
basilisk55-youtube.thumb.PNG.5a1a028ab2a1ad5bb606de870cb4ae1a.PNG

Installed extensions: Status-4-Evar, Classic Theme Restorer

Which ffvpx additional codec mod? All that I'm getting is:

 

Clipboard04.png

  • Author
41 minutes ago, dencorso said:

Which ffvpx additional codec mod? All that I'm getting is:

 

Clipboard04.png

For New Moon, See FAQ for VP9.

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

  • Author
Just now, Dibya said:

it opens and instantly closes in MY PC

Do you have VC2015 runtime installed?

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

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.

Guest
This topic is now closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.