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

Issue 148293018: Docserver: Make the .html extension unnecessary for content pages, for example, (Closed)

Created:
6 years, 10 months ago by not at google - send to devlin
Modified:
6 years, 10 months ago
Reviewers:
Yoyo Zhou
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org, mkearney1
Visibility:
Public.

Description

Docserver: Make the .html extension unnecessary for content pages, for example, the Storage API docs are now hosted at extensions/storage not extensions/storage.html. Paths which include .html are redirected to remove the .html. BUG=294008 R=yoz@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=250926

Patch Set 1 #

Patch Set 2 : . #

Total comments: 16

Patch Set 3 : yoz #

Unified diffs Side-by-side diffs Delta from patch set Stats (+343 lines, -180 lines) Patch
M chrome/common/extensions/docs/server2/app.yaml View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/server2/content_provider.py View 1 2 6 chunks +47 lines, -25 lines 0 comments Download
M chrome/common/extensions/docs/server2/content_provider_test.py View 1 4 chunks +25 lines, -2 lines 0 comments Download
M chrome/common/extensions/docs/server2/content_providers.py View 1 2 4 chunks +14 lines, -7 lines 0 comments Download
M chrome/common/extensions/docs/server2/content_providers_test.py View 1 2 4 chunks +20 lines, -8 lines 0 comments Download
M chrome/common/extensions/docs/server2/cron.yaml View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/server2/cron_servlet.py View 1 2 4 chunks +14 lines, -4 lines 0 comments Download
M chrome/common/extensions/docs/server2/integration_test.py View 1 2 5 chunks +28 lines, -13 lines 0 comments Download
M chrome/common/extensions/docs/server2/patch_servlet_test.py View 1 chunk +4 lines, -5 lines 0 comments Download
M chrome/common/extensions/docs/server2/path_canonicalizer.py View 1 2 2 chunks +56 lines, -25 lines 0 comments Download
M chrome/common/extensions/docs/server2/path_canonicalizer_test.py View 1 2 4 chunks +68 lines, -40 lines 0 comments Download
M chrome/common/extensions/docs/server2/render_servlet.py View 1 2 5 chunks +7 lines, -5 lines 0 comments Download
M chrome/common/extensions/docs/server2/render_servlet_test.py View 4 chunks +21 lines, -21 lines 0 comments Download
M chrome/common/extensions/docs/server2/server_instance.py View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A chrome/common/extensions/docs/server2/special_paths.py View 1 2 1 chunk +10 lines, -0 lines 0 comments Download
M chrome/common/extensions/docs/templates/json/content_providers.json View 1 2 3 chunks +3 lines, -0 lines 0 comments Download
M chrome/common/extensions/docs/templates/public/apps/redirects.json View 1 chunk +10 lines, -10 lines 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/redirects.json View 1 chunk +9 lines, -9 lines 0 comments Download
M chrome/common/extensions/docs/templates/public/redirects.json View 1 chunk +4 lines, -4 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
not at google - send to devlin
Meggin FYI.
6 years, 10 months ago (2014-02-12 05:30:20 UTC) #1
Yoyo Zhou
LGTM with nits. https://chromiumcodereview.appspot.com/148293018/diff/30001/chrome/common/extensions/docs/server2/content_provider.py File chrome/common/extensions/docs/server2/content_provider.py (right): https://chromiumcodereview.appspot.com/148293018/diff/30001/chrome/common/extensions/docs/server2/content_provider.py#newcode122 chrome/common/extensions/docs/server2/content_provider.py:122: # directory with that zip suffix. ...
6 years, 10 months ago (2014-02-12 22:14:05 UTC) #2
not at google - send to devlin
https://chromiumcodereview.appspot.com/148293018/diff/30001/chrome/common/extensions/docs/server2/content_provider.py File chrome/common/extensions/docs/server2/content_provider.py (right): https://chromiumcodereview.appspot.com/148293018/diff/30001/chrome/common/extensions/docs/server2/content_provider.py#newcode122 chrome/common/extensions/docs/server2/content_provider.py:122: # directory with that zip suffix. On 2014/02/12 22:14:05, ...
6 years, 10 months ago (2014-02-13 03:34:34 UTC) #3
not at google - send to devlin
6 years, 10 months ago (2014-02-13 03:49:25 UTC) #4
Message was sent while issue was closed.
Committed patchset #3 manually as r250926 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698