Where can I get the Gecko (layout engine) source? [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years开发者_运维知识库 ago.
Improve this questionI have done quite a bit of poking around for the gecko source but I cannot seem to find it.
I have found the word gecko littered through the 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.
Most of the code in mozilla-central is Gecko. Gecko isn't a precisely-defined term, though. The mozilla-central repository also contains code that's not Gecko, including Firefox (in browser/).
A good link for how to get the source is https://developer.mozilla.org/En/Developer_Guide/Source_Code/Mercurial
精彩评论