summaryrefslogtreecommitdiffstats
path: root/webkit/README
diff options
context:
space:
mode:
authorinitial.commit <initial.commit@0039d316-1c4b-4281-b951-d872f2087c98>2008-07-27 00:20:51 +0000
committerinitial.commit <initial.commit@0039d316-1c4b-4281-b951-d872f2087c98>2008-07-27 00:20:51 +0000
commitf5b16fed647e941aa66933178da85db2860d639b (patch)
treef00e9856c04aad3b558a140955e7674add33f051 /webkit/README
parent920c091ac3ee15079194c82ae8a7a18215f3f23c (diff)
downloadchromium_src-f5b16fed647e941aa66933178da85db2860d639b.zip
chromium_src-f5b16fed647e941aa66933178da85db2860d639b.tar.gz
chromium_src-f5b16fed647e941aa66933178da85db2860d639b.tar.bz2
Add webkit to the repository.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/README')
-rw-r--r--webkit/README22
1 files changed, 22 insertions, 0 deletions
diff --git a/webkit/README b/webkit/README
new file mode 100644
index 0000000..d9ebab4
--- /dev/null
+++ b/webkit/README
@@ -0,0 +1,22 @@
+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. \ No newline at end of file