Leaderboard
Popular Content
Showing content with the highest reputation on 10/28/2024 in all areas
-
2 points
-
2 points
-
I think you meant NTLite. Yes, I agree 100% with you. I had the most terrible experiences with NTlite, including my further damaged eyes with pitiful UI and fonts. If he's a gamer, no. It's too old. 2018 is the bare minimum.2 points
-
If you live in one of those dreaded Soviet "apartment" barracks, then make a dedicated power line which feeds only the PC, the same for your dishwasher, etc.2 points
-
Nevertheless,10 amps is too low, I can only assume it could be one of those barracks the Soviets left behind throughout the whole Eastern Europe. I saw quite a few of them, we took cover in those while on a mission. What can I say, the wiring there is terrible, no wonder, It's not even copper. It's a very cheap aluminium. So yeah, 6.3 Amps or 10 is the best they could probably handle, though I doubt about 10.2 points
-
For me, it was the main, big capacitor Dell used on the board, it had a huge leak. The name was "Elite", judging by the name, it's something very cheap to cut the costs. Dell is known for that. So I replaced with another cap, took from my old Philips TV, it worked like a charm. * worked even despite being a bit of lower voltage.2 points
-
What good this "advice" could be if you never give what to study on? That dubious method with the cipher changes you took from the JA4 developer article (I linked to, it's a public, non-secret, common knowledge). So, I don't see anything to "study on" from you, again. Please stop with the patronising, useless posts and show us something useful, finally. Thanks. (as of now, for nothing).2 points
-
Thank you very much for all of this. I wanted to share some points: 1) Wheels that work in my setup taken from original PythonXP (some in different folders, so check): cffi-1.14.6-cp38-cp38-win32.whl cryptography-3.4.8-cp38-cp38-win32 lxml-4.9.1-cp38-cp38-win32.whlnumpy-1.24.0.dev0+481.gb89a1d2-cp38-cp38-win32.whl matplotlib-3.3.4-cp38-cp38-win32.whl ---> installing this one gets the latest pillowl opencv_python-4.7.0.72-cp38-cp38-win32.whl psutil-5.6.7-cp38-cp38-win32.whl pyjq-2.5.2-cp38-cp38-win32.whl sip-6.6.2-cp36-abi3-win32.whl sip-6.6.2-cp37-abi3-win32.whl wxPython-4.2.1a1-cp38-cp38-win32.whl zstandard-0.18.0-cp38-cp38-win32.whl 2) tcl8.6 and tkl8.6 (as in zorba's and cmalex folders) don't work. Doing the following seems to make the trick: move root\wish86t.exe and root\tclsh86t.exe into root\TCL\tclsh86t.exe and root\TCL\wish86t.exe move the following folders from root\TLC to root\Lib (only files get left in TLC) dde1.4, itcl4.2.2, nmake,reg1.3, sqlite3.36.0, tlcl8, tdbc1.1.3, tdbcmysql1.1.3, tdbcodbc1.1.3, tdbcpostgres1.1.3, tdbcsqlite31.1.3, thread2.8.7, tcl8.6, tk8.6 Cheers!1 point
-
WinReducerEx is way more powerful than nLite. Being more powerful, it's not as easy to learn as nLite. If you are serious about customizing your own Windows Experience, then WinReducerEx is a MUST-HAVE. I use the FREE version! But I also do a THREE-PASS process to get Win10 to my liking. First pass is WinReducerEx, second pass is NTLite (not nLite, but NTLite, there's a difference), third and final pass is another WinReducerEx. I would likely only require ONE pass if I paid for WinReducerEx. All I really know is that my process "works" and if it ain't broke, don't fix it, lol. I use an OLDER version of WinReducerEx. So perhaps even a newer version would get everything to my liking in ONE pass. I've not experimented with 22h2 versus 23h2. Mainly because I get older versions from work and I've not bumped into anything requiring anything "newer" than LTSB 2016. The non-LTSB/LTSC versions of Win10 (ie, the ##h# versions) require much more work to tidy up, but it is not that difficult. But there is a learning curve and YOU WIN IN THE END1 point
-
If there's multiple windows open in the program that's (for example) first on the taskbar and one of them is focused (except for the first window, in which case it doesn't matter), pressing WIN+1, does not switch to the first window in the list, but instead tries switching to the one that's already focused. Win11 23H2 (22631), SAB 3.8.121 point
-
No, that doesn't mean I've done anything wrong at all . In case of calling up the about:preferences#privacy page, then opening the native "Manage Cookies and Site Data" popup and deleting a cookie, seriously, what can you do wrong? Absolutely nothing! Anyway! I can't confirm your statement. When deleting a cookie in Mypal 68.14.4b, even in a fresh, untouched profile, I always get the same error message: Services.lsm is undefined ClearDataService.jsm:488 deleteByHost resource://gre/modules/ClearDataService.jsm:488 It was just a kindness on my part to point this error out to you. And so that you can get a better impression of the error, I have this for you: So, what can you do wrong when deleting a cookie?1 point
-
I am considering making an XP compatible build of Electrum the BitTorrent client as a Windows executable. The whole thing is written in pure Python, so I compilation of C++ code is not required. All the dependencies like pyqt5 are included with the distribution as pure Python code, so I may not need to install them. Perhaps I am being naive, but I cannot see why Python code should be incompatible with XP as long as the the Python interpreter supports XP. Any insights and suggestions would be appreciated.1 point
-
Perhaps, someone is now wondering what is so special about the "Manage Cookies and Site Data" custom button. The answer is quite simple. There is no functioning extension or toolbar button for the Quantum browser Mypal 68 that can simply call up the native, internal cookie manager only. In contrast to the UXP browsers, the direct call of the corresponding XUL file is unfortunately no longer sufficient because it doesn't work correctly. Call it a bug, an issue or whatever, in any case, it is faulty. This custom button seems to be therefore unique. Contrary to the native popup, to which you first have to click through, It calls up the internal cookie manager by only one click in an own, resizable window. BTW, creating custom buttons for UXP browsers is much easier and much more fun. In the Quantum browser Mypal 68, most things no longer work as easily or at all. Everything is very restrictive and obstructed.1 point
-
@feodor2 Calling up chrome://browser/content/preferences/siteDataSettings.xul directly does not show the most recent cookie database. When calling up the about:preferences page beforehand, the most recent cookie database is shown, and the XUL file call works again correctly. Do you know how to do in JavaScript the same what calling up the about:preferences page does in terms of the cookies? I need the part of the code that is executed by the call to the about:preferences page regarding cookies before I call up the chrome://browser/content/preferences/siteDataSettings.xul file. As I mentioned, I am in the process of creating a Cookie Button which opens the dialogue "Manage Cookies and Site Data". My current version automatically opens the about:preferences#privacy page and three seconds later the wanted dialogue in an own chrome window. This indeed works properly but actually I would like to avoid opening an about:preferences#privacy tab by doing the necessary commands internally via JavaScript. I already tried a lot but without any success. So, any ideas?1 point
-
Ok. I understand that very well. Completing the new version is a much higher priority. But one thing is clear. A bug is a bug. Or call it an issue, an unwanted behaviour or whatever. Regardless of whether you don't consider it important or don't want to fix it. Calling the cookie GUI via its XUL file directly is faulty. I have investigated and documented it in detail. The script is the same, it is heavy obfuscated and refuses to work too if to block the connection to its site, very suspicious so not suitable. No need to block its connection. The script is simply great. Sometimes, one has to trust. Without trust you can't do anything when using software, scripts and similar made by others. Would be great to have document.loadOverlay() back in Mypal 68.1 point
-
For some time now, your swan song to the UXP era can be read in each of your posts here. Very inspiring and helpful.1 point
-
I don't get an error in gkmedias.dll when calling up the qwant.com website in the most recent release of New Moon 28 from today.1 point
-
If I were to report every dirty website that doesn't run properly in UXP browsers, this thread would be completely littered. Apart from that, I consider requests for members to register on such a questionable website to verify login problems to be highly dubious and a no-go. I think rather important and reputable websites should be considered here.1 point
-
Personally, I hope @roytam1 will be able one day to successfully implement a working OAuth2 mechanism in Mailnews. At the moment, I use the free version of OE Classic only for my basic Hotmail/Outlook account. TBH, I haven't expected that Microsoft/Hotmail/Outlook accounts could really be accessed any longer by an email client under Windows XP since last month. Now, I am able again to access my personal Microsoft/Hotmail/Outlook account in a very fast way under Windows XP as it has been before with Mailnews instead of getting upset about a terrible web interface.1 point
-
Just like last time, I have listed your Dutch Language Pack in my Alphabetical list of all posted extensions.1 point
-
<off topic>OE Classic will probably work since I think the login procedure is the same for Hotmail as O365, and it works for O365. I lost access to OE Classic when my old Win 7 work PC's hard drive crashed, and since I was unhappy with OE Classic for reasons I've given elsewhere, I never bothered to try to recover the license. Actually for testing purpose, I installed OE Classic and set up my Outlook account. All in all, it was quite simple if you know what to do exactly. However, New Moon 28 has problems with the Microsoft Login tab which was called up by OE Classic and unfortunately empty. So, I first had to log into my Outlook account via the web interface in New Moon 28. On the second attempt, my account was offered to connect to OE Classic. Here is a screenshot: Now, ir simply works. OE Classic can be used for the basic Outlook email service under Windows XP. Here is a screenshot from OE Classic's interface: Edited 50 minutes ago by AstroSkipper OE Classic is an email client which can be registered in the Microsoft account as a secure email app done by the OAuth2 mechanism of this email client. I'm afraid that won't work with Mailnews until Microsoft classifies this app as secure too. The OAuth2 mechanism in Mailnews must add this app to the Microsoft account as a trusted and secure app. Just my thoughts.1 point
-
Yes. Your file advanced.dtd is not correct. Starting with line 32, you did something wrong. For example, the following entities from line 32 to line 37 are missing: <!ENTITY systemDefaults.label "System Defaults"> <!ENTITY alwaysCheckDefault.label "Always check to see if &brandShortName; is the default browser on startup"><!--XXX--> <!ENTITY alwaysCheckDefault.accesskey "w"> <!ENTITY setDefault.label "Make &brandShortName; the default browser"> <!ENTITY setDefault.accesskey "d"> <!ENTITY isDefault.label "&brandShortName; is currently your default browser"> You should compare your edited file with the original one (chrome\en-US\locale\browser\preferences\advanced.dtd) in the omni.ja file once again. Keep the same structure and don't mix up lines!1 point
-
There's an undocumented setting - Start_LargeFlyoutIcons = (DWORD)1 in HKCU\Software\StartIsBack1 point
-
reported to upstream: https://github.com/roytam1/Arctic-Fox/commit/03d83542dd247f992df7686d681ad4001b3c702d#commitcomment-58898769 ahh this is an old bug that I can't find when it was introduced (so do the content of ask-to-activate inline-frame).1 point
-
1 point
-
1 point
-
such hex sequence is unable to be found in mozjs.dll in palemoon-27.10.0.win32-git-20211023-06f122f42-xpmod.7z. did you replace all DLLs correctly?1 point
-
New NewMoon 27 Build! 32bit https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20211023-06f122f42-xpmod.7z 32bit SSE https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20211023-06f122f42-xpmod-sse.7z 32bit noSSE https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20211023-06f122f42-xpmod-ia32.7z 64bit https://o.rthost.win/palemoon/palemoon-27.10.0.win64-git-20211023-06f122f42-xpmod.7z source repo: https://github.com/roytam1/palemoon27 repo changes since my last build: - import changes from `dev' branch of rmottola/Arctic-Fox: - fix assertion (528f0d0b2) - fix assertion (8ca4607ca) - fix broken assertions (8c64c1865) - fix debug code (6e37f6aa7) - remove broken assertion (090f9987d) - fix assertion according to bug Bug 1328251 (b3835e0c5) - fix debug code (f7a2841e6) - Bug 1226241 - Use a #define instead of a magic number for self-hosted function name accesses. r=jandem (01e2ec474) - Bug 1235656 - Part 1: Set canonical name in self-hosted builtins. r=till (43cbd7cb9) - Bug 912701 - When removing Unicode extension sequences from a locale, ignore similar syntax that might be found in a privateuse component. r=abargull (1524a8b48) - remove broken assert (a93490758) - remove broken assert (0ddc7e143) - fix missing bracket (c4f524729) - Bug 1179924 - Create a more modern JS object holder for cross-thread references to JS objects. r=smaug (0804d24cf) (27926d796) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1176004 - Make jstest's unix task runner a generator; r=sfink (03def3308) - Bug 1175708 - Followup to fix windows jstests.py bustage on a CLOSED TREE; r=meow (b291f8cd0) - Bug 1175636 - Do not spawn a watchdog for each test on Windows; r=sfink (c87370ba8) - Bug 1141283 - Compensate for stackwalk duration and sleep overhead when determining sampler sleep time. r=BenWa (cf155667f) - Bug 1172186 - Make the profiler build standalone. r=mstange (324ec7283) - Bug 1176028 - Use the jstest's task generator directly; r=sfink (6dac9eb7a) - Bug 1176064 - Do processing of the jstest's skiplist inline; r=sfink (af6dd9d06) - Bug 1165054 - Fix inbound bustage due to missing explicit on single arg constructor r=me (b29da4afe) - Bug 1182092 - Try harder to filter out template shapes with indexed properties when making unboxed objects, r=jandem. (2540ff768) - Bug 1180299 - Implement ScopeExit for running actions at the end of a scope, r=Waldo (dd40bb356) - Bug 1180536 - Use mozilla::ScopeExit to clean up Debugger::addDebugge#eGlobal's consistency on failure; r=sfink (3bec89179) - Bug 1170216 - When using the slow-and-standard path in js::SetIntegrityLevel, don't manually call setNonwritableArrayLength afterwards. r=Waldo. (563a26f28) - Bug 1171036 - Change GetLengthProperty slow path to use ToLengthClamped instead of ToUint32. r=Waldo. (c0431c393) - Bug 1170307 - Inline the common path of NonNullObject; use it instead of ReportObjectRequired in the Debugger. r=shu. (ff70c4e1c) - Bug 1167883 - Avoid huge stack frames and stack overflow issues with MSVC PGO builds. r=nbp (a02cdc599) - Bug 1181063 - Use mozilla::IsNaN and mozilla::IsInfinite in Simulator-vixl.cpp. r=Waldo, r=sstangl (552a22923) - Bug 1181152 - Make Trampoline-mips.cpp compile with clang. r=rankov (d3308f445) - Bug 1181581 - Fix some typos in comments. r=jandem (79c5de477) - Bug 1175714 - Watch for baseline frame values with nursery types during OSR, r=jandem. (765346890) (06f122f42)1 point
-
Firefox's libcubeb has been updated and the "Youtube video freeze" fix is now officially part of mozilla-central: https://hg.mozilla.org/mozilla-central/rev/c7768090c505715c543b2a71e42b07fcb905d7a9. Thanks again @roytam1 for submitting it! Let it not be said that MSFN hasn't contributed to upstream!1 point
-
New NewMoon 27 Build! 32bit https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20211016-f355dbe3d-xpmod.7z 32bit SSE https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20211016-f355dbe3d-xpmod-sse.7z 32bit noSSE https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20211016-f355dbe3d-xpmod-ia32.7z 64bit https://o.rthost.win/palemoon/palemoon-27.10.0.win64-git-20211016-f355dbe3d-xpmod.7z source repo: https://github.com/roytam1/palemoon27 repo changes since my last build: - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 774364 - Part 4: Add setRNGState testing function. r=sstangl (648a491f0) - Bug 1206591 - IonMonkey: MIPS32: Move LIRGeneratorMIPS::visitRandom to architecture-specific. r=arai (edcb0fa60) - Bug 1205917 - IonMonkey: MIPS32: Use rshiftPtrArithmetic in clampIntToUint8. r=arai (10e234d60) - Bug 1205921 - IonMonkey: MIPS32: Fix scratch register in MacroAssembler::memIntToValue. r=evilpie (5682d93f1) - Bug 1204604: Check for int32 value, not int32 type, in SIMD.T.{replaceLane,shuffle,swizzle}; r=lth (18dca9450) - Bug 1180763 - Part 1: Add the size of the tenured object to the tenure promotions log entry; r=sfink (456827a5e) - Bug 1180763 - Part 0: Document the size property of entries in the tenure promotions log; r=sfink (96244a8f9) - Bug 1180763 - Part 2: Test the size property of entries in the tenure promotions log; r=sfink (602225219) - Bug 1208867 - Add xxx64 operations to MacroAssembler-none. r=sstangl (c3a8207bf) - Bug 1203964 - Part 1: Move MacroAssembler::rshiftPtr into generic macro assembler. r=h4writer (2c6486a37) - Bug 1203964 - Part 2: Move MacroAssembler::rshiftPtrArithmetic into generic macro assembler. r=jandem (ce3e31ade) - Bug 1203964 - Part 3: Move MacroAssembler::rshift64 into generic macro assembler. r=hev (8f395fad1) - Bug 1203964 - Part 4: Move MacroAssembler::lshiftPtr into generic macro assembler. r=nbp2 (99a45b756) - Bug 1203964 - Part 5: Move MacroAssembler::lshift64 into generic macro assembler. r=sstangl (3bcd9eb5f) - Bug 1136806 - Fix assertion failure with Debugger and oomAfterAllocations; r=shu (efcab9ab7) (3d7e107cc) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1149185 - override GetMessageLoop() r=nical (42bec9405) - Add a "blacklisted" property to d3d11 telemetry. (bug 1187453, r=mattwoodrow) (83bcb0e8e) - Don't create a D3D11 compositor device on content processes. (bug 1183910 part 8, r=bas,mattwoodrow) (c03d496a6) - Bug 1168889 - ContentClientSingleBuffered needs to upload during the transaction. r=nical (35171fe14) - Bug 1176077 - Only recompute PaintedLayer item visibility when display list has changed. r=mattwoodrow (0ea691594) - Bug 1179298. ClientTiledPaintedLayer should allow empty transactions to succeed if it doesn't need to draw anything. r=mattwoodrow (4aaad97b2) - Bug 1169200 - Send OpRemoveTextureAsync before actor destroyed r=nical (86007156c) - Bug 1158838 - Add some gfxCriticalError logging. r=milan (32bf80848) - Bug 1129871 - Avoid copying TileClient when not necessary. r=BenWa (1ac30bcc2) - Bug 1186911 - Fix progressive paint when using tiled-drawtarget. r=nical (87649fb8d) - Bug 1118876 - Add edge padding with DrawTargetTiled. r=jrmuizel (64b12cf6a) - Bug 1157677 - Fix uninitialized members warning in ClientTiledLayerBuffer. r=nical (d11d0da30) - Bug 1151071 - Make sure low-resolution tiles are transparent. r=mattwoodrow (164446378) - Bug 1170390 - Use Optimal2DFormatForContent over OptimalFormatForContent to avoid enum conversions. r=jrmuizel (db7ee2c31) - Bug 1180326 - Part 1: Abstract parts of the client side tiling that we need. r=jrmuizel (0ad7651fe) - Bug 1179987 - Remove painted region from SurfaceDescriptorTiles since it isn't used any more. r=nical (653e9389e) - Bug 1180326 - Part 2: Add support for variable tile sizes. r=jrmuizel (081349a5e) - Bug 1180326 - Part 3: Move repeated code into GetBackBuffer. r=jrmuizel (2e9091ae1) - Bug 1180326 - Part 4: Add new content client. r=jrmuizel (7362d805b) - Bug 1180326 - Part 5: Support HWC with tiling when we only have 1 tile. r=jrmuizel (09ce93b7e) - Bug 1152461 - Don't use tiled layers for overflow:hidden scroll frames. r=tn (804a683a1) - Bug 961887 - Add some reftest fuzz. (dcd707004) - Bug 1186061 patch 1 - Add feature to reftest harness to allow skipping the flush. r=mattwoodrow (8cefe9640) - Bug 1176969 - Disable OMT animation for any frame in a preserve-3d scene rather than only frames whose parent and child are in a preserve-3d scene. r=mattwoodrow (693d0a518) - Bug 1176969 followup - Annotate new reftests as intermittently fuzzy on Mac. (0269d5d8f) - Bug 1176969 followup - Increase error amounts for intermittent fuzzy-if(cocoaWidget). (116039ed0) - Bug 1176969 followup - Mark test as random for now until I have a chance to rewrite it. (8ba561f83) - Bug 1176969 followup - Reorganize the timing of the reftest to make it more reliable. (f3ffc93cd) - Bug 1186061 patch 2 - Disable compositor thread animation of transforms when backface-visibility is hidden. r=mattwoodrow (e67bed9fb) - Bug 1169666 - Mark reftests failing due to scrollbar transparency random on GTK3. r=karlt (0c6080d55) - Bug 1180326 - Part 6: Use SingleTiledContentClient for non-scrollable layers on b2g and OSX. r=jrmuizel (079951f0a) - Bug 1189261 - Mark tile invalid region in coordinates relative to the tile. r=jrmuizel (7e696c911) - Bug 1187619 - Only optmimize FrameLayerBuilder visibility calculations if correct. r=mattwoodrow (05228ad31) - Bug 1190950: Check mappings and surfaces for UpdateFromSurface more robustly. r=mattwoodrow (c00adba10) - Remove the backend flag to TextureClient::CreateForDrawing. (bug 1183910 part 9, r=mattwoodrow) (5df1d964c) - Bug 1135935 - Part 1: Don't implement ISurfaceAllocator for the texture recycler. r=sotaro (bcba93d3d) - Bug 1135935 - Part 2: Merge TextureClientRecycleAllocator into base class. r=sotaro (8f4e7b6b1) - Bug 1135935 - Part 3: Allow overriding of allocations for texture client recycling. r=sotaro (35d7499e9) - Bug 1135935 - Part 4: Move IDirect3DTexture9 allocations and ownership into the TextureClient. r=jrmuizel (e62cf9acf) - Bug 1135935 - Part 5: Add D3D9 texture recycler. r=jrmuizel (8ab85b064) - Bug 1135935 - Part 6: Wait for the compositor to stop using textures before recycling them. r=jrmuizel (ae0c45cfd) (96836f9b3) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1156600 - asmjscache: fix assert when reading metadata file for cache write fails (r=janv) (2b9895e97) - Bug 1173756 - Part 1: Update asmjscache to use PBackground; r=luke (adb326d80) - Bug 1173756 - Part 2: Merge MainProcessRunnable and ParentProcessRunnable; r=luke (b42ffa5f3) - Bug 1173756 - Part 3: Merge File and ChildRunnable; r=luke (961701adf) - Bug 1194555 - Part 0: Cleanup GetReportsState constructor. r=njn (4ae530854) - Bug 1145050 - Fix uninitialized class members in Http2Session. r=hurley (a12a9d372) - Bug 1132357 - remove h2-draft* support. r=mcmanus (24b8f347f) - Bug 986302 - Add memory reporting for HPACK tables r=hurley r=njn (0d2ebae56) - Bug 1123386 - Part 1: Update the clang build script for the most recent clang; r=rail (394f24496) - Bug 1123386 - Part 3: Mark DoNothingCallback::Callback as override in order to fix a build issue in warnings as errors mode (1d236acbf) - Bug 1123386 - Part 2: Temporarily relax the libstdc++ symbol version requirements for Linux static analysis builds; r=glandium (1415a4d90) - Bug 828844 - Add a "system-heap-allocated" memory report on Linux. r=glandium. (eead43b4e) - Bug 1194061 - Implement "system-heap-allocated" reporter for Windows. r=dmajor. (228385cb4) (d0c58681f) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1194555 - Part 1: Remove RunReportersForThisProcess. r=njn (5c745b3ce) - Bug 1145007 (part 1) - Test |residentUnique| in test_memoryReporters.xul. r=erahm. (bc2fa3d30) - Bug 1145007 (part 2) - Add a "resident-peak" distinguished amount and memory reporter on Unix. r=erahm. (007256c58) - Bug 1194555 - Part 2: Remove |explicit| attribute from nsIMemoryReporterManager. r=njn (a0db6068e) - Bug 1203786 - test_memoryReporters.xul should ignore namespaces. r=njn (04e8842aa) - Bug 1194555 - Part 3: Remove |getReportsForThisProcess| from the nsIMemoryReporterManager interface. r=njn (cc3282c7f) - Bug 1194555 - Part 4: Rename GetReportsState PendingProcessesState. r=njn (3dab1b600) - Bug 1194555 - Part 5: Add option for async memory reporters. r=njn (f05ae83da) - Bug 1194555 - Part 6: Run reporters asynchronously. r=njn,jld,ted (d513fcd77) (f355dbe3d)1 point
-
Все открывается. Возможно сайт опять заблокировал РКН, но у меня он открывается без проблем. Everything opens. Perhaps the site again blocked RKN, but it opens without problems.1 point
-
https://www.ssllabs.com/ssltest/analyze.html?d=lurkmore.so&s=172.67.156.114 Cipher Suites # TLS 1.3 (server has no preference) TLS_AES_128_GCM_SHA256 (0x1301) ECDH x25519 (eq. 3072 bits RSA) FS 128 TLS_AES_256_GCM_SHA384 (0x1302) ECDH x25519 (eq. 3072 bits RSA) FS 256 TLS_CHACHA20_POLY1305_SHA256 (0x1303) ECDH x25519 (eq. 3072 bits RSA) FS 256 # TLS 1.2 (suites in server-preferred order) TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 (0xc02b) ECDH x25519 (eq. 3072 bits RSA) FS 128 OLD_TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 (0xcc14) ECDH x25519 (eq. 3072 bits RSA) FS 256 P TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 (0xcca9) ECDH x25519 (eq. 3072 bits RSA) FS 256 P TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA (0xc009) ECDH x25519 (eq. 3072 bits RSA) FS WEAK 128 TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 (0xc02c) ECDH x25519 (eq. 3072 bits RSA) FS 256 TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA (0xc00a) ECDH x25519 (eq. 3072 bits RSA) FS WEAK 256 TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 (0xc023) ECDH x25519 (eq. 3072 bits RSA) FS WEAK 128 TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384 (0xc024) ECDH x25519 (eq. 3072 bits RSA) FS WEAK 256 # TLS 1.1 (suites in server-preferred order) TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA (0xc009) ECDH x25519 (eq. 3072 bits RSA) FS WEAK 128 TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA (0xc00a) ECDH x25519 (eq. 3072 bits RSA) FS WEAK 256 # TLS 1.0 (suites in server-preferred order) TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA (0xc009) ECDH x25519 (eq. 3072 bits RSA) FS WEAK 128 TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA (0xc00a) ECDH x25519 (eq. 3072 bits RSA) FS WEAK 256 there are some cipher suites that old platform NSS supports, you may check if you disabled them via about:config. supported suites with my old platform NSS belows: Cipher Suites (in order of preference) TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 (0xc02b) Forward Secrecy 128 TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (0xc02f) Forward Secrecy 128 TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (0xc030) Forward Secrecy 256 TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 (0xcca9) Forward Secrecy 256 TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 (0xcca8) Forward Secrecy 256 TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA (0xc00a) WEAK 256 TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA (0xc009) WEAK 128 TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA (0xc013) WEAK 128 TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 (0xc027) WEAK 128 TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA (0xc014) WEAK 256 TLS_DHE_RSA_WITH_AES_128_CBC_SHA (0x33) WEAK 128 TLS_DHE_RSA_WITH_AES_256_CBC_SHA (0x39) WEAK 256 TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA (0x16) WEAK 112 TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA (0xc004) WEAK 128 TLS_ECDH_RSA_WITH_AES_128_CBC_SHA (0xc00e) WEAK 128 TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA (0xc005) WEAK 256 TLS_ECDH_RSA_WITH_AES_256_CBC_SHA (0xc00f) WEAK 256 TLS_RSA_WITH_AES_128_CBC_SHA (0x2f) WEAK 128 TLS_RSA_WITH_AES_256_CBC_SHA (0x35) WEAK 256 not quite possible to add TLS 1.3 to old platform NSS since old compilers (MSVC6) can't accept new C/C++ syntax appeared in newer NSS changes. but patches are welcomed. if anyone ported them and want me to merge it, once it is tested with old MSVC6, changes will be merged.1 point
-
1 point