Page 1 of 1

Feel free to help out!

Posted: 2019-06-26, 12:17
by Moonchild
I guess it needs to be said, but feel free to help out with development!

Grab git and/or sourcetree, check out the source code, check the issues and make edits, and create a pull request. It's not terribly difficult to get set up for that, and anyone without any knowledge can tackle some of the "good first issues" marked on our issue tracker, like Issue #1140 (UXP)

Re: Feel free to help out!

Posted: 2019-06-26, 13:06
by vannilla
Is there a high-level description of how the UXP source code is structured?
Like, where to find components dealing with certain features or something like that. Doesn't have to document everything in details.
I looked around the core when I was developing an extension (I was looking for a certain API and ended up exploring the xref), and it's hardly obvious where to go to find something when starting out.
This is actually a problem most programs have, so it'd be awesome if UXP could have something like that.

Re: Feel free to help out!

Posted: 2019-06-26, 15:10
by Fedor2
vannilla
Look schemes there https://wiki.mozilla.org/Gecko:Overview.

Regarding the issue, Do you want Pale Moon cease registers its self...?

Re: Feel free to help out!

Posted: 2019-06-26, 16:02
by vannilla
Fedor2 wrote:
2019-06-26, 15:10
vannilla
Look schemes there https://wiki.mozilla.org/Gecko:Overview.
Thanks, I bookmarked it.
I'll check it out when I can.