As I understand it, both Safari and Chrome use WebKit. There are many projects that allow you to embed WebKit, but I want to really want to embed Chrome (for Windows) in a C # application so that my application displays equally in Chrome on Windows.
So, when I embed, say, AwesomiumDotNet , will there be rendering, CSS support, Javascript engine, font rendering, etc. Chrome for Windows or the basic WebKit engine?
WebKit presumably doesn't handle things like font and rendering control, or Chrome and Safari on Windows look the same, and yet they don't (Safari has this fuzzy text thing, among other differences).
So, is WebKit responsible for the layout and calculated styles, and does a browser built on top of WebKit provide the actual rendering? Or is it even more so that the projects used by Apple and Google have long been distorted, and why are they different?
c # google-chrome safari webkit embed
Matthew brindley
source share