Leaderboard
Popular Content
Showing content with the highest reputation on 07/15/2019 in all areas
-
just found a typo in my modified code, archives are updated to fix this bug.2 points
-
New regular/weekly KM-Goanna release: https://o.rths.cf/kmeleon/KM76.2-Goanna-20190713.7z Changelog: Out-of-tree changes: * update Goanna3 to git 0a2ee1ef2..2a3dd7f84: - import change from rmottola/Arctic-Fox: - Bug 1139453 - Send network UP/DOWN events on desktop Linux. (7466c1298) - Bug 1141488 - On non-APZ platforms, combine any async transform with the OMTA transform rather than clobbering it the OMTA transform. (fe48d6774) - Bug 1080752 - Hold wakelock when attempting to connect to push server. (b1e74295f) - Bug 1126089 - Allow messages to be sent after frame script unload event. (167ebbd9a) - Bug 1126089 - Add test for pageload event on browser element when tab closed (f2011e6e4) - Bug 1090921 - Logging to see which tasks remain alive too long (ebfc3c9bd) - Bug 1142544 - delete now-unnecessary |extern "C++"| block from nsISupportsUtils.h; r=mccr8 (07e6572f8) - Bug 1142503 - don't use QueryInterface when the compiler can do the cast for us; r=ehsan (b13219054) - Bug 1140161 - Sensibly handle patterns with absolute paths in TEST_HARNESS_FILES. (173e369a7) - Bug 1082510 - When we detect a chrome popup at the current event coordinates and remote content has the mouse captured, release capture. r=Enn (da9fe26a7) - Bug 1137722 - Ensure that system message cache is refreshed before openapp. r=fabrice (97dc41f50) - Bug 1139904 - Add initial test runtime files for mochitest browser-chrome and devtools (9837c79b1) - Bug 1061604 part.1 nsTextStore::GetTextExt() should rReturn previous character rect instead of TS_E_NOLAYOUT when Google Japanese Input retrieves first character of selected clause at composing r=emk (54779d30e) - Bug 1061604 part.2 nsTextStore::GetTextExt() should rReturn previous character rect of modified range instead of TS_E_NOLAYOUT when Google Japanese Input retrieves caret rect during composition r=emk (ba7f93879) - Bug 1136051 - component_insert_pair statrs checks only while we are still checking or haven't started pairing; (ae1ae1d4f) - Bug 1137007 - Detect namespace and SECCOMP_FILTER_FLAG_TSYNC support in SandboxInfo. r=kang, r=Unfocused (6d9e32a8f) - Bug 1142263 - Specify all syscall parameters when doing CLONE_NEWUSER detection; f=bwc r=kang (8bcba1831) - Bug 1142567 - Remove FAIL_ON_WARNINGS_DEBUG; It is not used. (bf22f1ccf) - No bug - Add an explanatory message to the multiple-inheritance assertion in DOM bindings; # (ffd94ef07) - Bug 1141252. Don't mark the TablePainter display item as having background-attachment:fixed content if the background-attachment:fixed image will be painted by a dedicated nsDisplayTableCellBackground. r=mats (98287b37c) - Bug 1140084 - delete list of script counts in tail-recursive fashion. (90a2b7c45) - Bug 1048741 - [WebGL2] texParameter: Fix silly bug in TEXTURE_COMPARE_FUNC handling. (ccc90dae3) - Bug 1142478. Fix integer attribute parsing to not lose track of leading zeroes. (d596a1ce1) - Bug 1139388 - Remove superfluous locking in the OS X profiler implementation to fix deadlock. (r=mstange) (a13088958) - Bug 1128603: Remove findReferences and the tests that use it. (bccc64734) - Bug 1140683: Fix async plugin init using null plugin funcs on MacOSX (47b591d54) - Bug 1142494 - Fix OSX packaging mistake. (15555f4ee) - Bug 1136784 - Add screenshot to LogShake produced data. (7ff264243) - Bug 1142550 - Fix screenshot. (d684b6469) - Bug 1142006 - Set MACOSX_DEPLOYMENT_TARGET earlier. r=mshal (c333b954e) - Bug 1100966 - Remember all ranges for all selections when joining nodes in the editor transactions; r=roc (bf34bd0c8) - Bug 1136507 - L8, LA8, and A8 should not be renderable. (96e807795) - Bug 1128019 - Init SCISSOR_BOX with initial width and height. (7258cc44c) - Bug 1142211 - Add layerization testing mechanisms to reftest. r=roc (4c6aa11f8) - Bug 1106905 - Modify mobile desktop mode implementation to use a desktop viewport. (644ede0e7) - Bug 1139675 - Simplify the APIs for getting and setting the pres shell resolution. r=mstange,mattwoodrow (c520a8c98) - Bug 1141563 - Don't update Shapes in parallel after compacting GC (098af79c9) (2a3dd7f84) * updated translate.kmm from http://kmeleonbrowser.org/forum/read.php?9,145440 * 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/kmeleon762 points
-
New New Moon 27 Build! 32bit https://o.rths.cf/palemoon/palemoon-27.9.6.win32-git-20190713-2a3dd7f84-xpmod.7z 32bit SSE https://o.rths.cf/palemoon/palemoon-27.9.6.win32-git-20190713-2a3dd7f84-xpmod-sse.7z 32bit noSSE https://o.rths.cf/palemoon/palemoon-27.9.6.win32-git-20190713-2a3dd7f84-xpmod-ia32.7z 64bit https://o.rths.cf/palemoon/palemoon-27.9.6.win64-git-20190713-2a3dd7f84-xpmod.7z source repo: https://github.com/roytam1/palemoon27 repo changes since my last build: - import change from rmottola/Arctic-Fox: - Bug 1139453 - Send network UP/DOWN events on desktop Linux. (7466c1298) - Bug 1141488 - On non-APZ platforms, combine any async transform with the OMTA transform rather than clobbering it the OMTA transform. (fe48d6774) - Bug 1080752 - Hold wakelock when attempting to connect to push server. (b1e74295f) - Bug 1126089 - Allow messages to be sent after frame script unload event. (167ebbd9a) - Bug 1126089 - Add test for pageload event on browser element when tab closed (f2011e6e4) - Bug 1090921 - Logging to see which tasks remain alive too long (ebfc3c9bd) - Bug 1142544 - delete now-unnecessary |extern "C++"| block from nsISupportsUtils.h; r=mccr8 (07e6572f8) - Bug 1142503 - don't use QueryInterface when the compiler can do the cast for us; r=ehsan (b13219054) - Bug 1140161 - Sensibly handle patterns with absolute paths in TEST_HARNESS_FILES. (173e369a7) - Bug 1082510 - When we detect a chrome popup at the current event coordinates and remote content has the mouse captured, release capture. r=Enn (da9fe26a7) - Bug 1137722 - Ensure that system message cache is refreshed before openapp. r=fabrice (97dc41f50) - Bug 1139904 - Add initial test runtime files for mochitest browser-chrome and devtools (9837c79b1) - Bug 1061604 part.1 nsTextStore::GetTextExt() should rReturn previous character rect instead of TS_E_NOLAYOUT when Google Japanese Input retrieves first character of selected clause at composing r=emk (54779d30e) - Bug 1061604 part.2 nsTextStore::GetTextExt() should rReturn previous character rect of modified range instead of TS_E_NOLAYOUT when Google Japanese Input retrieves caret rect during composition r=emk (ba7f93879) - Bug 1136051 - component_insert_pair statrs checks only while we are still checking or haven't started pairing; (ae1ae1d4f) - Bug 1137007 - Detect namespace and SECCOMP_FILTER_FLAG_TSYNC support in SandboxInfo. r=kang, r=Unfocused (6d9e32a8f) - Bug 1142263 - Specify all syscall parameters when doing CLONE_NEWUSER detection; f=bwc r=kang (8bcba1831) - Bug 1142567 - Remove FAIL_ON_WARNINGS_DEBUG; It is not used. (bf22f1ccf) - No bug - Add an explanatory message to the multiple-inheritance assertion in DOM bindings; # (ffd94ef07) - Bug 1141252. Don't mark the TablePainter display item as having background-attachment:fixed content if the background-attachment:fixed image will be painted by a dedicated nsDisplayTableCellBackground. r=mats (98287b37c) - Bug 1140084 - delete list of script counts in tail-recursive fashion. (90a2b7c45) - Bug 1048741 - [WebGL2] texParameter: Fix silly bug in TEXTURE_COMPARE_FUNC handling. (ccc90dae3) - Bug 1142478. Fix integer attribute parsing to not lose track of leading zeroes. (d596a1ce1) - Bug 1139388 - Remove superfluous locking in the OS X profiler implementation to fix deadlock. (r=mstange) (a13088958) - Bug 1128603: Remove findReferences and the tests that use it. (bccc64734) - Bug 1140683: Fix async plugin init using null plugin funcs on MacOSX (47b591d54) - Bug 1142494 - Fix OSX packaging mistake. (15555f4ee) - Bug 1136784 - Add screenshot to LogShake produced data. (7ff264243) - Bug 1142550 - Fix screenshot. (d684b6469) - Bug 1142006 - Set MACOSX_DEPLOYMENT_TARGET earlier. r=mshal (c333b954e) - Bug 1100966 - Remember all ranges for all selections when joining nodes in the editor transactions; r=roc (bf34bd0c8) - Bug 1136507 - L8, LA8, and A8 should not be renderable. (96e807795) - Bug 1128019 - Init SCISSOR_BOX with initial width and height. (7258cc44c) - Bug 1142211 - Add layerization testing mechanisms to reftest. r=roc (4c6aa11f8) - Bug 1106905 - Modify mobile desktop mode implementation to use a desktop viewport. (644ede0e7) - Bug 1139675 - Simplify the APIs for getting and setting the pres shell resolution. r=mstange,mattwoodrow (c520a8c98) - Bug 1141563 - Don't update Shapes in parallel after compacting GC (098af79c9) (2a3dd7f84)2 points
-
New build of Serpent/UXP for XP! Test binary: Win32 https://o.rths.cf/basilisk/basilisk52-g4.3.win32-git-20190713-69970c911-xpmod.7z Win64 https://o.rths.cf/basilisk/basilisk52-g4.3.win64-git-20190713-69970c911-xpmod.7z source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/custom NM28XP build: Win32 https://o.rths.cf/palemoon/palemoon-28.7.0a1.win32-git-20190713-69970c911-xpmod.7z Win64 https://o.rths.cf/palemoon/palemoon-28.7.0a1.win64-git-20190713-69970c911-xpmod.7z Official repo changes since my last build: - Introduce a new non-heap-allocated type for holding nsStringBuffer* in the HTML parser. (7c5a0db23) - Issue #1160 - [Basilisk] Remove unused HotFix preferences (6741666a9) - Issue #1160 - Remove HotFix preferences from testing (48060d348) - Issue #1160 - Remove HotFix Preferences from Telemetry (24ad244d4) - Merge pull request #1163 from win7-7/nsHtml5HtmlAttributes-clear (0845614a5) - Avoid multiple hashtable lookups in DisplayItemData destructor (e0598b0ae) - Merge pull request #1168 from win7-7/DisplayItemData-destructor (f168c25c0) - Avoid type confusion in ArrayJoinDenseKernel (20e3587ef) - Merge pull request #1164 from g4jc/hotfix-removal (4b4d3a9cc) - Iterate the frame property list once to collect which child list properties we have (570cad827) - Remove e10s info from about:support (f7f7224de) - Merge branch 'master' of https://github.com/MoonchildProductions/UXP (dd924323c) - Allow matroska mime types for video element and MSE Allow avc (h.264) content in matroska/webm containers (18f9b185b) - Make matroska mime type checking more consistent. (31addeaac) - Merge pull request #1174 from JeroenVreeken/master (04a7c6bb4) - Merge pull request #1171 from win7-7/FrameProperties-iterate-once-pr (69970c911) My changes since my last build: - revert and rewrite "Remove e10s info from about:support (f7f7224de)" to not relying on string bundle (i.e. becoming non-translable) in order to compatible to official language packs (7da25d73b)2 points
-
Only post SP2, but I do include the installers for SP1 and SP2. What I meant by "all" was also the hotfixes that Microsoft released that were not available in WU (more for x64 than x86, since I only managed to collect from MS's hotfix service before it closed for the former).1 point
-
Well, the site might be using ECC or SNI that XP AFAIK doesn't have, i'm currently not at home so can't confirm it1 point
-
Funny, I was about to post an update to the update repository Replaced Monthly Rollup with the new KB4507452 (located on the root directory of the repository) Added Security Only Update, KB4507461 (located in the folder "/Security Only (Post August 2018)") Replaced Internet Explorer Cumulative Update with KB4507434 (located in the folder "/Security Only (Post August 2018)") Replaced .NET Framework Security and Quality with: -KB4507003 for .NET 2.0 SP2 (located in "/NET 2.0 SP2/Security and Quality Rollup") -KB4507001 for .NET 4.5.2 (located in "/NET 4.5.2/Security and Quality Rollup") -KB4506997 for .NET 4.6-4.6.1 (located in "/NET 4.6-4.6.1/Security and Quality Rollup") Added .NET Security Only Updates with: -KB4506975 for .NET 2.0 SP2 (located in "/NET 2.0 SP2/Security Only") -KB4506966 for .NET 4.5.2 (located in "/NET 4.5.2/Security Only") -KB4506963 for .NET 4.6-4.6.1 (located in "/NET 4.6-4.6.1/Security Only") Added Extra update KB4508774 (located in "/Extras") with an updated readme. https://mega.nz/#F!txxRyLzC!1vBMGzMHiL864f3bl1Rj1w BTW, I've seen demand for it, so I'm thinking of posting my Vista update repository that holds all of Vista's x86 and x64 updates from the beginning until its EOL (April 2017). Useful if you want to update your system offline without using WU. It's completely separate from this repository I'm updating every other month. Is there any interest?1 point
-
Unfortunately, it doesn't appear that IDA (x64-only by the way) recalculates pointers. I do think that it would be important for the drivers because dropping that part in would (presumably) relocate everything below it. You may have better success sticking it below everything though there is, yet again, very low confidence with regards to attaining the intended feature. You may be better off changing the version numbers. BWC is an "assembler guru" (unlike me) and would be probably be able to get to the bottom of this.1 point
-
1 point
-
List of XP updates with description and links updated with corresponding findings of @ED_Sln and @heinoganda Do not contain .net installers and Microsoft Security Essentials (to be found in separate topic) @dencorso don't you think it should land at the beginning of the topic, to make the list visible? XP Updates2.zip1 point
-
To be picky (as I am BTW) the FreeDOS MBR expects - just like the DOS one - an active partition, whilst the FreeDOS PBR (or bootsector) of the active partition will expect the KERNEL,SYS instead of the IO.SYS BUT you can still use the FreeDOS SYS command with the /OEM:W9x switch, http://help.fdos.org/en/hhstndrd/base/sys.htm jaclaz1 point
-
FreeDOS doesn't work well with Windows 98 setup program. You need to have MS-DOS from either Windows 98SE or ME bootdisk to make setup program work correctly. Sadly, you can't just replace the files, as FreeDOS MBR you have now expects KERNEL.SYS, not IO.SYS. Make a bootable USB/CD/floppy of 98SE or ME bootdisk, and use it to FDISK, FORMAT, and copy system files (COMMAND.COM and IO.SYS) to the drive with the installation files. Make sure to mark the partition as active in FDISK, if you have problems with this, use /ACTOK switch with fdisk. Also make sure the partition is less than 127GB. Use percentage, instead of fixed size number in FDISK to help with that. Do note that FDISK shows wrong numbers for large disks, so just ignore them. You can also try using HIMEMX.EXE with the /MAX=524288 parameter to limit the RAM to 512MB, as 98SE works best with 512MB of RAM or below with NO errors. Also don't forget to use "/p i" switch so you don't have ACPI errors with modern PCs.1 point
-
New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rths.cf/boc-uxp/mailnews.win32-20190713-74a3674-uxp-69970c911-xpmod.7z Browser-only Suite Win32 https://o.rths.cf/boc-uxp/bnavigator.win32-20190713-74a3674-uxp-69970c911-xpmod.7z source patch (excluding UXP): https://o.rths.cf/boc-uxp/boc-uxp-src-xpmod-20190713.7z No official repo changes since my last build. My changes since my last build: - applied Mathwi's help URL changes to MailNews For UXP changes please see above.1 point
-
1 point
-
Most probably (just a guess, mind you) Windows 10 was considered by the staff, but they couldn't justify to accounting buying 5 licenses to get hold of an enterprise version and they feared that Windows 10 would autoupdate in the middle of the show. jaclaz1 point
-
1 point
-
Hello, everyone Because I am a Chinese, I want to provide you with some useful information about Chinese browsers. Since many government agencies and users in China are using windows xp, at least 80% of browser vendors in China support windowsxp, and you can search engines in Google or Baidu ( https://baidu.com the equivalent of Google in China). Search directly on the "浏览器" (Chinese in the browser), he will return search results of many browsers, such as “猎豹浏览器” (Cheetah browser, based on chromium55), "搜狗高速浏览器" (Sogou high-speed browsing , said to be based on Chrome6x), "UC浏览器" (UC Browser, based on Chromium55), ”2345 浏览器“ (2345 browser, based on chromium56), as well as the “360 浏览器" mentioned in this article, etc. But these browsers have the following problems compared to foreign browsers (such as chrome) First: advertising, because Chinese manufacturers of domestic browsers need to be profitable, so they will have built-in ads in the browser (advertisements are sent by the browser, you can not use adblock to block it), usually these ads will be at the bottom of the browser Or the bottom right corner of the pop-up window, you are very bored Second: privacy issues, due to Chinese government policies and browser vendors need to make a profit, so it can be said that all Chinese browsers will collect your personal privacy data, no matter how you set it in the browser, but because of this Political issues, I am not convenient to say here. (The above users also mentioned why the 360 browser can't log in using the google account, it is also because of the government's policy, so all Chinese browsers are not allowed to log in to the google account) For the above two questions, I am here to give you a few suggestions: First, and most basic, if you want to use the Chinese version of the browser, then please use the international version instead of the Chinese version. Second, if you know Chinese or if possible, you can go to Google or Baidu to search for the browser + green version you want in Chinese, or the browser + Lite you want, or the browser you want + Optimized version, for example, if you want to use 360 browser, then you can use keywords: 360浏览器精简版、360浏览器优化版、360浏览器绿色版 (English meaning:360 browser lite, 360 browser optimized version, 360 browsing Green version) to search,Please note that after downloading, use anti-virus software to check whether the file contains viruses. Because China's domestic software generally contains a large number of advertisements, the privacy collection of the software itself is too serious. Therefore, there are many good third-party modified software collection websites in China. For example,吾爱破解 ( http://www.52pojie.cn , English means I like to crack), qiuquan's blog ( http://www.qiuquan.cc/browser/, a private blog, but the modified version of the blog master made the browser, especially the 360 browser is very famous),This is what he did -- Streamlined automatic update procedures; -- Streamlined English language files; - Streamline presets for each plugin; -- Streamlined Thunder download module; -- Streamlined URL query module; - Streamline the browser doctor module (because it is a bit useful, so use it as an option); -- Streamlined built-in 360 security guard module; -- Streamline the win8 metro interface support module; -- Remove developer mode warnings; -- Remove redundant menu items from the Help menu; ++ Upgrade the built-in Flash plug-in version to 32.0.0.192 The latest harmonious stable version (because the latest version of the Flash plug-in is preset, the installation package is larger than the official version). ++ Optional install "Advertiser Defender" filter plugin, default subscription "cjx82630" + Baidu Beautification Rules + Add Network Disk interface refresh rules (if you need to overwrite the installation, this box is not selected); ++ Modify the word search engine to be "Baidu"; ++Adjust multiple details, optimize program settings, and change the default search to "Baidu"; ++ The default setting of the new tab page is 12 squares, and remove the extra button in the upper right corner. Thanks to the group members for "low-key dě gorgeous" to provide technical support! ++Resolved the problem that the previous version could not preset the skin to "Speed 8" (Speed 9 is no longer needed); ++ restore the new tab page to the nine-square grid style; ++ Turn off "hardware acceleration" by default to avoid watching some videos appear card screen phenomenon; ++ prohibits the generation of the "debug.log" log file; ++ prohibits the creation of the "User Data\safemon" directory; ++Add "Xunlei" dedicated chain plugin and "Alipay" security plugin; The ++ uninstallation process adds "whether to retain browser bookmarks and personal configuration information" to avoid accidental deletion of important bookmarks; The ++ program is packaged with Inno Setup, which supports silent installation and adds a parameter. download link: http://www.qiuquan.cc/browser/360chrome.html Similarly, there is a post in the Russian forum ( http://forum.ru-board.com/topic.cgi?forum=5&topic=49673#1) which is also about modifying the 360 security browser, you can also use this version1 point
-
@Jiger ... Really worth reading : https://www.askvg.com/download-ccleaner-slim-installer-and-portable-version/ and from there: https://www.ccleaner.com/ccleaner/builds1 point
-
Windows XP has been spotted (specifically an embedded version) in a recent CNBC video:1 point
-
I currently do everything in WinXP. I created the mini-Win7 virtual machine for over a year, I started it only for testing and tuning, and the system was very solid. I'll probably need it sometime, and it's convenient to keep it ready. Certainly if I were to use the virtual machine over and over again it would be time to abandon WinXP, but for now I don't even see the need for it. The meaning of the thread is that the death of WinXP can be postponed indefinitely, in a future that is currently not predictable. I use VirtualBox 4.3.36 of 2016/01, the last officially supported and definitely working version in WinXP; for 5x the operation in WinXP should be verified, I did not find significant information on the Internet. As an operating system I only tested this mini-Win7, I don't expect I need more complete or modern systems. Among other things, the .vhd file can also be started autonomously from boot, as a secondary operating system for maintenance; and in reality this was the use envisaged by Wimb2, I believe the use as a virtual machine is my invention. I always try to use the minimum tool that allows me to achieve my goals. As a browser I almost always use NM27, the only one that supports the "Print pages to PDF" extension that I use a lot; more rarely I use portable NM28, or Firefox 52. I keep strictly away from sites that are too "trendy" or "experimental"; and in any case for the basic functions NM27 it is sufficient, for example I can download files and consult documentation on Github (and actually also works IExplorer6). As primary defense system I use secpol.msc, much more convenient than PSExec Sysinternals; settings can be changed on the fly and take effect immediately, no need to restart programs. I attach screenshot. Greetings1 point
-
And here's where you're wrong buddy. Windows 10 Home x64 seems to be working perfectly on VMware Workstation 10.0.3 if you set the virual machine to Windows 8.1 settings on the initial configuration when you create the virtual machine itself. Also, Windows 8.1 vmware tools seem to work great on Windows 10.1 point
-
Since June 18, all free versions that are below version 14 no longer work. It seems that the latest version that runs on XP is 14.2.8352. Here is a link where you can download it: https://dl.teamviewer.com/download/version_14x/14.2.8352/TeamViewer_Setup.exe Wrote here so that others can download the working version.1 point
-
If @heinogandacan't do it, nobody can! There are times when you do have to just give things up and move on to other options, of which there are still plenty.1 point
-
Time for another spotted XP! This time i saw it inside the Chernobyl's Nuclear Reactor Lithuanian video. Fun thing: the room where the XP computer is to monitor's the new "sarcophagus" built back 2016.1 point
-
Vista SP2 users can manually install provided patch(es) for WS2008SP2: https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0948 https://support.microsoft.com/en-us/help/4503273/windows-server-2008-update-kb4503273 https://support.microsoft.com/en-us/help/4503287/windows-server-2008-update-kb45032871 point
-
1 point