Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/17/2021 in all areas

  1. there is no any war between "evil xp users who steal code" and "honest caring Moonchild(ish) devs" there is just Tobin with his paranoia thinking everyone are against him. Palemoon has turned into a cult that attack against anyone who even raises finger against them, question anything they do or even as simple as working to improve their code and haunt them forever. And do not get me wrong. Palemoon code itself been most part very solid and in my opinion what web browser should be, not like bloat I mean firefox is. It is also last that supports java and flash that I need use sometimes to access older network equipment or other. Many say it is bad since "uses old render engine, got security vurneabilities, does not work with Netflix, or cannot be used with online im clients to voice". There is simple reasons why voice wont work and Netflix wont either, it lacks EME DRM antifeature support and webrtc which are privacy and security risk. And for security, any browser got vurneabilities and most are related to webassembly and javascript and cannot be patched so only way protect is limit allowed javascript to minium with Nmatrix or similar. Render engine is old and slow is because HTML5 and javascript that been built around google chrome for most parts. It is done on purpose to make chromium look better. It is like Internet Exploiter back in day. If web browser was what they were just program that downloads documents from online and renders them on screen like originally intended for, only slowness reason would be bad optimisation of code on browser itself. HTML stands for The HyperText Markup Language and HTTP for HyperText Transfer Protocol and that is what it purpose was originally. I am not saying there cannot be pictures or media, but Media and anything else should be handled by standardised plugins and used only if absolutely neccessary. That way anyone could do a browser themself and we would have real competition. But big companies abuses web standards and do not want competition. It is sad to see internet go way it was never meant in first place. To centralised place with only few giants. Well enough ranting from issues of internet and modern browsers If I was developer of browser or other, I would be happy if someone was able port it to platform I was unable to (I guess first need have real not artificial block of compability) and would adopt it to mainstream some point or build special version with fixes to it, not haunt developer down, but I guess I am open minded and not part of any production with word child in it. Developer behavior causes peoples not to like project no matter how good and reliable the code is, since human tends to hate things if person that they do like is involved. That causes Palemoon to loose users and eventually die away totally. Stop while you still can Moonchild(ish) and issue public apology from hostile behavior toward peoples and there is hope for project to become popular. Also if they hide source code stop recommending using of their products since "spyware concern" since without source code cannot evaluate for spyware and other issues. Word like that is going cause lot backslash to devs, escapilly on linux community. I am happy from efforts of Feodor2 and Roytam1 and anyone else who makes softwares for XP users. For long time I though was last person on earth who did not want get "latest and (not) greatest" Windows and wanted choice of OS to be thing. FF52 started suck real bad on many sites I needed use daily wanted or not, then stumbled this board and projects done here and was able to use OS I wanted better than ever before and share my knowledge with others who may need it. I may not be programmer but I got good technical knowledge.
    3 points
  2. New build of Serpent/UXP for XP! Test binary: Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20210918-f94c0da-uxp-e5ac0b779-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20210918-f94c0da-uxp-e5ac0b779-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-20210918-f94c0da-uxp-e5ac0b779-xpmod-ia32.7z source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/ia32 NM28XP build: Win32 https://o.rthost.win/palemoon/palemoon-28.10.4a1.win32-git-20210918-ba47fad4d-uxp-e5ac0b779-xpmod.7z Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.4a1.win32-git-20210918-ba47fad4d-uxp-e5ac0b779-xpmod-sse.7z Win64 https://o.rthost.win/palemoon/palemoon-28.10.4a1.win64-git-20210918-ba47fad4d-uxp-e5ac0b779-xpmod.7z Official UXP changes since my last build: - Bug 1724107, be more precise when counting the number of allocator users, r=KrisWright a=RyanVM (44959f50f) - Bug 1723391 - Use RefPtr in ContentChild::RecvGetFilesResponse. r=smaug, a=RyanVM (8d7fa9bdd) - Bug 1721107 - block mk protocol, r=dveditz, a=RyanVM (cefef008d) - Merge branch 'post-git-tracking' into tracking (436d3e302) No official Basilisk changes since my last build. No official Pale-Moon changes since my last build. * Notice: From now on, UXP rev will point to `custom` branch of my UXP repo instead of now-dead MCP UXP repo, while "official UXP changes" shows only `tracking` branch changes. MCP Basilisk/Pale-Moon rev after datecode will be removed later.
    2 points
  3. 91 ESR is working with the hex patches I described earlier. 92 beta as well, but 93 developer also has issues for me. But remember that 93 developer is bleeding edge and instability should be anticipated. I would be concerned if the crashes stuck around to beta, however.
    2 points
  4. New regular/weekly KM-Goanna release: https://o.rthost.win/kmeleon/KM76.4.4-Goanna-20210918.7z Changelog: Out-of-tree changes: * update Goanna3 to git 8d7b56d38...9e8144b17: - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1129873 - [GTK3] Implement wrapper to GtkAppChooserDialog to allow using native application chooser. r=karlt (98efe5d61) - Fixup for bug 1129873 for bustage of GTK+3 builds on elm. r=karlt. DONTBUILD. (1470214b7) - Bug 1175394 part 1 - Create an unmapped (strict) arguments object for functions with rest/destructuring/default arguments. r=jorendorff (59eebb140) - pointer style (4eefdc553) - Bug 1151149 - Throw if either the target or handler is a revoked proxy in Proxy constructor. r=efaust (c23d01862) - Bug 1158222 - Implement the new [[Set]] receiver restrictions. r=jorendorff (fc4fbc164) - Bug 1049662 - Update ES6 scripted proxies ownKeys trap to ES6 final. r=efaust (dd8eb6240) (4a7fbafa2) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1178033 - XDRBuffer: Replace isUint32Overflow by a simple check of the capacity max. r=luke (522f39612) - Bug 1191543 - Remove AutoNameVector and replace with Rooted; r=jonco (979b2fe42) - pointer style (cf34bfcf1) (45e0dadc1) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1181443 (part 3, attempt 2) - Remove nsTHashtable::EnumerateEntries(), which is no longer used. r=froydnj. (3368831d9) - Bug 1183141 - Use nsTHashtable::Iterator in ServiceWorkerManager::ClaimClients; r=catalinb (6ec0099ba) - Bug 1182966 - Part 1: Use nsTHashTable::Iterator in DomainSet::CloneSet. r=mrbkap (1c03a23d9) - Bug 1182966 - Part 2: Stop referring to the nsI class for no apparent reason in DomainPolicy. r=mrbkap (67c9e70a2) - Bug 1182977 - Use PLDHashTable::Iterator in dom/storage/. r=khuey. (accb68cb3) - Bug 1182977 (part 2) - Use PLDHashTable::Iterator in dom/storage/. r=khuey. (0dcf0792f) - Bug 1182959 (part 1) - Use nsTHashtable::Iterator in CertBlockList. r=honzab. (165e4d2d4) - Bug 1182959 (part 2) - Use nsTHashtable::Iterator in CertBlockList. r=honzab. (d24e98945) - Bug 1182959 (part 3) - Use nsTHashtable::Iterator in CertBlockList. r=honzab. (a5c240594) - Bug 1182959 (part 4) - Remove BlocklistSaveInfo. r=honzab. (2e11db520) - Bug 1182959 (part 5) - Use nsTHashtable::Iterator in nsCertOverrideService. r=honzab. (f560b8677) - Bug 1121760 (part 4) - Remove PL_DHashTableRawRemove(). r=poiru. (33267404b) - and also Bug 1182959 changes for webaudio on this tree (d15675a89) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1181452 - Add memory reporting infrastructure for Servo to SpiderMonkey. r=till. (0c503da32) - Bug 1185739 - Fix self-comparison warnings in MemoryMetrics.h. r=efaust (08da5402c) (06bd03cd6) - ported changes from mozilla: - Bug 1182969 - Use nsTHashTable::Iterator in accessible/. r=tbsaunde. (9e8144b17) * 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
    1 point
  5. To aplly dark theme in version 9, I renamed jisu9_dark.srx to jisu9.srx and copied it in skin folder by replacing the original jisu9.srx
    1 point
  6. I do not delete these because they are re-created every time that a new browser session is launched. I have not seen these ever get "updated" or "added to" from session to session. By deleting these files, the computer just has to consume CPU cycles and HDD read/writes to recreate a file with each and every browser launch that is otherwise only created when a new profile is created. edit: I do not save passwords and clear cookies and cache on exit, otherwise I suspect that the "Login Data" file would get updated or added to from session to session. But since it does not and I only show it created when a new profile is created, I just let it "sit there" instead of recreating it with each and every browser launch.
    1 point
  7. Umm, but Debian still has a i386/x86 version though? https://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/archive/10.10.0+nonfree/i386/iso-dvd/
    1 point
  8. Wow, yes!! It WAS the useragent! I first turned on hardware acceleration (no effect), then put in an extension and here is what happened: This is a video which should offer the "4K" resolution, as you can see that is not in the list offered to me. Exact same place, reloaded the tab after spoofing as Windows "10" and suddenly the list keeps going?! Anyway thank you so much, no idea why my previous efforts at this seemingly obvious thing failed. And isn't that some s***? OK I don't know if any of you are not using a useragent switcher but apparently YouTube blocks higher resolution streams for XP.
    1 point
  9. I have tried use that on devuan linux and had issues building. That is pretty much perfect Palemoon with all anti features removed and windows fork would be cool
    1 point
  10. 360Chrome's Do Not Track "checkbox" DOES work -- https://browserleaks.com/donottrack Whether the websites that you visit adheres to your request or even "listens" for DNT is another story altogether.
    1 point
  11. Marilyn Monroe & Frankie Vaughan - Specialization (US 1960) Marilyn Monroe & Yves Montand - Incurable Romantic - Reprise (US 1960)
    1 point
  12. In that case: 1. WinNTSetup according to step 2-6 of page 2 as you did already 2. VHD_WIMBOOT - Capture WimBoot LZX and Apply in Compact LZX mode in Fixed VHD 10 or 15 GB - Offline Windows This second step saves a lot of space and creates the Boot entries on Selected Boot Drive - Nothing more to do - Always use the supplied Firewall App Blocker and Enable WhiteList to Allow Internet Browser only - This is the easiest way to block unwanted internet traffic including Windows Update and prevents the growth of Used Size inside VHD
    1 point
  13. For the Registry association (has to be tested) probably something *like* cmd /c pause | ... might work, you first open a command prompt, and when already in it you inject via pipe the pause to the pgp.exe. jaclaz
    1 point
  14. Mplayer build from 2021-09-11 with ffmpeg N-103588-g0b4d009587 https://github.com/RamonUnch/MPlayer-Ringo-builds/releases
    1 point
  15. have you tried force old firefox mobile user agent? That helped on me discord desktop app uses electron and web client just uses too much js. Electron is basically Chromium wrapper to webpage to ship it as app that soydevs really loves to use instead of making native well optimised low ram consuming client.
    1 point
×
×
  • Create New...