Where can I get a Gecko source (linker)?

I worked a little for the source of gecko , but I can not find it.

I found the word gecko littering through firefox source code when I do this:

for i in `find .`; do grep -ibH gecko $i; done

If anyone knows where I can get the source, I would really appreciate it.

+3
source share
1 answer

Most of the code in mozilla-central is Gecko. However, Gekko is not a precisely defined term. The central mozilla repository also contains code that is not Gecko, including Firefox (in the / browser).

A good reference for getting the source is https://developer.mozilla.org/En/Developer_Guide/Source_Code/Mercurial

+7
source

Source: https://habr.com/ru/post/1755051/