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

Issue 2854083004: Fix feedback to populate the right content in issue creation page. (Closed)

Created:
3 years, 7 months ago by BigBossZhiling
Modified:
3 years, 7 months ago
CC:
chromium-reviews, mikecase+watch_chromium.org, jbudorick+watch_chromium.org, agrieve+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix 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 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -25 lines) Patch
M build/android/pylib/results/presentation/javascript/main_html.js View 1 chunk +0 lines, -9 lines 0 comments Download
M build/android/pylib/results/presentation/template/main.html View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M build/android/pylib/results/presentation/test_results_presentation.py View 1 2 3 4 5 5 chunks +39 lines, -15 lines 0 comments Download
M build/android/pylib/utils/google_storage_helper.py View 1 2 3 1 chunk +21 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (10 generated)
jbudorick
lgtm w/ nit https://codereview.chromium.org/2854083004/diff/20001/build/android/pylib/results/presentation/test_results_presentation.py File build/android/pylib/results/presentation/test_results_presentation.py (right): https://codereview.chromium.org/2854083004/diff/20001/build/android/pylib/results/presentation/test_results_presentation.py#newcode254 build/android/pylib/results/presentation/test_results_presentation.py:254: return ('https://bugs.chromium.org/p/chromium/issues/entry?' nit: this might be ...
3 years, 7 months ago (2017-05-04 18:09:27 UTC) #2
BigBossZhiling
https://codereview.chromium.org/2854083004/diff/20001/build/android/pylib/results/presentation/test_results_presentation.py File build/android/pylib/results/presentation/test_results_presentation.py (right): https://codereview.chromium.org/2854083004/diff/20001/build/android/pylib/results/presentation/test_results_presentation.py#newcode254 build/android/pylib/results/presentation/test_results_presentation.py:254: return ('https://bugs.chromium.org/p/chromium/issues/entry?' On 2017/05/04 18:09:27, jbudorick wrote: > nit: ...
3 years, 7 months ago (2017-05-05 21:57:58 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2854083004/40001
3 years, 7 months ago (2017-05-05 21:58:09 UTC) #6
commit-bot: I haz the power
Try jobs failed on following builders: android_clang_dbg_recipe on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_clang_dbg_recipe/builds/262948) android_cronet on master.tryserver.chromium.android (JOB_FAILED, ...
3 years, 7 months ago (2017-05-05 22:04:57 UTC) #8
BigBossZhiling
after sync with case's code
3 years, 7 months ago (2017-05-05 23:25:23 UTC) #9
jbudorick
rebase lgtm w/ nit https://codereview.chromium.org/2854083004/diff/80001/build/android/pylib/results/presentation/test_results_presentation.py File build/android/pylib/results/presentation/test_results_presentation.py (right): https://codereview.chromium.org/2854083004/diff/80001/build/android/pylib/results/presentation/test_results_presentation.py#newcode405 build/android/pylib/results/presentation/test_results_presentation.py:405: upload_to_google_bucket( Check the result of ...
3 years, 7 months ago (2017-05-08 17:28:10 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2854083004/100001
3 years, 7 months ago (2017-05-08 18:11:55 UTC) #15
commit-bot: I haz the power
3 years, 7 months ago (2017-05-08 19:45:18 UTC) #18
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/chromium/src/+/29948291955ddcd6c0cba23173c0...

Powered by Google App Engine
This is Rietveld 408576698