Jump to content

My Browser Builds (Part 1)


Recommended Posts

https://github.com/liigo/rust/tree/xp

Can someone please contact this guy to update his rust fork?

http://blog.csdn.net/liigo/article/details/46730385

@roytam1 is it possible to link missing api against a 3rd party dll not against system dll? If so I can write a dll for missing api. 

Edited by Dibya
Link to comment
Share on other sites


Would like to know the location of the default New Moon user agent. I am not able to find it in 'about:config' ... I am getting this reading at a user agent ID site:

Mozilla/5.0 (Windows NT 5.1; rv:52.9) Gecko/20100101 Goanna/3.4 Firefox/52.9 PaleMoon/27.8.0a1

...

Link to comment
Share on other sites

New Build!

32bit https://o.rthost.cf/palemoon/palemoon-27.8.0a1.win32-git-20180203-d3e1e49a9-xpmod.7z
32bit noSSE https://o.rthost.cf/palemoon/palemoon-27.8.0a1.win32-git-20180203-d3e1e49a9-xpmod-ia32.7z

64bit https://o.rthost.cf/palemoon/palemoon-27.8.0a1.win64-git-20180203-d3e1e49a9-xpmod.7z

Official repo changes since my last build:
- Check for integer overflow in AesTask::DoCrypto() (DiD) (ac44e1fee)
- Avoid a race condition in AutoClose. (961d03967)
- Add a null check before NotifyMediaStreamTracksAvailable (3518fbf02)
- Improve the use of XHR.mProxy in workers after the dispatching of sync OpenRunnable. (6b6ec3876)
- Use CheckedInt to compute guess for the location of -> in FTP parser. (0de6888e0)
- Avoid potential race condition in nsJAR. (d3e1e49a9)

Link to comment
Share on other sites

basilisk/moebius new build for XP!

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

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

source patch of ffvpx H264/HEVC/AAC/MP3 Addition: http://o.rthost.cf/gpc/files1.rt/moebius-ffvpx-h264-aac-hevc-mp3-addition.7z

Official repo changes since my last build:
- Put nsSearchService.js into preprocessing (51259aa16)
- Take FirefoxAccounts.jsm out of preprocessing (a0b6970c6)
- Added option to remove all session cookies for a specific domain (a1f1f1205)
- WebRTC: GetUserMedia should reject when document not fully active. (7fd56b754)
- Check for integer overflow in AesTask::DoCrypto() (DiD) (65b6c2b49)
- Avoid a race condition in AutoClose. (9f2c3e611)
- Use nsITimerCallback for DTMF timers. (0d5cc6e75)
- Don't allow queue-jumping for gathering state change events. (020315c8d)
- Move to LIFECYCLE_WAITING_FOR_MAIN_THREAD_CLEANUP at end of iteration. (8c46342c1)
- Don't insert source content into the document for XSLT transforms. (958da71bc)
- Switch to WeakPtr. (4e97e1c7a)
- Mirror changes done to Encoder InitDone to decoder. (179d5d2ce)
- Improve the use of XHR.mProxy in workers after the dispatching of sync OpenRunnable. (cffb0d60f)
- Skia: port upstream path cleanup patch. (777a9638e)
- Fix the remove-while-iterating for RemoveCookiesWithOriginAttributes. (5bbfaf473)
- Revert "WebRTC: GetUserMedia should reject when document not fully active." (e504410aa)
- Merge pull request #337 from janekptacijarabaci/devtools_storage_removeAllSessionCookies_1 (b5882cdd5)
- Merge pull request #334 from binoc-central/ppfix-work (3bcf295ee)
- Use CheckedInt to compute guess for the location of -> in FTP parser. (173f6034c)
- Merge branch 'master' of https://github.com/MoonchildProductions/moebius (e354dd6bc)
- Avoid potential race condition in nsJAR. (624dc91f6)
- Handle large string lengths in nsAString's ParamTraits. (DiD) (8cbbfdc3d)
- Mac: Ensure that the proper mouse cursor is shown on macOS when switching between custom and default system cursors. (60cf1d91a)
- Use a consistent window for CSP, etc. for FontFace loads. (e094ab30f)
- Change resolution of .now() to 1ms (following Safari's lead) (444a37c23)
- Make it possible to add cookies, local and session storage entries (4b616da23)
- Fix button style (ddd12eefb)
- Merge pull request #339 from janekptacijarabaci/devtools_storage_addItem_1 (9412b75a6)
- Columns are not sorted correctly (3a7a189a1)
- Merge pull request #342 from janekptacijarabaci/devtools_storage_columns_sort_1 (a296623c2)

Link to comment
Share on other sites

On 2018/2/1 at 4:32 PM, roytam1 said:

No you can't. You can bundle VC runtime DLLs in firefox.exe(or in other exe name) folder instead.

for the files, you may check my moebius/basilisk package(or just use my runtime files)

Hi, the 32-bit Icecat works, but 64-bit version goes something wrong...

However, it works with the VC 2015 Runtime installed.

Windows Server 2012-2018-02-05-16-23-08.png

Link to comment
Share on other sites

7 hours ago, xdriftdoll said:

Hi, the 32-bit Icecat works, but 64-bit version goes something wrong...

However, it works with the VC 2015 Runtime installed.

Windows Server 2012-2018-02-05-16-23-08.png

do you have api-ms-win-crt-string-l1-1-0.dll and ucrtbase.dll in your folder?

Link to comment
Share on other sites

On 1/27/2018 at 7:51 AM, leland said:

I tried updating but no go.  See the updated version below.

You can download a zip file with the first 38 screen captures.  I will get more later.  Thanks.

http://cloudyfiles.com/ktpj3ev1fbnx

 

Screenshot - 1_26_2018 , 1_46_24 PM.jpg

If you don't use IME(language bar), you may try un-registering Msimtf.dll and Msctf.dll to make moebius work (Source (chinese))
Run these commands (from Start -> Run, or in cmd window):

Regsvr32 /U Msimtf.dll
Regsvr32 /U Msctf.dll

 

Link to comment
Share on other sites

There're two bugs in both XP-mods of PaleMoon: browser.showQuitWarning isn't working (fixed by Feodor2 now) and youtube video freezes at 25:21 (just push "Play" and wait for this timecode). I don't know, maybe these are known bugs.

Edited by vasevase
Link to comment
Share on other sites

2 minutes ago, vasevase said:

How do you do? Russian hackers users report in. There're two bugs in both XP-mods of PaleMoon: browser.showQuitWarning isn't working (fixed by Feodor2 now) and youtube video freezes at 25:21 (just push "Play" and wait for this timecode). I don't know, maybe these are known bugs.

Exits in official build too 

Link to comment
Share on other sites

"Quit.warning" FF bug is quite old, I don't know why it still not fixed. As for YouTube-Freeze "feature" which was found about a year ago, here're my last tests: it works fine with last official XP version (26.5.0 Atom/WinXp, vp8/vorbis 360p) and Feodor2's mod v27.2.0a1 + LAV-splitter (vp9/opus 720p). Also, Feodor2 wrote that there're no freezings in Windows 7.

Edited by vasevase
Link to comment
Share on other sites

4 hours ago, vasevase said:

"Quit.warning" FF bug is quite old, I don't know why it still not fixed. As for YouTube-Freeze "feature" which was found about a year ago, here're my last tests: it works fine with last official XP version (26.5.0 Atom/WinXp, vp8/vorbis 360p) and Feodor2's mod v27.2.0a1 + LAV-splitter (vp9/opus 720p). Also, Feodor2 wrote that there're no freezings in Windows 7.

freeze issue even happens in Feodor2's builds and Firefox ESR builds here.

and my builds have same patches as Feodor2's builds (except portable patch)

Link to comment
Share on other sites

 New Build!

32bit https://o.rthost.cf/palemoon/palemoon-27.8.0a1.win32-git-20180210-0a3830f16-xpmod.7z
32bit noSSE https://o.rthost.cf/palemoon/palemoon-27.8.0a1.win32-git-20180210-0a3830f16-xpmod-ia32.7z

64bit https://o.rthost.cf/palemoon/palemoon-27.8.0a1.win64-git-20180210-0a3830f16-xpmod.7z

Official repo changes since my last build:
- Fix "help cmd" in the Developer Toolbar (5b19e1e2b)
- Add configure variable verification (f26f28a54)
- Merge pull request #1609 from janekptacijarabaci/devtools_toolbar_cmd_1 (1ede9d9cb)
- Fix 1-in-5 gap (220fc7893)
- Workaround for cloned videos not retaining their muted state. (95c1cdd11)
- Work around crashes when trackless mediastreams are encountered. (94dc8833c)
- Remove superfluous ellipses from the UI. (0a3830f16)

Notice: No build in next week due to lunar new year vacation.

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