Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/16/2025 in Posts

  1. New build of post-deprecated Serpent/moebius for XP! * Notice: This repo will not be built on regular schedule, and changes are experimental as usual. ** Current moebius patch level should be on par with 52.9, but some security patches can not be applied/ported due to source milestone differences between versions. Test binary: Win32 https://o.rthost.win/basilisk/basilisk55-win32-git-20250517-c2f7c8359-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk55-win64-git-20250517-c2f7c8359-xpmod.7z repo: https://github.com/roytam1/basilisk55 Repo changes: - import from UXP: No issue - Include all non-ubiquitous image and media types in nav Accept: (0e02e942) (fde26a193) - import from UXP: No issue - Explicitly indicate image/apng in `Accept:` header (055765d1) (395bab66e) - import from UXP: No Issue - Fix incorrectly written pref name (40e01c31) (29041562f) - import from UXP: No Issue - Fixes for building with LLVM 19 included with FreeBSD 13.5. Fix a conflict with libc++ 19 and the old Mozilla (re)alloc macros. LLVM 18+ does not allow std::char_traits<unsigned char> so avoid it. https://bugzilla.mozilla.org/show_bug.cgi?id=1849070 Partial NSS upgrade to replace ByteString with a class. https://bugzilla.mozilla.org/show_bug.cgi?id=1851092 (e8b3077d) (8a4ba96e2) - ported from UXP: No issue - Bump general.useragent.compatMode.version to 128.0 (facab7f0) (e77671e81) - ported from UXP: Issue #2736 - Part 1: Provide more consistent principals to CSP. (9ad680cf) (3cc87110c) - ported from UXP: Issue #2736 - Part 2: Pass subject principal to SetAttribute and friends. (824d0cad) (058c37fa0) - ported from UXP: Issue #2736 - Part 3: Use `TriggeringPrincipal` for image loads. (166b25a4) (70eba97bf) - import from UXP: Issue #2736 - Part 4: Re-work img `<src>` attribute. (c8db9efb) (4f874413c) - import from UXP: Issue #2736 - Part 5: Re-work img `<srcset>` attribute. (2bdb9f3d) (22c94d27d) - import from UXP: Issue #2736 - Part 6: Re-work <script> `src` attribute. (1f638b22) (79991b522) - ported from UXP: Issue #2736 - Part 7: Re-work <frame> and <iframe> `src` attribute. (2416e71c) (097ef177e) - import from UXP: Issue #2736 - Part 8: Re-work <video> and <audio> `src` attribute. (b6bdce6f) (9c111f82f) - import from UXP: Issue #2736 - Part 9: Re-work <source> `src` attribute. (b1b5062d) (84759664a) - import from UXP: Issue #2736 - Part 10: Re-work <source> `srcset` attribute. (faf4f2c2) (939dade79) - import from UXP: Issue #2736 - Part 11: Re-work <input> `src` attribute. (dde21838) (747190ee5) - import from UXP: Issue #2736 - Part 12: Re-work style <link> `href` attribute. (60ad5b2f) (206c5b2a8) - ported from UXP: Issue #2736 - Part 13: Override page CSP for loads by expanded principals. (9847e9f7) (2f5762f73) - ported from UXP: Issue #2736 - Part 14: Make CSP-enabled available to workers. (53a6f634) (c2f7c8359)
    1 point
  2. New build of Serpent/UXP for XP! Test binary: Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20250517-3219d2d-uxp-296db1641b-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20250517-3219d2d-uxp-296db1641b-xpmod.7z source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/custom IA32 Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20250517-3219d2d-uxp-296db1641b-xpmod-ia32.7z source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/ia32 NM28XP build: Win32 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250517-d849524bd-uxp-296db1641b-xpmod.7z Win32 IA32 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250517-d849524bd-uxp-296db1641b-xpmod-ia32.7z Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250517-d849524bd-uxp-296db1641b-xpmod-sse.7z Win64 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20250517-d849524bd-uxp-296db1641b-xpmod.7z Win7+ x64 AVX2 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20250517-d849524bd-uxp-296db1641b-w7plus-avx2.7z Official UXP changes picked since my last build: - No issue - Include all non-ubiquitous image and media types in nav Accept: (0e02e94278) - No issue - Explicitly indicate image/apng in `Accept:` header (055765d101) - No Issue - Fix incorrectly written pref name (40e01c31e4) - No Issue - Fixes for building with LLVM 19 included with FreeBSD 13.5. Fix a conflict with libc++ 19 and the old Mozilla (re)alloc macros. LLVM 18+ does not allow std::char_traits<unsigned char> so avoid it. https://bugzilla.mozilla.org/show_bug.cgi?id=1849070 Partial NSS upgrade to replace ByteString with a class. https://bugzilla.mozilla.org/show_bug.cgi?id=1851092 (e8b3077d4f) - No issue - Bump general.useragent.compatMode.version to 128.0 (facab7f0ab) - No Issue - Remove obsolete pref. (422ca16a8e) - Issue #2736 - Part 1: Provide more consistent principals to CSP. (9ad680cfc4) - Issue #2736 - Part 2: Pass subject principal to SetAttribute and friends. (824d0cad58) - Issue #2736 - Part 3: Use `TriggeringPrincipal` for image loads. (166b25a42c) - Issue #2736 - Part 4: Re-work img `<src>` attribute. (c8db9efb3c) - Issue #2736 - Part 5: Re-work img `<srcset>` attribute. (2bdb9f3d85) - Issue #2736 - Part 6: Re-work <script> `src` attribute. (1f638b22ec) - Issue #2736 - Part 7: Re-work <frame> and <iframe> `src` attribute. (2416e71cd3) - Issue #2736 - Part 8: Re-work <video> and <audio> `src` attribute. (b6bdce6f98) - Issue #2736 - Part 9: Re-work <source> `src` attribute. (b1b5062dc4) - Issue #2736 - Part 10: Re-work <source> `srcset` attribute. (faf4f2c23f) - Issue #2736 - Part 11: Re-work <input> `src` attribute. (dde21838de) - Issue #2736 - Part 12: Re-work style <link> `href` attribute. (60ad5b2ffd) - Issue #2736 - Follow-up: Fix line endings in nsGenericHTMLFrameElement.h (727acf7b3f) - Issue #2736 - Part 13: Override page CSP for loads by expanded principals. (9847e9f759) - Issue #2736 - Part 14: Make CSP-enabled available to workers. (53a6f6349d) No official Pale-Moon changes picked since my last build. No official Basilisk changes picked since my last build. Update Notice: - You may delete file named icudt*.dat inside program folder when updating from old releases. * Notice: From now on, UXP rev will point to `custom` branch of my UXP repo instead of MCP UXP repo, while "official UXP changes" shows only `tracking` branch changes.
    1 point
  3. Helpful hint in regards to notebook drivers, from back then or even to today. Nothing is really proprietary when it comes to the stuff inside of notebooks. So usually if I can't find a driver for a particular model from the manufacturer's website, I will find out what a relevant cross-over model from another manufacturer is and look on their website. A real world example is that sometimes I have to build an image for a Clevo notebook before the drivers get put on Clevo's site or the ODM's site, but MSI and Asus sell notebooks that contain the same hardware so I will look on their sites for drivers. For the drivers you are missing, if you can post the hardware IDs of the devices in device manager (Just the VEN_/DEV_/SUBSYS lines) then others may be able to know where to find the stuff you need.
    1 point
  4. Website hosting is under DDoS attack. Unfortunately my hands are tied
    1 point
  5. Yes both are down for me.
    1 point
  6. Is anybody else having problems accessing startallback.com (and startisback.com)?
    1 point
  7. 1 point
  8. After reading your post, I have checked the HideTabbarWithOneTab.uc.js script in Mypal 68.14.8b. You're right, it stopped working. As the code of this script is not really a brummer , I decided to write a new script from scratch. I have tested it, and it now seems to be working in the way as it should. I also solved the handling of the New Tab button If you are interested in, I am quite willing to upload it. Although I prefer the Alice0775 script loader, it even works with the xiaxiaoflood one. Mypal 68.14.7b is a quite stable release and has the advantage of still supporting the Nuchi-Sporif script loader.. Some errors have crept into @feodor2's new release Mypal 68.14.8b. The Add-on Manager is not fully functional, i.e. partially broken. Furthermore, the display of elements is not always as it was in the previous version. However, I would stay away from Mypal 68.14.5b. This one is neither fish nor fowl. If I wanted to use an older version, I would rather prefer Mypal 68.14.7b or Mypal 68.14.4b. But I use Mypal 68.14.8b at the moment. Regarding MediaFire, this service works fine here. No problems.
    1 point
  9. I already know what is messing up Chromium 127+ It is the kernel32.dll and kernelbase.dll version checking. I rewrote it to return a false value for them indicating Win 10, and here is the result: The latest versions also use IsWindowArranged from user32, which is absent in 8.1 - possible to be replaced by, for example, IsWindowVisible. Now it remains for me to write my own version of UpdateProcThreadAttribute.
    1 point
  10. I have found the cause of this problem. In contrast to Alice0775 version of the rebuild_userchrome.uc.js script, the xiaoxiaoflood one does not like certain characters in the script file names such as the + sign.
    1 point
  11. Unfortunately, it is not known where it sits, but any attempts to neutralize it have failed. For what it's worth, it's interesting to note that the browser works after replacing it with TraceSetInformation. STATUS_BREAKPOINT without this feature starts at version 133.0.6876.1 from e3kskoy7wqk. I did a thorough search of the entire repository downloaded locally (including all 3rd party components) in 133.0.6876.1 and 6861.0, the use of this function in the code files has not changed at all. My suspicions fall on the dxc generated by mcgen during compilation, but I have no idea what to do about it next. I am currently working on moving patches to version 120.0.6099.338 - one of the longer supported LTS versions. And one thing puzzles me - how the author moved the original commits from 2023 removing support for Win 7 (only that reversed, for that I already have a script) for all of his versions. All the diffs/commits after merging into one file are more than 35 thousand lines of code, and there are about 100 of them. And for most of the files, lines have changed in the meantime, where some code needs to be removed or added, in the case of some, for example, 50 lines. Did he correct it manually? I find it hard to believe... more than 650 files are being changed. I tried manually correcting the hunk, but quickly gave up. I even tried to create scripts that search for given passages in the original files and, based on that, determine new lines to put in the hunki, but that too succeeded for a small number of files.
    1 point
  12. That is, the breaking of the engine or V8 by author continues. The question is for what reason? The author doesn't have to do anything with it to maintain legacy OS compatibility.
    1 point
  13. My comment is not off-topic but yours is as usual. I was talking about over-protected websites which do not work in Mypal 68 and which I consider as pure harassments for their potential users. And if you have no idea about Europe and Germany, then you should rather keep silent. That means do not spread such nonsense! BTW, extremly high crime rates are the hallmark of America where everyone owns firearms. In your country, even the teachers are supposed to be armed instead of doing something about the mental impoverishment of the youth in your country. The others can no longer be helped anyway. But long off-topic short. You should not pollute a thread which is about a browser you do not even use.
    1 point
  14. And they should sit on their property until they grow mould. My recommendation is to avoid such websites in general. You don't have to put up with such filth. And I would never visit your "Homeowner B" either.
    1 point
  15. @NotHereToPlayGames But TBH, the Project VORAPIS 0.9.0.0 script itself works as well as the TURBOLAUNCHER 2.1.0.0 script in New Moon 28 and Mypal 68 on my old machine. Therefore, I assume you configured your computer badly, and by that I mean your adblocker.
    1 point
  16. So the whole 32GB will be available ? Nice ... This topic is about experience , I have had the most pleasant experience with Vista SP1 , perhaps you know , is there a chance to implement DX11 to it ? Thanks
    1 point
×
×
  • Create New...