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

Side by Side Diff: webkit/README

Issue 53125: whitespace change to force build (Closed)
Patch Set: whitespace change Created 11 years, 8 months 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 | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698