DescriptionFix feedback to populate the right content in issue creation page.
Previously, server url is 'storage.googleapis.com'. And the issue
creation page can include the current page url in the description of the
issue. However then we start to use 'storage.cloud.google.com', which
will automatically redirect to a temporary signed url when visiting the
page. Thus including the temporary signed url in the issue creation page
is not useful.
In this cl, we generate the result details link when we create the html
file. And as a result is able to include the original page url, not the
signed url in the description.
BUG=717634
Review-Url: https://codereview.chromium.org/2854083004
Cr-Commit-Position: refs/heads/master@{#470078}
Committed: https://chromium.googlesource.com/chromium/src/+/29948291955ddcd6c0cba23173c06e072585db29
Patch Set 1 #Patch Set 2 : sync #
Total comments: 2
Patch Set 3 : use urllib.urlencode #Patch Set 4 : sync #Patch Set 5 : minor fixes #
Total comments: 1
Patch Set 6 : add assertion to check links #
Messages
Total messages: 18 (10 generated)
|