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

Issue 14273035: Docserver: refactor the Handler/ServerInstance relationship into a servlet (Closed)

Created:
7 years, 8 months ago by not at google - send to devlin
Modified:
7 years, 7 months ago
Reviewers:
cduvall
CC:
chromium-reviews, Aaron Boodman, chromium-apps-reviews_chromium.org
Visibility:
Public.

Description

Docserver: refactor the Handler/ServerInstance relationship into a servlet architecture. Currently there are just two servlets: the cron servlet and the main render servlet. Soon there will be more, e.g. for codereview patches. BUG=234022 R=cduvall@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=197574

Patch Set 1 #

Patch Set 2 : . #

Total comments: 2

Patch Set 3 : . #

Patch Set 4 : done #

Unified diffs Side-by-side diffs Delta from patch set Stats (+409 lines, -286 lines) Patch
M chrome/common/extensions/docs/server2/cron.yaml View 1 chunk +4 lines, -4 lines 0 comments Download
A chrome/common/extensions/docs/server2/cron_servlet.py View 1 2 3 1 chunk +93 lines, -0 lines 0 comments Download
M chrome/common/extensions/docs/server2/handler.py View 1 2 3 3 chunks +30 lines, -168 lines 0 comments Download
M chrome/common/extensions/docs/server2/integration_test.py View 1 2 3 5 chunks +24 lines, -18 lines 0 comments Download
M chrome/common/extensions/docs/server2/local_renderer.py View 1 2 2 chunks +7 lines, -30 lines 0 comments Download
M chrome/common/extensions/docs/server2/preview.py View 1 2 4 chunks +14 lines, -12 lines 0 comments Download
A chrome/common/extensions/docs/server2/render_servlet.py View 1 2 3 1 chunk +128 lines, -0 lines 0 comments Download
M chrome/common/extensions/docs/server2/samples_data_source_test.py View 1 2 2 chunks +2 lines, -4 lines 0 comments Download
M chrome/common/extensions/docs/server2/server_instance.py View 2 chunks +0 lines, -46 lines 0 comments Download
A chrome/common/extensions/docs/server2/servlet.py View 1 2 1 chunk +104 lines, -0 lines 0 comments Download
M chrome/common/extensions/docs/server2/template_data_source_test.py View 1 2 2 chunks +3 lines, -4 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
not at google - send to devlin
Hey Clark, This is specifically to make https://chromiumcodereview.appspot.com/14125010 easier to implement, but it's a decent ...
7 years, 8 months ago (2013-04-26 23:04:06 UTC) #1
方觉(Fang Jue)
https://chromiumcodereview.appspot.com/14273035/diff/2001/chrome/common/extensions/docs/server2/render_servlet.py File chrome/common/extensions/docs/server2/render_servlet.py (right): https://chromiumcodereview.appspot.com/14273035/diff/2001/chrome/common/extensions/docs/server2/render_servlet.py#newcode90 chrome/common/extensions/docs/server2/render_servlet.py:90: templates = server_instance.template_data_source_factory.Create(request, These code (and below) will also ...
7 years, 7 months ago (2013-04-29 12:14:15 UTC) #2
not at google - send to devlin
https://chromiumcodereview.appspot.com/14273035/diff/2001/chrome/common/extensions/docs/server2/render_servlet.py File chrome/common/extensions/docs/server2/render_servlet.py (right): https://chromiumcodereview.appspot.com/14273035/diff/2001/chrome/common/extensions/docs/server2/render_servlet.py#newcode90 chrome/common/extensions/docs/server2/render_servlet.py:90: templates = server_instance.template_data_source_factory.Create(request, On 2013/04/29 12:14:15, 方觉(Fang Jue) wrote: ...
7 years, 7 months ago (2013-04-29 16:09:13 UTC) #3
not at google - send to devlin
ok - lots of changes made here. Trying to adapt the appengine servlet infrastructure into ...
7 years, 7 months ago (2013-04-29 21:07:46 UTC) #4
方觉(Fang Jue)
On 2013/04/29 16:09:13, kalman wrote: > However - why will PatchServlet have to use a ...
7 years, 7 months ago (2013-04-30 01:09:53 UTC) #5
cduvall
lgtm
7 years, 7 months ago (2013-05-01 00:21:21 UTC) #6
not at google - send to devlin
7 years, 7 months ago (2013-05-01 06:15:39 UTC) #7
Message was sent while issue was closed.
Committed patchset #4 manually as r197574 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698