| OLD | NEW |
| 1 OVERVIEW | 1 OVERVIEW |
| 2 | 2 |
| 3 port/ - contains our fork of WebCore Windows-specific bits. | 3 port/ - contains our fork of WebCore Windows-specific bits. |
| 4 | 4 |
| 5 glue/ - contains our embedding API for WebCore, based loosely on WebKit's | 5 glue/ - contains our embedding API for WebCore, based loosely on WebKit's |
| 6 COM API (but w/o any COM). | 6 COM API (but w/o any COM). |
| 7 | 7 |
| 8 build/ - contains our vcproj files for WebKit source and port+glue | 8 build/ - contains our vcproj files for WebKit source and port+glue |
| 9 | 9 |
| 10 pending/ - contains cross-platform files from {Web,JavaScript}Core that we | 10 pending/ - contains cross-platform files from {Web,JavaScript}Core that we |
| 11 have temporarily forked until the changes are incorporated into | 11 have temporarily forked until the changes are incorporated into |
| 12 webkit.org's repository. | 12 webkit.org's repository. |
| 13 | 13 |
| 14 activex_shim/ - contains a plugin shim to support ActiveX controls. | 14 activex_shim/ - contains a plugin shim to support ActiveX controls. |
| 15 | 15 |
| 16 CODING STYLE | 16 CODING STYLE |
| 17 | 17 |
| 18 The contents of port/ should stick to WebKit coding conventions since they | 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. | 19 may ultimately be contributed to webkit.org as an alternate Windows port. |
| 20 | 20 |
| 21 The contents of glue/ should stick to Google coding conventions since they | 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. | 22 are designed for use by Chrome and possibly other Google apps. |
| 23 |
| OLD | NEW |