Leaderboard
Popular Content
Showing content with the highest reputation on 07/31/2024 in all areas
-
I deleted the default download links pointing to .NET Frameworks installer files higher than 4.0 inside WSUS Offline Update 9.2.6 and then enabled their download. No errors anymore. After the download of all updates for .NET Frameworks, I additionally removed all downloaded updates for higher versions than 4.0 just before the iso image was created. This measure significantly reduces the overal size. Personally, I do not really use anymore Microsoft Office but I assume that the dowload of Office updates will also work in the same way as it does for Windows XP updates. I mention this as Office 2007 was actually the topic here.3 points
-
To be sure that WSUS Offline Update 9.2.6 really works I ran it a second time and activated some more options as, for example, the download of Windows Service Packs. Works. Only if you enable .NET Frameworks, the downloads can't be done as some links don't match anymore. The log file shows the code 404 in the end. So, some scripts would have to be updated regarding download links for .NET Frameworks and maybe for more. But generally, WSUS Offline Update 9.2.6 works great with a few modifications, even in 2024.3 points
-
From my personal experience, they can be brought back in Vista, even after updates applied.3 points
-
Windows 7 and above had Securom drivers removed, disabled SafeDisc-protected classic PC games and the such. Replaced with newer DRM tech. https://www.pcgamer.com/security-update-disables-safedisc-games-in-windows-vista-7-and-8/3 points
-
The wmp11-windowsxp-x86-DE-DE.exe file is of course the German version and must be replaced by the desired language version. And yes, they can be downloaded from other sources and easily inserted before the iso image is created. If the user enables the programme option "Include C++ Runtime Libraries and .Net Frameworks", the download script should also be paused before the iso image is created just to remove tons of .Net Frameworks 4.5, 4.6, 4.7. and 4.8 files which are no longer work under Windows XP. I have found a way to make it even easier, faster and, above all, more convenient. You can set exclusions in WSUS Offline Update 9.2.6. To do this, you must insert the following strings in the ExcludeList-dotnet-x86.txt and ExcludeList-dotnet-x64.txt files in the exclude folder: ndp45- ndp46- ndp47- ndp48- Doing so, the download of files containing these strings will be skipped. And in order not to miss the right moment to press the pause button when adding the missing updates, you can add the following command in line 3 of the CreateISOImage.cmd file in the cmd folder: echo The script has paused. Now, you can manually add all updates whose download has failed. When done, press a key to continue! pause Cheers, AstroSkipper2 points
-
Yep. And thanks! Reviving, modifying and fixing programmes that no longer work properly is one of my favorite things to do. Just for clarification. The Wget option --no-check-certificate has nothing to do with the download option "Verify downloads updates" in the main programme window. In my first download logs generated by WSUS Offline Update 9.2.6, I noticed some errors related to certificate checks when connecting to servers. The Wget option --no-check-certificate is meant to not check these server certificates. The programme option "Verify downloads updates" on the other hand, switches on or off the signature verification of downloaded files by the Sysinternals programme Sigcheck. This is the full list of files that can no longer be downloaded by WSUS Offline Update 9.2.6 for Windows XP: The wmp11-windowsxp-x86-DE-DE.exe file is of course the German version and must be replaced by the desired language version. And yes, they can be downloaded from other sources and easily inserted before the iso image is created. If the user enables the programme option "Include C++ Runtime Libraries and .Net Frameworks", the download script should also be paused before the iso image is created just to remove tons of .Net Frameworks 4.5, 4.6, 4.7. and 4.8 files which are no longer work under Windows XP.2 points
-
You asked about Securom, specifically, Windows 8 has known troubles with Securom drivers, it treats them as exploits, hence the fact I suggested Vista.2 points
-
Hi, I just get this nice HP Omen laptop from summer 2016, HP OMEN 15-ax009ng. Quality is not bad, but for example the Lenovo's W550s quality is better. It has an Intel Core i7-6700HQ cpu with Skylake chipset Intel HM170 https://www.intel.com/content/www/us/en/products/sku/90584/mobile-intel-hm170-chipset/specifications.html 16GB ram. Until now, It runs win10 bit64. There, all works. The graphikcard is an nVidia GeForce GTX 960M. Lan is Realtek 8168 and the sound is also from Realtek. No Whitelist as far as I know. For all this devices exist drivers for XP SP3. But it will be hard work. No install of XP is possible, even not in "Standard PC" mode without any acpi. But it has CSM. I put a working XP harddisk into it and I can see the desktop. But then appears a message: lsass.exe cant configure a device correct, Bsod. The same in Safe mode, with VGA, I try all. So I think, that this error is not acpi related. It belongs to a setting of an unknown device other where in Bios, and this device starts also in non acpi mode and in Safe Mode via F8. Because it has a Realtek Lan chip, I think, that I can setup a Debug session. But from my last experiance with HP notebooks this does not help. We will see, Dietmar EDIT: Just now I have an idea: I will make an XP on another compi, with all the drivers for this notebook Omen.1 point
-
@kin003 You have not been banned from posting anywhere. When Vista was released is irrelevant to the topic concerned, and the off-topic posts have now been removed. Please continue the conversation if you wish, but do not return to this subject.1 point
-
@Cixert Another idea I have is to pause the script directly (very important!!!) after the download of the wsusscn2.cab file to replace it by an older version of this file. I would do that with the pause command inside the script. Doing so, this could reduce the download of unwanted files and maybe offer links that no longer exist in the most recent wsusscn2.cab file which has been automatically downloaded by the script. However, this is only a theory. I haven't tested it yet.1 point
-
If something doesn't support MSAA, it won't support CSAA either.1 point
-
Not really, MSAA 8x and SGSSAA look better and more vram available on most series 900 gpus is more useful for dual-booting Windows 7 and playing newer titles.1 point
-
This is a great find. Original wget in WSUS 9.2.6 is only 236 KiB, this seems to be a faulty file. Downloading wget 1.19.4 x86 from wget GNU it is 3804 KiB. https://eternallybored.org/misc/wget/ After copying wget to the bin folder and trying to get XP updates the new thing was that in addition to the updates listed for Windows XP in Downloading/validating update 1 of 1... This has managed to download several previous files that previously gave the "failed" error. Now only 2 files give the failed error: -wmp11-windowsxp-x86-ES-ES.exe -WindowsXP-KB942288-v3-x86.exe As well as Silverlight. I have found that the trick to include them in the ISO is to download them from another source and paste them into the WSUS Offline Update folders: wXP -esn -glb after the moment when the message "Downloading/validating update 1 of 1..." appears At that moment we press pause and paste the files. If they are pasted before they disappear. The trick does not work with "KB968930" in XP64. It has not been necessary to modify the DownloadUpdates.cmd file in line 206 for wget to work correctly, I have not seen any change if the "verify downloads updates" option is disabled. The pity is that wget has not been able to solve the problem with downloads for Office 2003 and 2007. The problem here is that errors similar to this one appear dozens of times in XP: The system cannot find the file D:\DOCUME~1\User\CONFIG~1\Temp\OfficeUpdateCabExeIdsAndLocations.txt. Cannot find D:\DOCUME~1\User\CONFIG~1\Temp\OfficeUpdateAndFileIds.txt Cannot find D:\DOCUME~1\User\CONFIG~1\Temp\OfficeUpdateCabExeIdsAndLocat ions.txt Cannot find D:\DOCUME~1\User\CONFIG~1\Temp\UpdateTableURL-ofc-glb.csv FINDSTR: Cannot open D:\DOCUME~1\User\CONFIG~1\Temp\DynamicDownloadLinks-ofc-glb.txt While on Windows 7 and 10 WSUS downloads 800 updates that are not related to Office.1 point
-
Overall agree, but 900 series lack CSAA, which is a must have for old games.1 point
-
I think that your best bet is to settle for a compromise config of some sorts, like an X79 motherboard with a higher-end Ivy Bridge Xeon (12-core is the fastest one that's available, I think) and a Geforce 900 series or 700 series gpu, or even a regular Haswell (B85 chipset) or Sandy/Ivy bridge (any chipset) quadcore if cpu perofrmance is not that desired, these configs will let you run XP. Otherwise most AM4 configs will support Windows 7 (Can't vouch for all of them since I haven't been keeping up with things that much the last several years, but I had an MSI 320-chipset board for a few years as my main computer running Windows 7 with a Ryzen 1600X and all seemed well). AM4 configs go up to something as good as Ryzen 5800X3D, which is still enough for anything.1 point
-
After deleting all certificates in the folder Certs and updating the certificate cacert.pem, all certificates will be generated by ProxHTTPSProxy once again. That means my certificate chi.uk2.net.crt was updated 2 days ago. It has a validity from 28.07.2024 to 28.07.2034.1 point
-
WSUS Offline Update 9.2.6 does not do anything good from scratch under Windows XP in these days. So, I modified the DownloadUpdates.cmd file in line 206 located in the sub folder cmd where I added an additional option to the downloader wget.exe: set DLDR_PATH=..\bin\wget.exe --no-check-certificate Furthermore, I replaced the wget.exe file by the last XP-compatible version 1.19.4. Then, I configured WSUS Offline Update 9.2.6 to use ProxHTTPSProxy to avoid any possible connection problems, especially certificate related. But one can also try to download all updates without it, of course. And I inserted the last XP-compatible version Sigcheck 2.30 to avoid any verification problems although I didn't enable the option "Verify downloaded updates". And what shall I say? WSUS Offline Update 9.2.6 still works under Windows XP even today. Of course, only if such modifications were done I listed above. Here is my log generated after a successful download of German Windows XP updates under the OS Windows XP : TBH, I did all that here to show that even today these updates can be downloaded under Windows XP. Personally, I do not need to download those updates anymore as I already did it in 2014, 2019 and 2022. And I archived all installed updates I got from Windows Update from the very first including all POSReady updates. Cheers, AstroSkipper1 point
-
First of all, the most recent version is MyPal 68.14.3b. So, why do you want to install an older one? Regarding the updating of Mypal 68, there is no updater. You simply copy all new files over the old ones, or you create a new programme folder. Via the profile manager, you can call up your old profile, or you can create a fresh one. In any case, all has to be done manually. Personally, I usually edit my profile.ini file manually to my needs. If you create a fresh profile, you can copy, for example, your bookmarks file from your old profile to the new one. The same applies to other important files so that your data is not lost.1 point
-
Securom was removed even in Vista with updates since it's officially considered to be an exploit and unsafe. So, I'd suggest to run your old games on un-patched Vista, not 7/8. For that purpose buy a PC made in up to the year 2012. And a GTX Titan 6GB card (or GTX780). If you are you going to run a 32bit Vista, then all 2013 Haswell/Skylake/Kabylake* systems would do just fine, too. *Skylake/Kabylake would need a PS/2 port for an easy install.1 point
-
1 point
-
New regular/weekly KM-Goanna release: https://o.rthost.win/kmeleon/KM76.5.4-Goanna-20240706.7z Changelog: Out-of-tree changes: * update Goanna3 to git f69c4dc576...d04fd99cb6: - pref: toggle dom.details_element.enabled (cafae72769) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1259018 - Part a: Use early returns in nsExternalProtocolHandler::NewChannel2; r=jst (159053ad25) - Bug 1259018 - Part b: Use early returns and stop accepting null in nsExternalProtocolHandler::HaveExternalProtocolHandler; r=jst (356b509c9a) - Bug 1259018 - Part c: Pass arguments to the nsExtProtocolChannel constructor; r=jst (c3cab1801c) - Bug 1261020 - part 1 - implement SeekTask; r=jwwang (d3df4d5de6) - Bug 1261020 - part 2 - modify MDSM to adopt SeekTask; r=jwwang (b51efe45c8) - Bug 1265296 - Move SeekTask from namespace mozilla::media to namespace mozilla. r=kaku. (cc5665837b) - Bug 1265315. Part 1 - remove use of MediaDecoderReader from SeekTask. r=kaku. (ee7a8e9032) - Bug 1265315. Part 2 - rename mReaderWrapper to mReader for less verbose coding. r=kaku. (f7426bdc4c) - Bug 1265311. Part 1 - Add more proxy functions to MediaDecoderReaderWrapper. r=jya. (73d59fd4c3) - Bug 1265311. Part 2 - constify some functions. r=jya. (87388fc7fd) - Bug 1266304. Part 1 - Merge MediaDecoderReader::AudioDataPromise and MediaDecoderReader::VideoDataPromise. r=kaku. (30ddbd7b03) - Bug 1266304. Part 2 - remove unnecessary template parameters. r=kaku. (84b012ef96) - Bug 1265629 - Remove unused MediaDecoderReader::BreakCycles(). r=kaku. (7144e46f3b) - Bug 1215439 - Don't call ResetDecode() in the destructor of MediaDecoderReader. r=gerald. (be8896cd3b) - Bug 1265634. Part 1 - add more proxy functions to MediaDecoderReaderWrapper and remove unused members from MDSM. r=kaku. (eacba1547d) - Bug 1265634. Part 2 - rename mReaderWrapper for less wording. r=kaku. (06179b09fa) - Bug 1265634. Part 3 - constify some functions. r=jya. (2cc6d72652) - Bug 1256336 - Do not use httpChannelChild after Send__delete is called. r=jduell (d3ec2be783) - Bug 1261070 - Move Send__delete__ to FailedAsyncOpen. r=jduell (f3a2d0e2b9) - Bug 1229369 - Part 2: Drop the aChannel argument to HttpChannelChild::ShouldInterceptURI() (f770dbdced) - Bug 1225756 - Part1: Let the regular veto handlers check on redirects then check mRedirectChannelChild in the result callback. r=mayhemer (13b87a6a84) - fix mispatch (04c842e2ba) - Bug 1210077 - Null check gNeckoChild in HttpChannelChild::ResetInterception(); r=mcmanus (9e1bb91331) - Bug 1233630 - Remove MediaDecoderStateMachine::AudioDecodedUsecs. r=kikuo. (4e83b86ed1) - Bug 1261312 - Make sure that audio/video decode task is filed again. r=jwwang (90d90c890a) - Bug 1238347 - stop prerolling when decoding starts if we are waiting for data. r=cpearce. (dfa46a223c) - Bug 1242845 - Make the computation of MediaDecoderStateMachine::HasLowUndecodedData() more accurate and consistent. r=jya. (9f3a8a3e2c) - Bug 1242845. Part 2 - fix format nits. r=me. (9da58b5145) - Bug 1237174 - Remove the unnecessary code since mState won't change in the case of DECODER_STATE_COMPLETED. r=bechen. (ad706de284) - Bug 1237806 - update playback position before entering buffering mode so the currentTime of the media element is more accurate during buffering. r=jya. (d491291b12) - Bug 1238343 - Update MDSM::mIsAudioPrerolling/mIsVideoPrerolling when playback rate changes. r=cpearce. (532419a3b5) - Bug 1235966 - reset mAudioCompleted and mVideoCompleted when switching MediaSink so they are resolved by the new MediaSink. r=kikuo. (5c701026e1) (167ec3b0a2) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1233914 - P1. ping doesn't honor the TP list. r=francois (14b9df4e67) - Bug 1233914 - P2. Testcase. r=francois (4aa1142877) - bit of Bug 1178058 (9309410d6d) - Bug 1253538 - Window.open() should not reuse an existing window if it's running a different container - patch 2, r=bz (1c62d48537) - Bug 1254103 - Window.open() should not reuse an existing window if it's running a different container, r=bz (ce5bf89b65) - Bug 1253538 - Window.open() should not reuse an existing window if it's running a different container - patch 1, r=bz (45692fa791) - Bug 682294 - Add an error page for file access denied. r=bz (e94be73e70) - Bug 682294 - Remove redundant trailing spaces. r=bz (f299d7302d) - Bug 1122642 - Have an error page for H2 INADEQUATE_SECURITY r=mcmanus,bz (70e89ed8f0) - Bug 1253792 - Handle another case of re-entrancy through nsDocShell::InternalLoad. r=smaug (87f436cc4b) - Bug 1240246 - Handle re-entrancy in nsDocShell::InternalLoad more gracefully. r=smaug (98985d7233) - Bug 1247810 - Redirect the enum query on Core profiles. - r=jrmuizel (f55c0fb46c) - Bug 1257861 - Test that we send cookies from XHRs in web workers when 3rd party cookies are disabled. r=sicking (2334c6621e) - Bug 1257861 - Default to sending all cookies if we can't compute 3rdpartyness. r=sicking (817fe6fbfc) (d04fd99cb6) * 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 post-deprecated Serpent/moebius for XP! * Notice: This repo will not be built on regular schedule, and changes are experimental as usual. ** Current moebius patch level should be on par with 52.9, but some security patches can not be applied/ported due to source milestone differences between versions. Test binary: Win32 https://o.rthost.win/basilisk/basilisk55-win32-git-20240706-d938d4600-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk55-win64-git-20240706-d938d4600-xpmod.7z repo: https://github.com/roytam1/basilisk55 Repo changes: - import from UXP: Issue #2541 - Deal with empty LineNameList in CSS grid templates. (5bdec62c) (6a4db7e71) - import from UXP: Issue #2543 - adjust toFixed precision range according to spec update. (f4b6cee0) (5937defd6) - import from UXP: Issue #2531 - Adjust rounding in toExponential (and kin) to round up at midpoint. (ef1f142c) (d938d4600)1 point
-
New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rthost.win/boc-uxp/mailnews.win32-20240706-7bda12e7-uxp-688fa00ac4-xpmod.7z BNavigator Win32 https://o.rthost.win/boc-uxp/bnavigator.win32-20240706-7bda12e7-uxp-688fa00ac4-xpmod.7z source repo (excluding UXP): https://github.com/roytam1/boc-uxp/tree/custom * 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-20240706-id-656ea98-uxp-688fa00ac4-xpmod.7z IceApe-UXP(suite) https://o.rthost.win/hbl-uxp/iceape.win32-20240706-id-656ea98-ia-93af9a0-uxp-688fa00ac4-xpmod.7z source repo (excluding UXP): https://github.com/roytam1/icedove-uxp/tree/winbuild https://github.com/roytam1/iceape-uxp/tree/winbuild1 point
-
New build of Serpent/UXP for XP! Test binary: Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20240706-3219d2d-uxp-688fa00ac4-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20240706-3219d2d-uxp-688fa00ac4-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-20240706-3219d2d-uxp-688fa00ac4-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.7a1.win32-git-20240706-d849524bd-uxp-688fa00ac4-xpmod.7z Win32 IA32 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20240706-d849524bd-uxp-688fa00ac4-xpmod-ia32.7z Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20240706-d849524bd-uxp-688fa00ac4-xpmod-sse.7z Win64 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20240706-d849524bd-uxp-688fa00ac4-xpmod.7z Official UXP changes picked since my last build: - Issue #2541 - Deal with empty LineNameList in CSS grid templates. (5bdec62cb0) - Issue #2543 - adjust toFixed precision range according to spec update. (f4b6cee0cc) - Issue #2531 - Adjust rounding in toExponential (and kin) to round up at midpoint. (ef1f142cde) No official Pale-Moon changes picked since my last build. No official Basilisk changes picked since my last build. My changes since my last build: - HACK: jsgc: check nullptr before call member function in mayBeOwnedByOtherRuntime() (f4188fb54e) Update Notice: - You may delete file named icudt*.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
-
they may not leaking any juice, just bulging a little bit but it does hurt.1 point
-
you may open up the chassis and inspect the motherboard, maybe some capacitors are failing (most noticeable symptom is popping on the top)1 point
-
1 point
-
New regular/weekly KM-Goanna release: https://o.rthost.win/kmeleon/KM76.5.4-Goanna-20240629.7z Changelog: Out-of-tree changes: * update Goanna3 to git 2828386673...f69c4dc576: - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1237842 - Unlock mMutex before calling CloseActive. r=cpearce (d0677f1981) - Bug 1230857 - Ensure GMPService has sufficient file permissions to delete GMPs. r=gerald (e7f0c4b2b6) - Bug 1236380 - GMPStorage::mShutdown=true until Init() succeeds - r=cpearce (fde2025f4f) - Bug 1254311: [mp4] Ignore empty raw sample. r=cpearce (216a9417c3) - Bug 1215115 - part1: Replace the vorbis by opus in MediaEncoder and also reomve the VorbisTrackEncoder files. r=rillian (760c559e3c) - Bug 1215115 - part2: Mux opus into webm, remove bitdepth. r=rillian (1c996f0aee) - Bug 1215115 - part3: Fix gtest. Remove TestVorbisTrackEncoder.cpp. r=rillian (5a68915a4a) - Bug 1215115 - part4: Enable MOZ_WEBM_ENCODER by default. r=ted (6638b7fffb) - Bug 1257318: Pass TRACK_EVENT_ENDED events through to the TrackEncoders r=padenot (b92b2dcc94) - Bug 1261007 - Part 3 - Remove the same/redundant code of checking the unique image. r=jolin (608e6477bc) - Bug 1243611 - When EOS, call vpx_codec_encode correctly. r=rillian (83887c89c8) - Bug 1260353 - Remove unnecessary method AnimValuesStyleRule::AddPropertiesToSet() r=hiro (36f5e7fcc9) - Bug 1213775: VP8 automatic resizing breaks ffmpeg-based players; turn it off in VP8TrackEncoder r=jya (23c2a27371) - Bug 1185171 - Modify gmp-test-output-protection.h to prevent failure on machines without a physical monitor attached. r=bobowen (8375c5075d) - Bug 1185171: Add 0xc02625e5 as a valid failure code for GMPOutputProtection test. r=cpearce (1d10a75aeb) - Bug 1151746 - Origin tuples in should include schemes. r=edwin (32610b0cfa) - Bug 1180101 - Test 0 length atom inside moov; r=jya (3fae8aee45) - Bug 1244523: [mp4] P4. Add gtest. r=kentuckyfriedtakahe (3f71b5060a) - Bug 1255626: [gtest] Properly shutdown task queue should error occurs. r=gerald (4ec1bf360e) - Bug 1224363 - Added vp8/ivf test case - r=rillian Bug 1224369 - p1: Test cases given as list - r=rillian Bug 1224369 - p2: Added vp8/ivf test case - r=rillian Bug 1224361 - Added vp8/ivf test case - r=rillian (595ebe09be) - Bug 1231075. Respect the timestamp of video frames and don't pop frames as fast as we can in real-time mode. r=roc. (b72329c0fa) - Bug 1237160: Do not count frames not composited as dropped. r=cpearce (e7e18d0700) - Bug 1233648 - Fix some insufficient includes. r=kinetik. (e36cdd3e05) - Bug 1216460 - [1.1] Refactor data types, fix logs and prevent harmful type promotions in SourceBuffer eviction handling. r=jya (047a7ca64f) - Bug 1259916: [MSE] P1. Fix eviction. r=gerald (13195f392b) - Bug 1216460 - [2.2] Refactor SourceBuffer frame eviction and threshold defaults. r=jya (105962c942) - Bug 1259274: [MSE] P1. Remove unnecessary abstraction layer. r=gerald (e7b7603f30) - Bug 1259274: [MSE] P2. Remove unused code path. r=gerald (dce9fa447c) - Bug 1259274: [MSE] P3. Refactor handling of tasks so they only ever run concurrently. r=gerald (9c3f40d9b8) - Bug 1259274: [MSE] P4. Add AutoTaskQueue convenience class. r=gerald Just like TaskQueue, but doesn't require to be shutdown. (0310ff2b7f) - Bug 1259274: [MSE] P5. Use new AutoTaskQueue with MSE objects. r=gerald (3f72558eb2) - Bug 1259916: [MSE] P2. Bump audio source buffer eviction threshold to 30MB. r=gerald (2ffe148c1a) - Bug 1259916: [MSE] P3. Simplify eviction calculation logic. r=gerald (11250c02bc) - Bug 1199879: [MSE] Use latest demux end time to detect discontinuities. r=gerald (f89bdd763f) - Bug 1239983 - Diags around TrackBuffersMgr promises - r=jya (57f3e58636) - Bug 1258410: [MSE] P1. Abort if mInputDemuxer has been reset. r=gerald (07ca58adb0) - Bug 1258410: [MSE] P2. Disconnect init promise if any pending. r=gerald (0627c5a174) - Bug 1259985 - Add missing return after null-check - r=jya (b6ee457b89) - bit of Bwqug 1259274: [MSE] P3 (200d743676) - Bug 1216560 - [3.1] Make eviction thresholds const. r=jya (b44c78f999) - Bug 1259473 - per comment 14, move actions involving |this| to Init() from the constructor. r=jya. (30c402aacb) - Bug 1258562: MSE] Abort if MediaSource has been shutdown. r=gerald (6fce6bc9db) - Bug 1246358: [MSE] Take pre-roll time into consideration when seeking. r=gerald (dacbcd7f36) - spaces (abbb56d413) - Bug 657791 - Update WebM demuxer to clamp cueless seeks instead of failing. r=kinetik (785ae83126) - Bug 1219178 - [9.1] Make SeekPosition available with tests disabled. a=me for fixing build problems (cd1bdef203) - minor format (4a718e47f2) - Bug 1265399 - Replace 0.7071 with sqrt(0.5) in downmixing equations; r=padenot (2243d331c5) - Bug 1265794: P1. Ensure we can always fit a complete audio frame in an audio buffer. r=rillian (37f575184c) - Bug 1256626. Workaround Microsoft macro silliness. r=me (18930fbccd) - Bug 1264898 - Remove unnecessary |FinishAddTracks| call in |DOMHwMediaStream::Init|. r=jesup, r=pehrsons (1b610cdb4f) - Bug 848994 - p5. Check Silverlight presence - r=cpearce (98b4521ae3) - Bug 848994 - p6. Analyze Windows issues - r=cpearce (9de769166a) - Bug 848994 - p7. Filter front-end notifications - r=cpearce (e3aab89a95) - Bug 1256533 - Use std::deque<int32_t> instead of nsDeque - r=cpearce (e21c02fcab) (fef8b08889) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1257063 - Don't destruct the runnable inside the lock when TaskQueue::Dispatch fails. r=bobbyholley. (1f6b254bb0) - Bug 1202148 - Move current in only one location in Intervals.h, r=jya (2c98d86b10) - Bug 1258673. Part 1 - cache mStreamOffset so we won't read at the wrong position when Other Read() interrupt the current Read(). r=jya. (87ab65cc30) - Bug 1258673. Part 2 - since mStreamOffset is not updated until the end of MediaCacheStream::Read(), we have to pass stream offset to MediaCache::NoteBlockUsage explicitly to avoid hitting the assertion. r=jya. (f02806ea1c) (9c8d43b8a2) - import changes from `dev' branch of rmottola/Arctic-Fox: - bug 1191889 skip Close() when not initialized r=roc (9bbb78c01e) - Bug 1175319 - Remove outdated MDSM documenation. r=jya DONTBUILD (775d7b1cb4) - Bug 1265978. Part 1 - add mozDumpDebugInfo() to HTMLMediaElement.webidl. r=bz. (6518ad6a08) - Bug 1265978. Part 2 - add methods to MediaDecoder and MDSM to dump debugging info. r=jya. (1b8ad138c8) - Bug 1265978. Part 2.5 - also dump reader data. r=jya. (d866537269) - Bug 1265978. Part 3 - invoke mozDumpDebugInfo() from JS. r=jya. (7a5a7b5837) (f69c4dc576) * 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 post-deprecated Serpent/moebius for XP! * Notice: This repo will not be built on regular schedule, and changes are experimental as usual. ** Current moebius patch level should be on par with 52.9, but some security patches can not be applied/ported due to source milestone differences between versions. Test binary: Win32 https://o.rthost.win/basilisk/basilisk55-win32-git-20240629-241ece1fc-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk55-win64-git-20240629-241ece1fc-xpmod.7z repo: https://github.com/roytam1/basilisk55 Repo changes: - import from UXP: Issue #2536 - Re-implement plugin enumeration shuffle. (22f74576) (1a9b70c71) - ported from UXP: Issue #2534 - Part 1: window.postMessage should provide a trusted MessageEvent (fb16b1b4) (151a64ad7) - import from UXP: Issue #2534 - Part 2: Update tests (af227c45) (d23c492fd) - Revert "ported from mozilla: Bug 1819025 - Don't consider following join-controls when determining whether a space is collapsible. r=emilio (fad4426b7b)" (80399b108) - Revert "import from `custom` branch of UXP: Revert part of #2492 and replace it with mozilla one. (ff8673e8)" (a8ea4ce4d) - Revert "Revert "import from UXP: PR #2514 - Don't split up happy emoji sequences (52d7e4f3)"" (78bee9abf) - import from UXP: Issue #2538 - Part 1: Undo IsClusterExtender Change (a1b6142e) (0dd743c54) - import from UXP: Issue #2538 - Part 2: Add IsEmojiClusterExtender (68bcd4e6) (c4aa96974) - import from UXP: Issue #2538 - Part 3: Bring ZWJ Awareness to ClusterReverseIterator (44f81b46) (e35062742) - import from UXP: Issue #2537 - Don't assume username fields appear before password fields in forms. (6525b298) (93e605f62) - import from `custom` branch of UXP: devtools: DOMUtils.getCSSValuesForProperty() and DOMUtils.getSubpropertiesForCSSProperty() can fail, wrap them in try-catch blocks (f35b2f4d) (241ece1fc)1 point
-
New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rthost.win/boc-uxp/mailnews.win32-20240629-7bda12e7-uxp-f35b2f4d3d-xpmod.7z BNavigator Win32 https://o.rthost.win/boc-uxp/bnavigator.win32-20240629-7bda12e7-uxp-f35b2f4d3d-xpmod.7z source repo (excluding UXP): https://github.com/roytam1/boc-uxp/tree/custom * 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-20240629-id-656ea98-uxp-f35b2f4d3d-xpmod.7z IceApe-UXP(suite) https://o.rthost.win/hbl-uxp/iceape.win32-20240629-id-656ea98-ia-93af9a0-uxp-f35b2f4d3d-xpmod.7z source repo (excluding UXP): https://github.com/roytam1/icedove-uxp/tree/winbuild https://github.com/roytam1/iceape-uxp/tree/winbuild1 point