Leaderboard
Popular Content
Showing content with the highest reputation on 05/08/2021 in Posts
-
yeah, upstream messed up addon manager, it is fixed in my side, archives updated.5 points
-
New build of Serpent/UXP for XP! Test binary: Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20210508-e29e57e-uxp-e7e63565e-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20210508-e29e57e-uxp-e7e63565e-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-20210508-e29e57e-uxp-e7e63565e-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-20210508-1eb6e649b-uxp-e7e63565e-xpmod.7z Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.3a1.win32-git-20210508-1eb6e649b-uxp-e7e63565e-xpmod-sse.7z Win64 https://o.rthost.win/palemoon/palemoon-28.10.3a1.win64-git-20210508-1eb6e649b-uxp-e7e63565e-xpmod.7z Official UXP changes since my last build: - Issue #1767 - Prevent incorrect calling of network change detection function. (4e31a42b2) - Issue #1751 -- Remove XP_MACOSX conditionals from /dom (0dd3424f7) - Issue #1751 -- Remove XP_IOS (56da7e274) - Issue #1751 -- Remove XP_DARWIN (3d671e427) - Issue #1751 -- Remove files unused without XP_DARWIN (cd1f72413) - Issue #1751 -- Remove XP_MACOSX conditionals and support files from /gfx (616b39413) - Merge branch '1767' (b1eb04d3f) - Issue #1751 -- Remove XP_MACOSX conditionals and support files from /xpcom (1bf0734a7) - Issue #1751 -- Remove XP_MACOSX conditionals from /layout (aa0fd3d68) - Issue #1751 -- Remove XP_MACOSX conditionals from the rest of the tree. (6f707bde9) - Issue #1751 -- fix up a few stray #ifs (e7e63565e) Official Basilisk changes since my last build: - Issue #39 - Warn before opening many URI nodes in tabs (bdb17e6) - Merge pull request 'Warn before opening many URI nodes in tabs' (#40) from FranklinDM/Basilisk:issue-39-work into master (173ff3a) - Back-end branch pointer update. (e29e57e) Official Pale-Moon changes since my last build: - [SSUAO] Update Citi bank override. (4eb014170) - New cycle. (1eb6e649b)3 points
-
I totally understand , the advice was based on "Disappointing from a financial point of view". I'm not saying I'm an ancient guru with hundreds of years of experience , but I worked with lots of computers parts since 90's , even though I do not like asian manufactured stuff in general , Samsung is one ot the best these days , honestly . Why ? Too few to choose from . We do not have European manufactured stuff anymore . In the end , they all place orders at OEM plants and then just label the parts. Of course , you may try your luck with Corsair again .2 points
-
latest NM28XP build Win32 - add-ons manager empty? just displays "loading". tested with current and new profile.2 points
-
New NewMoon 27 Build! 32bit https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20210508-32a8a4473-xpmod.7z 32bit SSE https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20210508-32a8a4473-xpmod-sse.7z 32bit noSSE https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20210508-32a8a4473-xpmod-ia32.7z 64bit https://o.rthost.win/palemoon/palemoon-27.10.0.win64-git-20210508-32a8a4473-xpmod.7z source repo: https://github.com/roytam1/palemoon27 repo changes since my last build: - Revert recent dom/media related changes. This should hopefully restore stability as 27 March 2021 build. (c5b776d07) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1178508 ServiceWorker scripts should never be intercepted. r=baku (1dc29c560) - Bug 1169044 - Patch 4 - Set referrer on intercepted request. r=jdm (e400d51bb) - Bug 1169044 - Patch 5 - build fixes. a=bustage (ff54ccc97) - Bug 1158319 Cache should throw SecurityError if the principal is incorrect. r=ehsan (28713b9cf) - Bug 1160147 Improve Cache API WorkerFeature shutdown handling. r=baku (79ab46685) - Bug 1160227 Improve Cache API warnings. r=ehsan (0adda61ee) - Bug 1160138 P1 Update CacheStorage and Cache webidl to latest spec. r=ehsan (68025abcf) - Bug 1160138 P2 Add a [ChromeConstructor] to CacheStorage to support devtools. r=ehsan (8d3ea55b8) - Bug 1160138 P3 Test Cache chrome-only Constructor. r=ehsan (46d89d039) - Bug 1173467 P1 Modify CacheStorage to reject with SecurityErr instead of throwing on creation. r=ehsan (db32dffbf) - Bug 1140145 - Update web-platform-tests expected data to revision 9a2c04e06cb4e63b13b803722d345d085bf0debf, a=testonly (eb5c31e15) - Bug 1142501 - Disable webvtt/rendering/cues-with-video/processing-model/basic.html on Linux due to extremely frequent timeouts. No review. (8c197e60a) - Bug 1135107 - Enable pointer events for pointer events tests, a=testonly (03d19a853) - partial bug 1135107 - Update web-platform-tests expected data, rs=Ms2ger (794895f17) - Bug 1153521 - Update web-platform-tests expected data to revision 7311aa630534282885b9add15b1c30b2b59316dd, a=testonly (44a86bbb9) - Bug 1162594 - create build_resources.json even if psutil fails; r=ahal (44a1d1780) (cdb21a311) - import changes from `dev' branch of rmottola/Arctic-Fox and mozilla: - Bug 1156628 - Don't limit the number of unused dirty pages kept by jemalloc on B2G desktop. r=gsvelto, r=glandium (7b9878b36) - Bug 1172632 - Don't guess malloc_usable_size type of argument based on ANDROID_VERSION in mozjemalloc, but use the result of the configure test instead. r=njn (1f57d41d4) - bug 1172632 - Move some allocator related configure checks in a common location for both top-level and js/src to use. r=mshal (moz-hg: 5c0acaf8f) - Fixup for bug 1172632 on a CLOSED TREE. r=me (moz-hg: a1ea87558) - Bug 1186444 - part 1 - move uses of MODULE_OPTIMIZE_FLAGS to moz.build's CFLAGS; r=mshal (1b1e4e8cf) - Bug 1153566 - Incorrect re in _check_blacklisted_variables did not ignore comment. r=gps (ab563eb51) - goanna->gecko (034340741) - Bug 1162191 - Add |mach artifact| for installing downloaded Fennec binaries. r=gps (059a6ac32) - Bug 1185671 - Use BytesIO instead of StringIO as backing store for FileAvoidWrite, and handle writing unicode to it explicitly. r=gps (3381f4912) - Bug 1142127 - Fix typo in exception for "IDL already registered"; r=gps Bug 924187 - Deal with interfaces.manifest from the backend. r=mshal (32bf6ebbf) - goanna->gecko (7c91fd334) - Bug 1166538 - Make dozip.py a py_action. r=gps (828cdf7a1) - Bug 1166538 - Make it more straightforward, path-wise, to change $(ZIP) uses to the zip py_action. r=gps (b85adce8e) - Bug 1172800 - Move moz.build template handling in a separate class. r=gps (23a2d77bf) - Bug 1172800 - Avoid using inspect.getsourcelines() and inspect.getfile(). r=gps (13021cdf2) - Bug 1162826 - Display a proper error when a moz.build tries to set a "reserved keyword". r=mshal (6e0f1ca3c) - Bug 1172800 - Create actual functions to execute moz.build templates. r=gps (305c886e4) - Bug 1168607 - Add get method to finders; r=glandium (50f6c588b) - Bug 1168231 - Normalize file mode in jars. r=gps (456678caa) - Bug 1168607 - Add a read() method to File; r=glandium (8d3e3e066) - Bug 1168607 - Implement a finder that reads from a Mercurial repo; r=glandium (327d542a1) - Bug 1168607 - Use mozpack Finders for reading moz.build files; r=glandium (44e1b4cf2) - Bug 1168607 - Add mode to MercurialFileFinder to support non-relative paths; r=glandium (ba30a87e8) - Bug 1168607 - Add a native Mercurial finder; r=glandium (081934656) - Bug 1176642 - Use absolute_import in mozbuild; r=glandium (8aaf8d221) - Bug 1154687 - Restore EXTERNALLY_MANAGED_MAKE_FILE handling to the moz.build blacklist check. r=gps (099b2c496) - Bug 1191575 - Optimize the RecursiveMakeBackend._check_blacklisted_variables test. r=gps (3e1a9a03c) - Bug 1186444 - part 2 - remove MODULE_OPTIMIZE_FLAGS from config.mk; r=mshal (2576e322a) - Bug 1226907 - Part 2: Fix warnings in mozjemalloc and remove ALLOW_COMPILER_WARNINGS. r=glandium (154d35b0c) - Bug 1127618 (prereq) - Fix compile errors caused by files moving from one unified file to another. r=mcmanus (629aa7d47) - Bug 1185616 - remove optimization-related hacks in sqlite's Makefile.in; r=glandium (d445dd291) (3a8813078) - import changes from `dev' branch of rmottola/Arctic-Fox: - partial of Bug 1154325 - Disable all DOM Cache web-platform-tests until the intermittent failures have been fixed (e0672af20) - Bug 1154325 P3 Re-enable service-workers/cache-storage WPT tests. r=jgraham (e369b1bb7) - Another followup for bug 1142478, still with a CLOSED TREE (12d097e25) - And one more followup for bug 1142478. Still a CLOSED TREE (2dd25961c) - Bug 1146321 - Update web-platform-tests expected data to revision 1defdd7213b52589e4b7a259e53f4fff359c301a, a=testonly (2057d686f) - Bug 1121099. Make <basefont> be an HTMLElement to match my reading of the spec and Chrome. r=sicking (3f11b8dde) - partial of Bug 1127468 - Update web-platform-tests expected data to revision 83d9681ecf334f5fbe1c4b076601cf3c50f42176, a=testonly (f187379c5) - partial of Bug 1135107 - Update web-platform-tests expected data (1e307d251) - partial of Bug 1159756. Stop forcing the media.mediasource.enabled preference to true and the media.mediasource.whitelist preference to false in the test harness. r=kinetik (416e6fd57) - Bug 1161535 - Update web-platform-tests expected data to revision 40a9c4e9e4f99a738cd1a7602066c5e84d1b90b5, a=testonly (f7ef60633) - Bug 1161759 Remove stale wpt ini files for Cache API tests. r=jgraham (491a71c12) - Bug 1163829 - Set the necessary prefs for web-platform service worker tests; r=jgraham (9b6bd3b2c) - Bug 1173467 P1.5 Mark wpt sandboxed-iframes.https.html test as expected fail. r=jgraham (a1164a210) - Bug 1173467 P2 Add nsGlobalWindow utility method to get private browsing boolean. r=ehsan (d3fe4a931) - Bug 1154494 - patch 2 - Hold a ref to the sandbox. r=baku (783347586) - Bug 1152899 - Disallow the interception of third-party iframes using service workers when the third-party cookie preference is set. r=smaug,baku (cbd5bcc92) - Bug 1162344 - Use the exemptFromPerDomainMax pref in test_importscript.html; r=nsm (826325f4b) - Bug 982726 follow-up: Add exempt from worker limit pref to a test. (a8f64ded9) - Bug 1157692 - Add dom.caches.enabled pref to test. r=bkelly (1465e999a) - Remove the remnants of the dom.fetch.enabled pref, no bug (a73c86666) - Bug 1169210 - Can't call content service worker from chrome. r=nsm (9ca1c4d33) - Bug 1170822 - Fix controlled documents comparison. r=catalinb (e9ffeb6f5) - Bug 1173240 - Use the document URI for performing the service worker registration secure origin check; r=baku (01a330597) - Bug 1173361 Make ServiceWorkerRegisterJob::Start() call Done() async. r=nsm (ff01f64ba) - Bug 1171555 - Remove overly verbose ServiceWorker warnings. r=bkelly (5d5f6978a) - Bug 1172948 - Part 1: Refactor the logic for checking for authenticated origins into a helper function; r=nsm (883fef559) - Bug 1172948 - Part 2: Consider all non-chrome parent documents when checking the authenticity of an origin; r=nsm (ae6388831) - Bug 1143732 - Add exempt from limit for two service worker tests. r=bkelly (5462a0270) - Bug 1155987 - Unregister the service workers registered in tests; r=nsm (aefe9b374) - remaining of Bug 1137984. When parsing attribute selectors, treat EOF as ']' any place ']' is allowed. r=dbaron (d9a35d4c7) - Bug 1149535 - enable unicode-range for testing. r=heycam (e155d0f72) - Bug 1161036 part 1. Stop setting the layout.css.font-loading-api.enabled preference to true in the test harness. r=heycam (89e961c0e) - Bug 1161036 part 2. Only force-enable dom cache in test_serviceworker_interfaces if we're having to force-enable servicewceworkers too. r=bkelly (0fac219b3) - Bug 1172110 - Re-enable service workers on desktop and mobile for non-release builds; r=jst (43a9c4983) - Bug 1173389 - Disable ServiceWorker network interception by default. r=ehsan (730dd4da5) - Bug 1125412 - Add a pref-gated performance.mozMemory for accessing internal memory usage/threshold info, r=smaug, sr=smaug (c16590d7d) - Bug 1159794 - "fix the comment for dom.workers.websocket.enabled in all.js" . r=bz (fe38a2b94) - Bug 1159792 - get rid of dom.workers.websocket.enabled pref, r=smaug (a66597c65) - Bug 1160892 - Url.createObjectURL(blob) should support punycode origins, r=smaug (5f4e92b1a) (821f0fa10) - import changes from `dev' branch of rmottola/Arctic-Fox: - remaining part of Bug 1146339 - Do anchor scrolling right before dispatching popstate (1123b0133) - Bug 1170488 - Document URI should be updated before sending out onLocationChange. r=smaug (6f553c2ee) - Bug 1144820 - Use nsTArray<UniquePtr<>> to hold timeline markers. r=smaug, r=fitzgen (e4b878ec3) - Bug 1143004 - markers from console.timeStamp() should be rendered in the performance tool's timeline. r=vp (7d8d4cb0c) - Bug 1170671 - ProfileTimelineMarkers that use TRACING_TIMESTAMP should capture stack information. r=smaug (dc7982a30) - Bug 1141614 - Part 1: Maintain a list of docshells whose timeline markers are being observed; r=smaug (2dc04461c) - Bug 1159779 - mozilla::AutoTimelineMarker shouldn't be copy-able; r=smaug (24aadecd4) - Bug 1141614 - Part 2: Add mozilla::AutoGlobalTimelineMarker; r=smaug (c069191a5) - Bug 1141614 - Part 3: Trace cycle collection with AutoGlobalTimelineMarker; r=smaug (2cdccd0fc) - Bug 1160521 - The markers list sidebar should be wider by default, r=jsantell (c479c72c3) - Bug 1150696 - Move all timeline tests that are still relevent into the performance tools tests. r=vp (276572541) - Bug 1165504 - Refactor out marker details view into utilities, make marker definitions more declaritive. r=vp (42218191c) - Bug 1166139 - properly display the generic class name for markers in the marker filter popup. r=vp (711b0032a) - Bug 1157916 - Add tooltip for displaying start/end times on marker details' duration field. r=vp (c586757d5) (32a8a4473)2 points
-
Hello, thanks for reading! (Sorry for my english) Someone knows where can i get Intel HD 2500 drivers for Windows Vista or edit Windows 7 drivers to work with Windows Vista?1 point
-
Hi, Is it possible to run (install/use) Windows NT 4.0 on a Dell Inspiron 15R -5537 (which came with Windows 8). If it is not possible to run NT 4,0 on that machine, can you run Windows NT 4.0 on a computer that was built for Windows 8 or 10 or one with a Haswell proccessor? I am currently running Windows 2000 on that machine. And no, using a VM is not an option. I am open to doing anything.1 point
-
this update pack contains all the sha2 requirement updates for all windows versions to fix the sha1 issues in windows here is the download-----> [redacted] edit: just a note this update pack wont fix windows update not working these updates only add the sha2 support to windows it wont fix windows update on xp-vista sorry for the mislabeling this pack contains all the sha2 signed certificates needed to get drivers working in older versions of windows here is the download-----> [redacted]1 point
-
That's strange because after installing runtime 14 I noticed that 360 browser used almost as much RAM as MiniBrowser does. As soon as I uninstalled it, the RAM usage dropped down to its usual amount (about 300 MB with one google tab open) 360Browser doesn't have any api files in its folders but it's trying to find them both in its folders and the typical windows system folders, that's what filemon revealed, but it doesn't find too many, even if you have runtime 10 installed like I do.1 point
-
Microsoft is very similar to Google with their products. KilledByGoogle is a notable statement because Google has killed many products, the least lasting being just a few months until it was discontinued. Microsoft does a similar tactic, where they launch services then after a while want to kill them. Cortana launched in 2014 (and earlier on mobile) but was recently discontinued by Satya himself, stating that he does not vision it being a competitor. 1903 removed Cortana from the OOBE, and moved it to a seperate app that can be uninstalled with Powershell. The Xbox Kinect launched around 2010 with the release of the Xbox 360 Slim, but then was discontinued around 2014 when the Xbox One had no use for it even though it had it. Microsoft likes launching things then killing them the same way Google does because they don't want to continue it or lose motivation. They really want to get rid of Windows, and definitely have showed that they are attempting to, which is why the only reason Sun Valley exists is because they want to show that they care just a little bit. Windows has no idea what it wants to be, if it wants to be a mobile OS, desktop OS, laptop OS, or server OS. Microsoft wants to be all of them even though Microsoft proved that its better off to keep it all seperate. I have fears of ARM going to PCs because I am afraid that means everyone will be running Android or iOS on their computers, which I hate because it means the end of normal desktop computing with a keyboard and mouse as everything moves over to touchscreens. Linux has proven to be the dominant in the server and mobile world, and Microsoft knows it with their Surface phone and Azure. As far as laptops and desktops go, they have ran the same OS for the past few years, but clearly development in Microsoft since Windows 8.0 has been laptop-oritented. People don't care anymore because its been going on for almost a decade now. Windows 10X will never make sense. It is just a project that Microsoft wanted to do so they can take over the education department that they have been losing since the release of Windows 8. The enterprise world has slowly been moving their way to Linux (my dad's office is 100% CentOS and Ubuntu), my school has mentioned about moving their machines to Ubuntu Education LTS so they don't have to image as often. Windows 7 and XP were the two perfect operating systems for the world. Ever since then, its been a downfall of people leaving Windows. The reason 10 is on 1.3 billion machines is because most people don't care. But the majority of people who do care probably still use 7, moved to macOS, chromeOS or Linux. I don't care that 10X is not coming in 2021. I had no intent of using it, and I doubt anyone did. It cant even run win32 apps anyway, and UWP is a failing platform. If Microsoft ever forces consumers to use Windows 10 without win32 support, thats the final straw. Windows has been on a downfall since 2012 with the pinnacle of that downfall starting in 2018 with 1809 and still ongoing. People for SOME reason forgave Microsoft on the whole 1809 fiasco.1 point
-
I can only assume all of that was just so you could hear yourself talk...1 point
-
Excuse me dear ArcticFoxie , I shall say in advance : I'm not trying to mock you or anything like that , but what problems with the beautiful English language are you talking about ? Perhaps you need to change your system locale from russian (lol) . Sorry , couldn't stand the temptation to joke about your system language . I really do hope you are not a hidden russian , though . I will take some time and describe what I've done to check. 1st - my system's locale is EN-GB . Not French , lol (this joke is for British/Americans only , others may not understand , sorry in advance , love to French folks). 2nd - downloaded your favourite version from your link . 3rd - Unpacked Portable from CMD (it inpacked the portable version with everything in English). P.S. Yes , gurgle is still with "ru" , but it can be fixed with hexing. I changed it to gurgle.ca ( why ? It somewhat reminds me of @win32 and his marvellous work , weird ? Maybe , don't care.) ..... or maybe I was just laizy to extend the length because gurgle.co.uk or "com" will not fit , obviously . My advice - change your system locale to proper British English (and reboot , but you know this already) before unpacking. Also , I do use a LOT of flags , like "disable translate" and I do not see any russian language at all. And , of couse , I deleted "error" and "new tab" .zip.1 point
-
If the files are version 10.xx then they are part of the Visual C++ 2010 Redistributable as far as I know. Is that what you tried installing? If not you could try that, the last version is Visual C++ 2010 SP1 (10.0.40219.473) I think. Try installing that and remove the files in the program's folder and see if it still works. If it doesn't, just put them back again of course! You never know, it might make a difference. If it was a different runtime version you installed, installing it might have done more harm than good.1 point
-
Hi General Problem "Iceape-upx ,Newmoon 28 and bnavigator" About:Performance "does not work" About:Support "does not work" Add-ons Manager "does not work" Serpent 52.9 and Newmoon 27.10 is OK1 point
-
Most of the updates probably are interchangeable, but the reason there is no thread is that they both went EOL/ESU in January 2020. Another thing: there are no x86 versions of Server 2008 R2 updates.1 point
-
Status updates are not your personal twitter. I removed your permission to post them.1 point
-
New regular/weekly KM-Goanna release: https://o.rthost.win/kmeleon/KM76.4.3-Goanna-20210508.7z Changelog: Out-of-tree changes: * update Goanna3 to git 202b273a2...32a8a4473: - Revert recent dom/media related changes. This should hopefully restore stability as 27 March 2021 build. (c5b776d07) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1178508 ServiceWorker scripts should never be intercepted. r=baku (1dc29c560) - Bug 1169044 - Patch 4 - Set referrer on intercepted request. r=jdm (e400d51bb) - Bug 1169044 - Patch 5 - build fixes. a=bustage (ff54ccc97) - Bug 1158319 Cache should throw SecurityError if the principal is incorrect. r=ehsan (28713b9cf) - Bug 1160147 Improve Cache API WorkerFeature shutdown handling. r=baku (79ab46685) - Bug 1160227 Improve Cache API warnings. r=ehsan (0adda61ee) - Bug 1160138 P1 Update CacheStorage and Cache webidl to latest spec. r=ehsan (68025abcf) - Bug 1160138 P2 Add a [ChromeConstructor] to CacheStorage to support devtools. r=ehsan (8d3ea55b8) - Bug 1160138 P3 Test Cache chrome-only Constructor. r=ehsan (46d89d039) - Bug 1173467 P1 Modify CacheStorage to reject with SecurityErr instead of throwing on creation. r=ehsan (db32dffbf) - Bug 1140145 - Update web-platform-tests expected data to revision 9a2c04e06cb4e63b13b803722d345d085bf0debf, a=testonly (eb5c31e15) - Bug 1142501 - Disable webvtt/rendering/cues-with-video/processing-model/basic.html on Linux due to extremely frequent timeouts. No review. (8c197e60a) - Bug 1135107 - Enable pointer events for pointer events tests, a=testonly (03d19a853) - partial bug 1135107 - Update web-platform-tests expected data, rs=Ms2ger (794895f17) - Bug 1153521 - Update web-platform-tests expected data to revision 7311aa630534282885b9add15b1c30b2b59316dd, a=testonly (44a86bbb9) - Bug 1162594 - create build_resources.json even if psutil fails; r=ahal (44a1d1780) (cdb21a311) - import changes from `dev' branch of rmottola/Arctic-Fox and mozilla: - Bug 1156628 - Don't limit the number of unused dirty pages kept by jemalloc on B2G desktop. r=gsvelto, r=glandium (7b9878b36) - Bug 1172632 - Don't guess malloc_usable_size type of argument based on ANDROID_VERSION in mozjemalloc, but use the result of the configure test instead. r=njn (1f57d41d4) - bug 1172632 - Move some allocator related configure checks in a common location for both top-level and js/src to use. r=mshal (moz-hg: 5c0acaf8f) - Fixup for bug 1172632 on a CLOSED TREE. r=me (moz-hg: a1ea87558) - Bug 1186444 - part 1 - move uses of MODULE_OPTIMIZE_FLAGS to moz.build's CFLAGS; r=mshal (1b1e4e8cf) - Bug 1153566 - Incorrect re in _check_blacklisted_variables did not ignore comment. r=gps (ab563eb51) - goanna->gecko (034340741) - Bug 1162191 - Add |mach artifact| for installing downloaded Fennec binaries. r=gps (059a6ac32) - Bug 1185671 - Use BytesIO instead of StringIO as backing store for FileAvoidWrite, and handle writing unicode to it explicitly. r=gps (3381f4912) - Bug 1142127 - Fix typo in exception for "IDL already registered"; r=gps Bug 924187 - Deal with interfaces.manifest from the backend. r=mshal (32bf6ebbf) - goanna->gecko (7c91fd334) - Bug 1166538 - Make dozip.py a py_action. r=gps (828cdf7a1) - Bug 1166538 - Make it more straightforward, path-wise, to change $(ZIP) uses to the zip py_action. r=gps (b85adce8e) - Bug 1172800 - Move moz.build template handling in a separate class. r=gps (23a2d77bf) - Bug 1172800 - Avoid using inspect.getsourcelines() and inspect.getfile(). r=gps (13021cdf2) - Bug 1162826 - Display a proper error when a moz.build tries to set a "reserved keyword". r=mshal (6e0f1ca3c) - Bug 1172800 - Create actual functions to execute moz.build templates. r=gps (305c886e4) - Bug 1168607 - Add get method to finders; r=glandium (50f6c588b) - Bug 1168231 - Normalize file mode in jars. r=gps (456678caa) - Bug 1168607 - Add a read() method to File; r=glandium (8d3e3e066) - Bug 1168607 - Implement a finder that reads from a Mercurial repo; r=glandium (327d542a1) - Bug 1168607 - Use mozpack Finders for reading moz.build files; r=glandium (44e1b4cf2) - Bug 1168607 - Add mode to MercurialFileFinder to support non-relative paths; r=glandium (ba30a87e8) - Bug 1168607 - Add a native Mercurial finder; r=glandium (081934656) - Bug 1176642 - Use absolute_import in mozbuild; r=glandium (8aaf8d221) - Bug 1154687 - Restore EXTERNALLY_MANAGED_MAKE_FILE handling to the moz.build blacklist check. r=gps (099b2c496) - Bug 1191575 - Optimize the RecursiveMakeBackend._check_blacklisted_variables test. r=gps (3e1a9a03c) - Bug 1186444 - part 2 - remove MODULE_OPTIMIZE_FLAGS from config.mk; r=mshal (2576e322a) - Bug 1226907 - Part 2: Fix warnings in mozjemalloc and remove ALLOW_COMPILER_WARNINGS. r=glandium (154d35b0c) - Bug 1127618 (prereq) - Fix compile errors caused by files moving from one unified file to another. r=mcmanus (629aa7d47) - Bug 1185616 - remove optimization-related hacks in sqlite's Makefile.in; r=glandium (d445dd291) (3a8813078) - import changes from `dev' branch of rmottola/Arctic-Fox: - partial of Bug 1154325 - Disable all DOM Cache web-platform-tests until the intermittent failures have been fixed (e0672af20) - Bug 1154325 P3 Re-enable service-workers/cache-storage WPT tests. r=jgraham (e369b1bb7) - Another followup for bug 1142478, still with a CLOSED TREE (12d097e25) - And one more followup for bug 1142478. Still a CLOSED TREE (2dd25961c) - Bug 1146321 - Update web-platform-tests expected data to revision 1defdd7213b52589e4b7a259e53f4fff359c301a, a=testonly (2057d686f) - Bug 1121099. Make <basefont> be an HTMLElement to match my reading of the spec and Chrome. r=sicking (3f11b8dde) - partial of Bug 1127468 - Update web-platform-tests expected data to revision 83d9681ecf334f5fbe1c4b076601cf3c50f42176, a=testonly (f187379c5) - partial of Bug 1135107 - Update web-platform-tests expected data (1e307d251) - partial of Bug 1159756. Stop forcing the media.mediasource.enabled preference to true and the media.mediasource.whitelist preference to false in the test harness. r=kinetik (416e6fd57) - Bug 1161535 - Update web-platform-tests expected data to revision 40a9c4e9e4f99a738cd1a7602066c5e84d1b90b5, a=testonly (f7ef60633) - Bug 1161759 Remove stale wpt ini files for Cache API tests. r=jgraham (491a71c12) - Bug 1163829 - Set the necessary prefs for web-platform service worker tests; r=jgraham (9b6bd3b2c) - Bug 1173467 P1.5 Mark wpt sandboxed-iframes.https.html test as expected fail. r=jgraham (a1164a210) - Bug 1173467 P2 Add nsGlobalWindow utility method to get private browsing boolean. r=ehsan (d3fe4a931) - Bug 1154494 - patch 2 - Hold a ref to the sandbox. r=baku (783347586) - Bug 1152899 - Disallow the interception of third-party iframes using service workers when the third-party cookie preference is set. r=smaug,baku (cbd5bcc92) - Bug 1162344 - Use the exemptFromPerDomainMax pref in test_importscript.html; r=nsm (826325f4b) - Bug 982726 follow-up: Add exempt from worker limit pref to a test. (a8f64ded9) - Bug 1157692 - Add dom.caches.enabled pref to test. r=bkelly (1465e999a) - Remove the remnants of the dom.fetch.enabled pref, no bug (a73c86666) - Bug 1169210 - Can't call content service worker from chrome. r=nsm (9ca1c4d33) - Bug 1170822 - Fix controlled documents comparison. r=catalinb (e9ffeb6f5) - Bug 1173240 - Use the document URI for performing the service worker registration secure origin check; r=baku (01a330597) - Bug 1173361 Make ServiceWorkerRegisterJob::Start() call Done() async. r=nsm (ff01f64ba) - Bug 1171555 - Remove overly verbose ServiceWorker warnings. r=bkelly (5d5f6978a) - Bug 1172948 - Part 1: Refactor the logic for checking for authenticated origins into a helper function; r=nsm (883fef559) - Bug 1172948 - Part 2: Consider all non-chrome parent documents when checking the authenticity of an origin; r=nsm (ae6388831) - Bug 1143732 - Add exempt from limit for two service worker tests. r=bkelly (5462a0270) - Bug 1155987 - Unregister the service workers registered in tests; r=nsm (aefe9b374) - remaining of Bug 1137984. When parsing attribute selectors, treat EOF as ']' any place ']' is allowed. r=dbaron (d9a35d4c7) - Bug 1149535 - enable unicode-range for testing. r=heycam (e155d0f72) - Bug 1161036 part 1. Stop setting the layout.css.font-loading-api.enabled preference to true in the test harness. r=heycam (89e961c0e) - Bug 1161036 part 2. Only force-enable dom cache in test_serviceworker_interfaces if we're having to force-enable servicewceworkers too. r=bkelly (0fac219b3) - Bug 1172110 - Re-enable service workers on desktop and mobile for non-release builds; r=jst (43a9c4983) - Bug 1173389 - Disable ServiceWorker network interception by default. r=ehsan (730dd4da5) - Bug 1125412 - Add a pref-gated performance.mozMemory for accessing internal memory usage/threshold info, r=smaug, sr=smaug (c16590d7d) - Bug 1159794 - "fix the comment for dom.workers.websocket.enabled in all.js" . r=bz (fe38a2b94) - Bug 1159792 - get rid of dom.workers.websocket.enabled pref, r=smaug (a66597c65) - Bug 1160892 - Url.createObjectURL(blob) should support punycode origins, r=smaug (5f4e92b1a) (821f0fa10) - import changes from `dev' branch of rmottola/Arctic-Fox: - remaining part of Bug 1146339 - Do anchor scrolling right before dispatching popstate (1123b0133) - Bug 1170488 - Document URI should be updated before sending out onLocationChange. r=smaug (6f553c2ee) - Bug 1144820 - Use nsTArray<UniquePtr<>> to hold timeline markers. r=smaug, r=fitzgen (e4b878ec3) - Bug 1143004 - markers from console.timeStamp() should be rendered in the performance tool's timeline. r=vp (7d8d4cb0c) - Bug 1170671 - ProfileTimelineMarkers that use TRACING_TIMESTAMP should capture stack information. r=smaug (dc7982a30) - Bug 1141614 - Part 1: Maintain a list of docshells whose timeline markers are being observed; r=smaug (2dc04461c) - Bug 1159779 - mozilla::AutoTimelineMarker shouldn't be copy-able; r=smaug (24aadecd4) - Bug 1141614 - Part 2: Add mozilla::AutoGlobalTimelineMarker; r=smaug (c069191a5) - Bug 1141614 - Part 3: Trace cycle collection with AutoGlobalTimelineMarker; r=smaug (2cdccd0fc) - Bug 1160521 - The markers list sidebar should be wider by default, r=jsantell (c479c72c3) - Bug 1150696 - Move all timeline tests that are still relevent into the performance tools tests. r=vp (276572541) - Bug 1165504 - Refactor out marker details view into utilities, make marker definitions more declaritive. r=vp (42218191c) - Bug 1166139 - properly display the generic class name for markers in the marker filter popup. r=vp (711b0032a) - Bug 1157916 - Add tooltip for displaying start/end times on marker details' duration field. r=vp (c586757d5) (32a8a4473) * 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-20210508-355db4de-uxp-e7e63565e-xpmod.7z BNavigator Win32 https://o.rthost.win/boc-uxp/bnavigator.win32-20210508-355db4de-uxp-e7e63565e-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-20210508-id-f0915f3-uxp-e7e63565e-xpmod.7z IceApe-UXP(suite) https://o.rthost.win/hbl-uxp/iceape.win32-20210508-id-f0915f3-ia-c642e3c-uxp-e7e63565e-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
-
i dont know i just found this topic today but i have a link to my sha2 updates for all windows versions archive in a topic above yours1 point
-
Great Britain (that's what they taught us to call it during my school days) is a good country , indeed , let's hope it stays that way during these dark times . Though electronics is somewhat more expensive. Glad to be of help. BTW , these still can be overclocked in the BIOS , I even suggest to buy DDR3 1333 CL9 or DDR3 1066 CL7 and then change the settings in the bios , no need to add any additional voltage , just play with the settings . For example DDR3 1333 CL9 can work at 1600MHZ , but you shall need to up the timings , change to CL10 (if chips are ok , they won't require more voltage).1 point
-
1 point
-
Keeping my fingers crossed for you!1 point
-
http://web.archive.org/web/20170825082730/https://downloadcenter.intel.com/download/20758/Graphics-Intel-HD-Graphics-Driver-for-Windows-Vista1 point
-
1 point
-
And for 64-bit https://drivers.softpedia.com/get/GRAPHICS-BOARD/INTEL/Intel-HD-Graphics-Driver-815102639-for-Vista-Windows-7-x64.shtml1 point
-
Here you go : https://drivers.softpedia.com/get/GRAPHICS-BOARD/INTEL/Intel-HD-Graphics-Driver-152250642509-for-Vista-x86-Windows-7-x86.shtml1 point
-
Would Windows XP drivers work? (I want to get Aero theme working!)1 point
-
Thanks for trying to help me, but i can't find drivers meant for Windows Vista, tried older versions also but there is no drivers for Windows Vista. Im just trying to get Windows Vista working on my computer1 point
-
This link looks like it contains the drivers: https://downloadcenter.intel.com/product/81501/Intel-HD-Graphics-25001 point
-
(edit) Hello, Got a 2011 15r Dell inspiron not the same model came with windows 7. The machine has a large hard drive intel i3 processor. The OS never complete setup for me on NT 4.0, got to try NT 4.0 with sp6 included maybe, will reply the thread later. -TheSaga1 point