Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/27/2021 in all areas

  1. New NewMoon 27 Build! 32bit https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20211127-8cdfd3201-xpmod.7z 32bit SSE https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20211127-8cdfd3201-xpmod-sse.7z 32bit noSSE https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20211127-8cdfd3201-xpmod-ia32.7z 64bit https://o.rthost.win/palemoon/palemoon-27.10.0.win64-git-20211127-8cdfd3201-xpmod.7z source repo: https://github.com/roytam1/palemoon27 repo changes since my last build: - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1170039: Fix printf format specifiers in GC stats. r=terrence (739a9203f) - Bug 1169222 - Add --debugger option to jittests to run tests under the specified debugger r=terrence (7d7d6f93b) - Bug 1170596 - JitSpewer: Always flush after dumping the graph to the files. r=bbouvier (cabece9da) - Bug 1018628 - Part 3: Add test for default parameter with destructuring default value. r=jorendorff (923a193ea) - Bug 1142816 - js/src/jsapi-tests/testGCHeapPostBarriers.cpp has leaks. r=erahm (cc543a475) - Bug 1252075 - use UniquePtr instead of ScopedDeletePtr in testGCHeapPostBarriers; r=terrence (f58ddfed2) - Bug 1168293 - Remove MOZ_GLUE_IN_PROGRAM from config/config.mk. r=mshal (93877bb3a) - Bug 1179695 - Remove mWasAsync from WidgetQueryContentEvent. r=masayuki,nchen (734c1a93f) - Bug 1185316 TabParent should flush pending IME notifications after child process handles all sending events r=smaug (d2eb7c359) - Bug 1153586 - Prevent the same BUTTON_DOWN event from opening the dropdown menu again on platforms that don't consume the event. r=enndeakin (5b8bf9156) - No bug - Add a bug number to the historical.html expectations. (9377c1ff6) - Bug 1161950 - Remove support for createEvent("CloseEvent") / initCloseEvent, r=smaug (9f2e5b970) - Bug 1161950 - patch 2 - fix the webplatform test, r=Ms2ger (04046e15a) - Bug 1171294 - Stop warning if piTarget is null. r=smaug (5ab612a71) - Bug 873923, add a method to allow popups to be anchored at a rectangle, r=tn,mark,khuey (08b7902c9) - Bug 873923, anchored at popup test, r=test (36bb7091a) - Bug 250091, support page up and page down in menulists, r=neil (6e455d5c6) (78b33706e) - ported change from `dev' branch of rmottola/Arctic-Fox: Bug 1167607 - Alter behavior of AsyncEventDispatcher for dispatching chrome only event on chrome node. r=smaug (7c7bf799c) - import changes from `dev' branch of rmottola/Arctic-Fox: - fix patch ordering coming from PM repo (3a8768f44) - Bug 1119074 - If we're stopping event propagation from XUL popups, also stop them from crossing process boundaries r=smaug,felipe (965e2193e) - Bug 1082145 - |js::WatchGuts| can leak |wpmap|. r=erahm (12c86f3d3) - No Bug - Improve Interpreter stack accessor assertions. (rs=Waldo) (8ba7a702c) - Bug 874842 - Return Event instead of nsIDOMEvent (748b57fd2) - Bug 1165966 - Add test cases r=terrence (79a909d5b) - Bug 1167025: Do not mix bool and int in bitwise-or in blendpsMask; r=sunfish (f0f23c0c4) - Bug 1158323 - Make sure we set a base rect on document elements that have margins set. r=tn (c253a2ef8) - Bug 1178847 - Move the code from ChromeProcessController::InitializeRoot to APZCCallbackHelper so it can be reused in the child process. r=botond (16d539bcb) - Bug 1165966 - Add error checking when populating safepoints r=bhackett (c66d249d1) - spacing and pointer style (cddc1bac4) - Bug 1196027 - check the actual current marking mode instead of the permanent intention, r=terrence (eddcfd7fb) - Bug 1206590: Move gcWeakMapList from JSCompartment to JS::Zone. r=terrence (7e5e0d505) - Bug 1181908 part 1. Fix support for JSOP_OBJECT in scripts parsed on background threads by clearing the unboxedLayouts list on the background thread parsing compartment when merging the parse result to the target compartment. r=jandem (25c6a3b01) - Bug 1163207 - Make RematerializedFrame store the real callee. (r=shu) (ce276e91c) - Bug 1164448 - Handle unwound rectifier frames as exit frames in JitProfilingFrameIterator. r=jandem (bb639b4e2) - Bug 1164448 - Add test. r=jandem (83f5cc608) - Bug 1196497 - Don't assert that the replacer continues to pass IsArray during JSON.stringify. (If the replacer was a revocable proxy to an array, revoking the proxy would make the replacer no longer IsArray.) r=evilpie (442c3823f) - Bug 1177247 - Prevent HandlePossibleViewportChange from clobbering a restored scroll position from forward/back navigation. r=botond (4202ac757) - Bug 1182772, optimize ProcessGlobal out from CC graph (and also TabChild's EventListeners), r=mccr8 (ccb2278bf) - Bug 1139155 - Add a mechanism to know when the APZ is done processing. r=botond (17328e5be) - Bug 1171537 - Allow URIs to be the empty string in TabParent::RecvCreateWindow. r=billm. (e280e994c) - Bug 1173219 - Return nsresults from TabParent::RecvCreateWindow to make opening windows more robust. r=billm (9f0633b15) - Bug 1142817 - Use UniquePtr in testXDR_sourceMap. r=erahm (7ec437162) (7a25ca546) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1172785 - Switch to ECDSA for MTI suites, r=ekr (bfb0d4cd3) - Bug 8607346 - Add -fvisibility-inlines-hidden to VISIBILITY_FLAGS to hide inline member functions. r=glandium (e5604fe00) - Bug 1119072: Remove outdated comment. DONTBUILD (386a2eb0f) - Bug 1142826 - js/src/jsapi-tests/testMutedErrors.cpp has leaks. r=luke (b980ccb65) - Bug 1164101 - Avoid unreachable code warning in shell.js; r=bc (7d7faa019) - Bug 1142820 - js/src/jsapi-tests/testPersistentRooted.cpp has leaks. r=jonco (7fcc2e586) - Bug 1160182 - Handle extended functions in CreateLazyScriptsForCompartment. r=shu (5b51e9120) - Bug 1145785 - Fix OOM crash in the ARM simulator's icache check. r=bhackett (db37ce2b0) - Bug 1139856 - do not lose wakeups. r=luke (e10f7a491) - Bug 1160146: Disable global sized deallocation for VS2015. r=glandium (353923945) - Bug 1155965 - Part 2: Verify that CreateOffer/Answer has been called when SetLocal is called. r=drno (861c26dc7) - Bug 1155965 - Part 1: Test-cases. r=drno (3a00ef585) - Bug 1157766: mismatched DataChannel initial channel size in JSEP database breaks adding channels r=bwc (3071ab5ac) - Bug 1161136: Ensure that mid is copied over before we disable answer m-sections. r=jesup (97ef20403) - Bug 1096795 - Put a=rtcp in SDP when gathering ends. r=mt (8979c4634) - Bug 1164582 - Report an error when the appdata portion of a webrtc msid is missing. r=mt (4f0af4d90) - Bug 1164575 - Log SDP in SetLocalDescription. r=mt (c8685bab1) - Bug 1160280: Put ssrc attributes in recvonly m-sections. r=ekr (17db960d0) - Bug 911450: sndio webrtc audio backend, build integration bits r=jesup (68cad0300) (8cdfd3201)
    3 points
  2. Drop the quality to a lower level. Nobody really "needs" 1080p 100% of the time. Sometimes we bring upon our own problems via unrealistic expectations. That's my only guess as I have no playback issues in v11, even at 1080p.
    2 points
  3. Link for convenience to the discussions about maintaining browsers on Windows Vista, Windows XP, and Windows 2000. Browsers working on Older NT-Family OSes
    2 points
  4. AFAIK - and historically - the different perception in speed derives mainly by two factors: 1) comparing a brand new fresh install of the new OS against a (poorly maintained) old OS install (including any number of not fully removed/uninstalled services/drivers/runtimes and what not) on the SAME hardware 2) doing the above, but additionally testing the new OS on new (faster) hardware, so that the difference in performance of the hardware adds up On the other hand, and this is very common among MSFN members, when they "judge" an OS they judge it not "as from factory" but rather a particular version/install of it, adjusted/tweaked, etc. as I pointed out on the referenced thread. jaclaz
    2 points
  5. This is a build of IrfanView with preliminary support for the JPEG-XL format. It doesn't look promising because the library is 2.5 MB, and includes some bloat unrelated to image compression. Unsurprisingly, it does not load under WinXP. The usual quick attempts at fixing it and identifying missing DLLs don't work. I can't understand why that is. In Dependency Walker I only see links for KERNEL32 and USER32. On the bottom pane there is an question marker near MSJAVA.DLL, but I don't understand the meaning of this. Any chance it can be made to work? http://www.irfanview.info/test/iview32_test.zip
    1 point
  6. Follow the images Then restart the browser. It should be on English now (some stuff will remain in Russian, I guess those are the modified parts). As for a download link for Opera 12.18, this one seems to work (original version) --> https://archive.org/details/opera1218
    1 point
  7. I do not use that old browser, but authentication of certificates requires TLS 1.2. This old Opera post looks like it might be helpful: https://forums.opera.com/topic/9630/opera-12-17-tls-1-1-and-tls-1-2-settings-not-persistent
    1 point
  8. I am looking in to it -- SP4. SP4 may cut down lot of my effort - that's for sure. Thanks for the link and info.
    1 point
  9. To restore those two maps, you will need to make your browser "less secure". Edit the loader .ini file and remove these two entires ::: --disable-webgl --js-flags=--noexpose_wasm (you will need webgl for sure, unsure if the latter entry needs removed or not) Then copy the "swiftshader" folder and the libGLESv2.dll from any of Humming Owl's releases into the equivalent folder structure in my release. But do this knowing that these were removed for the sake of added security. "swiftshader" is not limited to Vulkan GPUs, though it may have been when first introduced. It is required for those "3D" maps. I personally advise against enabling webgl (required for swiftshader) just for the sake of a weather forecast (weather web sites are a dime a dozen) - but totally your call, it is your computer
    1 point
  10. I've found a nice little feature in Invidious, the alternative Youtube interface. You can download Youtube videos right to your Windows 98 computer. Tested with a TLS-patched Netscape. When going to a video site, it says "Download as:", then there is a wide choice of video and audio-only formats. Currently, the instance at invidious.snopyta.org makes a healthy look now. But that can change rather quickly, as instances come and go, and need to close down when the load on them becomes too much or Google changes their code to block them.
    1 point
  11. That's personally one of my bigger reasons for 360Chrome. I have x64 7 and x64 10 on two laptops -- but using "older" software is much more efficient and less resource-hungry. I don't "need" 360Chrome for 7 or 10, "official" versions, be it Mozilla-based or Chromium-based, already run on those OSes - but at huge cost to resources.
    1 point
  12. Be sure the number is more than that, i use your build 11 & 12 for more than a month and i'm more than satisfied i ven talk about it around, last week two friends adopted it as main browser... for the record version me too i don't like version 13.5 and you know why.
    1 point
  13. I wish they would concentrate on finishing that rather than finding more things to remove from UXP! customElements has been standard for some time and implementing it would probably go a long way toward making their browsers work with several troublesome sites. I would guess that YouTube tests whether some aspect of Web Components is enabled; if so, it tries to use it, then fails due to the incomplete implementation. So in this case, no implementation beats partial implementation.
    1 point
  14. You can enable it if you have an Encrypted Media Extension worth running. The only EME left is Google's WideVine, but the last version that runs on XP is no longer used for streaming, so there's not much point in enabling it. I just checked and that pref is enabled on my browser, but that was just a leftover from testing the Adobe Primetime CDM (another EME) for playing h.264 videos. It works, but @roytam1's browsers have simpler ways to play those, so there's not much point in enabling it either.
    1 point
  15. New regular/weekly KM-Goanna release: https://o.rthost.win/kmeleon/KM76.4.5-Goanna-20211127.7z Changelog: Out-of-tree changes: * update Goanna3 to git 20d9ef889...8cdfd3201: - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1170039: Fix printf format specifiers in GC stats. r=terrence (739a9203f) - Bug 1169222 - Add --debugger option to jittests to run tests under the specified debugger r=terrence (7d7d6f93b) - Bug 1170596 - JitSpewer: Always flush after dumping the graph to the files. r=bbouvier (cabece9da) - Bug 1018628 - Part 3: Add test for default parameter with destructuring default value. r=jorendorff (923a193ea) - Bug 1142816 - js/src/jsapi-tests/testGCHeapPostBarriers.cpp has leaks. r=erahm (cc543a475) - Bug 1252075 - use UniquePtr instead of ScopedDeletePtr in testGCHeapPostBarriers; r=terrence (f58ddfed2) - Bug 1168293 - Remove MOZ_GLUE_IN_PROGRAM from config/config.mk. r=mshal (93877bb3a) - Bug 1179695 - Remove mWasAsync from WidgetQueryContentEvent. r=masayuki,nchen (734c1a93f) - Bug 1185316 TabParent should flush pending IME notifications after child process handles all sending events r=smaug (d2eb7c359) - Bug 1153586 - Prevent the same BUTTON_DOWN event from opening the dropdown menu again on platforms that don't consume the event. r=enndeakin (5b8bf9156) - No bug - Add a bug number to the historical.html expectations. (9377c1ff6) - Bug 1161950 - Remove support for createEvent("CloseEvent") / initCloseEvent, r=smaug (9f2e5b970) - Bug 1161950 - patch 2 - fix the webplatform test, r=Ms2ger (04046e15a) - Bug 1171294 - Stop warning if piTarget is null. r=smaug (5ab612a71) - Bug 873923, add a method to allow popups to be anchored at a rectangle, r=tn,mark,khuey (08b7902c9) - Bug 873923, anchored at popup test, r=test (36bb7091a) - Bug 250091, support page up and page down in menulists, r=neil (6e455d5c6) (78b33706e) - ported change from `dev' branch of rmottola/Arctic-Fox: Bug 1167607 - Alter behavior of AsyncEventDispatcher for dispatching chrome only event on chrome node. r=smaug (7c7bf799c) - import changes from `dev' branch of rmottola/Arctic-Fox: - fix patch ordering coming from PM repo (3a8768f44) - Bug 1119074 - If we're stopping event propagation from XUL popups, also stop them from crossing process boundaries r=smaug,felipe (965e2193e) - Bug 1082145 - |js::WatchGuts| can leak |wpmap|. r=erahm (12c86f3d3) - No Bug - Improve Interpreter stack accessor assertions. (rs=Waldo) (8ba7a702c) - Bug 874842 - Return Event instead of nsIDOMEvent (748b57fd2) - Bug 1165966 - Add test cases r=terrence (79a909d5b) - Bug 1167025: Do not mix bool and int in bitwise-or in blendpsMask; r=sunfish (f0f23c0c4) - Bug 1158323 - Make sure we set a base rect on document elements that have margins set. r=tn (c253a2ef8) - Bug 1178847 - Move the code from ChromeProcessController::InitializeRoot to APZCCallbackHelper so it can be reused in the child process. r=botond (16d539bcb) - Bug 1165966 - Add error checking when populating safepoints r=bhackett (c66d249d1) - spacing and pointer style (cddc1bac4) - Bug 1196027 - check the actual current marking mode instead of the permanent intention, r=terrence (eddcfd7fb) - Bug 1206590: Move gcWeakMapList from JSCompartment to JS::Zone. r=terrence (7e5e0d505) - Bug 1181908 part 1. Fix support for JSOP_OBJECT in scripts parsed on background threads by clearing the unboxedLayouts list on the background thread parsing compartment when merging the parse result to the target compartment. r=jandem (25c6a3b01) - Bug 1163207 - Make RematerializedFrame store the real callee. (r=shu) (ce276e91c) - Bug 1164448 - Handle unwound rectifier frames as exit frames in JitProfilingFrameIterator. r=jandem (bb639b4e2) - Bug 1164448 - Add test. r=jandem (83f5cc608) - Bug 1196497 - Don't assert that the replacer continues to pass IsArray during JSON.stringify. (If the replacer was a revocable proxy to an array, revoking the proxy would make the replacer no longer IsArray.) r=evilpie (442c3823f) - Bug 1177247 - Prevent HandlePossibleViewportChange from clobbering a restored scroll position from forward/back navigation. r=botond (4202ac757) - Bug 1182772, optimize ProcessGlobal out from CC graph (and also TabChild's EventListeners), r=mccr8 (ccb2278bf) - Bug 1139155 - Add a mechanism to know when the APZ is done processing. r=botond (17328e5be) - Bug 1171537 - Allow URIs to be the empty string in TabParent::RecvCreateWindow. r=billm. (e280e994c) - Bug 1173219 - Return nsresults from TabParent::RecvCreateWindow to make opening windows more robust. r=billm (9f0633b15) - Bug 1142817 - Use UniquePtr in testXDR_sourceMap. r=erahm (7ec437162) (7a25ca546) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1172785 - Switch to ECDSA for MTI suites, r=ekr (bfb0d4cd3) - Bug 8607346 - Add -fvisibility-inlines-hidden to VISIBILITY_FLAGS to hide inline member functions. r=glandium (e5604fe00) - Bug 1119072: Remove outdated comment. DONTBUILD (386a2eb0f) - Bug 1142826 - js/src/jsapi-tests/testMutedErrors.cpp has leaks. r=luke (b980ccb65) - Bug 1164101 - Avoid unreachable code warning in shell.js; r=bc (7d7faa019) - Bug 1142820 - js/src/jsapi-tests/testPersistentRooted.cpp has leaks. r=jonco (7fcc2e586) - Bug 1160182 - Handle extended functions in CreateLazyScriptsForCompartment. r=shu (5b51e9120) - Bug 1145785 - Fix OOM crash in the ARM simulator's icache check. r=bhackett (db37ce2b0) - Bug 1139856 - do not lose wakeups. r=luke (e10f7a491) - Bug 1160146: Disable global sized deallocation for VS2015. r=glandium (353923945) - Bug 1155965 - Part 2: Verify that CreateOffer/Answer has been called when SetLocal is called. r=drno (861c26dc7) - Bug 1155965 - Part 1: Test-cases. r=drno (3a00ef585) - Bug 1157766: mismatched DataChannel initial channel size in JSEP database breaks adding channels r=bwc (3071ab5ac) - Bug 1161136: Ensure that mid is copied over before we disable answer m-sections. r=jesup (97ef20403) - Bug 1096795 - Put a=rtcp in SDP when gathering ends. r=mt (8979c4634) - Bug 1164582 - Report an error when the appdata portion of a webrtc msid is missing. r=mt (4f0af4d90) - Bug 1164575 - Log SDP in SetLocalDescription. r=mt (c8685bab1) - Bug 1160280: Put ssrc attributes in recvonly m-sections. r=ekr (17db960d0) - Bug 911450: sndio webrtc audio backend, build integration bits r=jesup (68cad0300) (8cdfd3201) * 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
  16. Yeah, he's got an extension for GitHub/GitLab utilizing so called "polyfills". Also seems to have some more specifics than just "work on these URLs". Web Components, which includes customElements, were supposed to make it in one of the last major versions of Pale Moon, but it hasn't happened yet. Partial implementation can be enabled in about:config by turning on dom.webcomponents.enabled.
    1 point
  17. Try to run the browser with the --user-agent="" flag used in a shortcut --> https://www.chromium.org/developers/how-tos/run-chromium-with-flags For example, this one should make you spoof Chromium 95 under Windows 10 x64: --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" You can get more Chromium UAs here --> https://developers.whatismybrowser.com/useragents/explore/software_name/chrome/
    1 point
  18. The last version of @roytam1's FxESR 45.9.x fork that would accept the official Mozilla Fx 45.9.0 language packs, https://ftp.mozilla.org/pub/firefox/releases/45.9.0esr/win32/xpi/ is package "firefox-45.9.29-20201010-7391af2bb-win32-sse.7z"; later versions have become incompatible with the original language packs (LPs hereafter...). In said compatible build, browse to the LP you want to install (e.g. Greek = el.xpi) and click on the link; allow the site to install extensions, then click Install; after the installation has been completed, open about:config and locate pref general.useragent.locale Change its value from the default (en-US) to the one matching the freshly installed LP (e.g. el); restart the browser and voila: OTOH, if you wish to move to a more recent Fx45esr version, you'd have to use English exclusively, or adapt yourself the existing LPs to accommodate the locale changes introduced by the "upstream" Roy follows to produce his fork...
    1 point
  19. We kinda drifted OT a bit, didn't we? Trying (perhaps in vain) to bring things back around to browsers, I think the Web browser is the one app Google, M$, et al. use to force us to quit using our favorite OS and "upgrade." After all, that's the main reason I no longer use Win 98SE: can't browse the modern Web, even slowly, with anything that runs on it. We've all done a remarkable job here keeping XP alive with @roytam1's builds of Firefox-based browsers and @Humming Owl's and @NotHereToPlayGames's builds of 360EE. All are useful and the latter two are compatible with pretty much anything the modern Web can throw at us. But UXP has taken us about as far as it can, and even 360EE is about to reach the end of the line for XP. And you all know full well that the powers that be will keep changing things, so we'll all be forced to "upgrade" to a new browser (probably based on Chromium 95 or "modern" Firefox) that has no hope of running on XP or Vista. Luckily we do have Win 7, which isn't a huge adjustment for XP/Vista users, but the writing is on the wall for Win 7 too. Maybe China will once again buy us a few more years, but eventually even Win 7 will succumb to the shifting sands of the Web, and browsing will become impractical even on Win 7. At that point, I think Win 8.1 (with Classic Start Menu) is at least tolerable, but Linux is looking better & better....
    1 point
  20. Someone living in Eastern Europe can only tremble watching phenomenons, known from the times of communist takeover, creep back into mainstream politics. The restriction of open debate , but most importantly the restriction of the right to participate in a debate.
    1 point
  21. Soon there will be only HTTPS as option and companies wont allow you to access http sites to "protect you". One thing Mozilla fails to protect me from though is from burning nerves when launch firefox with new bloat ui. That is horrible to use on small laptop. It is like mozilla showing middle finger and saying "I do not care from your opinion or if you want functional UI" Ok now to the topic of this artcile. I did some correction and I also tested it on my lab pc that and it indeed block me from reading actually informative site that just happened to lack HTTPS. Good job keeping me on wallen garden. HTTP does not equal malware sites. Most malware sites got HTTPS these days so that tells nothing. it wont on me on either cases since I wont let browser scan files I download but when scanned files using local antivirus it infected executable. I recommend block scripts overall by default. HTTPS does not mean js cannot do harmful things to your machine. All it takes is one link to land on infected site. Also if I modify CDN or other provider site uses I can use that to load bad script no matter if got HTTPS or not If you feel like my purpose is to mean for you, it is not. I am not any casual with safety. I have done lot of pentesting and test runs of exploits and know how they work. I can grab nice amount from victim system with javascript only. Point why I keep saying false protection is because they assume everyone are equally stupid and wont give advanced user option to choose. We made web disaster it is now and try patch around without actually adminitting core mistake, browser running unauthorised program code on cpu is horrible idea. And there is need for encrypted connection for sure on sites like banking and others but not every single simple site. There is many older and embedded systems that cannot do TLS and are locked out from internet for that. I also enforce HTTPS whenever can but sometimes cannot. If HTTPS is not issue why does frogfind search engine exist that cripples it along with other bloat? Also when I say victim I mean my own virtual machine or person who asked me to do the testing on isolated lab network, not someone unknown. I don't abuse my computer knowledge
    1 point
×
×
  • Create New...