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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/mongoose/LICENSE ('k') | third_party/mongoose/chrome-mongoose-modifications.diff » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/mongoose/README.chromium
diff --git a/third_party/mongoose/README.chromium b/third_party/mongoose/README.chromium
deleted file mode 100644
index 39c6f4e47cc3464196afbdc597a9f41da4eda494..0000000000000000000000000000000000000000
--- a/third_party/mongoose/README.chromium
+++ /dev/null
@@ -1,28 +0,0 @@
-Name: Mongoose webserver
-Short Name: mongoose
-URL: http://code.google.com/p/mongoose/
-License: MIT
-Version: 55cf8bf30cd9
-Release: between 3.0 and 3.1
-Security Critical: no
-
-Description:
-Mongoose is an easy to use web server. It can be embedded into existing
-application to provide a web interface to it.
-
-Only the necessary core server is checked in and not the test nor the
-bindings to multiple languages. The server is only used to serve custom
-URLs from the JSON over HTTP webdriver protocol.
-
-Note: There is no make file for this project, it's compiled directly in
-the chrome version of webdriver found under the directory:
- src/chrome/test/webdriver
-
-Local modifications (all detailed in chrome-mongoose-modifications.diff,
-pending upstreaming by danielwh):
-* Fixed a couple of Windows/VS2010 compiler warnings/errors
-* Fixed linger code to apply to sockets from bind, rather than shutdown
-* Don't ignore SIGCHLD, since the proxy launcher depends on it for determining
- chrome's exit code.
-* Removed a "set but never used" variable, to fix build for gcc 4.6.
-* Fixed a compiler warning (-Wmaybe-uninitialized).
« 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