Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/02/2021 in all areas

  1. New build of Serpent/UXP for XP! Test binary: Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20211002-f94c0da-uxp-71e99f28a-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20211002-f94c0da-uxp-71e99f28a-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-20211002-f94c0da-uxp-71e99f28a-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.4a1.win32-git-20211002-ba47fad4d-uxp-71e99f28a-xpmod.7z Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.4a1.win32-git-20211002-ba47fad4d-uxp-71e99f28a-xpmod-sse.7z Win64 https://o.rthost.win/palemoon/palemoon-28.10.4a1.win64-git-20211002-ba47fad4d-uxp-71e99f28a-xpmod.7z No official UXP changes since my last build. No official Basilisk changes since my last build. No official Pale-Moon changes since my last build. My changes since my last build: - webextensions: remove tele leftover (0104a9cd3) - Split aData into smaller chunks to avoid going over the IPC message size limit (1335989). (e84c7ab0c) - Use a release assert in EnumSerializer::Write (1356392). (e79847e7b) - [WebRTC] updated to upstream branch 49 and related. (a3239eaa4) - [WebRTC] fix merge error (71e99f28a) * Notice: From now on, UXP rev will point to `custom` branch of my UXP repo instead of now-dead MCP UXP repo, while "official UXP changes" shows only `tracking` branch changes. MCP Basilisk/Pale-Moon rev after datecode will be removed later.
    5 points
  2. Updated links (first post of this thread) for my v11, v12, and v13 rebuilds. Regular and Ungoogled.
    3 points
  3. New regular/weekly KM-Goanna release: https://o.rthost.win/kmeleon/KM76.4.5-Goanna-20211002.7z Changelog: Out-of-tree changes: * update Goanna3 to git 45e41b763...2131e4376: - import changes from `dev' branch of rmottola/Arctic-Fox: - avoid warnings even if we don't support unified search properly (708640220) - Bug 394686 - passwordmgr: Throw Components.Exceptions and Error instead of strings. r=MattN (4749d8a37) - Bug 394686 followup, add missing quote (4317fc7b0) - Bug 1135451 - fillForm() cleanup part B: remove _notifyFoundLogins() and passwordmgr-found-logins notifications. Add a new passwordmgr-processed-form for tests. r=MattN (cb5264a02) - Bug 1135451 - fillForm() cleanup part C: remove didntFillReason. r=MattN (855c8cf27) - Bug 1135451 - fillForm() cleanup part D: Use early returns to un-nest logic and make it more obvious that selectedLogin is always set. r=MattN (20f40ea40) - Bug 1135451 - fillForm() cleanup part E: remove didFillForm. r=MattN (14e6d736f) - Bug 1135451 - fillForm() cleanup part F: use early return instead of else blocks. r=MattN (c109a68ea) - Bug 1135451 - fillForm() cleanup part G: move passwordmgr-processed-form notification into a finally-block. r=MattN (98c553a08) - Bug 1135451 - fillForm() cleanup part H: rename isFormDisabled to be obvious as to purpose. r=MattN (1922c9dc7) - leftover (f4f6748f4) - Bug 1167356 - Check return value of DataSourceSurface::Map in RasterImage::CopyFrame. r=Bas (b11604935) - Bug 1173415 - Fix incorrect mask used for nsBidi::mFlags [r=smontagu] (d88fb4c78) - Bug 1174450 part 9c - Rename local var 'orthogonal' to 'verticalAxis' and simplify getting the GetComputedBorderWidth sides. r=jfkthame (aef41bcb0) - Bug 1160789 - Make DrawTargetSkia support subpixel antialiasing for text. r=jrmuizel (be2d727b6) - Bug 1034370 - Make sure we release the SkImageFilter in DrawTargetSkia::DrawSurfaceWithShadow. r=gw280 (6395bf5e8) - Bug 1150944 - Don't force the discrete GPU for skia gl. r=jrmuizel (750947ed5) - Bug 1150944 - Use correct origin for SkiaGL texture backed SourceSurfaces. r=gw280 (d6040598c) - Bug 1169268 - Handle CFHTML data better. r=ndeakin (b0663027a) (5313db75c) - import changes from `dev' branch of rmottola/Arctic-Fox: - bug 1191326 - always initialize ProxyAccessible::mOuterDoc r=lsocks (74ed8d596) - Bug 1156062 part 1a - New nsEditor::SplitNodeDeep variant; r=ehsan (a80d26ece) - minor fix (c1e5c74e3) - Bug 1172216 - Move nsStackwalk to mozglue. r=glandium (971014ffb) - Bug 1156903: Add quirk flag that causes NPN_GetValue(NPNVdocumentOrigin) to return an empty string even when it fails; r=jimm (9508b57b1) - Bug 554178 - Remove unused member variable PluginModuleChild::mUserAgent. r=jimm (a6fda391a) - Bug 1203428 - E10S for device storage API r=cyu (da575f819) - Bug 1150642 - Make mozilla_sampler_save_profile_to_file callable from lldb in Nightly builds. r=jrmuizel (bb98fafd6) - Bug 1136834 - Stop leaking markers in ProfileBuffer. (r=mstange) (b2f5f813a) - Bug 1148069 - Ensure synchronous sampling does not set JitcodeGlobalEntry's generation. (r=djvj) (f5a4dd6a4) - Bug 1181348 - Fix ARM64 toggledCall() under debug mode. r=djvj (4bbbe51a4) - Bug 1181354 - Account for initaliasedlexical in this one weird const cutout in jit::SetProperty. (r=jandem) (472179ea2) - Bug 1181558 part 0 - Remove unused SnapshotIterator constructor. r=jandem (cae21907a) - Bug 1181558 part 1 - Share the machine state between all SnapshotIterators of the same InlineFrameIterator. r=jandem (49e53a014) - Bug 1177922 - Fix a bogus assert on OOM in markSafepointAt. r=nbp (cf26143e7) - Bug 1182060 - IsObjectEscaped: Handle UnboxedPlainObject in guard shape. r=bhackett (35b6c285a) - Bug 1183051: Fix register allocations of Atomics callouts on arm vfp; r=h4writer (42d708374) - Bug 1138693 - Add comments and test. r=jandem (9619e8053) - Bug 1138693 - Add an early quit to the test if TypedObject isn't enabled. r=nbp (f6b04026e) - Bug 1180184 - Support JSOP_TOSTRING used by template strings in baseline JIT. r=jandem (8215c953b) (83aaad87d) - passwordmgr: add back missing part during merge (1be9ac6b8) - import changes from `dev' branch of rmottola/Arctic-Fox: - bug 1172657 - ToInt32's arm asm crashes Apple clang, so #ifdef around the assembly for now. r=waldo (97f26d5b1) - Bug 1185104: Move MOZ_WARN_UNUSED_RESULT to the beginning of function-decls (where it's supposed to be) in jsfriendapi.h. r=tromey (0eb8033a7) - Bug 1146156: Add RR support to js/src/tests/jstests.py. r=nbp (93d4a61c0) - Bug 1174262 - Make jstest dispatch via a generator on Windows; r=sfink (ceaf96eb9) - Bug 1175708 - Eliminate some horrid action-at-a-distance global state in jstests.py; r=sfink (c11a8d622) (6641fc02d) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1164268 - Add some logging to browser_perf-compatibility-05.js, r=me (55c0ed222) - Bug 1166126 - Increase the size of the tag buffer in the profiler. r=mstange (cabe3d690) - Bug 1159486 - Make profiler use the process creation time. r=shu, r=jsantell (4e285c7db) - correctly apply Bug 1287912. r=bz (66644beac) - Bug 1187386 (Part 7) - Eliminate remaining dependencies on a non-null mImage in Decoder. r=tn (b1e3861b6) - Bug 1179451 - Part 1: Rewrite some ternary operators as if/else. r=froydnj (a46f4508f) - Bug 1179451 - Part 2: Fix incorrect return type. r=ehsan (a68ef3d67) - Bug 1179451 - Part 3: Use .get() to assign nsRefPtrs to raw pointers. r=froydnj (59155974f) - Bug 1179451 - Part 4: Don't pass nsRefPtr&& to functions that want raw pointers. r=froydnj (2a7893a33) - Bug 1179451 - Part 5: Delete nsRefPtr<T>::operator T*()&&. r=froydnj (891e019b0) (2131e4376) * 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/kmeleon76
    2 points
  4. New NewMoon 27 Build! 32bit https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20211002-2131e4376-xpmod.7z 32bit SSE https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20211002-2131e4376-xpmod-sse.7z 32bit noSSE https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20211002-2131e4376-xpmod-ia32.7z 64bit https://o.rthost.win/palemoon/palemoon-27.10.0.win64-git-20211002-2131e4376-xpmod.7z source repo: https://github.com/roytam1/palemoon27 repo changes since my last build: - import changes from `dev' branch of rmottola/Arctic-Fox: - avoid warnings even if we don't support unified search properly (708640220) - Bug 394686 - passwordmgr: Throw Components.Exceptions and Error instead of strings. r=MattN (4749d8a37) - Bug 394686 followup, add missing quote (4317fc7b0) - Bug 1135451 - fillForm() cleanup part B: remove _notifyFoundLogins() and passwordmgr-found-logins notifications. Add a new passwordmgr-processed-form for tests. r=MattN (cb5264a02) - Bug 1135451 - fillForm() cleanup part C: remove didntFillReason. r=MattN (855c8cf27) - Bug 1135451 - fillForm() cleanup part D: Use early returns to un-nest logic and make it more obvious that selectedLogin is always set. r=MattN (20f40ea40) - Bug 1135451 - fillForm() cleanup part E: remove didFillForm. r=MattN (14e6d736f) - Bug 1135451 - fillForm() cleanup part F: use early return instead of else blocks. r=MattN (c109a68ea) - Bug 1135451 - fillForm() cleanup part G: move passwordmgr-processed-form notification into a finally-block. r=MattN (98c553a08) - Bug 1135451 - fillForm() cleanup part H: rename isFormDisabled to be obvious as to purpose. r=MattN (1922c9dc7) - leftover (f4f6748f4) - Bug 1167356 - Check return value of DataSourceSurface::Map in RasterImage::CopyFrame. r=Bas (b11604935) - Bug 1173415 - Fix incorrect mask used for nsBidi::mFlags [r=smontagu] (d88fb4c78) - Bug 1174450 part 9c - Rename local var 'orthogonal' to 'verticalAxis' and simplify getting the GetComputedBorderWidth sides. r=jfkthame (aef41bcb0) - Bug 1160789 - Make DrawTargetSkia support subpixel antialiasing for text. r=jrmuizel (be2d727b6) - Bug 1034370 - Make sure we release the SkImageFilter in DrawTargetSkia::DrawSurfaceWithShadow. r=gw280 (6395bf5e8) - Bug 1150944 - Don't force the discrete GPU for skia gl. r=jrmuizel (750947ed5) - Bug 1150944 - Use correct origin for SkiaGL texture backed SourceSurfaces. r=gw280 (d6040598c) - Bug 1169268 - Handle CFHTML data better. r=ndeakin (b0663027a) (5313db75c) - import changes from `dev' branch of rmottola/Arctic-Fox: - bug 1191326 - always initialize ProxyAccessible::mOuterDoc r=lsocks (74ed8d596) - Bug 1156062 part 1a - New nsEditor::SplitNodeDeep variant; r=ehsan (a80d26ece) - minor fix (c1e5c74e3) - Bug 1172216 - Move nsStackwalk to mozglue. r=glandium (971014ffb) - Bug 1156903: Add quirk flag that causes NPN_GetValue(NPNVdocumentOrigin) to return an empty string even when it fails; r=jimm (9508b57b1) - Bug 554178 - Remove unused member variable PluginModuleChild::mUserAgent. r=jimm (a6fda391a) - Bug 1203428 - E10S for device storage API r=cyu (da575f819) - Bug 1150642 - Make mozilla_sampler_save_profile_to_file callable from lldb in Nightly builds. r=jrmuizel (bb98fafd6) - Bug 1136834 - Stop leaking markers in ProfileBuffer. (r=mstange) (b2f5f813a) - Bug 1148069 - Ensure synchronous sampling does not set JitcodeGlobalEntry's generation. (r=djvj) (f5a4dd6a4) - Bug 1181348 - Fix ARM64 toggledCall() under debug mode. r=djvj (4bbbe51a4) - Bug 1181354 - Account for initaliasedlexical in this one weird const cutout in jit::SetProperty. (r=jandem) (472179ea2) - Bug 1181558 part 0 - Remove unused SnapshotIterator constructor. r=jandem (cae21907a) - Bug 1181558 part 1 - Share the machine state between all SnapshotIterators of the same InlineFrameIterator. r=jandem (49e53a014) - Bug 1177922 - Fix a bogus assert on OOM in markSafepointAt. r=nbp (cf26143e7) - Bug 1182060 - IsObjectEscaped: Handle UnboxedPlainObject in guard shape. r=bhackett (35b6c285a) - Bug 1183051: Fix register allocations of Atomics callouts on arm vfp; r=h4writer (42d708374) - Bug 1138693 - Add comments and test. r=jandem (9619e8053) - Bug 1138693 - Add an early quit to the test if TypedObject isn't enabled. r=nbp (f6b04026e) - Bug 1180184 - Support JSOP_TOSTRING used by template strings in baseline JIT. r=jandem (8215c953b) (83aaad87d) - passwordmgr: add back missing part during merge (1be9ac6b8) - import changes from `dev' branch of rmottola/Arctic-Fox: - bug 1172657 - ToInt32's arm asm crashes Apple clang, so #ifdef around the assembly for now. r=waldo (97f26d5b1) - Bug 1185104: Move MOZ_WARN_UNUSED_RESULT to the beginning of function-decls (where it's supposed to be) in jsfriendapi.h. r=tromey (0eb8033a7) - Bug 1146156: Add RR support to js/src/tests/jstests.py. r=nbp (93d4a61c0) - Bug 1174262 - Make jstest dispatch via a generator on Windows; r=sfink (ceaf96eb9) - Bug 1175708 - Eliminate some horrid action-at-a-distance global state in jstests.py; r=sfink (c11a8d622) (6641fc02d) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1164268 - Add some logging to browser_perf-compatibility-05.js, r=me (55c0ed222) - Bug 1166126 - Increase the size of the tag buffer in the profiler. r=mstange (cabe3d690) - Bug 1159486 - Make profiler use the process creation time. r=shu, r=jsantell (4e285c7db) - correctly apply Bug 1287912. r=bz (66644beac) - Bug 1187386 (Part 7) - Eliminate remaining dependencies on a non-null mImage in Decoder. r=tn (b1e3861b6) - Bug 1179451 - Part 1: Rewrite some ternary operators as if/else. r=froydnj (a46f4508f) - Bug 1179451 - Part 2: Fix incorrect return type. r=ehsan (a68ef3d67) - Bug 1179451 - Part 3: Use .get() to assign nsRefPtrs to raw pointers. r=froydnj (59155974f) - Bug 1179451 - Part 4: Don't pass nsRefPtr&& to functions that want raw pointers. r=froydnj (2a7893a33) - Bug 1179451 - Part 5: Delete nsRefPtr<T>::operator T*()&&. r=froydnj (891e019b0) (2131e4376)
    2 points
  5. Note regarding versions: The regular version will have a file name ending in _rebuild_#. Versions with a file name ending in _ungoogled disables embedded Google APIs in much the same way that "ungoogled-chromium" ( https://chromium.woolyss.com/ ) disables embedded Google APIs. The "ungoogled" version is recommended for those that prefer tighter control over a Google-based browser basically giving special treatment to Google cookies and violating user preference settings. A side effect to this approach (which also exists in "ungoogled-chromium") is that the Chrome Web Store is intentionally broken only in as far as the "Add to Chrome" button is concerned. This is great for those that prefer to manually install extensions as opposed to obtaining from the Chrome Web Store. A workaround to restore the "Add to" button (special thanks to @VistaLover for this solution) can be obtained from here -- https://github.com/NeverDecaf/chromium-web-store Mileage may vary, for me this only added the "Add to" button but clicking it only downloaded the extensions .crx (which I personally prefer anyway) as opposed to 'adding to' 360Chrome. I had similar results with official "ungoogled-chromium" on the official Chrome Web Store (restores "Add to" button but does not actually 'add to'). Special thanks to @Humming Owl for translated .png files. Special thanks to @Dixel for discussions leading towards the "ungoogled" versions. XP x86 SP2: v12, v13, and v13.5 work as-is in XP x86 SP2 but v11 requires special modifications - see this post by @we3fan Download links for starting from scratch with a NEW PROFILE: Regular: https://www.dropbox.com/s/mes4wez1v34w9k4/360ChromePortable_11.0.2031_rebuild_8.zip?dl=1 (last updated: Jan 9, 2022) https://www.dropbox.com/s/wol8va166au2p7j/360ChromePortable_12.0.1247_rebuild_12.zip?dl=1 (last updated: Jan 11, 2022) https://www.dropbox.com/s/6lnst7yp0dt34s5/360ChromePortable_13.0.2206_rebuild_9.zip?dl=1 (last updated: Jan 11, 2022) https://www.dropbox.com/s/8h4z346251wg7r8/360ChromePortable_13.5.1030_rebuild_6.zip?dl=1 (last updated: Jan 11, 2022) Ungoogled: https://www.dropbox.com/s/6z65t5yo08fr0ym/360ChromePortable_11.0.2031_rebuild_8_ungoogled.zip?dl=1 (last updated: Jan 9, 2022) https://www.dropbox.com/s/j5zxk7aqv9ljjjc/360ChromePortable_12.0.1247_rebuild_12_ungoogled.zip?dl=1 (last updated: Jan 11, 2022) https://www.dropbox.com/s/ld5dz2uwdowf1cz/360ChromePortable_13.0.2206_rebuild_9_ungoogled.zip?dl=1 (last updated: Jan 11, 2022) https://www.dropbox.com/s/glulv6r8sce6xpy/360ChromePortable_13.5.1030_rebuild_6_ungoogled.zip?dl=1 (last updated: Jan 11, 2022)
    1 point
  6. I wonder if that is the actual reason why peoples buy SUV's en masse. to use them as normal city cars. jaclaz
    1 point
  7. any idea when will the next version be released?
    1 point
  8. ...and next tests of Modified builds v9.5 and 11.0: Website's certificate: https://catchthemes.com/ https://search.norton.com/ ... many like these... v9.5: "Server's certificate is not trusted..." - red mark... v11.0: "your connection is encrypted..." - so OK, green padlock here. tripline.net: https://www.tripline.net/ v9.5: server's certificate is invalid, no picture, all links at the left, not good... v11.0: server's certificate is invalid too, but picture is here, page OK. Internet Speed Test fast.com: https://fast.com/ v9.5, and v11.0: "Your Internet speed is 0 * Could not reach our servers to perform the test. You may not be connected to the internet " - hmm maybe??. but I reach all my websites... and second to last version of 360chrome 13.0.2250.0_M says that all is good. Cloudflare QUIC test: https://cloudflare-quic.com/ v9.5: server's certificate is invalid, all links at the left, not good... v11.0: green padlock, page OK. PS. In v9.5: Last tab is highlighted in color, as well as stop browser mark - it's very good feature!
    1 point
  9. That is only partially true. Some latest versions (that are bloated anyways) wont work, but some recieve definition updates still and there is few that workss First is spybot S&D 1.62 that works down Windows 98 and gets def updates still. That may be able to remove it. For tradiotional viruses there is Clamwin antivirus that uses clamav engine, is free and open source and up to date. Hopefully those two will fix your issue
    1 point
  10. No idea about this specific virus, but normally I would suggest to at least use F8 on boot to enter the Safe Mode, and then do a search for the file there. Delete all instances on the disk, then look up in the Registry for any entries that would point at it. Also, check the Task Scheduler whether there is anything suspicious there. Of course, this is not limited to Windows 2000, and really applies to all versions of Windows. None of the current antivirus or antimalware solutions support Windows 2000 though, but you could connect the disk to a different computer running Windows 7+ and scan it there. A more advanced solution would be to run a VM inside Windows 2000 with a newer version of Windows and scan the original system partition from within it. Old versions of VirtualBox released by Innotek (before its acquisition by Sun Microsystems) used to support Windows 2000 as host, and you can run at least Windows 7 in them.
    1 point
×
×
  • Create New...