Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/03/2022 in all areas

  1. New build of Serpent/UXP for XP! Test binary: Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20221203-3219d2d-uxp-74a139ee2-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20221203-3219d2d-uxp-74a139ee2-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-20221203-3219d2d-uxp-74a139ee2-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.6a1.win32-git-20221203-d849524bd-uxp-74a139ee2-xpmod.7z Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.6a1.win32-git-20221203-d849524bd-uxp-74a139ee2-xpmod-sse.7z Win64 https://o.rthost.win/palemoon/palemoon-28.10.6a1.win64-git-20221203-d849524bd-uxp-74a139ee2-xpmod.7z Official UXP changes picked since my last build: - Issue #2036 - Prevent GTK color picker from being frozen when launched from a modal XUL window (6d6d149b6) - Issue #2030 - (chore) refactor event dispatch functions (4d310562d) - Issue #2030 - Allow child nodes of button to participate in mouse hit tests (4354c7a1b) - Issue #2030 - Pref-gate default button event dispatch logic (3f073056d) - Issue #2030 - Dispatch click on common interactive ancestor if mousdown/up are not on the same element (b4dd10626) - Issue #2022 Follow-Up - Add autorelease to our manual NSView to prevent potential leaks. Also move titlebar overrides from BaseWindow to ToolbarWindow... This caused problems in Waterfox Classic on Ventura, while this didn't seem to be necessary in UXP... There is no need for those overrides in BaseWindow, so why risk potential problems. https://bugzilla.mozilla.org/show_bug.cgi?id=1576387 https://github.com/WaterfoxCo/Waterfox-Classic/commit/d7f5814dc089f615385a00db4dfe187c6aefa1af (e10eeed77) - No Issue - Fix building ldap on MacOS. Discovered this problem building Epyrus on MacOS, based on this Mozilla Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1652906 (7354cde3e) No official Pale-Moon changes picked since my last build. No official Basilisk changes picked since my last build. Update Notice: - You may delete file named icudt58l.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.
    6 points
  2. @Dietmar I have added mentioned fix to both source trees, here are updated files for XP and 2003 https://www.mediafire.com/file/cboxm3x9ctb9i1u/ACPI_7777.6_x86+x64_5.1+5.2.7z/file
    4 points
  3. You are already out of date. Why all this interest in my (exact) seniority? I am already feeling old enough , I don't need a timer to remind me how much. jaclaz
    4 points
  4. 4 points
  5. Yes I prefer personnally to have the "off-topics" from time to time... well, moderators may not agree with me, but this seems to me more alive, the topics are more interesting... more alive! I don't mind the off-topics, I mean. And it's cool to be able to say by the likes, that I like the response of my interlocutor. I like the likes.
    3 points
  6. Wait, for real? I never talked with him personally as far as I remember, but for the short year or two I've been on this site, I've seen him *everywhere*. I didn't even know anything was wrong. Definitely did a lot and I pray him and his family peace.
    3 points
  7. Both links 404 for me currently ; CDN issue? FTR, nowhere to be found inside: https://o.rthost.win/basilisk/?sort=date&order=desc
    3 points
  8. New regular/weekly KM-Goanna release: https://o.rthost.win/kmeleon/KM76.4.7-Goanna-20221203.7z Changelog: Out-of-tree changes: * update Goanna3 to git 4f15bc133e..3fd460890c: - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1154563 - Drop the unused argument of WorkerPrivate::Close(); r=baku (366f353f9f) - Bug 1178721 - Implement SuspendWorkersForWindow;r=khuey (a49bc9a306) - Bug 1207490 - Part 6: Remove use of expression closure from browser/devtools/. r=vporof (1c4d153319) - Bug 1198982: Don't fail the SW load for an importScripts failure. r=bkelly (948f5dca94) - Bug 1160890 - Part 1: Remove unneeded code from ImportScripts(). r=smaug (e31f7c82eb) - Bug 1160890 - Part 2: ImportScripts() should return muted errors with 3rd party scripts. r=smaug (347e54a605) - Bug 1188141: Make Worker error events not bubble. r=baku (509fd46933) - Bug 1160890, r=smaug (0ce3ee09d6) - Bug 1208687: Only discard events from the outermost queue. r=ehsan (bce722c16b) - Bug 949376 - MessageEvent::initMessageEvent, r=smaug (8878e51c91) - Bug 1214772 - Part 2: Make FetchEvent inherit from ExtendableEvent; r=bzbarsky (edff91f7fb) - Bug 1218131 - Mark FetchEvent.request as SameObject; r=bzbarsky (1f79b94838) - Bug 1188545 - Add tests for service workers' lifetime management. r=nsm (9bac3b9f2d) - Bug 1218135 - Remove FetchEvent.client; r=bzbarsky (e95e4e5326) - Bug 1218151 - Make FetchEventInit.isReload default to false; r=bzbarsky (795d597a3b) - Bug 1218621 - Keep the service worker alive while the promise passed to FetchEvent.respondWith() settles; r=catalinb (653633c136) - Bug 1212636 - Add a better error message for the content corrupcted error caused by the Promise being passed to FetchEvent.respondWith; r=bkelly (d6ebabc2f2) - Bug 1215140 P4 Make service worker respondWith() use channel ConsoleReportCollector. r=bz (0e07f364d4) - Bug 1218499 - Make FetchEvent.request nullable; r=bzbarsky (850630ea6d) - Bug 1179397 - Disallow FetchEvent.respondWith() when the dispatch flag is unset; r=jdm (2e57abf1c6) - Bug 1215140 P5 Report the line number where respondWith() was called. r=bz (484e385ce3) - Bug 1161239 - Emit a warning if the respondWith handler is resolved with a non-Object value; r=baku (cf2779f827) - Bug 1181054 - Part 1: Move FormFillIterator and FormDataParser to FetchUtil.cpp; r=bkelly (9f62174f72) - Bug 1181054 - Part 2: Refactor the code to extract an HTTP header from a buffer from FormDataParser; r=bkelly (7f57f76ce1) - Bug 1181054 - Part 3: Correctly handle upload channels that have embedded body headers when dispatching a FetchEvent; r=bkelly (ebbfac4419) - Bug 1181054 - Part 4: Make fetch-event.https.html pass; r=bkelly (b2d88a3f5b) - Bug 1215140 P6 Update service worker interception error strings to include detailed parameters. r=bz (7918278f09) - Bug 1219852 P1 Extract common JS values for rejected respondWith() promises. r=bz (12a6beed6c) - Bug 1219852 P2 Report non-response values passed to FetchEvent.respondWith(). r=bz (69fdad9d5f) - Bug 1207068 - Implement ExtendableMessageEvent interface. r=baku (29fd7c1c59) - Bug 1224061: Make Event::InitEvent infallible. r=smaug Bug 1224061 followup to fix bustage. r=me on a CLOSED TREE IGNORE IDL (b4fc91b14b) - Bug 1205109 - Make pushsubscriptionchange extendable. r=mt (abb45ac864) - Bug 1207491 - Part 8: Remove use of expression closure from browser/omponents/nsBrowserContentHandler.js. r=Gijs (98dcb2cbee) - Bug 1182571: Followup bustage fix from merge fail. CLOSED TREE (5062c88996) - Bug 1213646: Allow URI_IS_UI_RESOURCE and safe about: URIs when SEC_ALLOW_CHROME is set. r=bz (6ca4e2322f) - Bug 1191645 - Use channel->asycnOpen2 in dom/base/nsSyncLoadService.cpp. r=sicking (3fbd471f6b) - Bug 1194526 - Use channel->asycnOpen2 in dom/base/nsScriptLoader.cpp (r=sicking) (7207efa45b) - Bug 1084009 - Part 1/3 - Parse sync scripts off the main thread. r=smaug (72f4d5c749) - Bug 1084009 - Part 2/3 - Only parse scripts off-main-thread on multicore systems. r=luke (ffb7e2270e) - Bug 1209193 - Cache PR_GetNumberOfProcessors when checking to do off-main-thread script compilation. r=luke (c514373ad7) - Bug 663570 - MetaCSP Part 7: CSP preload validation (r=bz) (5398116f85) - Bug 1207863 - Fix ScopeIter iterating a strict eval frame that errored out before its CallObject was allocated. (r=jorendorff) (ae38882b7c) - Bug 1223006 - Fix some typo in spidermonkey's comments. r=nbp (7d49536a0f) - Bug 1223490 - Use stable hashing for InnerViewTable; r=jonco (12b4329982) (fb9b106168) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1172870 - Implement service workers clients.openWindow for desktop (non-e10s). r=baku,smaug (b236bb7abe) - Bug 1188545 - Prevent service workers from being terminated while checking if the script evaluation was successful. r=nsm (c92e4159f4) - Bug 1214300 - AsyncErrorReporter doesn't use JSRuntime param., r=smaug (91534bd3e3) - Bug 1202001 - Log errors emitted during service worker lifecycle events to the Web Console; r=bkelly (a28967cbc7) - Bug 1189673 - Set FetchEvent.request.headers' guard to immutable before dispatching the FetchEvent; r=bkelly (9e49512912) - Bug 1215140 P7 Remove old service worker interception logging. r=bz (ecbf828102) - Bug 1215140 P8 Remove now unnecessary interception values from ErrorList.h. r=bz (1fa026bef7) - Bug 1215140 P9 Provide file and line number when FetchEvent.preventDefault() cancels a request. r=bz (fb9bc6ba03) - Bug 1215140 P10 Avoid AddRef'ing the nsIChannel OMT. r=bz (cf82339f63) - Bug 1216401: Eviscerate nsIDOMWindow, move still needed methods to nsPIDOMWindow. r=bz (9bd51a95eb) - Bug 1172870 - Part 1 - Move PBrowser::CreateWindow to PContent. r=smaug (f91e410853) - Bug 1172870 - Part 2 - Enable ServiceWorkerClients::OpenWindow on e10s desktop. r=smaug (aefff3b138) - Bug 1222097 - Resolve the openWindow URL using the service worker URL as the base URL. r=bkelly (6ebd7fe6c9) - Bug 1172870 - Part 3 - Fix openWindow mochitest to work on e10s. r=smaug (9652eead7a) - Bug 1191724, ensure private browser flag is set on docshell early enough, r=fabrice (38f909e960) - Bug 1189964 - Fix a crash handling drags on dying windows. r=smaug (3b7bf446d7) - misspatch of 1162700 (ceb869512f) (492d5f663a) - Reverted "Bug 1216401: Eviscerate nsIDOMWindow, move still needed methods to nsPIDOMWindow. r=bz" (3fd460890c) * 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
    3 points
  9. 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 http://o.rthost.win/basilisk/basilisk55-win32-git-20221203-c47e9f085-xpmod.7z Win64 http://o.rthost.win/basilisk/basilisk55-win64-git-20221203-c47e9f085-xpmod.7z repo: https://github.com/roytam1/basilisk55 Repo changes: - import from UXP: - Issue #2036 - Prevent GTK color picker from being frozen when launched from a modal XUL window (058474229) - Issue #2022 Follow-Up - Add autorelease to our manual NSView to prevent potential leaks. Also move titlebar overrides from BaseWindow to ToolbarWindow. (a061db91d) (a2c7ff5a3) - ported from UXP: Issue #2030 - (chore) refactor event dispatch functions (814fa6e3b) (253c7902a) - import from UXP: Issue #2030 - Allow child nodes of button to participate in mouse hit tests (a585aeacf) (cc57d007f) - import from UXP: Issue #2030 - Pref-gate default button event dispatch logic (41fed1ebf) (ff40ca288) - ported from UXP: Issue #2030 - Dispatch click on common interactive ancestor if mousdown/up are not on the same element (0494d561c) (c47e9f085)
    3 points
  10. Thank you @D.Draker your posting was touching.
    2 points
  11. In this case "we" was necessary 'cause you touched some gentle people from the generic discussion, who may be too polite and shy, also have problems in their life and you're angry with them for the likes. Are you for real ?? Why did you hurt them !?!? Well, if you want me to be fair and honest (like I tend to be me most of the time), what do you want in the end ? You want a clean techno forum ? Well, then get back to 1999 ! The folks have changed. You do understand that, don't you ? There may be only a dozen of real techno users left throughout the whole internet !
    2 points
  12. @Mov AX, 0xDEAD I add all new changes to the Source Files for acpi.sys and compile it. Yessssa works also on the Optiplex 780 Dietmar https://ufile.io/qwlndr5c
    2 points
  13. Never generalize all people - road to Hitler and Stalin and Mao etc... Each one has its individuality - and that is to be appreciated! Animals too, take an example from them. Each cat is different, has its own character traits, that's why we love them. It's in the genes - and fortunately I don't have the same face (etc.) as the others...We're not all twins, thankfully.
    2 points
  14. BUT is always better to have friendships with people who are close to each other, of course.
    2 points
  15. Yes, I feel good, always better...Because I move, so I can interact with the changing environment, and that is interesting for me. I am interested in everything, because I choose the way to what I am interested in... move, move - that's the right recipe
    2 points
  16. Debug log has enough info about fault source line: mod = div something wrong with math calculation in DSDT/SSDT EDIT: i forget add "break;" to all cases of switch(), probably this is my code problem, not DSDT issue, check fix: =>
    2 points
  17. Someone took his time to help you ? It worked > put a like to show appreciation, this is very simple, no ? Like @AstroSkipper recently wrote , we don't earn money from this, but have plenty of unappreciative ****** in return. I personally had several cases of this recently.
    2 points
  18. Gosh this is just amazing to see. Hope you are well today, friend.
    2 points
  19. There is already a topic about that here: Chrome 109 is the last version for Windows 7, not Chrome 108.
    2 points
  20. I liked the second version of your reply , but you edit so often, I can't be sure it stays in the original form for at least a day.
    2 points
  21. I don't really need reputation to do good on here (and I don't really need any) it's nice when members do give some but its really not needed to do good on here (I'm happy without it)
    2 points
  22. God rest his soul
    2 points
  23. Me too, I have to suffer their nonsense for a living, just so I get some €€€ to not suffer even the worse fate.
    1 point
  24. I apologize for my tone after I read more into your post under the influence of another poster baiting me.
    1 point
  25. ^ How about posting your Windows 2000 related questions, requests or whatever, in the Windows 2000 section ? This isn't the place for it. Its blatantly obvious that you are just trying to hijack or derail this thread, since the first pages.
    1 point
  26. For me as well ... having to change skins is not worth it in 360 when in DCBrowser just the 1/2 moon and its changed.
    1 point
  27. So don't isolate from others...on the contrary, be logical and draw the consequences - "the hatred out there" is only the fruit of your imagination.
    1 point
  28. "its the people that bother me." - But what do they do to you? Do you know them? Do they have a special behavior that bothers you? Do they talk to you in a bad way? They don't even talk to you, they speak a language you don't know, maybe Russian... and this bothers you? And to me "msfntor" too, if I cross your path, will you say that I bother you? If you don't know these people, and they haven't given you a bad word or bothered you with their actions, then what do you want from them? Why do you write that strangers bother you? All of them? Men and women, children too? Leave people alone, don't be a bad guy, thinking or writing that people you don't even know bother you. You should be ashamed, that you thought so. From now on change this bad thinking, please, and don't write bad about people anymore, you too are "the people", you are not better (or worse) than the others. I don't want to disturb you, but change your mind, now, Please.
    1 point
  29. Hi Guest, Thank you for your donation of $50.00. We look forward to improving the forums with your donation. Thanks MSFN
    1 point
  30. New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rthost.win/boc-uxp/mailnews.win32-20221203-485bba73-uxp-74a139ee2-xpmod.7z BNavigator Win32 https://o.rthost.win/boc-uxp/bnavigator.win32-20221203-485bba73-uxp-74a139ee2-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-20221203-id-656ea98-uxp-74a139ee2-xpmod.7z IceApe-UXP(suite) https://o.rthost.win/hbl-uxp/iceape.win32-20221203-id-656ea98-ia-93af9a0-uxp-74a139ee2-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
  31. I have from small experience to almost no experience with Apple stuff.
    1 point
  32. Google and their Android Auto...old versions just stop working and newer ones leave old Android versions behind. I stumbled upon this recently, he films the paper with car specs and price at the end (2:27) where Android Auto is mentioned with Android 5.0+ requirement. This was filmed in late 2021 and even then Google said "No way, Jose" as far as Android 5 support goes, today they want Android 8+... Seems there's no actual alternative and if I've read correctly from the source I can't find ATM, communication between head unit and the phone is encrypted.
    1 point
  33. Regarding the forum software, it serves the purpose of exchanging messages about topics between users. If it is crap...well, from the perspective of someone working at the software company, there is really only one constant when it comes to users and that is BITCHING and WHINING ALL THE TIME. It doesn't really matter what you do or don't, you can leave it as it is, they won't like it, if you change something, they won't like it, if you add something, they won't like it. A cesspool of toxicity. No sign of appreciation of all the grunt work going into these things. I don't know the person running the forum, but it seems likely that his view on all of this is: If you don't like it, you can pack up and leave. But just hypothetically, if we were to migrate to another forum software, what would you choose? phpBB, vBulletin, XenForo, something else?
    1 point
  34. Yes, I never forgot you.
    1 point
  35. you called my name (hello again everyone)
    1 point
  36. Not sure why . You better make a new reply then . Otherwise it's hard to understand what you were trying to say . The post above has nothing to do with you, btw. It's for the OP and some other wannabe moderators.
    1 point
  37. Brief Update. So the search for updates in WUv4 works thanks @WinFX again only unfortunately results.asp is missing because it was not archived properly. It redirects to splash.asp?page=3. That means we can't view or install the updates. I think that we will find a solution for this problem. The Update Catalog is the next project. Here some screenshots:
    1 point
  38. You know, and I don't mean to be off on a "soap box" on this, but I still DO believe given the chance people on the streets would like a shot to becoming a functional member of society rather than homelessness and fearing ones life on the wicked and brutal streets. I've seen a lot, but never got that bad because of luck and love from family, and that is something many are missing ... in fact. some go missing on the streets that "Trick" the wrong person and vanish without even known every day. Both girls and boys (even straight guys will "Trick") and nobody wakes up one day and decides 'I want to become a bum, a lush, and a junkie and a prostitute. Sure some get used to it and know nothing else, but they deserve a chance. Going over my long posting, I realized I made an error that might haven't been taken wrong. When I said more money for the state, that was error on my part, I mean, more money for that state to have to pay in and out and in the hospital over and over and people will give up. I've lived in a tiny camper for a few years and I was actually fine with that because a roof over head is still better than trying to survive to smoldering heat blistering cold. I never needed much and still don't and neither did my DD Father. All-in-all, I do hope this program works and is given a chance. While it may seem cruel to forcefully hospitalize people with mental illness, this might just be a 'saving grace' for some to find proper care and the chance at a life, because life on the street is not "living". Ok ... off the soap box. So, hope everyone is enjoying their day as best as can be. Going to prepare for bed soon and watch some mindless TV Sal
    1 point
  39. Maïba: The Lion Queen - by Best Documentary 2,627,357 views Premiered Nov 4, 2020 The lion is not the king of beasts. A lioness dethroned him: this is the true story of a wild and courageous lioness named Maïba. "So beautiful to see a mother's instinct to save her cubs and her sister's cubs as well. What a bond between the lionesses." "idk why im just binge watching lion documentaries"
    1 point
  40. The mention function requires writing the username after the @ manually. Writing the @ then pasting the name causes this to happen. Probably intentional behavior, but it looks weird to me.
    1 point
  41. Well who knows? I have a bad gut feeling. This whole situation reminds me of when Windows XP and Vista were discontinued by Google. While Chrome 49 was really the last one to work on XP, v50 could still be installed and ran on Vista, without any issues. If I am not wrong, you could also install Chrome 51, but that's when they slowly started to also break compatibility with Vista. Chrome 52 would no longer install on Vista and gave the typcial errors, when you tried to launch new Chrome versions on Vanilla Vista. I mean they could also break compatibility with Windows 8.1 at any time right now, but I think it will definitly not be with newer builds of v110 or 111. They are now free to introduce dll's from Windows 10+ at any time. The only questions is how other browsers will react to this: Logically, other Chromium based browsers must also stop supporting Windows 7 and 8.1 after they move on from Chromium v109 to 110, but there are some browsers, like Maxthon, who are based on new Chromium versions, but can be run on older systems. I think Maxthon 5.x was on Chromium version 7x/8x and still supported Windows XP and Vista, whereas the last Yandex Version for Windows Vista was v17.4.1.1026, which was based on Chromium 57 or Slimjet 12.0.15, which was based on Chromium 53. I really have no clue how they managed to make these Chromium versions run on those older systems (no judgement pls), but theoretically those companies could also support Windows 7 and 8.1 for longer if they wanted or? Curious to know what you guys think. I was just wondering, after I scrolled through the list of Last Versions of Software for Windows Vista and saw some entries that surprised me
    1 point
  42. They actually might, they read MSFN. I know.
    1 point
  43. No, it also has it. It's just happens less frequently.
    1 point
  44. For anyone who has PC/laptop with 5th Intel Core processor or newer, try installing or dual-booting with Windows Vista x64 RTM. Because I think that most likely the Haswell TSC drift bug occurs since Service Pack 1 And I'm sorry for your inconvenience.
    1 point
  45. Really? Have you tried it, especially Windows Vista x64 SP2 without any driver and updates (in VirtualBox and VMware), on 5th Intel Core generation or newer, using VT-x and VT-d? Try install it in both VirtualBox and VMware and then send the screenshot to me through message. I would to know and check if it's successfully entered to desktop, or black screen with or without error message, before or after the welcome screen, or even the worse one, BSOD. And don't forget to reboot the VM multiple times after installing if the first time boot has little or no problems, to verify the bug effect. The screen must be black, with or without errors, before the welcome screen, in many chances.
    1 point
  46. vey funny did u think of all that ?
    1 point
×
×
  • Create New...