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

Side by Side Diff: third_party/mongoose/README.chromium

Issue 23526047: Delete old chromedriver code, and remove mongoose webserver. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « third_party/mongoose/LICENSE ('k') | third_party/mongoose/chrome-mongoose-modifications.diff » ('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 Name: Mongoose webserver
2 Short Name: mongoose
3 URL: http://code.google.com/p/mongoose/
4 License: MIT
5 Version: 55cf8bf30cd9
6 Release: between 3.0 and 3.1
7 Security Critical: no
8
9 Description:
10 Mongoose is an easy to use web server. It can be embedded into existing
11 application to provide a web interface to it.
12
13 Only the necessary core server is checked in and not the test nor the
14 bindings to multiple languages. The server is only used to serve custom
15 URLs from the JSON over HTTP webdriver protocol.
16
17 Note: There is no make file for this project, it's compiled directly in
18 the chrome version of webdriver found under the directory:
19 src/chrome/test/webdriver
20
21 Local modifications (all detailed in chrome-mongoose-modifications.diff,
22 pending upstreaming by danielwh):
23 * Fixed a couple of Windows/VS2010 compiler warnings/errors
24 * Fixed linger code to apply to sockets from bind, rather than shutdown
25 * Don't ignore SIGCHLD, since the proxy launcher depends on it for determining
26 chrome's exit code.
27 * Removed a "set but never used" variable, to fix build for gcc 4.6.
28 * Fixed a compiler warning (-Wmaybe-uninitialized).
OLDNEW
« no previous file with comments | « third_party/mongoose/LICENSE ('k') | third_party/mongoose/chrome-mongoose-modifications.diff » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698