Search found 1113 matches

by Isengrim
2018-09-23, 15:06
Forum: Development (discussion)
Topic: download of source code
Replies: 12
Views: 984

Re: download of source code

You can also browse code directly through github, or by using http://xref.palemoon.org/.
by Isengrim
2018-09-23, 14:30
Forum: Ambassador
Topic: Tabs and small stuff
Replies: 7
Views: 1080

Re: Tabs and small stuff

The add-on page needs a better description, just haven't had time to update it yet. The wrong date is an artifact of using the build system to produce the XPI, which I need to look into. Attempting to change an add-on once it has been uploaded causes problems with updates, unfortunately, so it will ...
by Isengrim
2018-09-22, 18:30
Forum: The Pale Moon add-ons website
Topic: reference the new Add-ons
Replies: 37
Views: 2574

Re: reference the new Add-ons

Here's my two cents on the discoverability of add-ons.

Add-on developers should use the forum to announce releases or updates, and that is where users should look for them. To me, that is the simplest and most obvious approach. That way announcements can be made and commented on in the same place.
by Isengrim
2018-09-21, 11:32
Forum: Development (discussion)
Topic: download of source code
Replies: 12
Views: 984

Re: download of source code

Another alternative is to try "git clone", but then you'd get what is essentially an alpha version instead of a stable release (save for some settings and/or arguments I don't know about). You can use "git clone" to download the whole repository, including commit history. You can then use git to ch...
by Isengrim
2018-09-19, 10:42
Forum: Bug reports (Windows)
Topic: Pale Moon 28 crashes when authentication required by web site
Replies: 21
Views: 2614

Re: Pale Moon 28 crashes when authentication required by web site

I just uploaded a crashdump to the FTP that I believe is relevant to this issue. The dump was created on Windows 10 x64 build 1803 with Pale Moon x64 28.0.1. I too was using some internal work sites at the time of the crash, so I won't be able to provide access to them for any testing. However, I'd ...
by Isengrim
2018-09-19, 02:38
Forum: General support
Topic: should I replace 32-bit with 64-bit and how?
Replies: 10
Views: 693

Re: should I replace 32-bit with 64-bit and how?

Been a while since I used the uninstaller, but it shouldn't delete your data unless you specifically select the option to do so (if it even presents that option). That said, it's always a good idea to back up your profile before any kind of upgrade. See here , just replace "Mozilla" and "Firefox" wi...
by Isengrim
2018-09-19, 02:14
Forum: General support
Topic: should I replace 32-bit with 64-bit and how?
Replies: 10
Views: 693

Re: should I replace 32-bit with 64-bit and how?

You don't have to. The 32 bit version will run just fine on 64 bit. If you want to, you can uninstall the 32 bit version, which you can do without deleting your profile (config, add-ons, bookmarks, etc.), and then install the 64 bit version.
by Isengrim
2018-09-18, 20:23
Forum: Basilisk
Topic: Hulu just broke
Replies: 4
Views: 550

Re: Hulu just broke

User Agent Switcher allows you to create your own manually, which you can do and will apply to all sites globally. Or, you can try creating a specific one for Hulu by following these instructions with a few tweaks.
by Isengrim
2018-09-18, 16:26
Forum: Ambassador
Topic: Ambassador 1.0.0 Error Console.
Replies: 3
Views: 775

Re: Ambassador 1.0.0 Error Console.

Is this normal? Yes. To elaborate, some parts of ChatZilla were designed to integrate with SeaMonkey, and Ambassador still has a few of those pieces in place. They don't currently do anything, but they get loaded and in turn attempt to load a browser file that doesn't exist. I'm not sure what the o...
by Isengrim
2018-09-18, 15:31
Forum: Basilisk
Topic: Basilisk 09.05.2018 Error Console.
Replies: 2
Views: 241

Re: Basilisk 09.05.2018 Error Console.

Yeah, CSS warnings are pretty normal on a lot of webpages. I usually turn them off in the console unless I'm specifically looking for them. They are usually noise.
by Isengrim
2018-09-18, 02:29
Forum: General discussion (old)
Topic: Pure CSS crashes iPhones and affects some browsers
Replies: 5
Views: 445

Re: Pure CSS crashes iPhones and affects some browsers

I guess it's sensational because it affects so many browsers at once.

And, the links are there so that people can (carefully) test with them to see if they get the same results.

Can confirm that the first link is okay, and the second causes a freeze on my Linux box.
by Isengrim
2018-09-18, 00:43
Forum: Browser extensions
Topic: Reader View for Pale Moon
Replies: 148
Views: 11632

Re: Reader View for Pale Moon

Can you add an option in about:config to disable the nested menu and just show a single "Open in Reader View" context menu that default to open in foreground. I deliberated on whether I wanted to add both options to the main context menu or not. I chose to use the nested menu so as not to take up s...
by Isengrim
2018-09-17, 19:50
Forum: General discussion (old)
Topic: The E.U. has gone insane today
Replies: 31
Views: 2046

Re: The E.U. has gone insane today

WilliamK wrote:What can we do about that?
Not use Google? ;)
by Isengrim
2018-09-17, 18:17
Forum: Basilisk
Topic: Why Basilisk?
Replies: 2
Views: 466

Re: Why Basilisk?

From the Basilisk homepage: Basilisk is primarily a reference application for development of the XUL platform it builds upon, and additionally a potential replacement for Firefox. It's for development and testing, and also as a replacement for FF 52 for folks who may not wish to use Pale Moon, for o...
by Isengrim
2018-09-16, 14:51
Forum: Ambassador
Topic: Ambassador 1.0.0 Released
Replies: 3
Views: 2288

Re: Ambassador 1.0.0 Released

As an addendum to this announcement, a brief wiki has been set up on the Ambassador GitHub site containing an FAQ, build instructions, and more. Also, a dedicated IRC channel has been created on the Freenode IRC network as an additional venue for questions and discussions: irc://irc.freenode.net/amb...
by Isengrim
2018-09-16, 14:36
Forum: Ambassador
Topic: "Removed CEIP"
Replies: 5
Views: 1250

Re: "Removed CEIP"

Yeah, basically a telemetry-gathering mechanism. It was not enabled by default, and it didn't gather nearly as much data as FF telemetry does.
by Isengrim
2018-09-16, 14:32
Forum: Ambassador
Topic: Stand-alone application running off existing PM using -app?
Replies: 3
Views: 822

Re: Stand-alone application running off existing PM using -app?

Theoretically, yes. In practice, XULRunner and the -app flag haven't been actively maintained for several Firefox generations or (to my knowledge) in Pale Moon. I did use -app when I was testing with early versions of Ambassador, but YMMV depending on the app.
by Isengrim
2018-09-16, 01:55
Forum: General support
Topic: Pale Moon can't load site
Replies: 9
Views: 595

Re: Pale Moon can't load site

^ What he said. Site loads for me as well.