Leaderboard
Popular Content
Showing content with the highest reputation on 02/24/2023 in all areas
-
Without reading through the whole thread, has Thorium ever entered the conversation? It appears that security patches are just being applied to v109, but I could be wrong.4 points
-
Delay may be reduced by modifying/adding string pref general.useragent.override.youtube.com on about:config page and setting it like so: Mozilla/5.0 (%OS_SLICE% rv:6.0) Goanna/20230219 Firefox/42.0 PaleMoon/32.0.1 I think the main thing is that it contains an ancient Firefox version along with a string it doesn't recognize so it's not 100% sure you're on old Firefox and won't show unsupported browser page, but the rest of their spaghetti code will go through faster that way (or you're being served a faster version, IDK).3 points
-
a: UXP based applications have 2 parts: front-end and UXP engine. front-end code doesn't change frequently (or say, "at all" for BOC related) b & c: IceDove and IceApe is hyperbola's port/rebrand of Thunderbird and Seamonkey to UXP.2 points
-
I bank on an 18yr old XP machine with 360Chrome v13.5 build 1030. I don't have to stretch to do it. Security holes aren't really holes for the most part, just a bunch of hype and propaganda. Being "net savvy" and knowing what you are doing is the key to being "secure", not relying on your browser to "safeguard" you from clicking bad links. Thinking 360Chrome isn't safe enough to do banking on is like thinking XP isn't safe enough to run without anti-virus slowing your system to a crawl. We will always have "two camps". One camp will run anti-virus and feel secure. The other camp will be "net savvy" and feel secure. And BOTH, when done properly, will NEVER GET HIT WITH MALWARE. Here at MSFN, we have members running Win98 and using "vulnerable" web browsers on that Win98 - but they never get hit with malware. We have people on XP, on ME, on 2000, on 7, on Vista, on 8, on 8.1, on 10, on 11, on Ubuntu, on Fedora, on Peppermint, on ReactOS - they're all doing fine without running Chrome 112 or Firefox 110 or Edge 110 or whatever the "cutting edge" is at the moment. This is something we each have to decide for ourselves. What works for me may not work for you. What works for you definitely will not work for me.2 points
-
Here's something I would be interested in, if anyone has any factual data on the matter. I prescribe to the paradigm that OLDER operating systems are more "secure" DESPITE their security holes. I prescribe to the paradigm that "malware authors" don't waste their time targeting 1% of the population but rather instead spend their time targeting 99% of the population (ie, Win10 and Win11). So here's my interest - does malware hit Vista, 7, or XP most frequently? My theory is that XP is hit the least. I'm talking specific malware distributed by simply visiting a web site (ie, you caught it via your WEB BROWSER being "old" vs "new"), not those installed when a user installs a program they downloaded from an untrustworthy source.2 points
-
Of course the sarcastic fellow had no better suggestions. Here’s one: Forget about extended kernel and stick with Windows 10.2 points
-
Well, Chromium is using Windows 10 titlebar, and it doesn't render properly. You can disable Windows 10 titlebar by adding --disable-windows10-custom-titlebar to the "Target:" textbox of Chromium's desktop shortcut.2 points
-
Note: I'm not sure where to put this topic, so I put it here. Hello Everyone, I just write this message to announce that Microsoft pushed very old stuff in Visual Studio Subscription for free. Here is the list of what was added and that may be valuable : Visual Studio 6.0 Plus Pack Disc 1 Visual Studio 6.0 Plus Pack Disc 2 Visual Studio 6.0 Plus Pack Disc 3 ( Contains IE4 in English / Contains Windows NT4 Service Pack ) Visual Studio 6.0 Plus Pack Disc 4 Visual Studio 6.0 Service Pack 5 ( Contains IE5 in English ) Visual Studio 6.0 Service Pack 6 Windows NT Driver Development Kit (DDK) for Windows NT Workstation 3.51 ( Contains files dating from 1995 ) Windows XP Media Center 2005 Update Rollup 2 Symbols Windows XP Service Pack 2 Platform Software Development Kit (SDK) Windows XP Tablet PC Software Development Kit (SDK) 1.7 Windows XP Service Pack 1 Driver Development Kit (DDK) Windows Driver Kit (WDK), version 7.1.0 for Windows 7, Windows Vista, Windows XP, Windows Server 2008 R2, Windows Server 2008, and Windows Server 2003 Windows Server 2003 Driver Development Kit (DDK) Windows Server 2003 R2 Software Development Kit (SDK) Windows Server 2003 with Service Pack 1 Driver Development Kit (DDK) Windows Server 2003 with Service Pack 1 Customer Support and Diagnostics Media - Symbols Disc Windows Mobile 5.0 Software Development Kit (SDK) ( Contains Windows CE 5.0 in some way ) Windows Mobile 2002 Software Development Kit (SDK) Windows Mobile 2003 Software Development Kit (SDK) Windows Mobile 6.0 Standard Software Development Kit (SDK) Windows Mobile 6.0 Professional Software Development Kit (SDK) Visual Studio 2005 Extensions for .NET Framework 3.0 Visual Studio 2005 Software Development Kit (SDK) Visual Studio 2005 Extensions for Windows Workflow Foundation Beta 1.2 Visual Studio Express 2005 for J# Visual Studio Express 2005 for C++ Visual Studio Express 2005 for C# Visual Studio Express 2008 with Service Pack 1 Visual Studio Express 2008 I hope you will find this topic interesting.1 point
-
I will not continue with this project, I have outgrown it. Thank you for all your kind comments, advice, etc. My modified versions are removed - they are unsafe due to sandbox bypass, embeded videos do not work.1 point
-
My initial load time with default agent above is cca. 30 seconds. The one I suggested drops it to cca. 13 seconds. It's been known for a long time YouTube's UI (aka. Polymer) is slow, especially in browsers not implementing Web Components and such.1 point
-
New regular/weekly KM-Goanna release: https://o.rthost.win/kmeleon/KM76.4.7-Goanna-20230225.7z Changelog: Out-of-tree changes: * update Goanna3 to git 7ad90a7dc7..4e6138a54f: - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 966986 - Part 1: Fix format of DataTransfer.getData(text/x-moz-url) and return each text and URL as a separated item on Mac. r=smichaud, vlad (4de2b9ee3f) - Bug 966986 - Part 2: Return true from nsDragService::IsDataFlavorSupported for text/x-moz-url-desc and text/x-moz-url-data on Mac. r=smichaud, vlad (210fb284cc) - Bug 1167834 - Fix -Wwritable-strings warnings in widget/cocoa/. r=smichaud (933fa44bb4) - Bug 1206766 - Show meaningful module offsets in stack traces even when no symbol found. r=spohl (406e2019dc) - Bug 1205399 - Remove some leftover Growl strings. r=mstange (44dd51e2cd) - Bug 1205399 - OS X: Implement disabling Notifications for the site from the native notifications. r=mstange (4c5c3c3c41) - Bug 1208685 - Dedupe alert.css and cleanup alert.js heading. r=bgrins (669f2f5347) - Bug 1208295 - Show an additional action on OS X notifications to open notification settings. r=mstange (4562ca98f5) - Bug 935434 - Make XUL alertNotifcations use dir/bidi parameter by setting the according css direction attribute. Set lang attribute for labels. r=jaws (0e1e045f28) - Bug 1202933, Part 1 - Show the origin for XUL notifications. r=MattN,wchen (836ca78e53) - Bug 1202933, Part 2 - Show the origin for OS X notifications. r=MattN,wchen (468b702443) - Bug 1201397 - New layout of XUL Notifications. r=MattN (1133670c5d) - Bug 1209602 - XUL: Implement disabling notifications for a site. r=MattN (980f441952) - Bug 1218315 - Replace NS_LITERAL_STRING(...).get() with MOZ_UTF16(...) on widget. r=nfroyd (4605f28ee6) - Bug 1221449: Add null ptr check and fix variable shadowing in OSXNotificationCenter.mm. r=spohl (6064ea34ec) - Bug 1052776 - fix role=alert usage and ensure alert events fire, r=MattN (45cb398d87) - Bug 1217621 - Show settings action for XUL notifications. r=jaws (9cb70137c2) - Bug 1205172 - Do Not Disturb Button for Push Notifications on Windows. r=MattN (16b068c676) - Bug 1219458 - Remove the notification animation until we have better transparency support. r=MattN (bcd89030e2) - Bug 1214029 - Use double-quotes for strings in alert.js. r=MattN (a8b2a60ab6) - Bug 1213421 - Truncate long body and title text in notifications. r=MattN (b91c55cb1b) - Bug 1213421 - Follow-up, set the bodyText even when text is not being truncated. r=MattN (47212a10ca) - Bug 1216161 - XUL notifications on Linux can't be closed. r=MattN (0ad4abe149) - Bug 1218781 - Padding on the right side of notifications is missing when an icon is supplied. r=MattN (b0661b491c) - Bug 1218785 - Remove top and bottom margins on images in notifications. r=MattN (fb5f74249c) - Bug 1218780 - Notifications shouldn't use a hand cursor. r=MattN (be6da71ee0) - Bug 1218789 - Close button and gear button are misaligned in notifications. r=MattN (a6d684f008) - fix misspatch (e9a9840e80) - Bug 1148933 - Remove old storageservice.js and tests. r=gps (6308b7230f) - reorder (2095058419) - Don't mix GPU adapters across processes. (bug 1183910 part 10, r=jmuizelaar) (fa313da63d) - Don't attempt to use WARP after D3D11CreateDevice crashes. (bug 1201202, r=bas) (10d8424a75) - Bug 1207437 (part 1) - Don't recompute Windows feature levels. r=dvander. (0b0d3c11a1) - Bug 1207437 (part 2) - Don't re-get D3D11CreateDevice. r=dvander. It's always obtained during gfxWindowPlatform initialization and put into sD3D11CreateDeviceFn. (db99647c33) - Bug 1207437 (part 3) - Fix and disallow warnings in gfx/thebes/. r=dvander. (4cf28c971d) - Bug 1207437 - Extra qualification fixup. (05ab331aaa) - Search for a matching DXGI adapter in content processes. (bug 1225283 part 2, r=jrmuizel) (c1f715dd91) - Add IPC helpers to marshal DXGI_ADAPTER_DESC. (bug 1225283 part 1, r=mattwoodrow) (932804aab6) - Bug 1208465 - Part 1: Fix some reftest annotations. r=jrmuizel (725601b236) - Bug 1208465 - Part 2: Disable using Direct2D when 1.1 is unavailable. r=jrmuizel (2ad1fc80bd) - Bug 1196335 - Disambiguate the strings for scoped gfx reporter and D2D1.1. r=dvander (0cb2c1534c) - Bug 1222569 - fix -Wformat warning in gfxWindowsPlatform.cpp; r=Bas (95f339a567) - Bug 1195844: When checking for old DisplayLink versions, look for a few other DLLs. r=jrmuizel (8a316e876f) - Bug 1197296. Check for errors more during bug testing. r=Bas (21405bfe27) - Don't assume D3D11CreateDevice() gives back non-null devices. (bug 1209268, r=milan) (7208b1e52d) - Bug 1222569 - fix initialization order in gfxWindowsPlatform.cpp; r=Bas (530f2510b7) - Don't use Direct 2D 1.0 if Direct3D11 is using WARP. (bug 1207665 part 2, r=jmuizelaar) (a6f6aef92a) - Bug 1207258 - Give back the ability to run direct write without D2D, but only with a *force* preference. r=dvander (283454081b) - Bug 1097321 - Fix DoesD3D11TextureSharingWorkInternal to handle Intel/AMD configurations. r=Bas (efa1d2eeef) - Bug 1223002 - Always call ReleaseGrFace to balance GetGrFace, even if the face is null. r=jdaggett (06cb8447ba) - Bug 1225125: If all drawing is just clipped out anyway, just push a regular group, blending mode won't matter. r=jrmuizel (78a90991d4) - Bug 1223440 - Implement NativePanZoomController::setIsLongpressEnabled so long-press detection can be disabled during testing. r=kats (b8e31ab26a) - Bug 1202050 - Use UntransformTo in a few more places in APZ code. r=botond (6c43dda3c3) - Bug 1228501 patch 1 - Remove decorations parameter to nsFont constructors. r=jdaggett (ea43ab6167) - Bug 1228501 patch 2 - Remove nsFont::decorations member variable. r=jdaggett (57f9cc2520) - Bug 1228501 patch 3 - Remove nsFont::BaseEquals. r=jdaggett BaseEquals and Equals were made the same by patch 2, so BaseEquals can be removed. (925a469540) - Bug 576927 - Use saturating multiply when calculating zoomed app units to avoid integer overflow. r=roc (ab0caaa9c7) - Bug 1228501 patch 4 - Remove nsStyleFont::CalcFontDifference, which now duplicates the list of tests in nsFont::Equals. r=jdaggett (46523eaf4c) - Bug 1228501 patch 5 - Remove NS_FONT_DECORATION_* constants. r=jdaggett Decorations in Gecko are associated with the CSS 'text-decoration' property, so the constants should live in nsStyleConsts.h, as they largely already do (since the names defined there are the vast majority of the uses). (2895dfb610) (e4c23c8471) - import changes from `dev' branch of rmottola/Arctic-Fox: - remove PM alertTime custom (911dd825ec) - Bug 1208346 - Alert service Do Not Disturb backend. r=jaws (0047051b4e) - Bug 1208346 - Fix manualDoNotDisturb build bustage on Android. r=bustage (39275a49bd) - Add some shadow warnings back (64eb2adf55) - some window fixes by Roy (72e6a9b98e) - remove parameter of DoesD3D11DeviceWork (243dfb24f4) - Bug 1197296. Check the error code of Map. r=bas (9debd274fd) - Bug 1221348 - Part 1: Unify crash signatures. r=jrmuizel (80763d326d) - Bug 1221348 - Part 2: Fix texture sharing detection code on Intel. r=jrmuizel (fb0390850d) - Bug 1097321 - Add layers.amd-switchable-gfx.enabled pref. r=jrmuizel (3963a35cbc) - Bug 720589 - mMatchCounts may be accessed with a nonexisting index. r=neil (fdbdd7e228) - Bug 1224975 - add telemetry for font loading. r=m_kato (013a6e8fc7) - Bug 1188376: Split Hello Telemetry values from general WebRTC r=jib (3887cc3201) - Bug 1198883 - Part 1: Improve ICE candidates telemetry probes. r=bwc (2d02a3d752) - Bug 1198883 - Part 2: Added WebRTC ICE candidates to Telemetry. r+vladan (fa8032043f) - Bug 1201926 - Add support for keyed histograms to Fennec's Telemetry module, r=nalexander (8b96ebf026) - Bug 1213780 - Fix Telemetry reporting repeated hang annotations for Chrome hangs. r=aklotz (afde812b08) - Bug 1128768: Part 4 - Update telemetry to serialize BHR hang annotations; r=gfritzsche (7c1b8f5fa5) - Bug 1215540 - Fix Telemetry reporting repeated hang annotations for Thread hangs. r=aklotz (afed35f06f) - Bug 896740 - Limit the number of chrome-hangs reported to Telemetry. r=vladan (a37ba72225) - missing bits of Bug 932865 - Expose thread hang stats (c19c41ae06) - Bug 1187138 (part 1) - Replace nsBaseHashtable::Enumerate() calls in toolkit/ with iterators. r=froydnj. (ba92a8464f) - Bug 1121040 - Don't send RETURN keypresses to content while a satchel autocomplete entry is selected. r=Gijs,smaug (762efd7cc8) - Bug 1145146 - Remove offensive comment from nsFormFillController r=mak (7a6b0eb4e1) - Bug 1136085 - Part 1 - Don't store & collect subsession histograms on mobile. r=vladan (911084001c) - missing bits of Bug 1023461 - Add HangStack class to support internal string buffer; r=vladan (599bee2150) - Bug 1196381 - Eliminate breakpad dependency in ThreadStackHelper; r=nfroyd r=snorp (ff8a632975) - fix misspatch of 1157282 and 1198883 (9a216ab188) - Bug 1034138 - a. Get native stack for permahangs in BHM; r=snorp (772970d0e0) - Bug 1211411 - Limit the number of thread hang stats reported to Telemetry. r=vladan (fd72bc8b62) - Bug 1219751 - Change the the depth limit of the thread hangs stack to use the 99th percentile. r=gfritzsche (fc59bd7598) - Bug 1133521 - Enable BHR on Beta. r=vladan (2501c6a0ff) - Bug 1219216 - Fix a wrong comment in BackgroundHangMonitor.h. r=gfritzsche (e974320361) - bits of Bug 1134279 - Change Telemetry data producers to use the correct (d00e84b7f3) - bits of Bug 977026 - Part 2: B2G loader (bf1208a73a) - bug 1198450 - Firefox fails to load about:home if Firefox was installed to a folder with non-Latin name r=jimm (c4df06a69e) - Bug 1222167 - fix initialization order in GeckoChildProcessHost; r=jld (6bad274479) - Bug 1141693 - Build and use a PIE plugin-container on Android 5.0+. Based on a patch by Mike Hommey. r=me,glandium (78dc877aec) - Bug 1187533 - Change how Gtk+2 plugin-container is started on Gtk+3 builds. r=billm (93c2b8a1b0) - Bug 1063359 - Unconditionally use -Wl,--no-as-needed when building with GNU ld/gold. r=mshal (643e92ca49) - Bug 971811 - Don't prepend an empty existing DYLD_INSERT_LIBRARIES path when launching the plugin. r=smichaud (c72df0073c) - Bug 1189352: Fix NSPR_LOG_FILE with absolute paths for sandboxed child on Windows. r=bbondy (f4bb51c123) - Bug 1189967 - Be slightly more explicit about some conversions to std::wstring. r=nfroyd (7bec611359) - Bug 1201438: Add non-sandboxed Windows content processes as target peers for handle duplication. r=bbondy (1ca7f499e9) - Bug 1201438 - Fixup for builds with disabled sandbox. (de125d156e) - Bug 1165895: Add NPAPI sandbox rule for the crash server pipe and x64 Temp dir write access. r=bbondy (e9f601912d) - Bug 1202988 - Don't use GetTempPath for flash's mms.cfg hack for low integrity. r=aklotz (b4a0d7f856) - Bug 1225023: Allow Flash Player to create Adobe\Flash Player and Macromedia\Flash Player directories. r=bbondy (c5120afc1d) - Bug 1218681 - add plugin-container standalone process code. The Code associate with ARCH. r=hev (03dfb21776) - bug 1130976 - Flash context menu causes CPOW deadlock with AdBlock Plus, plugins should spin even loop in content process instead of the chrome process r=billm (52f4d33633) - Bug 1157237: Move invocation of async NPP_New to an async task; r=jimm (7b6c1a577e) - Bug 1175147 - Don't do threadsafety asserts for NPN_MemAlloc and friends, r=jimm (b4ce5b33ce) - fix strange misspatch (8a96a61819) - Bug 1219244 - use UniquePtr instead of nsAutoArrayPtr in dom/plugins/; r=aklotz (19fabc55b5) - Bug 1155503: BrowserStreamParent should null out its NPStream pointer and we should check for it; r=jimm (eddb82b8b4) - some crashrep stuff (bb2b046090) - Bug 1192077 - Convert AndroidBridge JNIEnv calls; r=esawin (821453089e) - Bug 554171 - Add plugin thread checks to functions that must only be called on the main thread. r=jimm (f2eb3822da) - Bug 1149358: Ensure that plugin streams are not manipulated by PluginAsyncSurrogate if plugin destruction is imminent; r=jimm (6dd99c94ee) - Bug 1198302 - Ensure that PluginAsyncSurrogate::NotifyAsyncInitFailed properly aborts any PluginAsyncSurrogate::WaitForInit calls. r=jimm (23c1fbfcfe) - Bug 1201239 - Add a proper null check in PluginAsyncSurrogate::NotifyAsyncInitFailed; r=jimm (5d8ff9f8aa) - Bug 1208059: Make nsNPAPIPluginInstance support WeakPtr and modify PluginAsyncSurrogate to use it; r=jimm (174a3166b1) - Bug 1171453: Make ParentNPObjects aware of AsyncNPObject wrappers; r=jimm (92e608831d) - Bug 1217726 - Fix -Wimplicit-fallthrough warnings in dom/plugins. r=jimm (32db26ede8) - Bug 1167720 - Fix invalid window ID provided to GTK3 plugin container children. r=karlt (d8c2de0c19) - Remove Windows-specific synchronous plugin drawing code. (bug 1218688 part 1, r=jimm) (5e4b60ea33) - Remove Linux-specific synchronous plugin drawing code. (bug 1218688 part 2, r=jimm) (edb29f27b8) - Remove Mac-specific synchronous plugin drawing code. (bug 1218688 part 3, r=benwa) (acc6b57b23) - Assert that we do not attempt synchronous painting of windowless Desktop plugins. (bug 1218688 part 4, r=bsmedberg) (c34094b038) - Bug 1195472 - Call Show after Enable on puppet widgets to avoid an assertion when running crash tests. r=aklotz (405ed2c1d1) - Add explicit keyword to AsyncScrollBase constructor to fix static analysis build (bug 1139220 part 6, r=shu) (4cc37b9a3b) - Bug 1146561 - Add back the visibility check for Mac plugins. r=jmuizelaar (91a4a5a8e9) - namespace (9b4919f8fa) - Bug 1217307 - Remove some unnecessary null checks in rest of dom/. r=njn (de5d69880a) - Bug 1225137 - Avoid crash on some platforms if scrollbar fading is enabled and the duration is set to zero. r=spohl (a16954de2f) - Bug 1114554 - Disable NotificationStorage debug logging. r=dholbert (c2722fa4ed) - Bug 1073551 - fix doorhangers to not steal focus unless explicitly opened using mouse or keyboard, r=jaws (be6109cf6d) - Bug 1169629: Add-on install confirmation notification appears anchored to older dismissed anchors. r=dao (684535c7cc) - Bug 1194706: make sure that the notification icons and doorhangers are shown in undocked chat windows too. r=Mossop (68e0ced913) - Bug 1207089 - Telemetry for permission notifications. r=MattN,vladan (ff421236ea) - Bug 1215526 - part 4 - make preprocess-tab-svgs.py report extra dependencies; r=glandium (98b64b5c45) (4e6138a54f) * 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 Serpent/UXP for XP! Test binary: Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20230225-3219d2d-uxp-ba020f4a7-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20230225-3219d2d-uxp-ba020f4a7-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-20230225-3219d2d-uxp-ba020f4a7-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.6a1.win32-git-20230225-d849524bd-uxp-ba020f4a7-xpmod.7z Win32 IA32 https://o.rthost.win/palemoon/palemoon-28.10.6a1.win32-git-20230225-d849524bd-uxp-ba020f4a7-xpmod-ia32.7z Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.6a1.win32-git-20230225-d849524bd-uxp-ba020f4a7-xpmod-sse.7z Win64 https://o.rthost.win/palemoon/palemoon-28.10.6a1.win64-git-20230225-d849524bd-uxp-ba020f4a7-xpmod.7z Official UXP changes picked since my last build: - Issue #2107 - Clean up caret when destroying editor. (cc6b0f11e) - [widget] Properly test for and handle errors in target-surface creation and mapping. (bca689b48) - [DOM] Check whether module load request was already cancelled when a load fails (bc50a7d3c) - [NSS] Update NSS to pick up fixes. (cdda874cf) - Issue #2046 - Move ScopedICUObject into builtin/intl/ScopedICUObject.h (017261964) - Issue #2046 - Move functionality used in the implementation of multiple Intl.* constructors into builtin/intl/CommonFunctions.* (50e3c1f5e) - Issue #2046 - Create helper method to call ICU string conversion methods (eee13d265) - Issue #2046 - Move Intl.NumberFormat functionality into builtin/intl/NumberFormat.* (e7565ff1a) - Issue #2046 - Move NewUNumberFormatForPluralRules next to its only use (6da7d528d) - Issue #2046 - Move Intl.Collator functionality into builtin/intl/Collator.* (53c2f58c5) - Issue #2046 - Move SharedIntlData into its own builtin/intl/SharedIntlData.* files so the world doesn't have to import all shared Intl functionality. (ce98604d2) - Issue #2046 - Move Intl.DateTimeFormat functionality into builtin/intl/DateTimeFormat.* (c981fb13e) - Issue #2046 - Move Intl.PluralRules functionality into builtin/intl/PluralRules.* (ed316832b) - Issue #2046 - Move Intl.RelativeTimeFormat functionality into builtin/intl/RelativeTimeFormat.* (c7dab6c03) - Issue #2046 - Trim builtin/Intl.*'s #include set down to what is required for Intl itself (5ad62567e) - Issue #2046 - Move builtin/Intl.* to builtin/intl/IntlObject.* (5574b06ff) - Issue #2046 - Move various generated files from builtin/Intl* to builtin/intl/*, and add "Generated" to their names for clarity (f8e3f8119) - Issue #2046 - Move the self-hosting of non-constructor properties of Intl to a new builtin/intl/IntlObject.js file (7f2b67f7d) - Issue #2046 - Move Intl.RelativeTimeFormat self-hosted code to a new builtin/intl/RelativeTimeFormat.js file (ae0eddc16) - Issue #2046 - Move Intl.PluralRules self-hosted code to a new builtin/intl/PluralRules.js file (e55cdd19a) - Issue #2046 - Move Intl.DateTimeFormat self-hosted code to a new builtin/intl/DateTimeFormat.js file (38284ba8b) - Issue #2046 - Move Intl.NumberFormat self-hosted code to a new builtin/intl/NumberFormat.js file (a56b9e832) - Issue #2046 - Move Intl.Collator self-hosted code to a new builtin/intl/Collator.js file (45720521c) - Issue #2046 - Move builtin/Intl.js (which now contains only shared functionality) to builtin/intl/CommonFunctions.js (cf2e2ed90) - Issue #2046 - Move a bunch of functions in builtin/intl/CommonFunctions.js into more-specific files, where those functions are only used in a single more-specific file (87eaaee95) - Issue #2111 - Implement CSSStyleRule.selectorText setter (6d3500bb4) - Issue #1382 - Annotate crash with database name when storage connection not closed (6dc8a7d81) - No issue - Improve fallback handling and resolve PATH issues with python clobber command (b7d80962d) - MailNews: Re-check availability of OAuth2 when hostname fields modified. (e8f840bf2) - Issue #2078 - Part 1: Update CSS rule processor to handle :is() and :where() CSS pseudo-classes (453b715ef) - Issue #2078 - Part 2: Rename nsPseudoClassList->u.mSelectors to mSelectorList (0648ec64b) - Issue #2078 - Part 3: Rename nsCSSRuleProcessor::SelectorListMatches to RestrictedSelectorListMatches (14e8922dc) - Issue #2078 - Part 4: Unify selector list matching (1c1473166) - Issue #2078 - Part 5: Ensure :is() and :where() are given proper weights (4ece7873e) - Issue #2078 - Part 6: Replace empty list head with the next non-empty list for forgiving selector lists (6d77f755d) - Issue #1823 - Ensure :host() and :host-context() are given proper weights (ba7e29a05) - Issue #1593 - Follow-up: :host() should not automatically match if we have a non-empty selector list (9bebb3a61) - Issue #1593 - Follow-up: Copy mIsRelevantLink value over rather than calling IsLink (0391e8ab0) - Issue #1593 - Follow-up: Accept only a single selector in the argument of :host/:host-context (9037d5662) - No issue - Refactor FindErrorInstanceOrPrototype (db89c5a05) - [DOM] WebCrypto: Check decoded key type before using it. (0b9698c80) - No issue - Move Has* function definition out of the header file for consistency (03a338570) - Issue #2078 - Follow-up: Move isForgiving check to ParsePseudoClassWithSelectorListArg (53f590538) - Issue #2078 - Follow-up: aPreventComplexSelectors should be passed (83484a34f) - Issue #2078 - Follow-up: Propagate combinator restriction to :is()/:where() (439c671b2) - Issue #2046 - Follow-up: Fix debug assert using old chars definition. (fa014f9e9) No official Pale-Moon changes picked since my last build. No official Basilisk changes picked since my last build. Update Notice: - You may delete file named icudt58l.dat inside program folder when updating from old releases. * Notice: From now on, UXP rev will point to `custom` branch of my UXP repo instead of MCP UXP repo, while "official UXP changes" shows only `tracking` branch changes.1 point
-
But what you also have to remember (at least to the best of my knowledge but I also don't have an interest to hunt it down) is that browsers such as NM27, NM28, St52, St55, et cetera, are never checked for security vulnerabilities and reported to the public like Chrome/Chromium/Edge/Firefox vulnerabilities are.1 point
-
I wrote about email clients in this thread: https://msfn.org/board/topic/184410-xpvista-compatible-clients-for-modern-email-services/?do=findComment&comment=1238445 . I tested IceDove and MailNews. The main diffrence I noticed is MailNews supports Oauth2, IceDove unfortunately not. Oauth2 is an important protocol for authentication. A lot of email service providers use it nowadays as for example Gmail. MailNews is simply great and works with all my email service providers. It can easily enhanced by installing legacy extensions. At least, that's what I did.1 point
-
Well, when it comes to security, you aren't accountable to me or anyone. I'm glad that you made your software available, and that's all I can ask However, I don't 100% agree with the security by obscurity stance that most MSFN board members side with here. Nor do I believe that AV or third party BS will save you either. But some of the holes that have been discovered on Chromium code has actually been exploited on users already. That's how they were discovered. That's also why up until recently I stuck more with Gecko based projects. Nonetheless, just because you think it's all BS, and you've never never been attacked on an old OS and browser, doesn't mean it's not a real thing. Anyway, 360Chrome is very promising. I'll keep using it conservatively on my Vista notebook (which is kept at my girlfriend's so it isn't a daily driver or anything like that), and I'll keep looking for newer backports and projects. Maybe it will be one of yours.1 point
-
Basic network troubleshooting. Verify your current IP, gateway, DNS and subnet. Can you ping gateway? Can you resolve DNS? Know that Windows does not let you use multiple gateways. So if you have WLAN connected and it has a gateway, LAN won't have one and vice-versa. Make sure if you have DHCP on both interfaces that they are not trying to use the same IP range/scope. If you are trying to bridge the networks, you may want to use static IP on the LAN and have WLAN on dynamic.1 point
-
I'm sure you've read the forum rules, specifically Rules 1 and 4e (to cover the bases).1 point
-
Good News! @feodor2 has just released a nightly build of Mypal 68.13.0. It's not beta or final, presumably less stable, but is supposed to have a much more up-to-date JS engine. Here is a link to the issue on GitHub: https://github.com/Feodor2/Mypal68/issues/160 and the direct download link of the release: https://mega.nz/file/FfhCVaZJ#7Yt5Ai8lAz-KeGXBiNnfFcS61-5YVdztKxlPYdq7ZZg I am so glad to see progress in development of Mypal 68 despite the difficult circumstances. And then, an official release will come soon, presumably. Cheers, AstroSkipper1 point
-
Living in India, I'm Raniyah. I am a self-inspired blogger and I love writing on topics related to smartphones and other technical stuff. I use Windows 10 as my desktop OS and but I don't have sound knowledge about Windows OS. So, I need assistance when I'm in trouble. I hope this place would be the ideal place for it1 point
-
1 point
-
New Moon has it like this as default: Mozilla/5.0 (%OS_SLICE% rv:60.0) Gecko/20100101 Firefox/60.0 Page load is still ridiculously slow compared to modern browsers...1 point
-
That doesn't mean that I don't want my browser to be as secure as possible. Ideally, I'd like to bank on my notebook. That's not a stretch. If you look at ghacks, or anywhere Chrome releases are profiled, and you look at the number of security exploits and zero-day patches that are issued with each release, it's worse than Windows by a GREAT DEAL. That's not beating a dead horse at all. That's precisely why I was interested in that new v110 backport. However, I'll have to wait.1 point
-
What exactly are you working on? Is this to be similar project to KernelEx for Windows 98? So far, I've seen you focused on at least 3 different versions of Windows. Do you have a demo or screenshots of something you can show some sort of progress that you're making? I think you'd be apt to get a lot more people onboard to help you if you showed what you're working on, that it does work to an extent, and that you're not just stringing them along.1 point
-
It has here at MSFN but I don't recall if it was on any Win7-specific thread or not.1 point
-
You shouldn't be missing out on anything. "Upstream" version history notes are literally "foreign". You would basically need to stumble upon one web site out of a few hundred thousand web sites to ever accidentally discover a difference. And most of the later versions only "improved" their telemetry-taking and we axe the telemetry anyway.1 point
-
Please check the link for 112 in first post, it's linked to 111 version too, only working with copy-paste link text.1 point
-
This is just freakishly funny ! What's the purpose of the *supposed to be secure* software that updates itself via non-secure http !??!?1 point
-
1 point
-
Kstubs825 does not behave properly as it confuses User32 with Uxtheme as see in the Kstub07.zip. Evidence in upload zip and Ktree11 picture. As can be see in picture that there is no reference to Uxtheme for UnregisterTouchWindow and Kstub824 in the log zip redirects all 3 Touch Window functions from their rightful caller :- User32. KSTUB07.zip1 point
-
Try to boot your Vista in safe mode (F8), then disable the services ".net runtime optimization". If it doesn't help, uninstall the net 4.8 and install 4.5 or 4.5.1 (if you need the Net at all).1 point
-
1 point
-
My bigger concern is the security holes in the Chromium code that are reported by the week. That is a legitimate concern. So far I haven't noticed any site compatibility issues. I'm using this build on a Dell Inspiron 1420 Notebook running Vista Home Basic.1 point
-
@kubadmck Here is first try. For win7 bit64 I have never done this hack before, so may be, that you get endless loop Dietmar https://ufile.io/mtx2ub7j1 point
-
I forgot that Steam was 32-bit based. At least I also have 7 and 8.1 on my laptop to play it until it works with Vista and XP x64 (through one-core api)1 point
-
PHP 8.1.2 working! Didn't tested newer PHP versions, but when I run XAMPP Apache now don't crash, and puting a php file with the phpinfo function at least work fine. I think there are still missing some 32 bits functions, maybe fixing them could we get Skype Client and similar PWA's with 32 bit only support. Here is brave x86 as an example of this. brave.exe - Entry Point Not Found The procedure entry point GetThreadGroupAffinity could not be located in the dynamic link library KERNEL32.dll. And, another thing, Python 3.7+ x86 apps, would work or could be done something for these apps? As I remember, in a previous release (released before 2022's summer) NVDA 2022.1 partially worked, just remote_helper crashed so it couldn't read properly html documents and web pages. It also required Win7SuperVerFix spoofing and also build number. I'll also test Zulu JDK 13 or 17 x86 and check if it work, it would be required for Java Access Bridge in modern JDK. Regarding hardware support, I just expect a modified Acpi.sys so the BSOD "This PC is not ACPI compliant" would be solved, and an NVMe driver working in Vista (the one posted on some topics is not working). I'm testing some Firefox stuff, at least Librewolf 105 don't throws the error but it don't start. Maybe I'll need to reinstall SHA2 stuff?1 point
-
It has passed its objectives after months of development and testing, so it is now released, with the objective of the enhanced compatibility and driver support.1 point
-
This is a part of DirectX 11.2 runtime which is available in Windows 8.1 and newer.1 point
-
i have vista home premium x64 on my Toshiba netbook(64-bit atom era) and it runs fine even with Aero. that laptop is maxed out.(afaik all netbooks max out at 2GB of ram) even the extended kernel works fine.1 point