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

Issue 6712007: Check for a missing scheme in the input_api.host. (Closed)

Created:
9 years, 9 months ago by Dirk Pranke
Modified:
9 years, 7 months ago
Reviewers:
chase, M-A Ruel
CC:
chromium-reviews, M-A Ruel
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -4 lines) Patch
M presubmit_canned_checks.py View 1 chunk +6 lines, -2 lines 2 comments Download
M tests/presubmit_unittest.py View 3 chunks +11 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Dirk Pranke
9 years, 9 months ago (2011-03-17 19:10:21 UTC) #1
M-A Ruel
http://codereview.chromium.org/6712007/diff/1/presubmit_canned_checks.py File presubmit_canned_checks.py (right): http://codereview.chromium.org/6712007/diff/1/presubmit_canned_checks.py#newcode658 presubmit_canned_checks.py:658: # TODO(dpranke): Should figure out if input_api.host_url is supposed ...
9 years, 9 months ago (2011-03-17 19:12:54 UTC) #2
M-A Ruel
9 years, 9 months ago (2011-03-17 19:43:34 UTC) #3
lgtm, https can be enabled after.

http://codereview.chromium.org/6712007/diff/1/presubmit_canned_checks.py
File presubmit_canned_checks.py (right):

http://codereview.chromium.org/6712007/diff/1/presubmit_canned_checks.py#newc...
presubmit_canned_checks.py:661: if not host.startswith('http://'):
Some host are https:// only, please take that in account.

Powered by Google App Engine
This is Rietveld 408576698