OLD | NEW |
(Empty) | |
| 1 OVERVIEW |
| 2 |
| 3 port/ - contains our fork of WebCore Windows-specific bits. |
| 4 |
| 5 glue/ - contains our embedding API for WebCore, based loosely on WebKit's |
| 6 COM API (but w/o any COM). |
| 7 |
| 8 build/ - contains our vcproj files for WebKit source and port+glue |
| 9 |
| 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. |
| 13 |
| 14 activex_shim/ - contains a plugin shim to support ActiveX controls. |
| 15 |
| 16 CODING STYLE |
| 17 |
| 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. |
| 20 |
| 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. |
| 23 |
OLD | NEW |