Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(650)

Unified Diff: webkit/README

Issue 402054: Revert "Delete a bunch of deprecated and/or empty directores in src/webkit/." (Closed)
Patch Set: Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/DEPS ('k') | webkit/build/JSConfig/create-config.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/README
diff --git a/webkit/README b/webkit/README
new file mode 100644
index 0000000000000000000000000000000000000000..3230310a802bc2c3ca807f723113821606dd3515
--- /dev/null
+++ b/webkit/README
@@ -0,0 +1,23 @@
+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 previous file with comments | « webkit/DEPS ('k') | webkit/build/JSConfig/create-config.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698