Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/19/2021 in Posts

  1. ... If you search my posts' history with "Serpent 55" as a search filter, no doubt you'll find I posted about this repeatedly... "55" as an appVersion was chosen by upstream for their ill-fated Moebius platform purely for "sensational-istic" purposes... The platform code itself was forked off a code snapshot of an early version of Mozilla Nightly 53.0a1, so not even close to release channel Firefox v53.0.x ...
    3 points
  2. I have yet to find a way, as 2019's x64 installer crashes early on (for now). And implementation of 32 bit functions for the x86 installers is forthcoming. There were no formal bundled updates until November, as things were just added in at will. So it will be impossible to do so for that period. Too busy for November to May. But now that the structure of the project is evolving, there should be one for the next release, likely in August or September.
    3 points
  3. How about a little tiny bit of context? Where I work, we fire people for clicking on "beware" links - so simply out of habit you won't get me to click on your link. I think our IT Dept calls it "spear phishing" but I could be mistaken on their terminology.
    2 points
  4. 360 Extreme Explorer Screenshot of the browser: (360 Extreme Explorer, Ver: 13.0.2250.0, "Chrome" Theme) Modified Version download links: v9 --> (Updated 22/03/23) Version: 9.5.0.138 Based on Chromium: 63.0.3239.132 v11 --> (Updated 22/03/23) Version: 11.0.2251.0 Based on Chromium: 69.0.3497.100 v12 --> (Updated 22/03/23) Version: 12.0.1592.0 Based on Chromium: 78.0.3904.108 v13 --> (Updated 22/03/23) Version: 13.0.2250.0 Based on Chromium: 86.0.4240.198 (Updated 22/03/23) Version: 13.0.2310.0 Based on Chromium: 86.0.4240.198 Archive with all versions --> https://archive.org/details/360EE_Modified_Version See: https://retrosystemsrevival.blogspot.com/2019/05/360-extreme-chrome-browser.html https://web.archive.org/web/20210925152949/https://xpforever.miraheze.org/wiki/360_Extreme_Explorer Note: The changes I made are so many that maybe some little errors related to translation and/or the building of the modification notes can be present so please tell me if you find any. Also, if you want to propose something else, please be aware that I do not have a lot of free time and that at any moment, I could be gone for a while for whatever reasons (I do not intend to be rude with this comment, feel free to speak yourself). If anyone wants to help, it will be truly appreciated. Kafan Mini-Browser Another Chinese Chromium-based browser that seems to be pretty much like a standard Chromium build. Official Page --> https://browser.kfsafe.cn/ Forum --> https://bbs.kafan.cn/forum-298-1.html Screenshot of the browser: Modified Version download link: v1 Version: 1.0.0.121 --> (22/03/23) Version: 1.0.0.127 --> (22/03/23) Based on Chromium: 87.0.4280.66 Folder --> https://archive.org/details/360EE_Modified_Version Observations: - On startup the browser will connect to the website of the search provider selected as default because of the search bar provided on the new tab. - Browser crashing when inserting a USB drive? --> Disable the "Enable new USB backend" flag in "chrome://flags/" (Thanks to @realisty). - Only natively compatible with XP-32bits. It can be used on XP-64bits thanks to @Matias Groen (see XP x64 folder). - Very heavy for old computers. - Doesn't have NPAPI support. Original download link (you can unzip the EXE file with 7zip): http://browser-download.kfsafe.cn/MiniBrowserSetup.exe (currently down) Internet Archive alternative link --> http://web.archive.org/web/20221201234530/http://browser-download.kfsafe.cn/MiniBrowserSetup.exe DC Browser A Chinese Chromium-based browser. The only version compatible with XP is v4 (Chromium 75). Official page --> http://dcbrowser.cqttech.com/home Screenshot of the browser: Modified Version download link: v4 --> (Updated 22/03/23) Version: 4.0.7.22 Based on Chromium: 75.0.3770.100 Folder --> https://archive.org/details/360EE_Modified_Version Observations: - On startup the browser will connect to the website of the search provider selected as default. Similar to Mini-Browser. - All default extensions were removed (the PDF Feature and Screen Capture will not work). You can get them out of the browser's interface through the settings. - Doesn't have NPAPI support. - Has DRM support (Win7+) --> https://bitmovin.com/demos/drm Original download link (you need to install to get the browser files, fortunately you can set the location of the installation): http://file.cdn.cqttech.com/dcbrowser/DCBrowser_1261_4.0.7.22.exe Patcher to retrieve the translation function for all browsers modified --> https://archive.org/details/360EE_Modified_Version Usage: - Inside the "trans_patch.7z" there is a "trans_patch" folder. Extract it. - Copy and paste the folder in the same place the browser executable file is. - After that, enter the folder and execute "trans-patch.bat". - A command-line interface will show up. Depending on the browser you are trying to apply the patches a small question will be promted on CMD. If everything goes correctly the program will show you at the end "Press any key to continue". Press any key, open the browser and check if the translation function was restored. After all that you can delete the "trans_patch" folder. It should work without errors. If anything else happens tell me. Thanks to all the following for the information I could gather for the modification of these browsers: @Windows 2000, @VistaLover, @Sampei.Nihira, @win32, @DragonSC7601, @redapple0204, @blackwingcat, @404notfound, @Cixert, @thebuildone, @ArcticFoxie, @Dixel, The Russian Repackers, @dmiranda, @we3fan, @athlonxpuser and @Greyfox77 I really hope this can help someone, Cheers. - Humming Owl
    1 point
  5. there was a recent update (my previos version was visual studio 2019 v16.4 updated to vs 2019 v16.10 (the exact version is not known so it must be between those versions) the code i used is windows xp compatible however this "build in trick" still makes my code still incompatible in the past your code useally gone to winmain() in some other codes i reconized that some code was added to my executable that actually was not needed at all so i was wondering why did my executable (what only printed MessageboxA) gone a lot bigger going after that i could understand that this code was added by something else and is executed before my code in winmain() is executed in other compilers or maybe settings? you didnt see this problem and it gone to winmain() directly then the executable was smaller too in my test executable it was just MessageboxA function and no need of executing some "other/more" code this time i had the same problem but this time it made the executable not only inefficient it also made it incompatible (to see here is that microsoft can add this code before your code and make it lets say windows 10 only "this runtime code then gets executed and says "windows 10 only" or "access denied" before your working code is executed) so i took a look what this code actually does do all begins with the function that is called before winmain() extern "C" DWORD WinMainCRTStartup(LPVOID) // <- called before winmain { __security_init_cookie // (unimportant for us) return __scrt_common_main(); // <-- calls next functions } the filename for this code is exe_winmain.cpp and useally is in a directory (or something close) called C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.24.28314\crt\src\vcruntime\exe_winmain.cpp CRT means: C runtime, so we actually know what we deal with in my case it use a unwanted function InitializeCriticalSectionEx (that i actually use nowhere in my code but the c runtime use it) so i looked how and where it do that the code cain is as follows: calls __scrt_common_main ->__scrt_common_main_seh src\vctools\crt\vcstartup\src\eh\i386\secchk.c : (call chain) 0, __SEH_prolog4 1, __scrt_initialize_crt // -> has function __cdecl __vcrt_initialize_locks(VS 16.4works with InitializeCriticalSectionEx and InitializeCriticalSectionAndSpinCount) (VS 16.10 only work with InitializeCriticalSectionEx) -> the VS 16.4 version checks if it can use InitializeCriticalSectionEx if it cant it use InitializeCriticalSectionAndSpinCount (the code use a function called try_get_function() to do so) VC\Tools\MSVC\14.29.30037\crt\src\vcruntime\locks.cpp this is the function with more details: (static void* __cdecl try_get_function( function_id const id, char const* const name, module_id const* const first_module_id, module_id const* const last_module_id ) noexcept ) but that is only important if we want to use InitializeCriticalSectionEx, if we want we just could use InitializeCriticalSectionAndSpinCount and this part would be solved 2, __scrt_acquire_startup_lock 3, _initterm_e (dont have InitializeCriticalSectionEx yet) (then _initterm is done a second time and has InitializeCriticalSectionEx in internal) 4, _initterm <--- second time without _e the function "_initterm" has 2 functions 1 is called __guard_check_icall_fptr (this function checks if the pointer is valid and is unimportant for this case) the other function calls several functions (__xc_a beginning list of functions and __xc_z (end of functions)) the second function in list of __xc_a has InitializeCriticalSectionEx in internal and is called: static _Init_lock (is a class constructor) and leads to _Init_locks _Init_locks is in a file called "xlock.cpp" folder: VC\Tools\MSVC\14.29.30037\crt\src\stl\xlock.cpp (c code) __thiscall _Init_locks::_Init_locks() noexcept { // initialize locks if (InterlockedIncrement(&init) == 0) { for (auto& elem : mtx) { _Mtxinit(&elem); // <- next step we looking for } } } here we look at function _Mtxinit filename that contain _Mtxinit "xmtx.cpp" folder: VC\Tools\MSVC\14.24.28314\crt\src\stl\xmtx.cpp (c code) void __CLRCALL_PURE_OR_CDECL _Mtxinit(_Rmtx* _Mtx) noexcept { // initialize mutex InitializeCriticalSectionEx(_Mtx, 4000, 0); // this variant } here also is the diffrens what has been changed: void __CLRCALL_PURE_OR_CDECL _Mtxinit(_Rmtx* _Mtx) noexcept { // initialize mutex __crtInitializeCriticalSectionEx(_Mtx, 4000, 0); // variant before } the function __crtInitializeCriticalSectionEx has a check if it do use InitializeCriticalSectionEx or if it do use InitializeCriticalSectionAndSpinCount (xp compatible) extern "C" BOOL __cdecl __crtInitializeCriticalSectionEx( LPCRITICAL_SECTION const lpCriticalSection, DWORD const dwSpinCount, DWORD const Flags) { // use InitializeCriticalSectionEx if it is available (only on Windows Vista+)... IFDYNAMICGETCACHEDFUNCTION( PFNINITIALIZECRITICALSECTIONEX, InitializeCriticalSectionEx, pfInitializeCriticalSectionEx) { return pfInitializeCriticalSectionEx(lpCriticalSection, dwSpinCount, Flags); } // ...otherwise fall back to using InitializeCriticalSectionAndSpinCount. InitializeCriticalSectionAndSpinCount(lpCriticalSection, dwSpinCount); return TRUE; } so even if your entire code would just use a single MessageboxA this CRT or "C runtime" starting/calling WinMainCRTStartup beforehand makes your application still incompatible, even if your code 100 % would work noticeable is that "they" can do this not only with a limit to windows vista, 7, 8, 8.1, or 10 they can add incompatible functions to that CRT code thus you might just upgrade your VS/Compiler and your code wont work even if the code is compatible its like a check "do this computer have windows 10" -> access denied -> no code is spawned (even tho your code would work) shame to microsoft for this one (the other code i tryed has a header file that use c++20 style (it are just type converters like you do with templates) but it doesnt use any windows functions)) in that sence that is a compiler question of the c++ style (type converter) not a "missing api" question, but still that CRT used that api even tho i dont have that InitializeCriticalSectionEx in my code and to fix up different types such as handles, int, float etc. for example over a template or type converter, again is a compiler question here is the rest of the callchain (before your code is executed) 5, __scrt_release_startup_lock 6, __scrt_get_dyn_tls_init_callback 7, __scrt_get_dyn_tls_dtor_callback 8 , __scrt_get_show_window_mode 9, _get_narrow_winmain_command_line 10, WinMain(our executable/our code is then executed) <-- here begins/comes our code/programm/app so everybody can easy understand why your code got "blocked" or will just maybe in future, so we know the trick beforehand :-)
    1 point
  6. @XPerceniol - you cited in one of the 360Chrome threads that multi-process (several .exe's in the Windows Task Manager) is one of the things that you do not like about Chrome-based browsers. So I must admit, I'm a bit confused that you are attempting to bring multi-process to FF-based browsers when that support by its developers never matured anywhere near the level of Chrome development (from my understanding).
    1 point
  7. <0T> Oh I'm sorry, but I simply can't resist. I so badly want to hang on to whats left of my 40's, so I"ll pretend I don't know anything about those record things you speak of and consider myself "younger" (I'm young at heart) All kidding aside: I might take your advice re Serpent then; though I'm not afraid of trying it just out of curiosity but just to test. @dmiranda ... are you working with Serpent or Firefox with your modifications? EDIT: Sorry, I didn't read your posting above - question answered
    1 point
  8. For those, like me, where hardware is not the problem (but obstinacy in pretending to keep using XP) it makes a difference. Beyond FB, YT etc, normal pages load way faster, even when loading a bunch of tabs at the time. There is simply no comparison with st52 without e10. It is like it was with ff52 (only that with more secure software, and more available extensions/addons). I am keeping it in my profile for casual/social browsing, and as soon as I find or mod an extension for annotating webpages, for my working profile. Cheers!
    1 point
  9. FWIW I noticed a significant performance improvement on FF 52.9 ESR when I enabled multi-process mode, especially on script-heavy sites like Facebook, which had been almost unusably slow and unresponsive before.
    1 point
  10. Me neither. Although, I have just found a thread about it in the microsoft community. They have a lot of fixes, and some of them worked for some users there. I'm sure it will work for you too, @Mathwiz. Good luck on trying the solutions in that thread.
    1 point
  11. I've been testing it and even though it crashes the browser every other day (depending usage, and in particular when using concurrently with chrome derivatives) multiprocess enabled basilisk52 makes (unnecessarily) heavy scripted sites like youtube, gmail, fb and the other usual suspects playable with xul (which is quite impossible now without multiprocess); which makes me thing/hope that xul development on the multiprocess direction (and not necessarily script support -which I heavily cripple) may be a way to abort doom. After testing and experimenting as per @Mathwiz summary in the first post of this thread, I use the settings (loaded via user.js) below (tried and decided not to use the the four commented out): // MULTIPROCESS user_pref("browser.tabs.remote.force-enable", true); user_pref("dom.ipc.processCount", 4); user_pref("extensions.e10sBlocksEnabling", false); user_pref("browser.tabs.remote.autostart", true); // (FF49+) (hidden pref) //user_pref("extensions.e10sMultiBlockedByAddons", false); //user_pref("browser.tabs.remote.separateFileUriProcess", true); //user_pref("dom.ipc.process.webLargeAllocation", 4); //user_pref("browser.tabs.remote.autostart.2", true); // (FF49+) (hidden pref)
    1 point
  12. Politics (and religion) have always been forbidden topics on this forum. It was decided to leave the topic open, despite the fact that the pandemic has been politicised nearly everywhere. As long as the people who participate in this thread can post without bias and without involving politics or other things that are against the forum rules, then the thread can remain open. The freedom to speak against unjust things that are happening in our world (and on other websites/social media platforms) must be allowed in order to have a free people, they just cannot be discussed here.
    1 point
  13. Beware... https://windows95tips.com/#_=_ In case you don't remember, the blogger is also famous for this: https://www.youtube.com/watch?v=Tx1XIm6q4r4
    1 point
  14. Strange, I've never seen that.
    1 point
  15. @ArcticFoxie, @Humming Owl Well, it was in fact the modified V11 version. The one that opened MSFN as a default page. ".adra" is my local network behind my router. Give me a day, then I'll examine that further.
    1 point
  16. actually it is still 38ESR based, but with more and more 39-42 patches porting from ArcticFox (thanks for their hard work!)
    1 point
  17. Maybe it's "local jargon", but we always referred to 720 as "dvd quality", not as "HD". Oh, don't get me started on drink sizes! I always ask for a "tiny" and when the cashier says "We only have large, medium, and small". I reply, "Not true, you have large, gigantic, and mega-sized. Can I have a kid's size?"
    1 point
  18. It is/was the API+GUI of Mozilla Firefox's Download Manager that existed up to version 25.0.1 in the release channel (and v24.8.1 in the ESR channel); and even there, it was not the default setting, but had to be enabled via an about:config pref: browser.download.useToolkitUI;true Here is a screengrab from FxESR 24.8.1: FWIW, NASA Launch third party complete theme, on Vista SP2 32-bit, with aero turned on... TDM had its own "download history", stored in file downloads.sqlite inside the browser's profile, and was decoupled from the browser's "browsing history"... The underlying code that enabled TDM in Fx 24/25 (the default in earlier Fx versions) was finally removed in Fx 26+, in favour of an async, JS-based, Download Manager API, that integrates DM with the "Library" API; as a result, "download history" became part of "browsing history", stored in file places.sqlite inside the profile... In the screengrab below, the GUI of JS-DM (most are familiar with...) in FxESR 24.8.1, with the default setting browser.download.useToolkitUI;false How is that relevant to UXP now, I hear you ask? Well, our "beloved" Matt A. Tobin is bringing the old TDM back, at least where his Binary Outcast UXP applications (Borealis Navigator+Interlink Mail & News) are concerned: https://forum.palemoon.org/viewtopic.php?p=217500#p217500 https://forum.palemoon.org/viewtopic.php?p=217567#p217567 For those harbouring a liking to TDM's GUI (over the new one), one of my most favourite "legacy" extensions, Downloads Window, does its best to simulate that GUI (while the underlying engine/API remains unchanged): https://addons.basilisk-browser.org/addon/downloads-window/ https://addons.palemoon.org/addon/downloads-window/ caa:addon/downloads-window/versions (v0.6.8 is to be found here) It's a pity the original "bitbucket" source repository by author ungram has been now withdrawn...
    1 point
  19. The last version of Process Lasso for Windows XP/2003 is offered with a free Pro license and it does this automagically
    1 point
  20. I'm back! Sorry I've been out of sight for so long. See my profile for more info. Anyway, the Clean Flash Installer is up to 34.0.0.164175. The latest version should always be at the top of this page: https://github.com/CleanFlash/installer/releases. I have it working in IE (who cares) and Basilisk on both XP and 7. Although Flash works in Chrome up to version 87, I assume there's no hope for Chromium-based Edge on Win 7? Edge versions as far back as 77 just display a brief "not supported after December 2020" bar at the top. Doesn't even stay onscreen long enough to read! Apparently Edge has its own time-bomb independent of the ones in Flash 32. The batch file version of Clean Flash is more recent than the installer version: 34.0.0.175. It's near the top of this page (scroll down to the Windows version): https://github.com/darktohka/clean-flash-builds/releases
    1 point
  21. I do not know any explorer show as a web page. There is right click on desktop area then Web tab then 'show web content on my active desk top' where you can add web pages or photos. It might be a third party app if it is a right click on Start button context menu.
    1 point
  22. Laughable at. However the "you'll keep getting windows 95 updates" bit reminds me of an old mishap that I find hard to laugh at even now. Back at my beginnings as a Win9x user I was installing Win95 and later on 98SE quite often on the old 486 IBM ValuePoint, either due to hardware change, various viruses or whatever other reasons. At some point - I believe it was with Win95 but I'm not 100% sure anymore after 20+ years - during one of the installations I actually paid attention to the various screens advertising the "mighty features" that version had over "previous" version. Wish I hadn't. One of those screens mentioned Plug 'n play and I clearly remember it saying one could even plug in a card while Windows was running. A very unfortunate choice of words. Although I did have enough experience with hardware, and something at the back of my mind kept saying I shouldn't take that statement literally, some devil kept whispering in my ear I should try it. So when the OS installation finished I simply took my ESS1869 ISA soundcard and plugged it in with the computer on and Windows running - exactly as advertised. Needless to say the OS got screwed up and that wonderful card got instantly fried. Could never find another one like that (it had a built-in IDE controller that was crucial for adding a HDD larger than the max 528MB accepted by the BIOS considering the mobo only had one IDE channel occupied by main HDD and a CD-ROM, and it was correctly detected as Sound Blaster Pro by all of the games I was testing back then). So yeah, the 9x team back then had quite a lot of vision but they also made mistakes, some of them with tragic consequences for poor users. I suppose whoever tested Windows 11 upgrade on a Win95 system in the picture above would not wait for any Windows 95 updates anymore...
    1 point
  23. So expressing discontentment with forced vaccinations is also forbidden? I see the censorship has already hit this thread. Freedom of speech is being restricted wherever you look, and that's a BIG, very BIG issue at large.
    1 point
  24. In order to use Cisco Webex on Windows XP you have to 1) Download the modified v12 version from this thread, extract it with 7z in a folder you want and press escape only the first time you open it (download link from first post: https://www.mediafire.com/file/pjthbixelfylwhd/360EE_12.0.1592.0_Modified.7z/file) 2) Install this extention by going to this site: https://chrome.google.com/webstore/detail/user-agent-switcher-for-c/djflhoibgkdhkhhcedjiklpkjnoahfmg 3) Right click on the icon that appears up right after installing it and click on settings. 4) Add a new user agent string so that webex.com thinks you are logging in from a Windows 10 device like this one that works from me: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36 To do that, after clicking on settings, copy paste the above user agent string on the field "New User-Agent String", put a name on the field "New User-agent name" and a number on the field "Indicator Flag". I just put 1. Press ADD 5) Go to https://signin.webex.com just click on the icon of the extention, select chrome and then the name of your user agent string. The page will refresh. If you want to deactivate it, just select chrome and then default. This will enable sites to see that you are using a Windows XP computer again. Note: The sign in button does not work for me on webex.com with this version of 360 so i log in from this url: https://signin.webex.com/
    1 point
  25. New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rthost.win/boc-uxp/mailnews.win32-20210717-355db4de-uxp-c198ef11b-xpmod.7z BNavigator Win32 https://o.rthost.win/boc-uxp/bnavigator.win32-20210717-355db4de-uxp-c198ef11b-xpmod.7z source repo (excluding UXP): https://github.com/roytam1/boc-uxp/tree/custom-older * Notice: the profile prefix (i.e. parent folder names) are also changed since 2020-08-15 build, you may rename their names before using new binaries when updating from builds before 2020-08-15. -- New build of HBL-UXP for XP! Test binary: IceDove-UXP(mail) https://o.rthost.win/hbl-uxp/icedove.win32-20210717-id-f0915f3-uxp-c198ef11b-xpmod.7z IceApe-UXP(suite) https://o.rthost.win/hbl-uxp/iceape.win32-20210717-id-f0915f3-ia-c642e3c-uxp-c198ef11b-xpmod.7z source repo (excluding UXP): https://github.com/roytam1/icedove-uxp/tree/winbuild https://github.com/roytam1/iceape-uxp/tree/winbuild for UXP changes please see above.
    1 point
  26. New build of Serpent/UXP for XP! Test binary: Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20210717-f481d07-uxp-c198ef11b-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20210717-f481d07-uxp-c198ef11b-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-20210717-f481d07-uxp-c198ef11b-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.4a1.win32-git-20210717-bc8ffc38c-uxp-c198ef11b-xpmod.7z Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.4a1.win32-git-20210717-bc8ffc38c-uxp-c198ef11b-xpmod-sse.7z Win64 https://o.rthost.win/palemoon/palemoon-28.10.4a1.win64-git-20210717-bc8ffc38c-uxp-c198ef11b-xpmod.7z Official UXP changes since my last build: - [network] Stop treating http and https as different for encoding schemes. (5e6305573) - Issue #1757 - Follow-up: Remove some stray WPT leftovers. (a58b35c01) - Issue #1792 - Part 1: Remove superfluous check for abstract ancestors. (6e7adbe74) - Issue #1792 - Part 2: Move GetParentObject() to EventTarget.h for re-use. (ea0e4de69) - Issue #1792 - Part 3: Add ConstructibleEventTarget helper class. (1b86eb76f) - Issue #1792 - Part 4: Implement constructors for the EventTarget interface. (82b1fdca1) - Issue #1793 - Add a border-bottom to toolbox (3b7f2ddd3) - Issue #1793 - Add a border-bottom to treecols header (1327910cd) - Issue #1793 - Only use proper Aero Styling in the Toolkit Error Console on Windows 7 (cc934f826) - Issue #1793 - Only use Glass on the Toolkit Download Manager on Windows 7 (3003f52e1) - [network] Stop blocking 10080 (8ea119da4) - [network] Add some sanity checks to deserialized nsStandardURLs (8cc2f6ba9) - [network] Make CacheIOThread::ThreadFunc hold reference to thread. (6fe78cec8) - [ANGLE] Cherry-pick upstream fix (ce2938d27) - [NSPR] Lock access to PRCallOnceType members in PR_CallOnce* for thread safety. (361743b22) - [gfx] Hard-block old mesa/nouveau versions (00f9e2436) - [accessibility] Remove selection listeners from shutting down PresShell. (684000d9a) - Revert "[accessibility] Remove selection listeners from shutting down PresShell." (caf98496b) - [layout] Ensure we set the primary frame for native anon content where needed. (c198ef11b) Official Basilisk changes since my last build: - Issue MoonchildProductions/UXP#1793 - Override the global style for Windows 10 that adds a bottom border to the toolbox widget (bb7d7ee) - Back-end branch pointer update. (df5c3d8) - Back-end branch pointer update. (f481d07) Official Pale-Moon changes since my last build: - Back-end branch pointer update (112d5aa5c) - Issue MoonchildProductions/UXP#1793 - Override the global style for Windows 10 that adds a bottom border to the toolbox widget (16e923413) - Back-end branch pointer update (bc8ffc38c) My changes since my last build: - partly imported from bk55: - import changes from tenfourfox: - closes #645: M171156 +TLDs TZs (bcc143f7b) - follow-up rev ccb3ecd, add vista check (fb4c5454c)
    1 point
  27. Well, I got it working on basilisk52, and works well. Most extensions do work (even if showing non-compatible) if installed in a fresh profile. One issue I have, however, is that I cannot use an old extension I use daily: internote-3.0.2-fx (https://sourceforge.net/projects/internote/files/internote/3.0/). Has anyone tried it in basilisk52 with forced multiprocess? Any clue on how to make it work? Thanks!
    1 point
  28. It only supposed to work if you have "vulkan" software on your PC . Any 360 users have Vulkan installed ? Do any of you use this "vulkan" ? Do any of you even know what that is ? If no, I'd describe it as yet another bloatware (my persoonal opinion , perhaps someone likes it , I dunno , so no offence ) . It is usually bundled with Nvidia drivers among other bloatware in the driver package and it is installed without your consent . This is one the bad omens , usually pointing out to malware/adware/spyware. "NOTE: SwiftShader's OpenGL ES frontend is no longer supported, and will eventually be removed. " If you want to read more : https://github.com/google/swiftshader
    1 point
  29. Good job ! Even though I do not use any of these , I took the options out of your 12th version to use with v.13 and the browser loads even faster ! Thank you ! You're are absolutely right about russians , they are incompetent , to say the least , and they broke that functionality. It was a very wise decision to make your own version from the original ! EDIT : You may do the same and save time when modding v.13 . Also , the skin files are swappable.
    1 point
  30. Never had any issues installing XP from USB using WinSetupFromUSB. Choose your USB Stick, check 'Auto Format', select NTFS. Check Windows XP, point to unpacked XP setup files, and go!
    1 point
  31. Why ? Because they just called themselves "ungoogled" ?
    1 point
  32. Here it is mentioned videos around those length fails if you are blocking some google domains (I suppose after all that time they feel authorized to show you some ad). Otherwise on page 22 of this thread, some dude was talking about disabling webm support. There's no reason minute 999 should be heavier than minute 2 then. p.s. it's not like firefox html5 hardware acceleration had ever been working on any Windows before 7 anyway
    1 point
  33. Yes but the cloud gives access to your personals and sensitives to those that host them...
    1 point
  34. I know what you mean. I've always bought the "Ultimate" most expensive editions. I stopped spending money with Microsoft entirely and I can assure you they're not making money off data uploaded from me. "Starve 'em out" seems to be the only possible strategy. -Noel
    1 point
  35. When Marketing sets company direction, one has to suspend belief that anything means anything anymore. -Noel
    1 point
  36. The very first thing you must do is download and install the Windows Performance Tools Kit (x86 for 32bit, x64 package for 64bit) - choose the "complete" option during install. Next, open a command prompt, and type the proper command for the trace you'd like to execute: For boot tracing: xbootmgr -trace boot -noPrepReboot -traceFlags BASE+CSWITCH+DRIVERS+POWER -resultPath C:\TEMP For shutdown tracing: xbootmgr -trace shutdown -noPrepReboot -traceFlags BASE+CSWITCH+DRIVERS+POWER -resultPath C:\TEMP For Standby+Resume: xbootmgr -trace standby -traceFlags BASE+CSWITCH+DRIVERS+POWER -resultPath C:\TEMP For Hibernate+Resume: xbootmgr -trace hibernate -traceFlags BASE+CSWITCH+DRIVERS+POWER -resultPath C:\TEMP replace C:\TEMP with any temp directory on your machine as necessary to store the output files All of these will shutdown, hibernate, or standby your box, and then reboot to finish tracing. Once Vista does reboot, log back in as necessary and once the countdown timer finishes, you should now have some tracing files in C:\TEMP. If asked, upload or provide the file(s) generated in C:\TEMP (or the directory you chose) on a download share for analysis.
    1 point
  37. Yes. As a matter of fact, you can do it with any system configuration type. You just need to know where your Vista/XP boot files are. Your boot files will be on your active partition. Just go to your active partition and copy the boot files mentioned to your recovery partition. For those who know what we're talking about, there is no need to modify BCD. As a matter of fact, you should NOT modify BCD with bcdedit. Reason is, it doesn't matter where you put BCD, it will know where your Vista is installed. Thus, copying it from active partition to recovery partition won't make a difference to the way BCD finds your Vista partition, since it relies on GUID.
    1 point
×
×
  • Create New...