views:

186

answers:

1

I was just wondering, what engines these browsers use:

Firefox...Gecko? Safari...Webkit? Chrome..." " Internet Explorer...?

Thanks...

+13  A: 
  • Firefox and other Mozilla browsers (IceWeasel, etc) use Gecko.
  • Internet Explorer uses Trident.
  • Safari, Google Chrome and Konqueror use Webkit.
  • Opera 9+ uses Presto.
zombat
Has konqueror actually switched to webkit, last I checked it was still KHTML (which of course webkit was a fork of).
ewanm89
Good question, I'm not sure. For general programming that doesn't deal with engine specifics, I find that considering it to be a Webkit engine works fine.
zombat
Well, there are differences but the KHTML and Webkit devs often submit to each others code repositories.
ewanm89
Especially now KHTML has native builds cross platform too now (since QT went opensource on windows).
ewanm89
thanks...now that I think about it, I should of just searched on Google...(smacking self on head)
codedude

related questions