Jump to content

AstroSkipper

Member
  • Posts

    4,581
  • Joined

  • Days Won

    504
  • Donations

    0.00 USD 
  • Country

    Germany

Everything posted by AstroSkipper

  1. My German language pack for New Moon 28 - Fixed - Part 5 My last German language pack 28.10.0rc6 from this post had to be fixed again. Due to some new entities, the tab Advanced in the Preferences window is broken in the most recent release of New Moon 28. Here is a screenshot to demonstrate this issue: I have fixed this issue and assigned the number 28.10.0rc7 to the new, corrected version. Here is a screenshot taken from the fixed version: And here is the download link of the updated German language package 28.10.0rc7 for the more recent versions of New Moon 28: https://www.mediafire.com/file/xw8470f969vozwg/de-28.10.0_RC7.xpi/file Greetings from Germany, AstroSkipper
  2. <off topic>OE Classic will probably work since I think the login procedure is the same for Hotmail as O365, and it works for O365. I lost access to OE Classic when my old Win 7 work PC's hard drive crashed, and since I was unhappy with OE Classic for reasons I've given elsewhere, I never bothered to try to recover the license. Actually for testing purpose, I installed OE Classic and set up my Outlook account. All in all, it was quite simple if you know what to do exactly. However, New Moon 28 has problems with the Microsoft Login tab which was called up by OE Classic and unfortunately empty. So, I first had to log into my Outlook account via the web interface in New Moon 28. On the second attempt, my account was offered to connect to OE Classic. Here is a screenshot: Now, ir simply works. OE Classic can be used for the basic Outlook email service under Windows XP. Here is a screenshot from OE Classic's interface: Edited 50 minutes ago by AstroSkipper OE Classic is an email client which can be registered in the Microsoft account as a secure email app done by the OAuth2 mechanism of this email client. I'm afraid that won't work with Mailnews until Microsoft classifies this app as secure too. The OAuth2 mechanism in Mailnews must add this app to the Microsoft account as a trusted and secure app. Just my thoughts.
  3. Yes. Your file advanced.dtd is not correct. Starting with line 32, you did something wrong. For example, the following entities from line 32 to line 37 are missing: <!ENTITY systemDefaults.label "System Defaults"> <!ENTITY alwaysCheckDefault.label "Always check to see if &brandShortName; is the default browser on startup"><!--XXX--> <!ENTITY alwaysCheckDefault.accesskey "w"> <!ENTITY setDefault.label "Make &brandShortName; the default browser"> <!ENTITY setDefault.accesskey "d"> <!ENTITY isDefault.label "&brandShortName; is currently your default browser"> You should compare your edited file with the original one (chrome\en-US\locale\browser\preferences\advanced.dtd) in the omni.ja file once again. Keep the same structure and don't mix up lines!
  4. <off topic>OE Classic will probably work since I think the login procedure is the same for Hotmail as O365, and it works for O365. I lost access to OE Classic when my old Win 7 work PC's hard drive crashed, and since I was unhappy with OE Classic for reasons I've given elsewhere, I never bothered to try to recover the license. Actually for testing purpose, I installed OE Classic and set up my Outlook account. All in all, it was quite simple if you know what to do exactly. However, New Moon 28 has problems with the Microsoft Login tab which was called up by OE Classic and unfortunately empty. So, I first had to log into my Outlook account via the web interface in New Moon 28. On the second attempt, my account was offered to connect to OE Classic. Here is a screenshot: Now, ir simply works. OE Classic can be used for the basic Outlook email service under Windows XP. Here is a screenshot from OE Classic's interface:
  5. The last time I logged into my old Hotmail/Outlook account was in New Moon 28 via the web interface with normal password. No chance anymore to get access using Mailnews. I also tried the most recent version of DreamMail Pro which supports OAuth2. Unfortunately, I got the message from this client that a Hotmail/Outlook account can't be set up under Windows XP but Windows 10. From now on, I try to avoid Microsoft's Hotmail/Outlook service as it is simply crap. Especially the web interface is cumbersome, bloated, incredibly memory-hungry and slow. I hate it. Microsoft doesn't offer an app password anymore. You seem to have to access your account via a special app. That's why you need Windows 10. Maybe you can still access the Hotmail/Outlook account under Windows XP with OE Classic, but I haven't tested this anymore. I think I am done with this service on Windows XP. The junk will only run on my Android tablet.
  6. For all users of Language Packs in New Moon 28! Due to some new entities, the tab Advanced in the Preferences window is broken in your used language. I mean this one: Here is a screenshot of the breakage in my last German Language Pack 28.10.0_RC6: I have already fixed it. Only a few entities have to be added and translated. Here is a screenshot of the fixed version: I will release the new German Language Pack 28.10.0_RC7 soon in my thread "Extensions and custom buttons for UXP browsers - Corrections, modifications, adjustments, and special recommendations" when the testing phase is over. Cheers, AstroSkipper
  7. I have updated the code of my custom button Restart & Purge to let it run the fully native restart code inside the UXP browsers to avoid any abnormalities. Restart & Purge v2.0 will be released soon after some additional tests. In any case, it should work then with New Moon 28, Serpent, Firefox 52esr and even the non-UXP browser Mypal 68. And most probably also with Pale Moon and Basilisk (the call up of the native restart code should be the same as in the other browsers) which I can't test, though. Cheers, AstroSkipper
  8. I can confirm that changing the code described in the commit https://github.com/roytam1/UXP/commit/d80d4ba6ed4ef99132967d5a76b2090ee86c079b definitely solves the issue. Thanks for the quick fix!
  9. This is very possible, as the issue #1972 is about closing browser tabs.
  10. I need a way to reproduce, starting from a fresh profile. I have already narrowed down the origin of this issue by identifying the browser release in which the issue occurred for the first time: This means that only a few patches or code changes could be the cause of this issue. Therefore, the problem should actually be easy to solve. Install New Moon 28.10.7a1 (32-bit) with the build ID 20240922132822, create a fresh profile and install only Speed Dial and Tab Utilities. Start the browser, enable only one of these extension at a time, open some tabs, start the Browser Console and close one or more tabs. The error message "ReferenceError: nsIWebNavigation is not defined" should now appear. Now restart the browser, and you should notice that the current session is not restored correctly. The previously closed tabs are there again. Now, you should investigate all (probably custom) code changes performed for building this browser release.
  11. @roytam1 Thanks for the new release of New Moon 28.10.7a1 (32-bit) with the build ID 20241003070131 (palemoon-28.10.7a1.win32-git-20241005-d849524bd-uxp-73f3390cf8-xpmod.7z)! The error message "TypeError: 'referrerPolicy' member of RequestInit 'strict-origin-when-cross-origin' is not a valid value for enumeration ReferrerPolicy. Vorapis.user.js:54:115522" does not appear any longer in the Web Console when using the unmodified, original VORAPIS V3 userscript. The ported fixes in terms of the Bug 1460920 seem to do the trick. The issue with the missing suggestions while typing characters in the YT search box of the VORAPIS V3 frontend doesn't exist anymore. Thanks for that! FYI, the issue "ReferenceError: nsIWebNavigation is not defined" related to the extensions Speed Dial and Tab Utilities is of course also present in this release as it was in the previous one.
  12. @roytam1 I have just checked all releases starting after the end of July 2024. The Speed Dial issue "ReferenceError: nsIWebNavigation is not defined" definitely started with the release New Moon 28.10.7a1 (32-bit) with the build ID 20240922132822 (palemoon-28.10.7a1.win32-git-20240928-d849524bd-uxp-716b990183-xpmod.7z). And the Tab Utilities issue also started with this release. Both extensions seem to produce this ReferenceError issue due to the same code change made in the identified release and break the session (re)store. So, you have to check only the most recent (custom) changes. Hope this will help you.
  13. @roytam1 Now we know that after this New Moon 28 release from the end of July 2024 the issue started to occur. So, it actually must have been a custom code change made by you as @UCyborg reported that the issue does not occur in Pale Moon. I am sure you will find the culprit and revert or fix it. Thanks in advance! P.S.: I will later check from which release exactly this issue occurred for the first time.
  14. tried older build date july, and yet-to-be-released new build. That's exactly what I reported before. In older releases of New Moon 28, this issue didn't occur. I have just tested New Moon 28.10.7a1 (32-bit) with the build ID 20240718150512 (palemoon-28.10.7a1.win32-git-20240720-d849524bd-uxp-8fbf81bb8a-xpmod.7z), and the issue does not occur. That means there must have been a recent code change which makes this issue happen in New Moon 28.10.7a1 (32-bit) with the build ID 20240922132822 (palemoon-28.10.7a1.win32-git-20240928-d849524bd-uxp-716b990183-xpmod.7z).
  15. The issue happens in New Moon 28.10.7a1 (32-bit) with the build ID 20240922132822 (palemoon-28.10.7a1.win32-git-20240928-d849524bd-uxp-716b990183-xpmod.7z). Which browser version did you try?
  16. Homepage of Speed Dial: http://speeddial.uworks.net/ Speed Dial 0.9.6.18: https://addons.thunderbird.net/en-us/firefox/addon/speed-dial/ Direct link via archive.org: https://web.archive.org/web/20170821014254/https://addons.cdn.mozilla.net/user-media/addons/4810/speed_dial-0.9.6.18-sm.xpi?filehash=sha256%3Aefdc1b82831d83c940caa58fa7b6c1b7912f9c9f6d7630a54aeed9df354170c9 Tab Utilities 2.1.2: https://addons.palemoon.org/addon/tab-utilities-phoenix/ Session Manager 0.8.1.14: https://addons.palemoon.org/addon/session-manager/ All extensions can also be found in the Classic Add-ons Archive (CAA): https://github.com/JustOff/ca-archive/releases/tag/2.0.3
  17. Thanks for your confirmation! If this issue only happens in New Moon 28 and not in Pale Moon, then there actually must have been a change to the UXP browser code which is causing it. Especially as in older releases of New Moon 28, I didn't notice this issue.
  18. If anyone is wondering why I am bothering to post the issues with these extensions here, then the answer is very simple. I think the Speed Dial, Tab Utilities and also Session Manager extensions are important and worth keeping. I have been using them for years and would hate to see them go. This thread is dedicated to legacy extensions, and I hope that there is some way to make these particular extensions fully functional again. Be it that code changes are made to the UXP browsers or that the extensions are fixed.
  19. @roytam1 For reproducing this issue, please read this post here: https://msfn.org/board/topic/183923-extensions-and-custom-buttons-for-uxp-browsers-corrections-modifications-adjustments-and-special-recommendations/?do=findComment&comment=1273327 Thanks in advance!
  20. I can't really say whether the problem also occurs in Pale Moon (32-bit or 64-bit ), as I don't use this browser. It was also just a guess. In any case, the Speed Dial 0.9.6.18 and Tab Utilities 2.1.2 extensions in the latest New Moon 28 32-bit release definitely break the session restore function on my Windows XP system. The Session Manager extension only generates some errors in the Browser Console but is still working so far. @UCyborg For reproducing this issue, it is simply enough to only use either Speed Dial or Tab Utilities. So, for example, disable Tab Utilities and Session Manager, start latest New Moon 28 (32-bit), close some tabs and restart the browser. Then you should actually notice that the already closed tabs are still there which means the internal session (re)store does not work anymore if Speed Dial is enabled. You should also see the error message "ReferenceError: nsIWebNavigation is not defined" in the Browser Console when closing tabs from the current browser session. The more tabs you close, the more error messages you will get. At least, that's what I observe in dirty or clean New Moon 28 (most recent version) profiles on my Windows XP 32-bit computer. And I'm pretty sure that I'm not the only one affected by this issue. Maybe, other members may also confirm this issue.
  21. I can't really say whether the problem also occurs in Pale Moon (32-bit or 64-bit ), as I don't use this browser. It was also just a guess. In any case, the Speed Dial 0.9.6.18 and Tab Utilities 2.1.2 extensions in the latest New Moon 28 32-bit release definitely break the session restore function on my Windows XP system. The Session Manager extension only generates some errors in the Browser Console but is still working so far.
  22. Regarding Speed Dial I found a ReferenceError in the Browser Console: ReferenceError: nsIWebNavigation is not defined[Learn More] speeddialOverlay.js%20line%201595%20%3E%20eval:42:13 This error message is generated every time I close a tab. And here is a screenshot taken from NM's Browser Console: And I got this message after resetting Speed Dial and browser restart: [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIPrefBranch.getCharPref]" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame :: chrome://speeddial/content/speeddialOverlay.js :: startBackgroundLoad :: line 1770" data: no] (unknown) So, the culprit seems to be the JavaScript file speeddialOverlay.js. The main problem with Speed Dial is that when tabs are closed, they are there again after a restart. The current browser session is therefore not restored as it has always been. Same applies to the extension Tab Utilities 2.1.2.
  23. First of all, the extensions don't show any error message pop-ups. However, I didn't check the console. Next time, I will reinstall Speed Dial and check the console messages.
  24. Although your question is of rhetorical nature, I just want to understand what happened. The reported extensions worked for many years properly. So what is the cause for their sudden breakage?
  25. To me, these two statements contradict each other. Not at all. UXP browsers are evolving, but many old extensions are not. Conclusio ultima: These old extensions must be adapted or can otherwise no longer be used. Same applies to old, complete themes which are no longer compatible.
×
×
  • Create New...