Leaderboard
Popular Content
Showing content with the highest reputation on 04/07/2024 in all areas
-
About: Menu - A custom button for accessing all about: pages via a toolbar menu The About: Menu custom button, created by the well-known developer LouCypher long time ago, is another useful one. It gives the user the opportunity to access any desired about: page by clicking onto the corresponding entry inside a toolbar button menu. This menu contains all entries which are listed on the about:about page, but it is more convenient to access via a toolbar button. Here is a screenshot: I only changed the tool tip text and replaced the image of the toolbar button icon by the one from the Add-ons Manager. I should mention at this point that the button does not work in Serpent 52, but in New Moon 28. Thanks to @dmiranda for reporting! I uploaded the About: Menu custom button as an HTML file for an offline installation. Here is the download link of my modded custom button About: Menu, credits, of course, to its great developer LouCypher: https://www.mediafire.com/file/o931jc1a3e7l9zj/About-_Menu_4-7-24__021410.htm/file Simply open this HTML file in a browser tab and click the embedded custom button link for About: Menu! For the installation of this button, as for all others too, the extension Custom Buttons is required and has to be installed first. You can get it from this post: https://msfn.org/board/topic/183923-extensions-and-custom-buttons-for-uxp-browsers-corrections-modifications-adjustments-and-special-recommendations/?do=findComment&comment=1226328 Greetings from Germany, AstroSkipper4 points
-
If I post custom buttons here, regardless of whether they were created by me or by someone else, or in some cases, modded or fixed by me, then this results in a clear advantage for the user. These custom buttons have definitely been tested by me and are compatible with the Custom Buttons extension and @roytam1's UXP browsers. And most probably compatible with Basilisk and Pale Moon, too. Isn't that a great service?3 points
-
upstream has a thread about this: https://forum.palemoon.org/viewtopic.php?f=3&t=30950 BTW there is no need to PM me, just post it here.2 points
-
Creating this thread was complex and very time-consuming. Right from the start, I paid attention to a good and clear structure. In the first three posts of this thread, I made a clear differentiation between extensions and custom buttons: Introductory post: https://msfn.org/board/topic/183923-extensions-and-custom-buttons-for-uxp-browsers-corrections-modifications-adjustments-and-special-recommendations/?do=findComment&comment=1226243 Extensions: https://msfn.org/board/topic/183923-extensions-and-custom-buttons-for-uxp-browsers-corrections-modifications-adjustments-and-special-recommendations/?do=findComment&comment=1226244 Custom buttons and other articles: https://msfn.org/board/topic/183923-extensions-and-custom-buttons-for-uxp-browsers-corrections-modifications-adjustments-and-special-recommendations/?do=findComment&comment=1226245 All listed entries there have been linked to their corresponding posts. Thus, all is easy to find. In my opinion, that will have to suffice. BTW, such kind of structure is rather rare to find here in this or other forums (actually fora), if I may say so. But thanks for your opinion!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
-
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
-
Thanks! People had been doing that for decades! Of course it's always a risk, warnings are everywhere, including the dedicated topics about the flashing (the only place where one can obtain a modded bios). "the 8600GTS I flashed for him to the Quadro performed a lot better than the 8600GTS before the flash" https://www.overclock.net/threads/8600gt-flash-to-quadro-fx-1700.355437/ Flashing old (only very old generations!) of cards to Quadro is no "lie". Why only old? Because later nVidia made moves against it and issued a physical block. (need to solder some resistors off) Considering the current price of 5 bucks , in my opinion, the risk is worth it.2 points
-
Yep! Got the same loooongish pause before the post finally came through! Probably it checks the words? Anyway, please report there, more reports, probably it gets fixed. https://msfn.org/board/topic/185994-cant-edit-my-first-post-in-thread-error-when-posting-links/2 points
-
2 points
-
2 points
-
I didn't try that modified Chrome, but I found out Opera made by the same cra_ker had connections to Russia's IPs. I have them, but shan't add here because they belong to a site that hosts cra_ks.2 points
-
I'm surprised why it took them so long to kick out that illegal content.2 points
-
1 point
-
Windows Vista is the initial OS to have Snipping Tool, and what it does is just capture a region (or a window, or full screen) to an image file. Of course, it lets you annotate on it before saving it to disk. For XP, there exists many programs for that same purpose. Good examples are IrfanView (version 4.67 at the time of this writing) and ShareX, version 12.0.0.1 point
-
My results (XP Pro SP3) MP68 13.9b: page goes blank after ~1 sec MiniB: page goes blank after ~1 sec 360Redux: page goes blank after ~1 sec --- NM28: DNSSEC and TLS 1.3 OK, Secure DNS and Secure SNI fails Supermium 122: all 4 tests OK1 point
-
Personally, I do not use any Yandex websites or services due to well-known reasons.1 point
-
Apparently, you have not understood my quotes and the conclusion to be drawn from them. Your statement does not correspond to the facts. With the release of NM28XP build 20240406, there were indeed changes, however, all coming from the the UXP platform.1 point
-
Hi there ... it was in fact 68.13.9, but something literally changed recently because I also am now getting the same exact result - opens then right away to a blank page so you can't run the test - I don't know what happened? its the same result in 360 Chrome redux, and Serpent 52 and New Moon, so not the fault of Mypal; would seem, its CF.1 point
-
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
-
I removed that years ago, it is of course now completely useless.1 point
-
yeah thats how I hacked win2000 boot screen: https://www.betaarchive.com/forum/viewtopic.php?p=432529#p4325291 point
-
It would be nice to triage the culprit. Any stardock apps or other customization software?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
-
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 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-20240406-e51c46846-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk55-win64-git-20240406-e51c46846-xpmod.7z repo: https://github.com/roytam1/basilisk55 Repo changes: - ported from UXP: - Issue #2483 - Support DOMMatrix2DInit for addPath (39f5c51c) - Issue #2483 - Slight adjustments for allowing addPath with DOMMatrix (9ca21042) (aa8815704) - ported from UXP: No Issue - Only explicitly enforce GCC SSE2 optimizations when building on Intel 32-bit architectures (2aa7dc26) (78398c69f) - ported from UXP: Issue #2112 - Part 1: Remove Stylo tests (656ee639) (9aeec818f) - ported from UXP: Issue #2112 - Part 2: Stub out Servo functions (88ac168f) (0b8a130c8) - ported from UXP: Issue #2112 - Part 3: Remove --enable-stylo config and conditionals (e777ae5a) (460d10ccd) - import from UXP: Issue #2112 - Part 4: Remove Stylo support for mask-image (b1c92060) (cae5b8370) - ported from UXP: Issue #2112 - Part 5: Remove Servo from forwarding code used by magic pointer classes (a93a7bed) (70b3dc1fa) - ported from UXP: Issue #2112 - Part 6: Remove IsStyledByServo function and callers (10bf8705) (277caed17) - ported from UXP: Issue #2112 - Part 7: Remove Servo CSS Loader support (14764253) (f28c8a549) - ported from UXP: Issue #2112 - Part 8: Remove Stylo Stylesheet Cache (28cd0ceb) (21d37f54c) - ported from UXP: Issue #2112 - Part 9: Remove handling for multiple style backends (b96b733b) (31a5ab92b) - ported from UXP: Issue #2112 - Part 10: Remove remaining Stylo/Servo includes and code (d6852b31) (fec87b3ce) - ported from UXP: Issue #2112 - Part 11: Remove dead off-thread Stylo functions in nsStyleStruct (4b44df79) (593bd142c) - ported from UXP: Issue #2112 - Part 12: Remove reserved Servo bits from node/element flags and event states (f5792e6b) (736bd2e7b) - ported from UXP: Issue #2112 - Part 14: Remove style context source and use rule node directly (9279153a) (da2d83537) - import from UXP: Issue #2112 - Part 15: Remove leftover comment (0b3da59b) (20eb08cd7) - ported from UXP: Issue #58 - Follow-up: Remove Rust binding leftovers (6d154eee) (2a37bf630) - import from UXP: Issue #2111 - Follow-up: Add missing include and fix namespace conflict when building layout deunified (5e34e0e8) (5ff95a1e0) - ported from UXP: Issue #2488 - Part 1b: Move PseudoElementType getter/setter implementation of Element away from header (63076e42) (28459c63c) - ported from UXP: Issue #2488 - Part 2: Remove the DeclarationBlock class and use Declaration directly (4d7bdeda) (9f07cc69f) - ported from UXP: Issue #2488 - Part 3: Remove the StyleSetHandle smart pointer class (4bf43b8f) (a1f0c688f) - ported from UXP: Issue #2488 - Part 4: Remove the RestyleManagerHandle smart pointer class (6803c1f7) (9044a3da4) - ported from UXP: Issue #2488 - Part 5: Remove HandleRefPtr (exclusively used by smart pointer classes) (81f77f18) (975c4ac14) - ported from UXP: Issue #2488 - Part 6: Define and declare CSSStyleSheet cast functions directly in StyleSheet (f0116f51) (ee6fb5056) - import from UXP: Issue #2492 - Standardized use of Emoji Character Properties (69f3b4e1) (18a2b43c0) - import from UXP: Issue #2492 - Don't Assume System Font for Emojis with Suffixes (0d07d437) (67b4ca1fd) - import from UXP: - Issue #2492 - Update TwemojiMozilla.ttf to E15.1 (5c296d7c) - Issue #2492 - Keycap Bug Fixes (d590247b) - Issue #2492 - Transparent Keycap Patch (15f8ca52) (e51c46846)1 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
-
Registry corruption, like I suspected, did you use un-installers, maybe?1 point
-
I think the complaint was not about whether you were able to flash a card, but whether you were able to successfully use said card on Win9x using this modified driver.1 point
-
In theory, those that are "oem" .CAT, should be.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
-
I didn't realise that so many people here are interested in the physics of thermodynamics.1 point
-
I'm 37 degrees Celsius everywhere I go. Indoors. Outdoors. Traveling. Everywhere.1 point
-
Update notification! As already reported , the Root Certificates have been updated and are now from 26-03-2024. Here are screenshots of both updaters: Therefore, my self-created, offline Root Certificate Updaters in the section 11.2.4. Downloads related to Root Certificate Updates (in the first post of this thread) will also be updated if I can somehow trick this crappy forum post editor. Cheers, AstroSkipper1 point
-
Someone (@Maroc) on the "My Digital Life Forums" has provided a link to an up to date Tor for XP. TOR.7z. You can only see his post when logged in.1 point
-
The stylesheets are not intended to be installed completely. You choose what you want to change and what you like. I only use a very few of them. Custom CSS stylesheets must be permanently adapted to new Firefox versions. Stylesheets that worked in a previous version do not necessarily have to work in the subsequent version. Mypal 68 is based on Firefox 68.12.0esr from August 2020. The regular Firefox 68 version (not esr) was released in July 2019. Thus, you have to look mainly for custom CSS stylesheets published from July 2019 to August 2020. Search for tabs_below_navigation_toolbar_fx68.css which depends on tabs_below_navigation_toolbar_fx65.css which in turn depends on tabs_below_navigation_toolbar.css! That means you have to copy all three files into your profile subfolder chrome\CSS and import the tabs_below_navigation_toolbar_fx68.css file only in your userChrome.css file via the following command: @import "./css/tabs_below_navigation_toolbar_fx68.css"; The good is that once you found working stylesheets they will work in Mypal 68 probably forever. Is mostly finished. It is not for public as I have not changed the name from Firefox to Mypal. Replace the string Firefox by the string Mypal in all files using the "replace all"-function of an editor as, for example, Notepad++! This is very easy and can be done in minutes. In any case, your compatriots would surely appreciate a working German language pack for Mypal 68.13.x. Cheers, AstroSkipper1 point
-
Custom CSS scripts to modify the GUI of Mypal 68 Here is a screenshot showing Mypal 68 with the tab bar below the navigation and bookmarks bar: And here is a screenshot showing Mypal 68 with the tab bar on the bottom of the window: All was done by using already existing, custom CSS stylesheets to move the tab bar to a desired position. This time, I only used scripts from CustomCSSforFx. Cheers, AstroSkipper1 point
-
1 point
-
1 point
-
Sorry, I'm maybe mistaken, was this you who wrote you seek them mostly online ? I was kinda interested myself, is there a software you use ? Some batch script to scan for photos from the social sites ? Something similar to the known KGB.FSB project FindFace ?1 point
-
LED square Dell from 2012 in a cheap plastic case, extremely depressing, I couldn't even sleep after that.1 point
-
@UCyborg, I don't know wether it's a good or a bad thing though, esp. in your case. From my own experience, females prefer adventurous males. But then again, maybe it's because of a certain type of the females I usually choose, I dunno. And again, someone who likes down-to-earth folks, would try to force you to have offsprings with them and/or create a family, not suitable for me, but could be very good if you seek exactly this. I can't consult you about males, sorry. From what I read about your country, the local population tends to have more females than males.1 point
-
1 point
-
StartAllBack is a paid upgrade for StartIsBack license holders (like it was with Taskbar Perks upgrade) Newly bought licenses should work with StartIsBack/StartAllBack alike.1 point