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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « webkit/DEPS ('k') | webkit/build/JSConfig/create-config.sh » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(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
OLDNEW
« 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