Leaderboard
Popular Content
Showing content with the highest reputation on 04/06/2024 in all areas
-
People reported success by re-registering these dlls: softpub.dll, wintrust.dll, initpki.dll, dssenh.dll, rsaenh.dll, gpkcsp.dll, sccbase.dll, slbcsp.dll, mssip32.dll, cryptdlg.dll And reboot, of course, to apply changes.5 points
-
4 points
-
If different machines show the same error, then a programme is most probably the causer which is used on both computers. Just an assumption which has to be proved, of course. Focus on things that you have done the same way on both machines!3 points
-
Custom buttons - An underrated alternative or supplement to extensions Although most custom buttons are old or even very old, many of them do still work in @roytam1's browsers, Basilisk or Pale Moon. These custom buttons have unfortunately fallen completely out of the focus of users. Many don't know them at all or have simply never used them. I think this is a great pity, as they are a simple, resource-saving and therefore efficient way to add missing or advanced functions to browsers in which a compatible Custom Buttons extension can be installed. Most custom buttons are rather specialised and add features to the browser that cannot even be retrofitted with extensions. The reason is very simple, such legacy extensions weren't and won't be developed any longer to the extent that it once was. Only a few are still maintained, and a very few are developed from scratch. In these days, only webextensions are developed. Anyway! In my browser profiles, the Custom Buttons extension is always the first one I install and then all my favourite custom buttons. Only then are all further required extensions installed. Cheers, AstroSkipper3 points
-
Registry corruption, like I suspected, did you use un-installers, maybe?3 points
-
Re-registering of dll files is a very safe and in a lot of cases successful method in Windows XP to fix errors of whatever kind. I use different tools for that. One is the Nirsoft tool RegDllView for doing that in a more convenient way: https://www.nirsoft.net/utils/registered_dll_view.html It offers additional, useful features. All is descibed on its homepage. Another nice, small tool to register or unregister dll files or ActiveX controls is Register Tool: https://www.softpedia.com/get/Tweak/Registry-Tweak/Register-Tool.shtml3 points
-
Personally, I have no problem with something no longer working. But if it also produces error (messages), then it's a completely different story. Get rid of it!2 points
-
I removed that years ago, it is of course now completely useless.2 points
-
TBH, I have known all this for a long time. That's why I listed all these sources in my first post in this thread. BTW, I have forked extensions too and made some fully working again. Not only uBlock Origin Legacy but also, for example, Check My IP Address & Location. But what I am trying to do at the moment is to get back the user's focus on custom buttons which are really great and deserve it.2 points
-
New build of Serpent/UXP for XP! Test binary: Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20240406-3219d2d-uxp-1577c24777-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20240406-3219d2d-uxp-1577c24777-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-20240406-3219d2d-uxp-1577c24777-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-20240406-d849524bd-uxp-1577c24777-xpmod.7z Win32 IA32 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20240406-d849524bd-uxp-1577c24777-xpmod-ia32.7z Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20240406-d849524bd-uxp-1577c24777-xpmod-sse.7z Win64 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20240406-d849524bd-uxp-1577c24777-xpmod.7z Official UXP changes picked since my last build: - Issue #2483 - Support DOMMatrix2DInit for addPath (39f5c51c10) - Issue #2483 - Slight adjustments for allowing addPath with DOMMatrix (9ca2104248) - No Issue - Only explicitly enforce GCC SSE2 optimizations when building on Intel 32-bit architectures (2aa7dc2652) - Issue #2112 - Part 1: Remove Stylo tests (656ee639c5) - Issue #2112 - Part 2: Stub out Servo functions (88ac168f96) - Issue #2112 - Part 3: Remove --enable-stylo config and conditionals (e777ae5a3c) - Issue #2112 - Part 4: Remove Stylo support for mask-image (b1c9206051) - Issue #2112 - Part 5: Remove Servo from forwarding code used by magic pointer classes (a93a7bed47) - Issue #2112 - Part 6: Remove IsStyledByServo function and callers (10bf8705d0) - Issue #2112 - Part 7: Remove Servo CSS Loader support (14764253a5) - Issue #2112 - Part 8: Remove Stylo Stylesheet Cache (28cd0ceb47) - Issue #2112 - Part 9: Remove handling for multiple style backends (b96b733bfa) - Issue #2112 - Part 10: Remove remaining Stylo/Servo includes and code (d6852b3170) - Issue #2112 - Part 11: Remove dead off-thread Stylo functions in nsStyleStruct (4b44df794b) - Issue #2112 - Part 12: Remove reserved Servo bits from node/element flags and event states (f5792e6b64) - Issue #2112 - Part 13: Remove construction context for style structs (cb08fdd1f0) - Issue #2112 - Part 14: Remove style context source and use rule node directly (9279153af8) - Issue #2112 - Part 15: Remove leftover comment (0b3da59bc3) - Issue #58 - Follow-up: Remove Rust binding leftovers (6d154eee11) - Issue #2112 - Follow-up: Fix broken rule node assertion (4cdc0ce964) - Issue #2111 - Follow-up: Add missing include and fix namespace conflict when building layout deunified (5e34e0e81b) - Issue #2488 - Part 1a: nsCSSPseudoClassList should not include any header (d922a18efb) - Issue #2488 - Part 1b: Move PseudoElementType getter/setter implementation of Element away from header (63076e4211) - Issue #2488 - Part 2: Remove the DeclarationBlock class and use Declaration directly (4d7bdedade) - Issue #2488 - Part 3: Remove the StyleSetHandle smart pointer class (4bf43b8fb4) - Issue #2488 - Part 4: Remove the RestyleManagerHandle smart pointer class (6803c1f710) - Issue #2488 - Part 5: Remove HandleRefPtr (exclusively used by smart pointer classes) (81f77f18a0) - Issue #2488 - Part 6: Define and declare CSSStyleSheet cast functions directly in StyleSheet (f0116f51db) - Issue #2492 - Update TwemojiMozilla.ttf to E15.1 (5c296d7c4a) - Issue #2492 - Standardized use of Emoji Character Properties (69f3b4e199) - Issue #2492 - Don't Assume System Font for Emojis with Suffixes (0d07d4377a) - Issue #2492 - Keycap Bug Fixes (d590247b21) - Issue #2492 - Transparent Keycap Patch (15f8ca526c) No official Pale-Moon changes picked since my last build. No official Basilisk changes picked since my last build. My changes since my last build: - css: follow-up Issue #2112 of Servo removal (1577c24777) 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.2 points
-
I assume that some parts of the registry have been damaged, or simply some entries have been deleted by whatever. And TBH, I appreciate tools from Nirsoft. Many of them are inside my repair and first aid folder for troubleshooting and fixing.2 points
-
Driver Store or DRVStore, of course! What about the ones in Catroot folder? I spent a very limited time with XP, on Vista they look the same as on the media, dated 2006 and the such. For example, "windows-legacy-whql.cat" modification date - Sep. 2006.2 points
-
Strange, I never wrote that, perhaps that complainer confused me with someone else. I only answered regarding the chances of flashing. https://msfn.org/board/topic/97786-geforce-67-and-8-agppci-e-driver-edition-for-win98me-by-zak/?do=findComment&comment=1261969 Then he wrote about "could use it for 2K, XP", not a word about 9x. Of course he could use it with XP, 2K! https://msfn.org/board/topic/97786-geforce-67-and-8-agppci-e-driver-edition-for-win98me-by-zak/?do=findComment&comment=1261991 Wow! Think thrice before helping someone.2 points
-
That's why I assumed the registry corruption and/or missing MS Authority certs, this was the first logical thing to think of. If only we had a programme similar to DDU (graphics drivers cleanup), the programme which would reinstall the Asmedia driver cleanly, restoring the original windows registry entries before it.2 points
-
I changed the image links in my article about Pref Toggler due to access problems caused by the image hoster I use. BTW, if you may wonder where the user-selected preferences are stored, it's in a preference of Pref toggler in about.config called extensions.custombuttons.PrefToggler.prefList. I will also add this information to my article.2 points
-
Those that are for the exact machine are stored in System32/DriverStore/FileRepository, on Vista. Could be the same for XP?2 points
-
In theory, those that are "oem" .CAT, should be.2 points
-
And the next one integrated, works 53 55 8B E9 8B DA 8B 55 04 8B 45 00 89 03 8D 8A 01 00 01 00 F0 0F B1 5D 00 75 F1 50 8B C2 F0 0F B1 4D 04 58 75 F5 5D 5B C3 .text:7C9C609E .text:7C9C609E ; =============== S U B R O U T I N E ======================================= .text:7C9C609E .text:7C9C609E .text:7C9C609E sub_7C9C609E proc near ; CODE XREF: sub_7C920072+21p .text:7C9C609E ; RtlInterlockedPushEntrySList+Bp ... .text:7C9C609E push ebx .text:7C9C609F push ebp .text:7C9C60A0 mov ebp, ecx .text:7C9C60A2 mov ebx, edx .text:7C9C60A4 mov edx, [ebp+4] .text:7C9C60A7 mov eax, [ebp+0] .text:7C9C60AA .text:7C9C60AA loc_7C9C60AA: ; CODE XREF: sub_7C9C609E+19j .text:7C9C60AA mov [ebx], eax .text:7C9C60AC lea ecx, [edx+10001h] .text:7C9C60B2 lock cmpxchg [ebp+0], ebx .text:7C9C60B7 jnz short loc_7C9C60AA .text:7C9C60B9 .text:7C9C60B9 loc_7C9C60B9: ; CODE XREF: sub_7C9C609E+24j .text:7C9C60B9 push eax .text:7C9C60BA mov eax, edx .text:7C9C60BC lock cmpxchg [ebp+4], ecx .text:7C9C60C1 pop eax .text:7C9C60C2 jnz short loc_7C9C60B9 .text:7C9C60C4 pop ebp .text:7C9C60C5 pop ebx .text:7C9C60C6 nop .text:7C9C60C7 nop .text:7C9C60C8 nop .text:7C9C60C9 nop .text:7C9C60CA nop .text:7C9C60CB nop .text:7C9C60CC nop .text:7C9C60CD retn .text:7C9C60CD sub_7C9C609E endp .text:7C9C60CD .text:7C9C60CD ; ---------------------------------------------------------------------------1 point
-
@pappyN4 First I put the whole crazy function to this place and 90 90.. out her old place. And voila, this relocation works, just until now with the original function, Dietmar .text:7C9C6000 .text:7C9C6000 ; =============== S U B R O U T I N E ======================================= .text:7C9C6000 .text:7C9C6000 .text:7C9C6000 sub_7C9C6000 proc near ; CODE XREF: sub_7C9201D1+18p .text:7C9C6000 ; RtlInterlockedPopEntrySList+17p ... .text:7C9C6000 push ebx .text:7C9C6001 push ebp .text:7C9C6002 mov ebp, ecx .text:7C9C6004 mov edx, [ebp+4] .text:7C9C6007 mov eax, [ebp+0] .text:7C9C600A .text:7C9C600A loc_7C9C600A: ; CODE XREF: sub_7C9C6000+18j .text:7C9C600A or eax, eax .text:7C9C600C jz short loc_7C9C601A .text:7C9C600E lea ecx, [edx-1] .text:7C9C6011 mov ebx, [eax] .text:7C9C6013 lock cmpxchg8b qword ptr [ebp+0] .text:7C9C6018 jnz short loc_7C9C600A .text:7C9C601A .text:7C9C601A loc_7C9C601A: ; CODE XREF: sub_7C9C6000+Cj .text:7C9C601A pop ebp .text:7C9C601B pop ebx .text:7C9C601C nop .text:7C9C601D nop .text:7C9C601E nop .text:7C9C601F retn .text:7C9C601F sub_7C9C6000 endp .text:7C9C601F .text:7C9C601F ; ---------------------------------------------------------------------------1 point
-
My general rule-of-thumb is to NOT enable things like this until I have a regularly visited web site that leads me toward enabling.1 point
-
Unsure if this is the "only" issue or not. But the :is() CSS pseudo-class requires Chrome v88 or higher -- https://caniuse.com/css-matches-pseudo However, note 4 also indicates that enabling the Experimental Web Platform features flag will provide support for :is() in Chrome v68 thru v87.1 point
-
Yeah, I'm still going through all the errors in the Event Viewer and the plan is to fix them all one by one once and for all on all my systems (the physical one and the VM). Getting rid of those errors in the Event Viewer does feel good and I reduced them all to just 2 (affecting the system running in the VM) but I'll probably open a separate topic about those as I can't wrap my head around those... I mean they seem to be a bit cryptic.1 point
-
Thanks for letting us know, I updated too. About this, I've just noticed from the Event Viewer that I still have lots of crypt32 errors due to the Microsoft Certificate Updater running So I'm just gonna uninstall the Microsoft Auto Certificates Updater component given that not only it's no longer useful but it's even "harmful" in the sense that it would be throwing lots of errors for every time it tries to update the root certificates (and fails) in the background, so I invite anyone who still has this component to go "add or remove programs" -> "windows components" and remove it1 point
-
What's more strange is that this button also appears in places where you cannot open multi-tabs, like Network Connections, Programs and Features and Sync Center for example.1 point
-
This is wrong, Geforce 8 cards don't work under 9x. That post you quote is from 2007 and at that time it was briefly believed they did because those who did the unofficial driver added them to the inf files (but without actually testing any). Nobody ever reported success running any since then.1 point
-
I don't see "admin" by your account. Senior MSFN members don't agree with your opinion. Compatible GRAPHICS CARDS with Windows 9x: GeForce 7 --- AGP & PCIe (Requires UnOfficial Driver) GeForce 8 --- AGP & PCIe (Requires UnOfficial Driver) Quadro Quadro2 Quadro DCC Quadro 4 Quadro FX Quadro NVS https://msfn.org/board/topic/107001-compatible-hardware-with-windows-9x/?do=findComment&comment=7081681 point
-
Thanks to the asmedia asahci32.sys driver together with the disk.sys and partmgr.sys drivers from W2K3, a GPT disk is detected in XP in its full size and can also be formatted, as shown in the following image: The problem, unfortunately, remains that you cannot use the space above 2TB because writing beyond that limit will result in corrupted files.1 point
-
A lot of the best extensions have been forked since Mozilla abandoned XUL extensions. Many on PMs extension list are forked or built new. Then there's TBs extensions and JustOff's. Even Matt (A$$HOLE) Tobin forked a few. Moonchild for a while changed things for PM to only allow installation of extensions containing PMs GUID. He also reversed that since I and many others know how to edit the "install.rdf" files. There are many more useful extensions in the "Classic Addons Archive" built by "JustOff" (hope he's still alive) that need coders to take over and update them and to keep them updated. Being 83 YO it can;t be me. Also I've been using the "custom_buttons-0.0.5.8.9-fixed8-signed" addon since Feb 2020.1 point
-
It probably isn't Microsoft being the bad guy or the good guy, they are probably just about to remove the rest of the taskbar like you said. I think this blog post gives some insight into how they feel about this: https://devblogs.microsoft.com/oldnewthing/20230324-00/?p=1079661 point
-
Check your indexing settings, searching for reg pulls up registry editor for me. You can add custom start orbs, this already exists. The start menu is essentially as it was in Windows 7, this is how Windows 7 behaved. I doubt this will be changed since it works as expected. Right click and shutdown, restart from there. I'm not the dev, but I think he has bigger things to work on right now re: taskbar. Why not just use Open-Shell for this?1 point
-
New regular/weekly KM-Goanna release: https://o.rthost.win/kmeleon/KM76.5.2-Goanna-20240406.7z Changelog: In-tree changes: - app: update NotifyJSRunToCompletionStart call for enigne API changes (f138bbce) - bump KM version for engine API changes (7279d9c8) Out-of-tree changes: * update Goanna3 to git 345f2b82de...6e18ec2b54: - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1255133 - Surface links to external documentation alongside relevant error messages 1/2; r=bgrins (a588f0e279) - Bug 1254194: Add XPCOMUtils.defineLazyPreferenceGetter. r=billm (625f92b590) - Bug 1257042: Remove the worker descriptor for PushEvent and PushMessageData. r=bz (632ff26069) - Bug 1137563 part.1 Implement TextEventDispatcherListener in TextEventInputHandlerBase and IMEInputHandler r=m_kato (a720bf2936) - Bug 1137563 part.2 IMEInputHandler should use TextEventDispatcher r=m_kato (f85440ce2c) - Bug 1137563 part.3 TextInputHandler should use TextEventDispatcher r=m_kato (21c8ce033e) - Bug 1137563 part.4 Implement IMEInputHandler::WillDispatchKeyboardEvent() r=m_kato (147d48d198) - Bug 1137563 part.5 Set charCode of dead key's keypress event on Mac to the dead char r=m_kato (41d03e394d) - Bug 1137565 part.1 Implement TextEventDispatcherListener in IMContextWrapper r=m_kato (a4c16286a4) - Bug 1137565 part.2 IMContextWrapper should use TextEventDispatcher r=m_kato (59865f1e6b) - Bug 1137565 part.3 nsWindow for GTK should use TextEventDispatcher for dispatching keyboard events r=m_kato (56ea1d10fb) - Bug 1137565 part.4 Implement IMContextWrapper::WillDispatchKeyboardEvent() r=m_kato (b9c1e394e9) - Bug 1258153 Initialize mozilla::widget::Native key with actual inputting character if it's created for WM_CHAR r=m_kato (d95afe4565) - Bug 1158264 - Send an observer service event when a service worker intercept a request. r=bkelly (195ab33181) - Bug 1247623 Cancel intercepted channel in more service worker failure cases. r=jdm (8307094514) (017a63c6a7) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 911216 - Part 5: Add --enable-sm-promise configure flag. r=chmanchester (5f7b08bbc2) - Bug 911216 - Part 6: Shim new promise-related Debugger.Object accessors using PromiseDebugging. r=shu (cc71e67632) - Bug 1219757 - Part 0: Remove RegExp.multiline warning. r=till (900d106c4c) - Bug 1219757 - Part 1: Remove RegExp.multiline accessor. r=till (290aa1388e) - Bug 1219757 - Part 2: Remove RegExpStaticsUse parameter from RegExpInitialize. r=till (c81bb1ec3d) - Bug 1219757 - Part 3: Rename Self-hosting regexp_construct_no_statics to regexp_construct. r=till (52b47bfebb) - Bug 1219757 - Part 4: Remove RegExpStatics* parameter from RegExpObject::create. r=till (a2e7692fac) - Bug 1219757 - Part 5: Remove RegExpObject::createNoStatics. r=till (a4e36a6165) - Bug 1219757 - Part 6: Remove multiline parameter from RegExpStatics::reset. r=till (bfea07f1d8) - Bug 1219757 - Part 7: Remove RegExpStatics::multiline and RegExpStatics::setMultiline. r=till (ca2dd7dd7b) - Bug 1238917 - initialize lazySticky in clear function. r=jorendorff@mozilla.com (2b150516b3) - Bug 1219757 - Part 8: Remove RegExpStatics::getFlags and RegExpStatics::flags. r=till (a911e4812c) - Bug 1219757 - Part 9: Remove OBJECT_FLAG_REGEXP_FLAGS_SET flag. r=till (fa4d38b298) - Bug 1219757 - Part 10: Remove HandleObject parameter from JS_NewRegExpObject and JS_NewUCRegExpObject. r=till (2c42fd46c5) - Bug 1219757 - Part 11: Remove multiline parameter from JS_SetRegExpInput. r=till (ca479e0504) - Bug 1219757 - Part 12: Remove JS_NewRegExpObjectNoStatics and JS_NewUCRegExpObjectNoStatics. r=till (26a54d51d7) - Bug 1258314 - Use TraceNullableEdge where appropriate throughout the engine r=terrence (0f067bddc2) - Bug 1258314 - Add internal TraceNullableEdge API r=terrence (e9c99665d6) - Bug 887016 - Part 1: Add native RegExpCreate. r=h4writer (1f8fb65d76) - Bug 887016 - Part 2: Add self-hosting RegExpCreate intrinsic. r=till (48c3be62a8) - Bug 887016 - Part 3: Add LookupOwnPropertyPure. r=jandem (9df42dd053) - Bug 1165053 - Part 0.1: Add PossiblyWrappedArrayBufferByteLength self-hosting intrinsic. r=jwalden (30ec6edd26) - Bug 1165053 - Part 0.2: Inline PossiblyWrappedArrayBufferByteLength self-hosting intrinsic. r=jwalden (8f0ffc5e1e) - Bug 1165053 - Part 0.3: Inline ArrayBufferByteLength self-hosting intrinsic. r=jwalden (102e34e89f) - Bug 1165053 - Part 1: Handle when ArrayBuffer species constructor returns wrapped ArrayBuffer. r=jwalden (faddbcada5) - Bug 1259194 (part 1) - Add 's' prefixes to some statics generated for dom bindings. r=bz. (3384ee607d) - Bug 1259194 (part 2) - Remove XPCWrappedNativeJSClass. r=mrbkap. (18526e3a5f) - Bug 1259194 (part 3) - Remove PopulateJSClass(). r=mrbkap. (b805d201b3) - Bug 1253246 - Handle DebugScopeProxies around unqualified varobjs in setname. (r=jorendorff) (4db4821257) - Bug 1258924 - Reorder DOMIfaceAndProtoJSClass fields to reduce padding. r=bz. (d96c8c00a8) - Bug 1259194 (part 4) - Separate js::ObjectOps from js::Class. r=efaust,mrbkap,bz. (e16737ecbb) - Bug 1260984 (part 1) - Remove ClonedBlockObject::objectOps_. r=jorendorff. (b3c85b351e) - Bug 1260984 (part 2) - Reduce ObjectOps exposure. r=jorendorff. (799a8b6b89) - Bug 911216 - Part 7: Implement ES6 Promises in the JavaScript engine. r=efaust (0e0dbcbd90) - Bug 911216 - Part 8: Properly wrap and unwrap |then| callbacks for xrayed Promises. r=efaust,f=bz (101852ef55) - Bug 911216 - Part 9: Properly handle rejecting wrapped promises in the face of xray wrappers. r=efaust,f=bxuz (bf87dbc46a) - Bug 911216 - Part 10: Support debugger hooks for creation and settling of promises. r=shu (2f3155cd6c) - Bug 911216 - Part 11: Implement all Promise inspection functionality as Debugger getters. r=shu,fitzgen (a3d856acfb) - Bug 1260984 (part 3) - Separate js::ClassSpec from js::Class. r=jorendorff. (8ee3ecb6c9) - Bug 1165053 - Part 2: Implement %TypedArray%[@@species] getter and ArrayBuffer[@@species] getter. r=evilpie (4b0b963aa2) - Bug 1165053 - Part 3: Add SpeciesConstructor tests for TypedArray.prototype.{filter,map,slice,subarray}. r=evilpie (bad7fdc11b) - Bug 1165053 - Part 4: Add SpeciesConstructor tests for ArrayBuffer.prototype.slice. r=lth (b5994f1995) - Bug 1165053 - Part 5: Add native SpeciesConstructor wrapper. r=lth (ad0540cad8) - Bug 1165053 - Part 6: Refactor TypedArrayObjectTemplate::fromArray. r=lth (a9a9816dd1) - Bug 1165053 - Part 7: Call SpeciesConstructor in TypedArray ctors. r=lth (53496be131) - Bug 1165053 - Part 8: Add GetGetterPure. r=lth (203b7da55c) - Bug 887016 - Part 4: Add GetOwnNativeGetterPure. r=jandem (8bdc284a0a) - Bug 887016 - Part 5: Add HasOwnDataPropertyPure. r=jandem (bbc83a59f0) - Bug 1233642 - Part 1: Add IsArray intrinsic. r=efaust (e0a0badcc5) - Bug 1233642 - Part 2: Self-host Array.prototype.concat. r=efaust,bholley (c4a6d51cbe) - Bug 1165052 - Part 1: Implement Array[@@species] getter. r=efaust,bholley (6b08a1a534) - Bug 1165053 - Part 9: Add IsArrayBufferSpecies and avoid calling SpeciesConstructor on normal case. r=lth (027f18a066) - Bug 1165052 - Part 2: Add IsArraySpecies. r=efaust (2dc1eaee19) - Bug 1165052 - Part 3: Add IsWrappedArrayConstructor intrinsic. r=efaust (dbf091125a) - Bug 1165052 - Part 4: Inline IsConstructor intrinsic. r=jandem (2afc1b8696) - Bug 1165052 - Part 5: Inline IsWrappedArrayConstructor intrinsic. r=jandem (fde5fc9539) - Bug 1165052 - Part 6: Implement self-hosted ArraySpeciesCreate. r=efaust (4aca60d0f7) - Bug 1165052 - Part 0: Add throwOutOfMemory testing function and use it instead of Array.prototype.splice in test_oom_reporting.html. r=efaust (1d26a615f1) - Bug 1177488 - use |const char*| for representing async call reasons; r=bz,fitzgen (01faeb7f56) - Bug 1257077 - Implement js::Fixed{Invoke,Construct}Args for args of statically-known count, avoiding js::{Invoke,Construct}Args's fallibility. Also implement js::Any{Invoke,Construct}Args as base classes for args, whether or not their count is statically known. r=efaust (0683ce95f5) - Bug 1256298 - Make DoCallFallback consume a bit less stack space. r=Waldo (26086d80e7) - Bug 1239269 - as lastIndex cannot be negative change it's storage class from int32_t to uint32_t, r=Waldo (31024ee4eb) - Bug 1258711 - Skip the pixel cap when drawing scrollbar tracks or thumbs, since they don't use intermediate surfaces internally to CoreUI, and shouldn't blow up. r=mstange (af468008a0) - Bug 1259224 - Silence some warnings in the mac widget code. r=mstange (8cfba3caae) - Bug 1255214 - Only repaint GTK scrollbar button if its enablement actually changed. r=mstange (e161cc2a26) (532c50e266) - pref: disable gfx.font_rendering.directwrite.use_gdi_table_loading, fix emoji font loading (9d296f9e92) - import from UXP: - Issue #2492 - Update TwemojiMozilla.ttf to E15.1 (5c296d7c) - Issue #2492 - Keycap Bug Fixes (d590247b) - Issue #2492 - Transparent Keycap Patch (15f8ca52) (6e18ec2b54) * Notice: the changelog above may not always applicable to XULRunner code which K-Meleon uses. A goanna3 source tree that has kmeleon adaption patch applied is available here: https://github.com/roytam1/palemoon27/tree/kmeleon761 point
-
New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rthost.win/boc-uxp/mailnews.win32-20240406-7bda12e7-uxp-1577c24777-xpmod.7z BNavigator Win32 https://o.rthost.win/boc-uxp/bnavigator.win32-20240406-7bda12e7-uxp-1577c24777-xpmod.7z source repo (excluding UXP): https://github.com/roytam1/boc-uxp/tree/custom * 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-20240406-id-656ea98-uxp-1577c24777-xpmod.7z IceApe-UXP(suite) https://o.rthost.win/hbl-uxp/iceape.win32-20240406-id-656ea98-ia-93af9a0-uxp-1577c24777-xpmod.7z source repo (excluding UXP): https://github.com/roytam1/icedove-uxp/tree/winbuild https://github.com/roytam1/iceape-uxp/tree/winbuild1 point
-
First thing that comes to mind: Alcohol 120%, Daemon Tools, basically all virtual CD drive software and mounting, emulation tools, virtual drives. Daemon Tools 3.47 works in Windows 98 SE, that's for sure.1 point
-
Seems like they are going after Explorer Patcher too. https://github.com/valinet/ExplorerPatcher/issues/30881 point
-
I just tried to use Win 11 for a day without SAB and while it's now passable because of the taskbar icon ungrouping, SAB just makes things 👨🍳!1 point
-
On the bright side, at least SAB has it's own fwlink: https://go.microsoft.com/fwlink/?LinkId=22647571 point
-
Could this be of help? https://mywindowshub.com/what-are-catroot-and-catroot2-folders-how-to-reset-the-folder/1 point
-
Probably this one will work. https://answers.microsoft.com/en-us/windows/forum/all/microsoft-root-certificate-2011cer/4a6aca92-fa7b-40a2-959d-4c440f3ec91d "Hi my name is Ross, I don't specially know which version is required, however you can install this manually if needed, just download the certificate from Microsoft": https://download.microsoft.com/download/2/4/8/248D8A62-FCCD-475C-85E7-6ED59520FC0F/MicrosoftRootCertificateAuthority2011.cer1 point
-
Some time ago there was a topic with those backed up files, but got deleted/locked very soon. It restored all of the original Microsoft certificate authority to the state of 2011 (XP).1 point
-
1 point
-
Well you can rename setup to NotStartAllBackSetup..exe. No idea why a crude hardblock like that.1 point
-
Out of curiosity and just for my own peace of mind do you plan on removing taskbar functionality from StartAllBack when the classic taskbar code is unworkable or do you think you'll be able to do something like you did with the system tray (which is better than ever now!). Either way you are a brilliant engineer and I really thank you for all you do to make Windows better!1 point
-
Ah, makes sense. Hopefully @Tihiy can save us or at least decrapify the Win 11 taskbar. 🙏 Maybe 24H2 will bring us StartAllBack+....1 point
-
I've bought a few extra licenses because of this. We need a buy me a coffee page.1 point
-
Wrong tray icon display Hi, I apologize for my poor english. In SAB newer version in tray icon, icon showed is not correct (SAB shows 256x256 icon instead 32x32 icon) I attach two screenshot with SAB 3.7.5 (wrong icon showed) and SAB 3.6.13 (correct icon showed) Any ideas? Thank You CORRECT TASK ICON WRONG TASK ICON1 point
-
... FTR, you did not say (rather, write ) the "no sense" part; you actually "said": ; the "no sense" "argument" was brought up by Anbima: ... and it was this "argument" by him the portion of my reply you quoted above was addressing ; just as a disambiguation ... ... If I'm not terribly mistaken , Mozilla were the first to do this thing in their own browser, Firefox, many years ago already: https://bugzilla.mozilla.org/show_bug.cgi?id=1269807 https://www.ghacks.net/2015/10/08/mozilla-announces-the-end-of-npapi-plugins-in-firefox/ https://support.mozilla.org/en-US/kb/npapi-plugins https://support.mozilla.org/en-US/questions/1270346 ... Unless you were referring to the Firefox-based forks "we here" use, which just consolidates my prior argument : Best regards ...1 point
-
I technically don't agree with this 100%. Not saying it's not true, just saying the entire picture cannot be painted with this one brush and this one brush stroke. I'm not referring to .pdf's but "web browsers" in general. The constant push for "new and improved" isn't being led by the "web designer", it's being led by the hype and propaganda behind "security". "Use our browser! It's more secure then theirs. Just look at our upgrade rate relative to theirs, we find and fix vulnerabilities faster then they do. Use our browser!" Paraphrasing, of course. In regards to .pdf's, totally and completely agree! It makes NO SENSE for a web site to host a "viewer" when Mozilla-based started embedding a built-in .pdf viewer in 2011 and Chrome-based started in 2010. One uses HTML5 and .js. The other uses C++. This would have been Firefox 5 and Chrome 7. Where are we at now? I've lost track because they both update 7 times a day (exaggerating, of course).1 point