Leaderboard
Popular Content
Showing content with the highest reputation on 02/04/2023 in all areas
-
New build of Serpent/UXP for XP! Test binary: Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20230204-3219d2d-uxp-a234f6917-xpmod.7z Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20230204-3219d2d-uxp-a234f6917-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-20230204-3219d2d-uxp-a234f6917-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-20230204-d849524bd-uxp-a234f6917-xpmod.7z Win32 IA32 https://o.rthost.win/palemoon/palemoon-28.10.6a1.win32-git-20230204-d849524bd-uxp-a234f6917-xpmod-ia32.7z Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.6a1.win32-git-20230204-d849524bd-uxp-a234f6917-xpmod-sse.7z Win64 https://o.rthost.win/palemoon/palemoon-28.10.6a1.win64-git-20230204-d849524bd-uxp-a234f6917-xpmod.7z Official UXP changes picked since my last build: - Issue #1382 - Remove incorrect assertion. (8f3badf88) - No issue - bump default platform UA compatibility mode to 102.0 (d89f4e145) - [xpcom] remove incorrect assertion. (8bf892d72) - Issue #2083 - Part 1: Make RegExpShared a GC thing. (3796c7c1e) - Issue #2083 - Part 2: Remove use of RegExpGuard. (d163d08cb) - Issue #2083 - Part 3: Fix RegExpShared rooting hazards now it's a GC thing. (2ac60a27c) - Issue #2083 - Part 4: Give RegExpShared a finalizer. (9824659d3) - Issue #2083 - Part 5: Fix memory leak in RegExpObject. (b7e453086) - Revert "Issue #1382 - RegExpShared::groupsTemplate_ cannot be a GCPtr since RegExpShared is managed by C++" (233802c9a) - Issue #2089 - Shrink Promise instances from 8 to 4 slots by moving debug information to an external object (ed8af362b) - Issue #2089 - Only create result Promises in Promise#then and Promise#catch if it's used or the creation is otherwise observable (6e2201d3a) - Issue #2089 - Turn AsyncGeneratorResumeNext recursion into iteration to avoid stack overflow (55eacd43a) - Issue #2089 - Optimize Promise.then and Promise.all/race with default resolving functions (9744b0c2b) - Issue #2089 - Don't use BlockOnPromise fast path with non-default resolving functions, combine default resolving functions flags (ee395231d) - Issue #2089 - Improve Runtime perf of Promises (1fd51e14f) - Issue #2089 - Add a PromiseCapability struct, directly initialize dense elements in PerformPromiseAll using NewbornArrayPush (c0b1bf7e1) - Issue #2089 - Create a shared helper for PerformPromiseRace, PerformPromiseAll and PerformPromiseAllSettled (5ff7a51da) - Issue #2089 - Further runtime perf improvements for PromiseState (078daa705) - Issue #2089 - Report unhandled rejection for optimized away promise (a215929a3) - Issue #2083 - Follow-up: RegExpShared::source should be a GCPtr. (22dc363c3) - Issue #2099 - Remove unnecessary cast in GeneratorObject::suspend's do loop. (10ef0da5a) - Issue #2089 - Add cache for Promise property lookups (92906d4da) - Issue #2089 - Move ErrorObject parts from jsexn.cpp to ErrorObject.cpp (209c8e06a) - Issue #2089 - Implement AggregateError (61c99bf6c) - Issue #2089 - Rename shared Promise combinator functions, with helpers for element functions (9fc50a992) - Issue #2089 - Implement the Promise.any combinator (f75e9d944) - Issue #2103 - Fix typo in RegExp Parser (8d3f23ed0) No official Pale-Moon changes picked since my last build. No official Basilisk changes picked since my last build. My changes picked since my last build: - reverting rev 22dc363c and 233802c9 for now since I got a crash in destructor of RegExpShared. (7faa37b7d) - revert last rev (7faa37b7) and revert rev b7e45308 and 9824659d instead. (4475b2d9f) 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
-
4 points
-
Thank you, Roy, for your hard work, as well as others that contribute their knowledge to your projects.4 points
-
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-20230204-18b960784-xpmod.7z Win64 http://o.rthost.win/basilisk/basilisk55-win64-git-20230204-18b960784-xpmod.7z repo: https://github.com/roytam1/basilisk55 Repo changes: - import from UXP: Issue #1382 - Remove incorrect assertion. (8f3badf8) (cad63972a) - ported from UXP: No issue - bump default platform UA compatibility mode to 102.0 (d89f4e14) (59b0295eb) - import from UXP: [xpcom] remove incorrect assertion. (8bf892d7) (4849130a2) - ported from UXP: Issue #2083 - Part 1: Make RegExpShared a GC thing. (3796c7c1) (f05e7f9cc) - ported from UXP: Issue #2083 - Part 2: Remove use of RegExpGuard. (d163d08c) (0396cdfce) - import from UXP: Issue #2083 - Part 3: Fix RegExpShared rooting hazards now it's a GC thing. (2ac60a27) (0dcf2ee03) - import from UXP: Issue #2083 - Part 4: Give RegExpShared a finalizer. (9824659d) (1d47bb343) - import from UXP: Issue #2083 - Part 5: Fix memory leak in RegExpObject. (b7e45308) (b1214c8d6) - import from UXP: Revert "Issue #1382 - RegExpShared::groupsTemplate_ cannot be a GCPtr since RegExpShared is managed by C++" (233802c9) (9535b71af) - import from UXP: Issue #2089 - Shrink Promise instances from 8 to 4 slots by moving debug information to an external object (ed8af362) (d4826da51) - ported from UXP: Issue #2089 - Only create result Promises in Promise#then and Promise#catch if it's used or the creation is otherwise observable (6e2201d3) (95e2563ec) - import from UXP: Issue #2089 - Turn AsyncGeneratorResumeNext recursion into iteration to avoid stack overflow (55eacd43) (dd109f028) - import from UXP: Issue #2089 - Optimize Promise.then and Promise.all/race with default resolving functions (9744b0c2) (7e0f54cb1) - import from UXP: Issue #2089 - Don't use BlockOnPromise fast path with non-default resolving functions, combine default resolving functions flags (ee395231) (6cb08dc75) - ported from UXP: Issue #2089 - Improve Runtime perf of Promises (1fd51e14) (8adb5ef3c) - import from UXP: Issue #2089 - Add a PromiseCapability struct, directly initialize dense elements in PerformPromiseAll using NewbornArrayPush (c0b1bf7e) (2ca67d4ba) - import from UXP: Issue #2089 - Create a shared helper for PerformPromiseRace, PerformPromiseAll and PerformPromiseAllSettled (5ff7a51d) (4a7bd87d7) - import from UXP: Issue #2089 - Further runtime perf improvements for PromiseState (078daa70) (edd607cb3) - import from UXP: Issue #2089 - Report unhandled rejection for optimized away promise (a215929a) (faae7e237) - import from UXP: Issue #2083 - Follow-up: RegExpShared::source should be a GCPtr. (22dc363c) (d5eb68a1f) - import from UXP: Issue #2099 - Remove unnecessary cast in GeneratorObject::suspend's do loop. (10ef0da5) (73ff24069) - reverting rev d5eb68a1 and 9535b71a for now since I got a crash in destructor of RegExpShared. (3ffaab07c) - revert last rev (3ffaab07) and revert rev b1214c8d and 1d47bb34 instead. (a9b96fa23) - import from UXP: Issue #2089 - Add cache for Promise property lookups (92906d4d) (58cb5f9b7) - ported from UXP: Issue #2089 - Move ErrorObject parts from jsexn.cpp to ErrorObject.cpp (209c8e06) (2896a93fa) - ported from UXP: Issue #2089 - Implement AggregateError (61c99bf6) (3cb281696) - import from UXP: Issue #2089 - Rename shared Promise combinator functions, with helpers for element functions (9fc50a99) (e91f73db5) - import from UXP: Issue #2089 - Implement the Promise.any combinator (f75e9d94) (feb84c847) - import from UXP: Issue #2103 - Fix typo in RegExp Parser (8d3f23ed) (18b960784)4 points
-
Restarting the page and then clicking as usual is all I do in these circumstances. In uBlock, I see these allowed by me (so in green) on msfn.org, on this Pretty Detox Posts page: msfn.org bp.blogspot.com cloudflare.com ggpht.com googlevideo.com jnn-pa.googleapis.com twimg.com (but deny abs-0.twimg.com) twitter.com youtube-nocookie.com ytimg.com ______________________________3 points
-
AdGuard is a Russian company, although they moved their headquarters to Cyprus: https://en.wikipedia.org/wiki/AdGuard My only brush with AdGuard was when I tried Yandex 17 browser on Vista about 3 years ago, which is also a Russian company and had a special arrangement with AdGuard. I was able to replace AdGuard with other ad blockers (which might no longer be possible for that old browser since Chrome has new requirements for addons).3 points
-
There's a thread dedicated to filesharing websites that you might want to look into and see what fits your needs:3 points
-
3 points
-
I was able to fix the problem. I tried a clean install of Server 2008 and it worked, all I needed to do was enable Narrator and change resolution. The screen then worked. I will be trying the same thing with regular Vista, which I expect to work. I plan to post a guide on how to install Vista on the Surface Pro 1, then move on to installing XP and maybe ReactOS if I can get XP working.3 points
-
The mirror of latest ArcticFox 40, BNavigator 0.9, Firefox 28/45ESR, IceApe 52, IceDove 52, K-Meleon 1.5.x/74/76, MailNews 52, New Moon 26.5/27/28, RetroZilla, RZ browser and Serpent 52/55 builds by @roytam1 has been updated -> soggi.org - tools. changelog: - added latest BNavigator 0.9 20230204 build - added latest IceApe 52 20230204 build - added latest IceDove 52 20230204 build - added latest K-Meleon 76 20230204 build - added latest MailNews 52 20230204 build - added latest New Moon 27 20230204 builds - added latest New Moon 28 20230204 builds - added latest Serpent 52 20230204 builds - added latest Serpent 55 20230204 builds To don't lose track of things I want to update too someday... todo: - add various flash player versions - add FlashFix for WinXP - add VLC 2.2.8 (WinXP non-SSE2) - add polyfill addons ------------------------------------------- Thank you, I'll try it! This is great! NM28 is my main browser, too - I switched from NM27 a couple of years ago <- Pale Moon 26 <- Firefox ESR 52. Once again a BIG thx to @roytam1 and all others! BTW what is that Base64 -> Encoder, an add-on? This would be cool for fast decoding Base64 encoded attacks to my website or other stuff like Base64 encoded files included in a HTML document. I don't have a dozen browsers installed...just IE6 SP3, NM27 and NM28 - and actually I'm only using NM28 and I'm very confident with it. Some times there are websites which don't work, but they aren't very important and I just say "F*ck you, I don't have to visit your JS overloaded, slow and incompatible hipster website!". Double-triple-upvote-like! Exactly what I thought, ChatZilla is a great IRC add-on! kind regards soggi3 points
-
... Their forum is based on the discourse platform, but "discourse" have recently implemented another UXP-exterminator, the operator called "nullish coalescing assignment ("??=") : Your only hope under XP is to use 360EEv13.x/minibrowser to load that forum, because that operator was first implemented in Chromium 85 (Firefox 79) ... Most sadly , "discourse" is being used by many forums/communities, so this is just going to only escalate in the coming days ...3 points
-
HULU (a US-only service, BTW) uses DRM exclusively for all of its streams... Unlike Netflix, where a fallback to using the Silverlight NPAPI plugin for "legacy" browsers is in place (correct me if wrong , at least that's my recollection of things on Netflix ), HULU demands the WidevineCDM (owned by Google ) to properly function... WidevineCDM is currently incompatible with the Windows XP/Vista OSes (and in the far past was only compatible under XP with the Google Chrome web browser); if on Win7+, you must use one of the latest Chromium variants and/or latest Firefox to watch HULU ... BTW, NM28 does not support DRM on any OS, while St52 supports DRM on Vista+; however, the version of WidevineCDM it ships with (and supports), v1.4.9.1088, has been deprecated by Google, i.e. it can't acquire decryption keys from the dedicated Widevine lic servers ... @Art7220 : Got an Android phone? If yes, download their app and watch HULU's DRM streams there ... As you can see, Google not only control which webpages you can successfully load in your (non-Chrome) browser, they also control which rich content is available there, too (and also demand you update your OS to watch it) ... A true dictatorship, if you ask me...3 points
-
Some MSFN members agree with you, particularly in the Windows XP forum. Most recently, AstroSkipper posted November 6 about switching from Avast to WiseVector StopX, and it had been discussed earlier in that same thread, which Vista users have also posted in. (Few antivirus products supported Vista any longer than XP.) I wonder if it works with extended kernel? I have been using now WiseVector StopX for a couple of months and I don't regret my change, on the contrary, I am very satisfied and really positively taken with it.3 points
-
I'm glad I was of help! While yes, you weren't used to their responses to you at that time, I don't think they hate you. They are meaning to help you improve your spelling. But I am still glad you liked the way I helped you get out of the incident!3 points
-
Ah, that explains it. "Good" ones run at mere 6 FPS while "bad" ones run at 30 FPS (check stats for nerds, frame rate is listed after resolution).3 points
-
GDIChromium does not work on XP. I use it in my Win10 installs. It is available here, it is only the "ungoogling" of it that I probably cannot "share" -- https://github.com/GTANAdam/GDIChromium/releases2 points
-
Why you are doing this? If users like to use WiseVector StopX, let them use it. Besides, Browser JSGuard is a browser extension, it's not an anti-virus application.2 points
-
2 points
-
2 points
-
I use deepl Write, it helps me to stop making mistakes in my English! Use it https://www.deepl.com/write2 points
-
Of course @legacyfan, don't be depressed at all, it's not good for you... there's no reason to be depressed, look, the sun is shining, you can do what you want with your time, go and look for something new every day, there are opportunities all the time... I've described the situation around my family, that's all... and then, fortunately, everyone is different, otherwise the world wouldn't be so interesting to discover... is it?2 points
-
mostly peaceful chinese balloon https://www.bbc.com/news/world-645141202 points
-
2 points
-
2 points
-
New regular/weekly KM-Goanna release: https://o.rthost.win/kmeleon/KM76.4.7-Goanna-20230204.7z Changelog: In-tree changes: - browser-omni: downloads: sync allDownloadsViewOverlay.js with same file in NM27 (bf146f53) Out-of-tree changes: - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1173364 - support ARIA table and cell roles, r=marcoz (c6f9fc891e) - Bug 1205318 - make aria-owns loop alg more sophisticated, r=yzen (d287b1e41c) - Bug 1205476 - crash in mozilla::a11y::DocAccessible::ProcessInvalidationList(), r=smaug (bf920abdd3) - Bug 1205476 - crash in mozilla::a11y::DocAccessible::ProcessInvalidationList(), part3, r=davidb (675c3a0ee2) - Bug 1205476 - crash in mozilla::a11y::DocAccessible::ProcessInvalidationList, part2, r=davidb (a7cd835169) - Bug 1186786 - Replace nsBaseHashtable::EnumerateRead() calls in accessible/ with iterators. r=tbsaunde. (172fcbe18f) - Bug 1219299 - rework aria-owns implementation, r=yzen (c297a84b41) - Bug 1219744 - no child_of/parent_of relations for aria-owns, r=yzen (38ea8be268) - Bug 1205341 - get rid of aria-owns provided relations, part1: remove ARIA combobox special support (bug 819273 backout), r=yzen (0ca03a27bd) - Bug 1219743 - remove special ARIA owns support for ARIA menus, r=yzen (64468fdfd1) - Bug 1200595 - Introduce TextureData and implement it for X11. r=mattwoodrow, Bas, sotaro (2e6bc3f02c) - Bug 1200595 - Buffer TextureData implementation. r=mattwoodrow (1cb3ffd937) - Bug 1227415 - Fix copy buffer size r=jolin (344130daec) - Bug 1200595 - Gralloc TextureData implementation. r=sotaro (a0726233ca) - Bug 1205725 - Add basic SidebandStream handling to HwcComposer2D r=mwu,nical (42bea59a5f) - namespace (ab69730d53) - Bug 1194775 - Paper over a crash in ContentClient. r=Bas (998051cee4) - minor (c24c0b069d) - Bug 1197315 - remove PR_snprintf calls in gfx/; r=froydnj (f153fed9c8) - Bug 1157664 - Initialize mozilla::layers::FPSCOUNTER::mIteratorIndex. r=nical (cf5d2203ee) - Bug 1157663 - Init mMap in the constructor to avoid half initialized structures. r=nical (d972306493) - Bug 1167370: Check for Map() call failing. r=bas (707eda52ff) - Bug 1221276 - Don't crash if we don't have a surface. r=nical (c53141ea3d) - Bug 1219230 - Use the valid region for determining buffer size instead of the visible region. r=mstange (f2d4783eef) - Pass the correct moz2d backend in CanvasClients. (bug 1212499, r=mattwoodrow) (c16688afbb) - Bug 1179987 - Simplify unlocking of tiled texture hosts. r=nical (781200f702) - Bug 1170189 - Fix tiling crash on Linux. r=jrmuizel (879bbfb506) - Bug 1170189 - fix a comment in the tiling code. r=BenWa (62b47f1bbd) - Bug 1179987 - Make tiled TextureSource recycling based on pointer comparisons rather than trying to do it geometrically. r=nical (7bde534929) - Bug 1189710 - Use correct offset for LayerRenderState in TiledContentHost. r=jrmuizel (cb93c2f98a) - Bug 1215050 - Make layerscope support TiledPaintedLayer when using HWC. r=mattwoodrow, r=cjku (6bffac30f8) - Bug 1186208 - Fix crash when tiling is enabled on linux. r=mattwoodrow (b2f2c85734) - Bug 1197713 - Add missing gfxPrefs.h include to TiledContentHost.cpp. r=nical (22bce4e071) - Bug 1143575. Async image invalidation does not necessarily need to invalidate the layer; LayerTreeInvalidation will do that for us. r=mattwoodrow (a6144b7127) - Bug 1219529 - Don't attempt to deallocate shmems after the ipdl protocol is shut down. r=sotaro (3bb89ef36e) - Bug 1143575. Add assertion for diagnostic purposes. r=nical (e4944dd72f) - Bug 1202175 - Guard GLX-specific call in SurfaceDescriptorX11. r=jgilbert (167a4aa49b) - Bug 1132528 - Handle non existent key r=nical (6c12df1446) - Bug 1137151: Marked destructor of |GrallocReporter| as protected, r=jmuizelaar (57605c4472) - Bug 1145389 - Add gralloc allocation requet size check r=nical (47c6065148) - Bug 1181197 - Fix null dereference in SharedPlanarYCbCrImage destructor. r=jgilbert (3f8c390a6f) - Bug 1195110 - Check if GLContext is destroyed before freeing resources in CompositingRenderTargetOGL. r=jrmuizel (8eac603d84) - bug 1178956 - Specify precision in OGLShaderProgram.cpp to fix compositor on iOS. r=kip (daa6d9db20) - Bug 1186725 - InitTextures should check if LockRect() returns an error, r=mattwoodrow (bc87f908a7) - Bug 1170143 - Add some error checks around the creation of dxgi ycbcrvideo frames. r=Bas (c96e4d9e79) - Bug 1170143 - Build fix. r=me (a9d0064bc3) - Bug 1202700 - Use d3d9 device to upload YCbCr surfaces on the client side if possible. r=Bas (3ccd0c68f5) - Bug 1199361 - Add texture memory reporters for YCbCr TextureClients. r=jrmuizel (723e9d4b10) - bug 1183967 - fixup correct case of mfidl.h (e9abd04709) - Bug 1133007 - followup - make CreateServerSocketRunnable's constructor explicit; r=bustage (5de0ec7900) - Bug 1195653 - Part1.1: Dump SecondaryEffects (EffectTypes::MASK) on Layerscope viewer. r=dglastonbury (v2, carry r+) (a6736ad381) - Bug 1195653 - Part1.2: Use sSentTextureIds instead of sTextureIdList and move HasTextureIdBeenSent into SendTextureSource. r=dglastonbury (v3, carry r+) (7e0b14bca6) - Bug 1195653 - Part1.3: Add isMask attribute field to LayerScopePacket.proto. r=dglastonbury (v2, carry r+) (510e50e09a) - Bug 1195653 - Part1.4: Generated file diffs from patched LayerScopePacket.proto. r=dglastonbury (v1, carry r+) (f1824afcb3) - Bug 1195653 - Part1.5: Send isMask info to LayerScope viewer by TexturePacket. r=dglastonbury (v3) (1722e5e6fe) - Bug 1205521 - Part1: (v3) Add texture/mask attribute fields in LayerScopePacket.proto. r=dglastonbury (0cca15f8f5) - Bug 1205521 - Part2: (v3) Generated file diffs from patched LayerScopePacket.proto. r=dglastonbury (6253724bcf) - Bug 1205521 - Part3: (v3) Dump texture/mask attributes on layerscope viewer. r=dglastonbury (31d346bad1) - Bug 1205521 - Part4: (v2) Align LayerScopePacket to fit changes in Bug 1211324. r=dglastonbury (712da0fe9c) - Bug 1177023 - Log the IsRootContent flag when dumping framemetrics. r=botond (9bea51f318) - Bug 1153724 - Only assert if the size was reasonable to start. r=mchang (c3d61bbee1) - namespace (edcce0a0b3) - Bug 1195857: Make nsPresContext::HasAuthorSpecifiedRules()'s arg 'const', to remove need for const_cast in callers. r=jwatt (274fe66dca) - Bug 1182414, part 1 - Fix printing crash with range input controls. r=dholbert (352a408a83) - Bug 1182414, part 2 - Add printing crash test. r=dholbert (0fc9bd4529) - Bug 1099103 - Prevent numbers input using a grouping separator from being mis-processed as if the separator was a decimal separator. r=dholbert (90276c2f6b) - Bug 1157142 - Support logical (inline/block) in addition to physical orientation for the <input type=range> element; make inline the default behavior so that range sliders respect writing mode. r=jwatt (2ec37cbba8) (89d38b5d7a) - some download library code fixes (f3443827c3) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1196785 - Alphabetically sort redirected about:pages. r=jst (ba0f254ae5) - Bug 1196785 - Make the common category style work in HTML. r=jaws (09b3f854e4) - Bug 1219494 - Part 1. TextureD3D11 and gfxDevCrash instead of MOZ_CRASH where appropriate. r=mchang (2ba6492c83) - Bug 1195531 - Don't discard d3d11 textures when we move the TextureSource to a new compositor. r=jrmuizel,nical (a4b9674552) - Bug 1176570 - Make sure all shared texture handles are opened correctly before attempting to use them. r=jrmuizel (75856f47a0) - misspatch Bug 1145513 (f4e6e6c52a) - Null-check D3D10 devices in a few places. (bug 1225645, r=bas) (2f7372a29d) - Bug 1200595 - D3D11 TextureData implementation. r=Bas (8935487dae) - Bug 1216366: Ensure D3D11 uploads the entire surface the first time for component alpha textures. r=nical (789985252d) - Bug 1194335. Disable partial present on Nvidia hardware. r=bas (3da45b4ce9) - Bug 1167326, fix up VR distortion constant buffer; r=bas (396b34e5da) - Bug 1204922 - Part 3. Report failed before HandleError call. r=bas (4f8ca8b0d6) - Fail gracefully when we can't get a texture sync handle. (bug 1207665 part 4, r=bas,vladan) (d8cbab3307) - Bug 1144136. Remove unneeded Flush() from D3D11 compositor. r=bas (8f49efa0aa) - Bug 1163840 - Lazy-init blocker stack in AsyncShutdown to save startup time; r=Yoric (89f728be0f) - Bug 1213280 - fix OSX font selection under 10.11. r=jfkthame (a5c21cacb0) - Bug 1167284 - implement localized name lookup for fontconfig font families. r=karlt (098cb7067e) - Bug 1173260 - support multiple families for generics. r=heycam (19bab2c23d) - Bug 1163487 - sniff LANGUAGE when determining language for lang group. r=karlt (207283f74d) - Bug 1224965 p1 - add pref for max substitutions for generics under fontconfig. r=m_kato (b64c53e636) - Bug 1224965 p2 - tweak the handling of generic substitutions. r=karlt (a5c2688808) - First version of patch 1469116, this helps fix patch 1209812 without skia. (dd570d1e71) (8a2a9d0991) * 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/kmeleon762 points
-
New NewMoon 27 Build! 32bit https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20230204-8a2a9d0991-xpmod.7z 32bit SSE https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20230204-8a2a9d0991-xpmod-sse.7z 32bit noSSE https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20230204-8a2a9d0991-xpmod-ia32.7z 64bit https://o.rthost.win/palemoon/palemoon-27.10.0.win64-git-20230204-8a2a9d0991-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 1173364 - support ARIA table and cell roles, r=marcoz (c6f9fc891e) - Bug 1205318 - make aria-owns loop alg more sophisticated, r=yzen (d287b1e41c) - Bug 1205476 - crash in mozilla::a11y::DocAccessible::ProcessInvalidationList(), r=smaug (bf920abdd3) - Bug 1205476 - crash in mozilla::a11y::DocAccessible::ProcessInvalidationList(), part3, r=davidb (675c3a0ee2) - Bug 1205476 - crash in mozilla::a11y::DocAccessible::ProcessInvalidationList, part2, r=davidb (a7cd835169) - Bug 1186786 - Replace nsBaseHashtable::EnumerateRead() calls in accessible/ with iterators. r=tbsaunde. (172fcbe18f) - Bug 1219299 - rework aria-owns implementation, r=yzen (c297a84b41) - Bug 1219744 - no child_of/parent_of relations for aria-owns, r=yzen (38ea8be268) - Bug 1205341 - get rid of aria-owns provided relations, part1: remove ARIA combobox special support (bug 819273 backout), r=yzen (0ca03a27bd) - Bug 1219743 - remove special ARIA owns support for ARIA menus, r=yzen (64468fdfd1) - Bug 1200595 - Introduce TextureData and implement it for X11. r=mattwoodrow, Bas, sotaro (2e6bc3f02c) - Bug 1200595 - Buffer TextureData implementation. r=mattwoodrow (1cb3ffd937) - Bug 1227415 - Fix copy buffer size r=jolin (344130daec) - Bug 1200595 - Gralloc TextureData implementation. r=sotaro (a0726233ca) - Bug 1205725 - Add basic SidebandStream handling to HwcComposer2D r=mwu,nical (42bea59a5f) - namespace (ab69730d53) - Bug 1194775 - Paper over a crash in ContentClient. r=Bas (998051cee4) - minor (c24c0b069d) - Bug 1197315 - remove PR_snprintf calls in gfx/; r=froydnj (f153fed9c8) - Bug 1157664 - Initialize mozilla::layers::FPSCOUNTER::mIteratorIndex. r=nical (cf5d2203ee) - Bug 1157663 - Init mMap in the constructor to avoid half initialized structures. r=nical (d972306493) - Bug 1167370: Check for Map() call failing. r=bas (707eda52ff) - Bug 1221276 - Don't crash if we don't have a surface. r=nical (c53141ea3d) - Bug 1219230 - Use the valid region for determining buffer size instead of the visible region. r=mstange (f2d4783eef) - Pass the correct moz2d backend in CanvasClients. (bug 1212499, r=mattwoodrow) (c16688afbb) - Bug 1179987 - Simplify unlocking of tiled texture hosts. r=nical (781200f702) - Bug 1170189 - Fix tiling crash on Linux. r=jrmuizel (879bbfb506) - Bug 1170189 - fix a comment in the tiling code. r=BenWa (62b47f1bbd) - Bug 1179987 - Make tiled TextureSource recycling based on pointer comparisons rather than trying to do it geometrically. r=nical (7bde534929) - Bug 1189710 - Use correct offset for LayerRenderState in TiledContentHost. r=jrmuizel (cb93c2f98a) - Bug 1215050 - Make layerscope support TiledPaintedLayer when using HWC. r=mattwoodrow, r=cjku (6bffac30f8) - Bug 1186208 - Fix crash when tiling is enabled on linux. r=mattwoodrow (b2f2c85734) - Bug 1197713 - Add missing gfxPrefs.h include to TiledContentHost.cpp. r=nical (22bce4e071) - Bug 1143575. Async image invalidation does not necessarily need to invalidate the layer; LayerTreeInvalidation will do that for us. r=mattwoodrow (a6144b7127) - Bug 1219529 - Don't attempt to deallocate shmems after the ipdl protocol is shut down. r=sotaro (3bb89ef36e) - Bug 1143575. Add assertion for diagnostic purposes. r=nical (e4944dd72f) - Bug 1202175 - Guard GLX-specific call in SurfaceDescriptorX11. r=jgilbert (167a4aa49b) - Bug 1132528 - Handle non existent key r=nical (6c12df1446) - Bug 1137151: Marked destructor of |GrallocReporter| as protected, r=jmuizelaar (57605c4472) - Bug 1145389 - Add gralloc allocation requet size check r=nical (47c6065148) - Bug 1181197 - Fix null dereference in SharedPlanarYCbCrImage destructor. r=jgilbert (3f8c390a6f) - Bug 1195110 - Check if GLContext is destroyed before freeing resources in CompositingRenderTargetOGL. r=jrmuizel (8eac603d84) - bug 1178956 - Specify precision in OGLShaderProgram.cpp to fix compositor on iOS. r=kip (daa6d9db20) - Bug 1186725 - InitTextures should check if LockRect() returns an error, r=mattwoodrow (bc87f908a7) - Bug 1170143 - Add some error checks around the creation of dxgi ycbcrvideo frames. r=Bas (c96e4d9e79) - Bug 1170143 - Build fix. r=me (a9d0064bc3) - Bug 1202700 - Use d3d9 device to upload YCbCr surfaces on the client side if possible. r=Bas (3ccd0c68f5) - Bug 1199361 - Add texture memory reporters for YCbCr TextureClients. r=jrmuizel (723e9d4b10) - bug 1183967 - fixup correct case of mfidl.h (e9abd04709) - Bug 1133007 - followup - make CreateServerSocketRunnable's constructor explicit; r=bustage (5de0ec7900) - Bug 1195653 - Part1.1: Dump SecondaryEffects (EffectTypes::MASK) on Layerscope viewer. r=dglastonbury (v2, carry r+) (a6736ad381) - Bug 1195653 - Part1.2: Use sSentTextureIds instead of sTextureIdList and move HasTextureIdBeenSent into SendTextureSource. r=dglastonbury (v3, carry r+) (7e0b14bca6) - Bug 1195653 - Part1.3: Add isMask attribute field to LayerScopePacket.proto. r=dglastonbury (v2, carry r+) (510e50e09a) - Bug 1195653 - Part1.4: Generated file diffs from patched LayerScopePacket.proto. r=dglastonbury (v1, carry r+) (f1824afcb3) - Bug 1195653 - Part1.5: Send isMask info to LayerScope viewer by TexturePacket. r=dglastonbury (v3) (1722e5e6fe) - Bug 1205521 - Part1: (v3) Add texture/mask attribute fields in LayerScopePacket.proto. r=dglastonbury (0cca15f8f5) - Bug 1205521 - Part2: (v3) Generated file diffs from patched LayerScopePacket.proto. r=dglastonbury (6253724bcf) - Bug 1205521 - Part3: (v3) Dump texture/mask attributes on layerscope viewer. r=dglastonbury (31d346bad1) - Bug 1205521 - Part4: (v2) Align LayerScopePacket to fit changes in Bug 1211324. r=dglastonbury (712da0fe9c) - Bug 1177023 - Log the IsRootContent flag when dumping framemetrics. r=botond (9bea51f318) - Bug 1153724 - Only assert if the size was reasonable to start. r=mchang (c3d61bbee1) - namespace (edcce0a0b3) - Bug 1195857: Make nsPresContext::HasAuthorSpecifiedRules()'s arg 'const', to remove need for const_cast in callers. r=jwatt (274fe66dca) - Bug 1182414, part 1 - Fix printing crash with range input controls. r=dholbert (352a408a83) - Bug 1182414, part 2 - Add printing crash test. r=dholbert (0fc9bd4529) - Bug 1099103 - Prevent numbers input using a grouping separator from being mis-processed as if the separator was a decimal separator. r=dholbert (90276c2f6b) - Bug 1157142 - Support logical (inline/block) in addition to physical orientation for the <input type=range> element; make inline the default behavior so that range sliders respect writing mode. r=jwatt (2ec37cbba8) (89d38b5d7a) - some download library code fixes (f3443827c3) - import changes from `dev' branch of rmottola/Arctic-Fox: - Bug 1196785 - Alphabetically sort redirected about:pages. r=jst (ba0f254ae5) - Bug 1196785 - Make the common category style work in HTML. r=jaws (09b3f854e4) - Bug 1219494 - Part 1. TextureD3D11 and gfxDevCrash instead of MOZ_CRASH where appropriate. r=mchang (2ba6492c83) - Bug 1195531 - Don't discard d3d11 textures when we move the TextureSource to a new compositor. r=jrmuizel,nical (a4b9674552) - Bug 1176570 - Make sure all shared texture handles are opened correctly before attempting to use them. r=jrmuizel (75856f47a0) - misspatch Bug 1145513 (f4e6e6c52a) - Null-check D3D10 devices in a few places. (bug 1225645, r=bas) (2f7372a29d) - Bug 1200595 - D3D11 TextureData implementation. r=Bas (8935487dae) - Bug 1216366: Ensure D3D11 uploads the entire surface the first time for component alpha textures. r=nical (789985252d) - Bug 1194335. Disable partial present on Nvidia hardware. r=bas (3da45b4ce9) - Bug 1167326, fix up VR distortion constant buffer; r=bas (396b34e5da) - Bug 1204922 - Part 3. Report failed before HandleError call. r=bas (4f8ca8b0d6) - Fail gracefully when we can't get a texture sync handle. (bug 1207665 part 4, r=bas,vladan) (d8cbab3307) - Bug 1144136. Remove unneeded Flush() from D3D11 compositor. r=bas (8f49efa0aa) - Bug 1163840 - Lazy-init blocker stack in AsyncShutdown to save startup time; r=Yoric (89f728be0f) - Bug 1213280 - fix OSX font selection under 10.11. r=jfkthame (a5c21cacb0) - Bug 1167284 - implement localized name lookup for fontconfig font families. r=karlt (098cb7067e) - Bug 1173260 - support multiple families for generics. r=heycam (19bab2c23d) - Bug 1163487 - sniff LANGUAGE when determining language for lang group. r=karlt (207283f74d) - Bug 1224965 p1 - add pref for max substitutions for generics under fontconfig. r=m_kato (b64c53e636) - Bug 1224965 p2 - tweak the handling of generic substitutions. r=karlt (a5c2688808) - First version of patch 1469116, this helps fix patch 1209812 without skia. (dd570d1e71) (8a2a9d0991)2 points
-
New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rthost.win/boc-uxp/mailnews.win32-20230204-485bba73-uxp-a234f6917-xpmod.7z BNavigator Win32 https://o.rthost.win/boc-uxp/bnavigator.win32-20230204-485bba73-uxp-a234f6917-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-20230204-id-656ea98-uxp-a234f6917-xpmod.7z IceApe-UXP(suite) https://o.rthost.win/hbl-uxp/iceape.win32-20230204-id-656ea98-ia-93af9a0-uxp-a234f6917-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.2 points
-
We are experiencing a new wave of spammers that is not unique to MSFN and is happening on other forums as well. These spammers will post about cryptocurrency. However, in addition to new users doing this, some of these spammers have been able to hijack or compromise existing user accounts and make a spam post. When we find an existing user that posts this type of spam, we will apply a 0 point warning on your account so that we can restrict posting. The warning reason will indicate that this has happened. Then you can PM the mod who sent you the warning and they will confirm that it is you and advise that you change your password. After this, the moderator can restore your posting ability.2 points
-
Two good examples (so not many dropped...) and two bad examples (many dropped) with Motown Greatest Hits: Good examples (screen of videos is clean..): https://www.youtube.com/watch?v=G4V7ov68nn8 https://www.youtube.com/watch?v=J3WwuW1Ebyc Bad examples (screen of videos is with "UFOs" moving... Video author introducing these moving spots.): https://www.youtube.com/watch?v=AUaGBrp1HFQ https://www.youtube.com/watch?v=qC6ZEPInudw Quality for all these examples: Auto (360p) and this same Codecs: avc1.4d4016 (134) / opus (251) and this same Buffer Health: ~120 s.2 points
-
Someone mentioned webcompat.com, f****** WORTHLESS unless you spot an issue in Chrome, Chrome, or Chrome. I even linked well-written technical explanation by Moonchild... https://github.com/webcompat/web-bugs/issues/1174882 points
-
2 points
-
My additional selection of Free Filehosting on: 2022/04/13 Add: https://doodrive.com (Until 2GB by file - Free account: 30 days from last download) Large uploads supported, 2GB+. With percentage progress, speed and time left. Full support for download managers. Drag & drop files straight onto the uploader. All credit to BamSec1 for the suggestion.2 points
-
My additional selection of Free Filehosting on: 2021/01/15 Add: https://primeuploads.com (Until 8GB by file - Free/non accounts files are kept for 10 days) 46GB Safety Store, (Free/non accounts files are kept for 10 days. Premium accounts files are kept for unlimited days.) Max 8GB file, fast upload and download. Upload multiple files at once and keep them forever on this site. With FireFox or Chrome, simply drag & drop your files to begin uploading. All credit to radkhaka for the suggestion.2 points
-
My additional selection of Free Filehosting on: 2021/01/12 remove: https://put.re (unlimited retention) remove: https://ufile.io (30 days (guest) or Unlimited retention for free registered user)2 points
-
@AstroSkipper Rule 7.b "This community is built upon mutual respect. You are not allowed to flame other members." Consider yourself informally warned.1 point
-
@Dietmar You can use the /X switch to extract the update packages. Just open a cmd window in the same folder where the hotfixes are located, and run them with the /X command. You can also use the /X: switch. For example: WindowsServer2003-KB2281309-x86-ENU.exe /x will prompt you where to extract the files WindowsServer2003-KB2281309-x86-ENU.exe /x:Temp will extract the files to folder named Temp(it will be created if it doesn't exist)1 point
-
1 point
-
1 point
-
1 point
-
And good night to you @XPerceniol and all of you, here it is just after midnight.1 point
-
1 point
-
1 point
-
@VistaLover As I can see you sorted that out. Can't find the site/forum where that was stated. I should have bookmarked it, my bad. Cheers1 point
-
Is this something upstream should be notified about , or do the crashes happen because: a) "our" UXP tree has significantly diverged from upstream's? b) upstream target MS VS2022 compiler for their Windows builds (themselves targeting Win7SP1+), whereas "we" still target MS VS2015 and WinXP+ ?1 point
-
Managed to get Nextcloud (previously mentioned browser-side JS replacement and additionally one CSS tweak) to mostly work. PDF viewer doesn't work along with the page with log messages. The key CSS tweak is: #content { height: calc(100% - 4em) !important; } I won't bother any further. Driving Pale Moon in 2023 feels like driving a car with a fancy infotainment and other bells and whistles, but a broken engine that stalls a lot and (more often with time) refuses to restart.1 point
-
Meanwhile Mirrored.to has removed DataFileHost from their service. I've have replace it by "DownloadGG". Also I decided to drop "letsupload.cc" The first post is updated.1 point
-
Here another amazing filehosting/sharing also available in EN, FR, DE, IT and ES. Infomaniak provides the Customer with a digital infrastructure for file sharing with a limited time frame, and with a limited number of downloads. Each transfer can be sent to a limited number of e-mail addresses per share, and each recipient is notified separately of the availability of file sharing. After expiration of the availability period, the files are deleted. The use of the Swiss Transfer Service provided by Infomaniak is free. Each transfer is limited to a data volume of 50 gigabytes (GB). Data can be sent to up to 20 recipients. Infomaniak undertakes to transmit the connection data via https. The maximum number of downloads per file is 200. The maximum number of files that can be sent per transfer is 500 files. The maximum number of transfers per day is 50. After 30 days, access to files by the download URL is no longer available. https://www.swisstransfer.com/en1 point
-
My Selection of Free Filehosting (18) on: 2025/05/22 Site: Retention: https://buzzheavier.com (30 days from last download) (Mirrors sites: https://flashbang.sh and https://trashbytes.net) https://download.ru (10GB of Free Space - Unlimited retention) https://download.gg (Until 25GB by file - Unlimited retention) https://filen.io (10GB of Free Space for Registered User) https://files.fm (60 days from last download) https://gofile.io (15 days (guest) or 6 months (registered) from last download) https://hexupload.net (60 days from last download) https://krakenfiles.com (1 month (guest) or 3 months (registered) from last download) https://mediafire.com (15 days (guest) or 6 months (registered) from last download) https://megaup.net (60 days from last download) https://mirrored.to (Multiple Free Filehosting sites) https://pastebin.com (You decide if you want your pastes to "expire") https://pixeldrain.com (120 days from last download) https://send.cm (30 days from last download) https://swisstransfer.com (30 days from last download) https://ufile.io (30 days without registration, 10GB for free registered User) https://upload.ee (50 days (guest) or 120 days (registered) from last download) https://workupload.com (90 days from last download) My goal is to to provide a list of Free Filehosting: 100% free and of course with NO spamming, advertising, captcha, registration, solicitation, download delay, profanity or otherwise... This includes and is not limited to links via cash sites (including rewards for downloads), affiliate marketing, and links requiring a premium/paid account to access. And from there to provoke an exchange of experience, to receive suggestions, other URLs, etc..1 point
-
And mine: I have modest urges to play x64 games and look at Aero. Vista satisfies them.1 point