0
Files
src/webkit
dglazkov@google.com b05695f0d7 Add baselines for new tests that pass.
R=gwilson
BUG=10465
TEST=no layout test failures.

Review URL: http://codereview.chromium.org/113776

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16769 0039d316-1c4b-4281-b951-d872f2087c98
2009-05-22 19:02:53 +00:00
..
2009-05-22 03:39:47 +00:00

OVERVIEW

  port/    - contains our fork of WebCore Windows-specific bits.

  glue/    - contains our embedding API for WebCore, based loosely on WebKit's
             COM API (but w/o any COM).

  build/   - contains our vcproj files for WebKit source and port+glue

  pending/ - contains cross-platform files from {Web,JavaScript}Core that we
             have temporarily forked until the changes are incorporated into
             webkit.org's repository.

  activex_shim/ - contains a plugin shim to support ActiveX controls.
  
CODING STYLE

  The contents of port/ should stick to WebKit coding conventions since they
  may ultimately be contributed to webkit.org as an alternate Windows port.

  The contents of glue/ should stick to Google coding conventions since they
  are designed for use by Chrome and possibly other Google apps.