I 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 appretiate it.