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

Issue 9368042: Add CherryPy to third_party. (Closed)

Created:
8 years, 10 months ago by dtu
Modified:
8 years, 10 months ago
Reviewers:
cmp, M-A Ruel
CC:
chromium-reviews, nsylvain+cc_chromium.org, cmp+cc_chromium.org
Visibility:
Public.

Description

Patch Set 1 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20247 lines, -0 lines) Patch
A third_party/cherrypy/LICENSE.txt View 1 chunk +25 lines, -0 lines 0 comments Download
A third_party/cherrypy/README.chromium View 1 chunk +4 lines, -0 lines 0 comments Download
A third_party/cherrypy/__init__.py View 1 chunk +624 lines, -0 lines 0 comments Download
A third_party/cherrypy/_cpchecker.py View 1 chunk +327 lines, -0 lines 0 comments Download
A third_party/cherrypy/_cpcompat.py View 1 chunk +318 lines, -0 lines 0 comments Download
A third_party/cherrypy/_cpconfig.py View 1 chunk +295 lines, -0 lines 0 comments Download
A third_party/cherrypy/_cpdispatch.py View 1 chunk +636 lines, -0 lines 0 comments Download
A third_party/cherrypy/_cperror.py View 1 chunk +556 lines, -0 lines 0 comments Download
A third_party/cherrypy/_cplogging.py View 1 chunk +440 lines, -0 lines 0 comments Download
A third_party/cherrypy/_cpmodpy.py View 1 chunk +344 lines, -0 lines 0 comments Download
A third_party/cherrypy/_cpnative_server.py View 1 chunk +149 lines, -0 lines 0 comments Download
A third_party/cherrypy/_cpreqbody.py View 1 chunk +965 lines, -0 lines 0 comments Download
A third_party/cherrypy/_cprequest.py View 1 chunk +956 lines, -0 lines 0 comments Download
A third_party/cherrypy/_cpserver.py View 1 chunk +205 lines, -0 lines 0 comments Download
A third_party/cherrypy/_cpthreadinglocal.py View 1 chunk +239 lines, -0 lines 0 comments Download
A third_party/cherrypy/_cptools.py View 1 chunk +510 lines, -0 lines 0 comments Download
A third_party/cherrypy/_cptree.py View 1 chunk +290 lines, -0 lines 0 comments Download
A third_party/cherrypy/_cpwsgi.py View 1 chunk +408 lines, -0 lines 0 comments Download
A third_party/cherrypy/_cpwsgi_server.py View 1 chunk +63 lines, -0 lines 0 comments Download
A third_party/cherrypy/cherryd View 1 chunk +109 lines, -0 lines 0 comments Download
A third_party/cherrypy/favicon.ico View Binary file 0 comments Download
A third_party/cherrypy/lib/__init__.py View 1 chunk +45 lines, -0 lines 0 comments Download
A third_party/cherrypy/lib/auth.py View 1 chunk +87 lines, -0 lines 0 comments Download
A third_party/cherrypy/lib/auth_basic.py View 1 chunk +87 lines, -0 lines 0 comments Download
A third_party/cherrypy/lib/auth_digest.py View 1 chunk +365 lines, -0 lines 0 comments Download
A third_party/cherrypy/lib/caching.py View 1 chunk +465 lines, -0 lines 0 comments Download
A third_party/cherrypy/lib/covercp.py View 1 chunk +365 lines, -0 lines 0 comments Download
A third_party/cherrypy/lib/cpstats.py View 1 chunk +662 lines, -0 lines 0 comments Download
A third_party/cherrypy/lib/cptools.py View 1 chunk +617 lines, -0 lines 0 comments Download
A third_party/cherrypy/lib/encoding.py View 1 chunk +388 lines, -0 lines 0 comments Download
A third_party/cherrypy/lib/gctools.py View 1 chunk +214 lines, -0 lines 0 comments Download
A third_party/cherrypy/lib/http.py View 1 chunk +7 lines, -0 lines 0 comments Download
A third_party/cherrypy/lib/httpauth.py View 1 chunk +354 lines, -0 lines 0 comments Download
A third_party/cherrypy/lib/httputil.py View 1 chunk +506 lines, -0 lines 0 comments Download
A third_party/cherrypy/lib/jsontools.py View 1 chunk +87 lines, -0 lines 0 comments Download
A third_party/cherrypy/lib/profiler.py View 1 chunk +208 lines, -0 lines 0 comments Download
A third_party/cherrypy/lib/reprconf.py View 1 chunk +485 lines, -0 lines 0 comments Download
A third_party/cherrypy/lib/sessions.py View 1 chunk +871 lines, -0 lines 0 comments Download
A third_party/cherrypy/lib/static.py View 1 chunk +363 lines, -0 lines 0 comments Download
A third_party/cherrypy/lib/xmlrpcutil.py View 1 chunk +55 lines, -0 lines 0 comments Download
A third_party/cherrypy/process/__init__.py View 1 chunk +14 lines, -0 lines 0 comments Download
A third_party/cherrypy/process/plugins.py View 1 chunk +683 lines, -0 lines 0 comments Download
A third_party/cherrypy/process/servers.py View 1 chunk +427 lines, -0 lines 0 comments Download
A third_party/cherrypy/process/win32.py View 1 chunk +174 lines, -0 lines 0 comments Download
A third_party/cherrypy/process/wspbus.py View 1 chunk +432 lines, -0 lines 0 comments Download
A third_party/cherrypy/scaffold/__init__.py View 1 chunk +61 lines, -0 lines 0 comments Download
A third_party/cherrypy/scaffold/apache-fcgi.conf View 1 chunk +22 lines, -0 lines 0 comments Download
A third_party/cherrypy/scaffold/example.conf View 1 chunk +3 lines, -0 lines 0 comments Download
A third_party/cherrypy/scaffold/site.conf View 1 chunk +14 lines, -0 lines 0 comments Download
A third_party/cherrypy/scaffold/static/made_with_cherrypy_small.png View Binary file 0 comments Download
A third_party/cherrypy/wsgiserver/__init__.py View 1 chunk +14 lines, -0 lines 0 comments Download
A third_party/cherrypy/wsgiserver/ssl_builtin.py View 1 chunk +91 lines, -0 lines 0 comments Download
A third_party/cherrypy/wsgiserver/ssl_pyopenssl.py View 1 chunk +256 lines, -0 lines 0 comments Download
A third_party/cherrypy/wsgiserver/wsgiserver2.py View 1 chunk +2322 lines, -0 lines 0 comments Download
A third_party/cherrypy/wsgiserver/wsgiserver3.py View 1 chunk +2040 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
dtu
8 years, 10 months ago (2012-02-09 20:39:26 UTC) #1
cmp
+maruel as a reviewer, too lgtm with nit: Please add a README.chromium that says where ...
8 years, 10 months ago (2012-02-09 21:04:13 UTC) #2
M-A Ruel
Remove tests and tutorial. We don't want everyone to sync this.
8 years, 10 months ago (2012-02-09 21:13:51 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dtu@chromium.org/9368042/2054
8 years, 10 months ago (2012-02-10 00:07:40 UTC) #4
commit-bot: I haz the power
8 years, 10 months ago (2012-02-10 00:08:43 UTC) #5
Failed to request the patch to try. Please note that binary filesare still
unsupported at the moment, this is being worked on.

Thanks for your patience.

HTTP Error 500: Internal Server Error

Powered by Google App Engine
This is Rietveld 408576698