Leaderboard
Popular Content
Showing content with the highest reputation on 05/15/2021 in Posts
-
It was available first time, actually, in Pentium 3, but that was pre-9\11 world and this did not fly well and was quickly strike down by EU. https://en.wikipedia.org/wiki/Pentium_III#Controversy_about_privacy_issues After 9\11 right-wingers rig the world and you all should comply and be obedient slave citizen or nine-eleven will happen again. P.S. I long time want to ask, will roytam adapt 29 version of PM? They promise "Google WebComponent" support on they release notes with 29... Maybe this question was asked before, but i never see it. So what will be with 29 for XP?2 points
-
New NewMoon 27 Build! 32bit https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20210515-963b86a51-xpmod.7z 32bit SSE https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20210515-963b86a51-xpmod-sse.7z 32bit noSSE https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20210515-963b86a51-xpmod-ia32.7z 64bit https://o.rthost.win/palemoon/palemoon-27.10.0.win64-git-20210515-963b86a51-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 1158442 - Remove the "Performance Entry buffer size maximum reached" warning; r=baku (98065e0a3) - Bug 1164552 - create new colors in light/dark themes for devtools specifically for rendering graphs in the performance tool. The highlight-* colors in light theme work well for text, less so for rendered blocks and appear very 'bold'. Most of the dark theme graph colors are the same as their highlight-* equivilents. r=vp (a5f33fb22) - Bug 1158731 - Buffer for Performance APIs (Resource Timing, User Timing) should be separeted. r=baku (87d4be360) - Bug 1166494 - Re-add console timestamp and style markers' metadata. r=vp (24c989240) - Bug 1166494 - part2: correctly add labels to console markers and properly add style markers' restyleHints. r=vp (ecf87cff4) - Bug 1166494 - part3: Correctly handle marker definition fields that are described via function rather than array. r=vp (b71b8575f) - Bug 1162662 - Map JS markers to human readable keys, and hide if platform related via (Gecko). r=vp (7526bec84) - Bug 1167006 - Refactor marker details to not handle stack traces explicitly, and move logic into marker utils. Separate out some source link styles. r=vp (5b69886a7) - remove rough hack, shall be introduced later clean witha round like TFF or proper clamping/jittering as with FF 1443943 (91a202517) - Bug 1155761 - User Timing API in Workers, r=ehsan (0b7d3fe7d) (3517c9d90) - import changes from mozilla upstream: - Bug 1167489 and bug 1153672 - Clamp the resolution of performance.now() calls to 5us, because otherwise we allow various timing attacks that depend on high accuracy timers. r=froydnj, a=abillings (aeab359c2) - Bug 1186489. Apply the performance.now() resolution clamping in workers as well. r=froydnj (e56bc3c9a) and changed to 20us as bug 1427870 suggested. (cbb05a977) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1168411 - Disable test_sharedWorker_performance_user_timing.html on B2G debug for intermittent failures. r=RyanVM (844f2ecd9) - Bug 916893 - Patch 1 - Notification on workers. r=khuey,wchen (058a84ae1) - Bug 916893 - Patch 2 - Deal with onclose. Some grammar fixes. r=wchen (19cf84c5a) - Bug 916893 - Patch 3 - Walk up worker chain to find correct window for WorkerNotificationObserver. r=khuey (ee1f0c3fc) - Bug 1190176 - Make LayerScopeWebSocketManager thread safe. r=:djg (92c5ee233) - Bug 1196682 - DebugDataSender is not thread safe. r=kamidphish (6825e5d9b) - Bug 1196682 - fixup static analysis build bustage on a CLOSED TREE; r=me (eccf7b0cc) (2d7e3ad42) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1175138 P1 Make the dom.caches.testing.enabled pref available in workers. r=ehsan (fe47d0e0a) - Bug 1175138 P2 Expose dom.serviceWorkers.testing.enabled to workers. r=ehsan (efab5d0d3) - Bug 1160458 - Part 1: Use the CSP of the principal passed to CreateServiceWorker. r=nsm (4d0a1d742) - Bug 1172948 - Part 3: Add an explicit test case to ensure that authenticated origins that have a non-authenticated parent cannot register a service worker; r=nsm (78b3087c9) - Bug 803537 - XHR crashes in workers and in debug-builds when blob URLs are used from file scheme documents, r=khuey (aa86f77b7) - Bug 1163900 - crash in mozilla::net::nsHttpChannelCacheKey::GetData(unsigned int*, nsACString_internal&), r=jduell (adb5ddb01) - Bug 1147746 - Null check mInterceptListener in HttpChannelChild::ResetInterception; r=jdm (4c8c4e630) - Bug 1157283 - Recreate IPC redirected HTTP channels as necessary after intercepting the request in the child. r=mayhemer (3b144e45e) - Bug 1172884 P1 Properly decode body when intercepted response redirects. r=jduell (f49c37d4f) - Bug 1172884 P2 Add test for synthesizing a redirect to a compressed resource. r=ehsan (823d2122a) - Bug 1160458 - Part 2: Test. r=nsm (02b9fb3a0) - Bug 1169249 - Unregister service worker registration when uninstalling a service-worker-enabled application. Tests. r=baku (5509a19d6) - Bug 1177621 - SharedWorkers should not be shared between a private and a non-private documents, r=nsm (0836234c7) - Bug 1175138 P3 Expose the devtools SW testing flag on workers. r=ehsan (aade20454) - Bug 1173467 P3 Pass private browsing flag into CacheStorage factory methods. r=ehsan (c4d062a80) - Bug 1173467 P4 Add a test to validate Cache in private browsing window. r=ehsan (dde897e69) - Bug 1162487 - Enable the dom.caches.enabled pref in test_chrome_constructor.html; r=baku (2c73e2929) - Bug 1175138 P4 Enable dom.caches.testing.enabled in existing tests. r=ehsan (c453e03fb) - Bug 1175138 P5 Make CacheStorage reject on untrusted origins. r=ehsan (c85424d4e) - Bug 1175138 P6 Add a simple test to verify CacheStorage rejects in http origin. r=ehsan (5832eb99d) - Bug 1179567 - Make ServiceWorker keep its document and window alive; r=baku (1ae847884) - Bug 1179982 - Fix all compile errors in dom/workers on non-unified build. r=mrbkap (d30bece64) (963b86a51)2 points
-
New build of Serpent/UXP for XP! Test binary: Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20210515-e29e57e-uxp-e98338935-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20210515-e29e57e-uxp-e98338935-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-20210515-e29e57e-uxp-e98338935-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.3a1.win32-git-20210515-2ad022d8c-uxp-e98338935-xpmod.7z Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.3a1.win32-git-20210515-2ad022d8c-uxp-e98338935-xpmod-sse.7z Win64 https://o.rthost.win/palemoon/palemoon-28.10.3a1.win64-git-20210515-2ad022d8c-uxp-e98338935-xpmod.7z Official UXP changes since my last build: - Issue #1751 -- Remove cocoa support code from /dom (ca35efb84) - Issue #1751 -- Remove cocoa and uikit widget support code (08da125d9) - Issue #1751 -- Update crashtests (b5ece9f77) - Issue #1751 -- Remove cocoa and uikit gfx and hal support code (1ee35eafa) - Issue #1770 - Fix incorrect reference to event parameter (5c583e905) - Merge pull request 'Fix undefined event error thrown when scrolling on the auto scroll pop-up' (#1771) from FranklinDM/UXP:scroll-wheel-event-work into master (2b7197465) - [network] Fix typo in port blocking range check. (e98338935) No official Basilisk changes since my last build. Official Pale-Moon changes since my last build: - Issue #1865 - Remove mac-specific resources (2e3103d23) - Back-end branch pointer update. (2ad022d8c)2 points
-
It's not that simple as it may seem . This should bother you much more . Have you ever heard about IPT ? It's your unique ID that is generated by all Intel (maybe AMD too) CPUs. I'm not sure about the exact year of it's implementation , but a quick searh reveals that it was there in 2014 already. From Intel's wevsite: "Intel Identity Protection Technology is a built-in security token technology that helps a hardware-based proof of a unique user’s PC to websites, financial institutions, and network services; " . Take this one , for example . It's more than a 6 y.o. old basic/cheap mobile CPU from 2015 and it has this "technology" built in. https://ark.intel.com/content/www/us/en/ark/products/89611/intel-pentium-processor-4405u-2m-cache-2-10-ghz.html It was available in earlier models too , starting from 2013-2014 (at least). Found this one article from 2014 : "this token is built right into the device hardware, it is much more convenient " , funny , huh ? "convenient" for them , right. https://www.askwoody.com/forums/topic/intel-identity-protection-technology/ Outright privacy invasion , a very powerful hardware based tracking tool! But no info anywhere ! Amazing.2 points
-
From my experience , the results may vary with different hardware . You can just place your three modules into that PC and test how fast (or slow) it performs. There are plenty of benchmarking tools. And then you can try placing them in another slots , yes , it can perform quite different . Then try to add 2GB to the rest of them (3x4GB + 2GB). Try NOT to leave corsair in the first slot though , since Corsair tends to develop faulty sectors right at the start of a given module , which will prevent you from booting at all.1 point
-
NUSB includes english systems files replacing whatever os got. I had same issue on finnish Windows 98SE. One option is to manually replace files with right ones from extracted NUSB1 point
-
I thought it a bit strange about the Corsair 'hate' here as my experience with my primary desktop (4 x 2GB XMS3 DR3 1600MHz) has been very good, as I mentioned earlier working without problems since 2016. But prompted by those comments I did some online research on RAM and I did find a significant number of negative reviews from users on both other forums and retailers web sites. That does have to be tempered with the knowledge that Corsair RAM is a top seller, probably the top seller, which necessarily means there are going to be more people complaining if they have a problem. However there does seem to me to be a concerning disproportionate trend over recent years reporting modules failing after comparatively little use than for any other branded RAM. Going back to the main topic of the thread; now I have the alternative new 2 x 8GB modules I also have to decide what to do with, now 3 X 4GB good Corsair XMS 4GB 1600MHz DDR they've replaced. Is it worth replacing the matched 4 x 2GB XMS3 set in the other PC with them ie. will 8GB of RAM dual channel 2GB be usefully out performed by 12GB made up of 2 x 4GB XMS dual channel plus a single as near as is possible matched 4GB one? I suspect I know the answer to the idea of mixing in one 2GB module (14GB) or omitting the single 4GB and using 2 x 2GB matched ones (12GB) instead but its an option so I thought I might as well ask.1 point
-
roytam1, please remove the limitation 4K texture for hardware acceleration. This can return hardware acceleration for Radeon 9500 - X1250 and Intel GMA900 - 3150 graphics cards https://bugzilla.mozilla.org/show_bug.cgi?id=637089 And add opengl32.dll file for SSE2 + , that it would be possible to enable software WebGL on computers with a bad video card https://bugzilla.mozilla.org/show_bug.cgi?id=1193695 https://download.qt.io/development_releases/prebuilt/llvmpipe/windows/ (25-Sep-2014) and rename opengl32sw.dll1 point
-
Personally, if it helps, I never search for drivers by "name". I would start by going to your Device Manager and selecting your Network adapters in question and uninstalling whatever you have installed (Vista default or otherwise). Highlight, right-click, uninstall. After you have uninstalled, now highlight, right-click, and select Properties. Go to the Details tab. Select Hardware Ids. You should see a list of numbers with VEN, DEV, and SUBSYS. Search for a driver using those identifiers and skip trying to find a driver by "name". This is from my WinXP x64 Device Manager -> Network adapters -> right-click Properties -> Details but you should be able to find something similar in Vista.1 point
-
There is an old thread about this on the Pale Moon forum: https://forum.palemoon.org/viewtopic.php?t=14617 The technology involved a NPAPI plugin that could be set to "Never activate".1 point
-
Is it normal that the Palemoon 28 interface becomes unresponsive while executing high CPU JavaScript on single core? Often I encounter a heavy webpage and want to press the stop button or close the tab, but cannot do that until the page has finished running its code. Then sometimes I close multiple tabs or the entire window once it starts accepting input. I also generally feel that the browser milks every bit of system power to itself with other programs feeling sluggish during a full speed file download over SSL. Lately I started running it at /belownornal priority, but that doesn't address the unresponsive GUI. I "upgraded" from Opera and Firefox 27 which felt better, compatibility aside.1 point
-
New regular/weekly KM-Goanna release: https://o.rthost.win/kmeleon/KM76.4.3-Goanna-20210515.7z Changelog: Out-of-tree changes: * update Goanna3 to git 32a8a4473...963b86a51: - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1158442 - Remove the "Performance Entry buffer size maximum reached" warning; r=baku (98065e0a3) - Bug 1164552 - create new colors in light/dark themes for devtools specifically for rendering graphs in the performance tool. The highlight-* colors in light theme work well for text, less so for rendered blocks and appear very 'bold'. Most of the dark theme graph colors are the same as their highlight-* equivilents. r=vp (a5f33fb22) - Bug 1158731 - Buffer for Performance APIs (Resource Timing, User Timing) should be separeted. r=baku (87d4be360) - Bug 1166494 - Re-add console timestamp and style markers' metadata. r=vp (24c989240) - Bug 1166494 - part2: correctly add labels to console markers and properly add style markers' restyleHints. r=vp (ecf87cff4) - Bug 1166494 - part3: Correctly handle marker definition fields that are described via function rather than array. r=vp (b71b8575f) - Bug 1162662 - Map JS markers to human readable keys, and hide if platform related via (Gecko). r=vp (7526bec84) - Bug 1167006 - Refactor marker details to not handle stack traces explicitly, and move logic into marker utils. Separate out some source link styles. r=vp (5b69886a7) - remove rough hack, shall be introduced later clean witha round like TFF or proper clamping/jittering as with FF 1443943 (91a202517) - Bug 1155761 - User Timing API in Workers, r=ehsan (0b7d3fe7d) (3517c9d90) - import changes from mozilla upstream: - Bug 1167489 and bug 1153672 - Clamp the resolution of performance.now() calls to 5us, because otherwise we allow various timing attacks that depend on high accuracy timers. r=froydnj, a=abillings (aeab359c2) - Bug 1186489. Apply the performance.now() resolution clamping in workers as well. r=froydnj (e56bc3c9a) and changed to 20us as bug 1427870 suggested. (cbb05a977) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1168411 - Disable test_sharedWorker_performance_user_timing.html on B2G debug for intermittent failures. r=RyanVM (844f2ecd9) - Bug 916893 - Patch 1 - Notification on workers. r=khuey,wchen (058a84ae1) - Bug 916893 - Patch 2 - Deal with onclose. Some grammar fixes. r=wchen (19cf84c5a) - Bug 916893 - Patch 3 - Walk up worker chain to find correct window for WorkerNotificationObserver. r=khuey (ee1f0c3fc) - Bug 1190176 - Make LayerScopeWebSocketManager thread safe. r=:djg (92c5ee233) - Bug 1196682 - DebugDataSender is not thread safe. r=kamidphish (6825e5d9b) - Bug 1196682 - fixup static analysis build bustage on a CLOSED TREE; r=me (eccf7b0cc) (2d7e3ad42) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1175138 P1 Make the dom.caches.testing.enabled pref available in workers. r=ehsan (fe47d0e0a) - Bug 1175138 P2 Expose dom.serviceWorkers.testing.enabled to workers. r=ehsan (efab5d0d3) - Bug 1160458 - Part 1: Use the CSP of the principal passed to CreateServiceWorker. r=nsm (4d0a1d742) - Bug 1172948 - Part 3: Add an explicit test case to ensure that authenticated origins that have a non-authenticated parent cannot register a service worker; r=nsm (78b3087c9) - Bug 803537 - XHR crashes in workers and in debug-builds when blob URLs are used from file scheme documents, r=khuey (aa86f77b7) - Bug 1163900 - crash in mozilla::net::nsHttpChannelCacheKey::GetData(unsigned int*, nsACString_internal&), r=jduell (adb5ddb01) - Bug 1147746 - Null check mInterceptListener in HttpChannelChild::ResetInterception; r=jdm (4c8c4e630) - Bug 1157283 - Recreate IPC redirected HTTP channels as necessary after intercepting the request in the child. r=mayhemer (3b144e45e) - Bug 1172884 P1 Properly decode body when intercepted response redirects. r=jduell (f49c37d4f) - Bug 1172884 P2 Add test for synthesizing a redirect to a compressed resource. r=ehsan (823d2122a) - Bug 1160458 - Part 2: Test. r=nsm (02b9fb3a0) - Bug 1169249 - Unregister service worker registration when uninstalling a service-worker-enabled application. Tests. r=baku (5509a19d6) - Bug 1177621 - SharedWorkers should not be shared between a private and a non-private documents, r=nsm (0836234c7) - Bug 1175138 P3 Expose the devtools SW testing flag on workers. r=ehsan (aade20454) - Bug 1173467 P3 Pass private browsing flag into CacheStorage factory methods. r=ehsan (c4d062a80) - Bug 1173467 P4 Add a test to validate Cache in private browsing window. r=ehsan (dde897e69) - Bug 1162487 - Enable the dom.caches.enabled pref in test_chrome_constructor.html; r=baku (2c73e2929) - Bug 1175138 P4 Enable dom.caches.testing.enabled in existing tests. r=ehsan (c453e03fb) - Bug 1175138 P5 Make CacheStorage reject on untrusted origins. r=ehsan (c85424d4e) - Bug 1175138 P6 Add a simple test to verify CacheStorage rejects in http origin. r=ehsan (5832eb99d) - Bug 1179567 - Make ServiceWorker keep its document and window alive; r=baku (1ae847884) - Bug 1179982 - Fix all compile errors in dom/workers on non-unified build. r=mrbkap (d30bece64) (963b86a51) * Notice: the changelog above may not always applicable to XULRunner code which K-Meleon uses. A goanna3 source tree that has kmeleon adaption patch applied is available here: https://github.com/roytam1/palemoon27/tree/kmeleon761 point
-
New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rthost.win/boc-uxp/mailnews.win32-20210515-355db4de-uxp-e98338935-xpmod.7z BNavigator Win32 https://o.rthost.win/boc-uxp/bnavigator.win32-20210515-355db4de-uxp-e98338935-xpmod.7z source repo (excluding UXP): https://github.com/roytam1/boc-uxp/tree/custom-older * Notice: the profile prefix (i.e. parent folder names) are also changed since 2020-08-15 build, you may rename their names before using new binaries when updating from builds before 2020-08-15. -- New build of HBL-UXP for XP! Test binary: IceDove-UXP(mail) https://o.rthost.win/hbl-uxp/icedove.win32-20210515-id-f0915f3-uxp-e98338935-xpmod.7z IceApe-UXP(suite) https://o.rthost.win/hbl-uxp/iceape.win32-20210515-id-f0915f3-ia-c642e3c-uxp-e98338935-xpmod.7z source repo (excluding UXP): https://github.com/roytam1/icedove-uxp/tree/winbuild https://github.com/roytam1/iceape-uxp/tree/winbuild for UXP changes please see above.1 point
-
Thanks, that's fascinating stuff! I bought my first PC in 1993 in the Windows 3.1 days, but I never attempted dual booting until I dual booted Windows 98 and Windows 2000, in 2000! I thought that having an NT option would be better for video editing, which I'd just got into, faster and more stable than Windows 98. I waited ages for Windows 2000 to come out because I wanted to wait for FAT32 capability on the NT system, as Windows 98 couldn't use NTFS of course.1 point
-
No, there is not any such limitation for Vista+. There is the need of a "boot" (what the MS guys call "system") volume, i.e. an active, primary partition (which normally would get a C: drive letter) where the boot files must reside (i.e. namely) NTLDR, NTDETECT.COM and BOOT.INI for XP and BOOTMGR and \boot\BCD for Vista, then you can have (say) XP on another volume, let's say D: and Vista in yet another volume, let's say E: (or viceversa, XP on E: and Vista on D:) these other volumes can be either primary partitions or .logical voluems inside extended As an example, I have (or have had) machines with DOS on C: (this is non-negotiable) Windows 98 on D: (and yes, it is possible, though complex to install it this way), NT or 2K or XP on H: and Vista or 7 on G:. jaclaz1 point