Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/26/2023 in all areas

  1. Thanks, looks like the ancient quad core is still better than my Pentium G3470 (dual-core) on that machine I use for youtube.
    3 points
  2. No sitcom, more like a skit. As an example, the playback isn't smooth for me with chrome360.1030. "Space Station Broadcast - SNL - An unexpected chain of events occurs while Captain Ed McGovern (Steve Carell) live streams from the International Space Station to children's classrooms across America... https://www.youtube.com/watch?v=Y7pf_Ue9gdw
    3 points
  3. StartAllBack 3.7 RC3 (hope the last one)
    3 points
  4. @Mathwiz You can change the background and text colour as you prefer. The text can also be formatted in bold type. Here is another screenshot with bold text in the status bar panel: And here is the code: #ua-status-toggle {width: 24px; height: 24px;} toolbar[iconsize="small"] #ua-status-toggle {width: 16px; height: 16px;} #ua-status-main, #ua-status-label, #ua-status-main-input, #ua-status-button-setua, #ua-status-button-resetua { background-color: black !important; color: yellow !important; font-weight: 700 !important;} Just edit the overlay.css file to your liking exactly where I added the code! Greetings from Germany, AstroSkipper
    2 points
  5. Right! The overlay.css file inside the folder /chrome/skin is the one you have to modify. I have installed the theme FT DeepDark 14.3 theme and the extension User Agent Status 1.7.2 in Serpent 52. No problems here. The text in the status bar panel is readable. Here is a screenshot: At next, I added a bit CSS code to change the appearance of the status panel. I decided to keep the background colour which is obviously black and changed the text colour to yellow for better visibility. Here is a screenshot: Here is the download link to the modded version I made for you just for fun: https://www.mediafire.com/file/v4wa5byn6vgzeu4/ua-status-1.7.2-FT-DeepDark-mod.xpi/file Cheers, AstroSkipper
    2 points
  6. You're welcome! As I already mentioned, the most recent versions of CustomCSSforFx will contain CSS code targeting the much more recent Firefox versions. That's why I pick only single CSS stylesheets, test them in terms of compatibility and implement them if needed or wanted. The time range for picking them is from July 2019 to August 2020 as I already wrote in a previous post. Maybe, some of the CSS files from more recent CustomCSSforFx versions will also work in Mypal 68 but surely less than in the versions that have been specially adapted for Firefox 68. Apart from that, I prefer those CSS stylesheets that do not contain unnecessary code for versions of Firefox 69 and higher.
    2 points
  7. I don't use dark themes. Thus, it is working perfectly for me. But one thing is clear. You can change or modify extensions in every conceivable way, especially the legacy extensions for our beloved UXP browsers. I assume there is CSS code inside the extension which might be adapted for dark themes. Unpack the extension and have a look inside!
    2 points
  8. Chrome 115 is more than a half year old, are you sure? The current Chrome is 121, mind you.
    2 points
  9. Kind of makes one wonder whether the browser itself has bugs of the same "quality".
    2 points
  10. Your link is outdated and doesn't work, please check and do aproper research before posting. Here is 16.22, perhaps you would want to try? https://www.filepuma.com/download/process_explorer_16.22-20946/
    2 points
  11. Yes, I know you were a good guy during that days.
    2 points
  12. "also" ? what else is "not true" ?
    2 points
  13. Here's a definitive answer for you and everyone who usually love to whine about how D.Draker deletes "too many" "needed" files. No, you didn't whine, I mean the others who did. That file is an extremely bugged piece of garbage, that has millions of different versions so the developers themselves put curses on it. I'd also add Vulkan, "Swift" Shader and OpenGL to that list. "..it uses the UCRT (universal CRT) which means that by default it does not run on all Windows 7 machines." https://bugs.chromium.org/p/chromium/issues/detail?id=920704 Disable all that crap in chrome with flags, delete the files and you get a really fast browser !
    2 points
  14. Everyone will choose for themselves, I'll be on Vista, I'm pretty sure I'll be able to make myself a ported chrome fork (be it Vista or 7). Stock up on the hardware, that's my advice. It's plenty of cheap goodies from those who moved to 11.
    2 points
  15. // ==UserScript== // @name -- Replace Font // @version 0.1 // @exclude https://www.google.com/* // @exclude https://www.bing.com/* // ==/UserScript== var elementList = document.getElementsByTagName('*'); for (var i = elementList.length - 1; i >= 0; i--) { var elementItem = elementList; var style = getComputedStyle(elementItem, ''); elementItem.style.fontFamily = style.fontFamily.replace(/Tahoma/i, 'Arial'); elementItem.style.fontFamily = style.fontFamily.replace(/Roboto/i, 'Arial'); }
    1 point
  16. As of now I'm running 3 of your custom buttons (copied as instructed in the profile/chrome folder), TOGETHER with CustomCSSforFx 4.4.7. They are recognized by your userChrome.css, which I rename my_userChrome.css, and @imported into CustomCSSforFx's own userChrome.css In that manner, I have your buttons AND CustomCSSforFx to play around. Quite cool, actually and (still playing) . The first pic shows the content of the chrome subfolder: your config folder, the uc buttons, the userchome.xml and the empty css folder from your "requirements". The image folder, the contents of the css folder, userChrome.css and USERChrome.js are from CustomCSSforFx (replacing yours). Your userChorme.css (the one enabling your buttons) I rename my_userChorme.css, and @impoted it into CustomCSSforFx's userContent.css. Give or take required css tweaks to get (eventually) things aligned the way I want to, this is the best of both worlds. Cheers to you for leading the way, and to @roytam1 for pointing us in the direction of CustomCSSforFx
    1 point
  17. I second that and also having thanks besides likes and upvotes would be better. And I should add to your 3 laugh words: rofl as well.
    1 point
  18. mistyped filenames in post is fixed
    1 point
  19. There are many extensions to use with YouTube. I'm not familiar with that one, but I would be surprised if it's better than Enhancer for YouTube, which does everything I need, with really good controls.
    1 point
  20. Hello @dmiranda! aboutbutton.uc.js is a JavaScript script file and does not need an entry in the userContent.css file. It has only to be copied to the chrome folder and will be recognized automatically after clearing the startup cache and restarting Mypal 68, only if all has been configured correctly (see first post of this thread), of course. It comes originally with an additional aboutbutton.css file to change the appearance of the button and its menu which has to be copied to the chrome\CSS subfolder and imported into the userChrome.css file. However, I had to fix this aboutbutton.css file as it didn't work correctly in Mypal 68. Anyway! The userContent.css file is for changing directly websites or internal sites like the about:sites. But for the custom button aboutbutton, no entries are necessary in the userContent.css file.
    1 point
  21. The forum should have a lol/laf/roflmao besides liking and upvoting :P
    1 point
  22. BTW there's a dedicated thread for this new browser now: Perhaps the discussion should be continued over there, but first let me note that the beta version is free, but has a "time bomb" and will quit working in August 2024 (although, due to a bug, it will start working again in January 2025 and will quit working again in August 2025, and again in 2026, etc.)
    1 point
  23. The date WITH the small taskbar!? This is madness. @Tihiy you are the man!!
    1 point
  24. I can't agree with there being no difference. I rarely encounter videos shot with really poor camera, 480p is just blurry unless you're watching on a very small screen or inside a small window. Regarding performance, my default go-to quality is 1080p @ 60 FPS, if available. No Chromium on XP can do that here (lots of frames dropped), Firefox based browser is always preferred. UXP based browsers can play them smoothly, also the ones for XP, though you could get stutters when browser gets "crapped up" from other sites. Though even on Windows 10, Chromium stutters here with 60 FPS (both 720p and 1080p, a bit less with former). Not constantly, but enough for it to be noticeable. Firefox is OK. Interestingly, the stutters are there also with AVC1 codec, which is decodable on my GPU, but I normally just go with VP9 since my CPU can handle it and it's technically more sophisticated codec. Can't say I personally went any great lengths for YouTube, I tried Invidious and Piped, but they have issues when it comes to core functionality regarding playback, so just use few extensions and scripts at most for YouTube itself. Though I have ImprovedTube on Chromium/Firefox, I only changed a very small subset of settings.
    1 point
  25. You misunderstood the joke completely. Those with high CPU oughta try h264ify extension, I think there were links at my account, sorry don't have them at hand right now. Or download from github. https://github.com/erkserkserks/h264ify
    1 point
  26. @66cats, a small clarification to avoid confusions, NVCPL and all of the functions work with in all of the drivers I posted, with either Keppler, Pascal or Maxwell, except G1030.
    1 point
  27. No, it's more like a rumour. From what I know, the problem with NVCPL causing this conflict still haven't been resolved by @win32in the later drivers, win32 please correct me if I missed the latest developments. NVCPL simply won't start (not the driver) and this causes the hang Orbit. I have a board with x58 chip, and this driver from the part 1 of my tutorial works with it. So, as another idea, you try my driver that doesn't depend on win32's ex-kernel. It works with 1080ti the OP of this topic asked about. https://msfn.org/board/topic/183688-breakthrough-new-nvidia-drivers-ported-to-vista-tutorial/ There's proof with screens it works. Want more HQ detailed screenshots? Then write to Tripredacus and demand my limit to be extended to at least 20mb. I, as the real content poster, deserve it, if he refuses, then all of you would have to entertain yourself with what's already posted, since my limit was up several years ago.
    1 point
  28. I have spotted these ones https://iplocation.io/ip/42.101.4.38 https://iplocation.io/ip/60.188.66.38 https://iplocation.io/ip/103.235.46.9 https://iplocation.io/ip/104.193.88.123 https://iplocation.io/ip/185.10.104.115 https://iplocation.io/ip/175.4.51.38 https://iplocation.io/ip/39.156.68.81 https://iplocation.io/ip/113.105.172.38 https://iplocation.io/ip/124.239.243.38 https://iplocation.io/ip/60.188.66.38 .......
    1 point
  29. Key word being "was". I've never met anyone that pays for a web browser. Doesn't mean they don't exist, especially for the mobile phone community. But certainly not the "norm". Agreed.
    1 point
  30. Every Nvidia card with a BIOS newer than Sep 2013 will have a seriously boosted brightness! The plonkers started to parrot the always overbright AMD to boost the sales, would be my guess. Keep that in mind.
    1 point
  31. Just quickly my young friend ... despite what others and society tells (brainwashes) us, it actually quite 'normal' (dare I use that ugly word Normal) to have those thoughts, but when they become more than a fleeting thought that is where we need to become concerned. Your life is precious and you don't need to change unless its to better yourself not to please other people or this toxic society. Again, I will address more but I felt it was important to address that quickly and try to shift focus on your good honest qualities and your caring personality and non-judgmental senses. Be well and just be YOU - there is nothing wrong with you and don't let anybody make you feel otherwise.
    1 point
  32. I'm 100% certain, 1030 did update my uBlock 1.36 to 1.43 or 1.42 (quite some time ago). I can't say anything about 2044, sorry.
    1 point
  33. I speak only for myself, even if we leave aside your fears of Russian malicious activities inside the Kaspersky software, which do have some pretty solid base, with multiple warnings, like they say, "no smoke without fire". I'd still not use it. especially if we talk about the 19.0.0.1088 version, which is proven to have the infection CVE-2019-8286[62]. So not an option for any users, not only the XP ones. The source is solid, it's not like from a random internet guy. It's scientists. https://nvd.nist.gov/vuln/detail/CVE-2019-8286
    1 point
  34. I knew Process Explorer 16.22 had no hostile IP connections, that's why I suggested it to you, enjoy, I'm glad you liked it! I also think you won't miss anything important, if don't update further. Wow! It's even more nonsensical! So you just post spam, is this how you entertain yourself? At least you got a bit of bravery to confirm your malicious activities.
    1 point
  35. This thread was created by me for everyone who wants to use Windows XP as securely as possible. It doesn't matter whether novice, experienced or advanced user, or even expert. Therefore, antimalware programmes with real-time protection are particularly important. Unfortunately, they have become rare under Windows XP due to well-known reasons. One more reason to collect and preserve information about all available security programmes which still work under Windows XP in these days. If you are interested to create an own thread about browser security or whatever, just do it! But this thread is about all available security programmes targeting Windows XP only.
    1 point
  36. Comodo Firewall was founded in in the United Kingdom by Melih Abdulhayoğlu in 1998. The company Xcitium, formerly known as Comodo Security Solutions, Inc., is a cybersecurity company, in the meanwhile headquartered in the USA, New Jersey, since 2004. It was a very good firewall in the past. A lot of settings could be done. I would say Comodo Firewall was rather targeting the more advanced user. Anyway! I used it in the past until I became aware of Windows Firewall Control from Sphinx. Users reported in the Comodo Forum that the last error-free working version under Windows XP has been Comodo Firewall 8.4.0.5165. More recent versions didn't seem to work properly under Windows XP although they were advertised to be compatible to this OS. That had annoyed many users. I personally never used it again after I had changed to Windows Firewall Control. But in that days, Comodo Firewall was one of the best. Unfortunately, its installation packages became bloated due to implementing an antivirus solution. These packages are called Comodo Internet Security. I don't like bloated software packages, though. Hope I could help you a bit.
    1 point
  37. Hello @Saxon! Thank you very much for the kind words! I'll try to do my best. Researching and writing is unfortunately very time-consuming. Real life and physical health are two reasons my list of security programmes is increasing quite slowly. Comodo Varanus! That's very funny. I will do that with pleasure when I am back at my desktop computer.
    1 point
  38. Yes, I'm all up for it too. legacyfan, it's a very wise decision, but it needs to be done asap, before he wakes up. Thank you, Tommy !
    1 point
  39. New regular/weekly KM-Goanna release: https://o.rths.ml/kmeleon/KM76.2-Goanna-20191214.7z Changelog: Out-of-tree changes: * update Goanna3 to git f9e56e1ed..50a11752b: - applied NSPR Bug 1586070 - Read does not advance file position for files larger than 4GB on Win32. (See also bug 70765.) r=kaie (c05d4592c) - updated to nss-3.44.3 (70e76b712) - import UXP change: - [NSS] Bug 1508776 - Remove unneeded refcounting from SFTKSession (836e72e96) (b27556af1) - import changes from `devel' branch of rmottola/Arctic-Fox: - Bug 1138073 - Improve checking when folding and/or blocks in Ion, r=sunfish. (b73bc1cff) - Bug 1025125 - If enabled, enter pdb session when test fails. r=ahal (29e086127) - Bug 1139628 - Don't load delayed process scripts until channel is open (r=smaug) (ae8b152ed) - Bug 1131444 - Close PContentBridge when content process is ended. r=khuey (0777738f8) (d7ef248c3) - partly imported from tenfourfox: #578: M1579060 M1586176 (d09fe1e46) - ported changes from tenfourfox: - #375: M1351303 - closes #519: Element.toggleAttribute() + backbugs M1258205 M1276938 (e186cc7c9) - ported tenfourfox change: closes #520: Document.elementsFromPoint() M1164427 (dbe519843) - import changes from `devel' branch of rmottola/Arctic-Fox: - Bug 1135903 - OdinMonkey: Make signal-handler OOB checking an independent configuration r=luke (d9f2104a2) - Bug 1138495 - pt 0 - Reftests for font inflation in vertical writing mode, initially annotated as failing. r=smontagu (6b1a2f47d) - Bug 1138495 - pt 1 - Rename NS_FRAME_IN_CONSTRAINED_HEIGHT flag to NS_FRAME_IN_CONSTRAINED_BSIZE, and set it appropriately according to writing mode. r=smontagu (9d1dfbe3a) - Bug 1138495 - pt 2 - Remove failure annotations from tests that no longer fail; note that the comparison of font-inflation-1c.html vs 1d still fails (they should inflate by different amounts). r=smontagu (1e7a9a2a7) - Bug 1138495 - pt 3 - Compute font inflation based on inline-axis dimensions rather than always using physical width. r=smontagu (d7fc87566) - Bug 1138495 - pt 4 - Remove failure annotation from the final testcase, and add specific equality tests for the correctly-inflated rendering of 1c and 1d. r=smontagu (81de3cb59) - Bug 1132078 - Remove useless null checks after allocating memory with |new| from xpcom/io. r=nfroyd (3c59b0993) (50a11752b) - Revert "ported changes from tenfourfox (e186cc7c9)" (2d9c22eec) * 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
  40. New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rths.ml/boc-uxp/mailnews.win32-20191214-ce4e0449-uxp-dacb3da00-xpmod.7z Browser-only Suite Win32 https://o.rths.ml/boc-uxp/bnavigator.win32-20191214-ce4e0449-uxp-dacb3da00-xpmod.7z source patch (excluding UXP): https://o.rths.ml/boc-uxp/boc-uxp-src-xpmod-20191123.7z Official repo changes since my last build: - Update platform commit pointer (1e9f702e) - Update platform commit pointer (24e2def8) - [Navigator] Clean up region.properties (941c5406) - Add Ekoru to searchplugins (20e88761) - Update platform commit pointer (ce4e0449) For UXP changes please see above.
    1 point
  41. New build of Serpent/UXP for XP! Test binary: Win32 https://o.rths.ml/basilisk/basilisk52-g4.4.win32-git-20191214-dacb3da00-xpmod.7z Win64 https://o.rths.ml/basilisk/basilisk52-g4.4.win64-git-20191214-dacb3da00-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.rths.ml/basilisk/basilisk52-g4.4.win32-git-20191214-dacb3da00-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.rths.ml/palemoon/palemoon-28.9.0a1.win32-git-20191214-dacb3da00-xpmod.7z Win64 https://o.rths.ml/palemoon/palemoon-28.9.0a1.win64-git-20191214-dacb3da00-xpmod.7z Official repo changes since my last build: - Bug 1509685 - Add more bounds checking in nsMsgDBView::UpdateDisplayMessage() to avoid crashes (717be395f) - Bug 1482248 - don't crash on empty file name in nsMsgLocalStoreUtils::nsShouldIgnoreFile. (b797607a8) - Bug 1571481 - Improve multipart/alternative. (282cdd6ba) - Merge branch 'master' into release (642032029) - Merge pull request #1314 from g4jc/mailnews_patches (ca46bc1f6) - Merge branch 'release' (5ba7f92d5) - No Issue - Execute the precomplete command on *nix AltPackaging (647d14de8) - New cycle version bump (7758b9a26) - Update default bookmarks toolbar FAQ entry to redirect to forum. (d2a1d638b) - Issue #1317 - Increase the XML nested depth limit to 2048. (dacb3da00) My changes since my last build: - Revert "Issue #1259 - Adjust Widewine strings after removing Adobe Primetime support" (37e153f59)
    1 point
  42. New build of Firefox 45ESR: Test binary: SSE https://o.rths.ml/gpc/files1.rt/firefox-45.9.18-20191207-082eb5b14-win32-sse.7z IA32 https://o.rths.ml/gpc/files1.rt/firefox-45.9.18-20191207-082eb5b14-win32-ia32.7z repo: https://github.com/roytam1/mozilla45esr Changes since my last build: - import changes from tenfourfox: - #578: M1322864 M1585106 M1597043 (7758ebb12) - #578: M1579060 M1586176 (f3f295615) (5a4e033f1) - import UXP change: - [NSS] Bug 1508776 - Remove unneeded refcounting from SFTKSession (836e72e96) (082eb5b14)
    1 point
  43. New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rths.ml/boc-uxp/mailnews.win32-20191207-dcb628c2-uxp-2529b2ede-xpmod.7z Browser-only Suite Win32 https://o.rths.ml/boc-uxp/bnavigator.win32-20191207-dcb628c2-uxp-2529b2ede-xpmod.7z source patch (excluding UXP): https://o.rths.ml/boc-uxp/boc-uxp-src-xpmod-20191123.7z Official repo changes since my last build: - [UXP] Update branch commit pointer (09652b30) - Stop leeching off Pale Moon for emoji font as it is now in toolkit (097c59d1) - Remove extraneous subst (a4f7be09) - Stop leeching off Pale Moon's searchplugins (1f572f64) - [Navigator] Remove local search engines (c69988a8) - Remove Submodule (428b986a) - Change the MOZILLA_DIR path (726bbcba) - Add submodule (81f26254) - [Mail] Update wordmark (3b02cc2b) - Update version2k to work with any version length and use an a1 suffix on generated msbuild stamps (2f39aed7) - Use version2k for navigator (376ed48c) - Add command to version2k to JUST get YYYYMMDD (ca746757) - Access version2k from fake mach (344876fb) - Use MOZ_PKG_SPECIAL to append MOZ_WIDGET_TOOLKIT to the end of the package name (e11b29ea) - Update platform commit pointer (f1a2c83a) - Update fake-mach to properly init the submodule (c2045698) - Revert "Use MOZ_PKG_SPECIAL to append MOZ_WIDGET_TOOLKIT to the end of the package name" (11c60055) - [Navigator] Remove about:rights (53e06224) - Part 2 (c911ab2c) - [Navigator] Conform official branding to unofficial (8cbab84e) - [Navigator] Remove unused files from official branding (5fbedf22) - [Navigator] Add real official branding (1e9340e5) - [Navigator] Add mac icons (a009838b) - [Navigator] Make the throbber dependant on application branding (f7f5004c) - [Navigator] Put the throbber back on the toolbar by default (6f1f3e1e) - [Navigator] Allow the print toolbar button (796df9df) - [Navigator] Use brandFullName for main window title (23750538) - [Navigator] Fix official throbbers using forbidden Moonchild powers (dcb628c2) For UXP changes please see above.
    1 point
  44. New build of Serpent/UXP for XP! Test binary: Win32 https://o.rths.ml/basilisk/basilisk52-g4.4.win32-git-20191207-2529b2ede-xpmod.7z Win64 https://o.rths.ml/basilisk/basilisk52-g4.4.win64-git-20191207-2529b2ede-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.rths.ml/basilisk/basilisk52-g4.4.win32-git-20191207-2529b2ede-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.rths.ml/palemoon/palemoon-28.8.0a1.win32-git-20191207-2529b2ede-xpmod.7z Win64 https://o.rths.ml/palemoon/palemoon-28.8.0a1.win64-git-20191207-2529b2ede-xpmod.7z Official repo changes since my last build: - Remove unnecessary calls to ReparentFloatsForInlineChild in nsInlineFrame. (6ea8e51aa) - Issue #1302 followup - Add spec-compliance checks/errors (d88f471cb) - No issue - Clean up libxul mozbuild a little (a2a84fcb2) - Issue #1307 - Part 1: Remove MALLOC_VALIDATE (a7878bacf) - Issue #1307 - Part 2: Remove disabled code blocks (388073a03) - Issue #1306 - Move bundled fonts to toolkit (5102aa579) - Issue #1307 - Part 3: Assume MOZ_MEMORY is always enabled. (a954e19ea) - Issue #1307 - Part 4: Stop using variable-length arrays. (b4b589a11) - Issue #1307 - Part 5: Remove allocation tracing. (90508a464) - Issue #1307 - Part 6: Remove dead code behind PTHREAD_MMAP_UNALIGNED_TSD (3b361d830) - Issue #1307 - Part 7: Add missing MALLOC_STATS (75c7e4749) - No Issue - Don't use a hard coded path for win_srcdir in comm-style configurations (f6fb48d08) - Issue #1308 - Create nsDisplayTableBackgroundColor to avoid display list collisions when processing the background color of a table. (0f001155a) - Issue #1309 - Fix handling of display rows where the elements are not forming a monotonically increasing sequence (e.g. with position:sticky) (cb65f6d10) - Merge branch 'master' of https://github.com/MoonchildProductions/UXP (2554b96d6) - No Issue - Add checking in platform/ for clobber.py because it can only know hardcoded values in comm-style configurations (c8d03b9fe) - Issue #1307 - Part 8: Remove deprecated sysctl.h inclusion. (fcc84d7b9) - Merge pull request #1310 from MoonchildProductions/jemalloc_cleanup (b8a16acae) - Issue #1313 - Bump Firefox compatMode version to 68.9 (246bf49b0) - Properly detect failure in receiving plugin NPObjects. (74f15fb2d) - Use mutex in PACResolver when accessing mRequest from multiple threads. (d8282a0da) - Check if we're already at the end of the frame's content. (44967b330) - Update identifier map entries and notify if they get removed. (5d4c82e09) - Fix incorrect values for saving ordered lists as text. (e287979b3) - Initialize all fields of GdkEvents in nsClipboard.cpp (d558cf664) - [NSS] Bug 1508776 - Remove unneeded refcounting from SFTKSession (836e72e96) - Check return value of PeerConnectionImpl::GetFingerprint. (9811aa2e1) - [NSS] Bug 1586176 - EncryptUpdate should use maxout not block size. (d927df43e) - Add missing call to WaitForIsDebuggerRegistered (c0ab25726) - Update NSS version. (2529b2ede) My changes since my last build: - keep using upstream NSS-3.44.3, with NSS Bug 1508776 applied.
    1 point
  45. 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.rths.ml/basilisk/basilisk55-win32-git-20191130-0aabdf6ac-xpmod.7z Win64 http://o.rths.ml/basilisk/basilisk55-win64-git-20191130-0aabdf6ac-xpmod.7z repo: https://github.com/roytam1/basilisk55 Repo changes: - update libaom to rev 1f0a4746aa8bfcce3fe7fbd2092aef8fe247aef4 (without moz.build and aom_ports/aom_once.h) (0ae57e925) - applied NSPR Bug 1586070 - Read does not advance file position for files larger than 4GB on Win32. (See also bug 70765.) r=kaie (3f9dbaa13) - updated to nss-3.44.3 (6402431c7) - import change from tenfourfox: - #431: M1385165 (5b2393042) (736e52372) - port change from tenfourfox: - #579: M1218456 +backbugs -nsILinkHandler removal, with changes for 45 (5e0cd430c) (6d0cdf8b2) - import change from tenfourfox: - #375: M1352323 M1038099 (eb6f62648) (4fcfb5a3d) - import change from tenfourfox: - #375: M1334642 +efficiency patch (1d2b06b10) (faf6c5367) - import changes from tenfourfox: - #578: M1580320 M1584170 (216c8ff73) - #578: update pins, preload, TLDs (46acdd518) (7348a05a4) - import UXP changes: - Issue #1291 - Part 1: Ensure exp(1) returns e exactly (use a const) (ddb27ac3e) - Issue #1291 - Part 2: Stop using the lib's sqrt() function (b6c0bdd7d) - Issue #1291 - Part 3: Update fdlibm to Sept 2019 version (ddb1aaaee) (170c81c40) - import UXP changes: - Issue #1288 - Part 1a: Update brotli to 1.0.7 (729ee0f18) - Issue #1288 - Part 3: Update woff2 component to 1.0.2 (66b4db7c3) - Issue #1288 - Part 4: Update the OpenType Sanitizer component to 8.0.0 (207b043e1) - Issue #1288 - Part 5: Pass graphite fonts through OTS. (e266a1fc5) (bc341b23a) - import UXP changes: - Issue #1274 - Part 1: Adopt the cairo version as our own. (bc89f33a8) - Issue #1274 - Part 3: Update libpixman licensing (fd38014a6) - Issue #1274 - Part 5: Misc fixes and version update. (82d70c6ae) (0aabdf6ac)
    1 point
  46. New build of BOC/UXP for XP! Test binary: MailNews Win32 https://o.rths.ml/boc-uxp/mailnews.win32-20191130-e8584e14-uxp-013ef52ed-xpmod.7z Browser-only Suite Win32 https://o.rths.ml/boc-uxp/bnavigator.win32-20191130-e8584e14-uxp-013ef52ed-xpmod.7z source patch (excluding UXP): https://o.rths.ml/boc-uxp/boc-uxp-src-xpmod-20191123.7z Official repo changes since my last build: - Use alternative packaging for mail and navigator (480939c5) - [UXP] Update branch commit pointer (83b07f9d) - [UXP] Update branch commit pointer (8171afac) - Add some git logic to mach stub and remove dedicated xref script (e8584e14)
    1 point
  47. I spent a lot of time to find a way for installing font without restart. Finally I found this ClickFont. It's an easy and exact solution Link: http://www.softpedia.com/get/Others/Font-Utils/Clickfont.shtml
    1 point
  48. Here is a batch script to install Fonts in any Folder automatically. Paste the following code in notepad and save it as "ADD_Fonts.cmd" place the cmd file inside the folder of the fonts you want to install and run it or add the source folder as a parameter. for example "ADD_fonts.cmd" C:\Folder 1\Folder 2\ @ECHO OFF TITLE Adding Fonts.. REM Filename: ADD_Fonts.cmd REM Script to ADD TrueType and OpenType Fonts for Windows REM By Islam Adel REM 2012-01-16 REM How to use: REM Place the batch file inside the folder of the font files OR: REM Optional Add source folder as parameter with ending backslash and dont use quotes, spaces are allowed REM example "ADD_fonts.cmd" C:\Folder 1\Folder 2\ IF NOT "%*"=="" SET SRC=%* ECHO. ECHO Adding Fonts.. ECHO. FOR /F %%i in ('dir /b "%SRC%*.*tf"') DO CALL :FONT %%i REM OPTIONAL REBOOT REM shutdown -r -f -t 10 -c "Reboot required for Fonts installation" ECHO. ECHO Done! PAUSE EXIT :FONT ECHO. REM ECHO FILE=%~f1 SET FFILE=%~n1%~x1 SET FNAME=%~n1 SET FNAME=%FNAME:-= % IF "%~x1"==".otf" SET FTYPE=(OpenType) IF "%~x1"==".ttf" SET FTYPE=(TrueType) ECHO FILE=%FFILE% ECHO NAME=%FNAME% ECHO TYPE=%FTYPE% COPY /Y "%SRC%%~n1%~x1" "%SystemRoot%\Fonts\" reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts" /v "%FNAME% %FTYPE%" /t REG_SZ /d "%FFILE%" /f GOTO :EOF ADD_Fonts.cmd
    1 point
  49. Try this script make sure the font is in the same folder as this script. Save as AddFont.vbs
    1 point
×
×
  • Create New...