[webkit-dev] The "WebCore/platform/" directory situation
Mark Rowe
mrowe at apple.com
Sat Oct 4 15:40:55 PDT 2008
On Oct 4, 2008, at 12:27 AM, Maciej Stachowiak wrote:
> We have a lot fewer layering problems with WebCore and WebKit in part
> because they are separate modules, and you have to go out of your way
> and make some Client interfaces to create unfortunate entanglements.
Some ports do have a problem with this separation too. Mac and
Windows enforce the separation between WebCore and WebKit by building
each as separate libraries, but some of the other ports build WebCore
and WebKit into a single module and have been using WebKit-level
classes inside WebCore.
- Mark
More information about the webkit-dev
mailing list