Fixing layout test failure (forgot one file).
[chromium-blink-merge.git] / webkit / README
blobd9ebab488e5886251155aea19b660b53f994751d
1 OVERVIEW
3   port/    - contains our fork of WebCore Windows-specific bits.
5   glue/    - contains our embedding API for WebCore, based loosely on WebKit's
6              COM API (but w/o any COM).
8   build/   - contains our vcproj files for WebKit source and port+glue
10   pending/ - contains cross-platform files from {Web,JavaScript}Core that we
11              have temporarily forked until the changes are incorporated into
12              webkit.org's repository.
14   activex_shim/ - contains a plugin shim to support ActiveX controls.
15   
16 CODING STYLE
18   The contents of port/ should stick to WebKit coding conventions since they
19   may ultimately be contributed to webkit.org as an alternate Windows port.
21   The contents of glue/ should stick to Google coding conventions since they
22   are designed for use by Chrome and possibly other Google apps.