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

Issue 10823335: fixing https redirect from old codesite url (Closed)

Created:
8 years, 4 months ago by ernestd1
Modified:
8 years, 4 months ago
Reviewers:
Aaron Boodman
CC:
chromium-reviews, mihaip-chromium-reviews_chromium.org
Visibility:
Public.

Description

Fix HTTPS redirect from old codesite URL. BUG=142727 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=151622

Patch Set 1 #

Total comments: 1

Patch Set 2 : copy constant value for string replacement #

Patch Set 3 : fixed typo in main.py and pushed version on app.yaml #

Patch Set 4 : rebased with master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -3 lines) Patch
M chrome/common/extensions/docs/server/app.yaml View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/server/main.py View 1 2 1 chunk +7 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
ernestd1
8 years, 4 months ago (2012-08-15 00:06:49 UTC) #1
Aaron Boodman
https://chromiumcodereview.appspot.com/10823335/diff/1/chrome/common/extensions/docs/server/main.py File chrome/common/extensions/docs/server/main.py (right): https://chromiumcodereview.appspot.com/10823335/diff/1/chrome/common/extensions/docs/server/main.py#newcode179 chrome/common/extensions/docs/server/main.py:179: CHROME_DOMAIN_URL.replace('http', 'https', 1) You need to store the result ...
8 years, 4 months ago (2012-08-15 00:15:29 UTC) #2
Aaron Boodman
8 years, 4 months ago (2012-08-15 01:07:58 UTC) #3
lgtm

Powered by Google App Engine
This is Rietveld 408576698