|
|
Created:
4 years, 3 months ago by malaykeshav Modified:
4 years, 3 months ago Reviewers:
xiyuan CC:
alemate+watch_chromium.org, arv+watch_chromium.org, chromium-reviews, oshima+watch_chromium.org Target Ref:
refs/pending/heads/master Project:
chromium Visibility:
Public. |
DescriptionAdds a 'Done' button at the end of hats survey
BUG=611781
COMPONENT=Hats, Chrome OS, Resources
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation
Committed: https://crrev.com/c6da1357320786a8fdd17680e74ae34804c73f05
Cr-Commit-Position: refs/heads/master@{#417985}
Patch Set 1 #
Total comments: 6
Patch Set 2 : Adds a 'Done' button at the end of hats survey #Patch Set 3 : Adds a 'Done' button at the end of hats survey #
Messages
Total messages: 36 (26 generated)
Description was changed from ========== Adds a 'Done' button at the end of hats survey BUG=611781 COMPONENT=Hats, Chrome OS, Resources ========== to ========== Adds a 'Done' button at the end of hats survey BUG=611781 COMPONENT=Hats, Chrome OS, Resources CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation ==========
The CQ bit was checked by malaykeshav@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
malaykeshav@chromium.org changed reviewers: + xiyuan@chromium.org
PTAL. Adds a 'Done' button at the end of the survey.
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: cast_shell_linux on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linu...) linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_...) linux_chromium_compile_dbg_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_...)
https://codereview.chromium.org/2325883002/diff/1/chrome/browser/resources/ch... File chrome/browser/resources/chromeos/hats/hats.html (right): https://codereview.chromium.org/2325883002/diff/1/chrome/browser/resources/ch... chrome/browser/resources/chromeos/hats/hats.html:11: right: 25px; Do we need to worry about RTL? https://codereview.chromium.org/2325883002/diff/1/chrome/browser/resources/ch... chrome/browser/resources/chromeos/hats/hats.html:41: <a href="javascript:done()" role="button"> Typically, we do something like this instead of inline js calls: <a id="link-button" href="#">...</a> then in JS: document.addEventListener('DOMContentLoaded', function() { var linkButton = document.getElementById('link-button'); linkButton.onclick = done; // Or get rid of 'done' and put body here }); https://codereview.chromium.org/2325883002/diff/1/chrome/browser/resources/ch... chrome/browser/resources/chromeos/hats/hats.html:42: <div id="id-done-button" class="done-button">Done</div> We should use a placeholder similar to what we did for $SCRIPT_SRC for "Done" and put the string in grd file.
The CQ bit was checked by malaykeshav@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
https://codereview.chromium.org/2325883002/diff/1/chrome/browser/resources/ch... File chrome/browser/resources/chromeos/hats/hats.html (right): https://codereview.chromium.org/2325883002/diff/1/chrome/browser/resources/ch... chrome/browser/resources/chromeos/hats/hats.html:11: right: 25px; On 2016/09/09 at 17:06:22, xiyuan wrote: > Do we need to worry about RTL? As of now the survey is only in English. https://codereview.chromium.org/2325883002/diff/1/chrome/browser/resources/ch... chrome/browser/resources/chromeos/hats/hats.html:41: <a href="javascript:done()" role="button"> On 2016/09/09 at 17:06:22, xiyuan wrote: > Typically, we do something like this instead of inline js calls: > > <a id="link-button" href="#">...</a> > > then in JS: > document.addEventListener('DOMContentLoaded', function() { > var linkButton = document.getElementById('link-button'); > linkButton.onclick = done; // Or get rid of 'done' and put body here > }); Done https://codereview.chromium.org/2325883002/diff/1/chrome/browser/resources/ch... chrome/browser/resources/chromeos/hats/hats.html:42: <div id="id-done-button" class="done-button">Done</div> On 2016/09/09 at 17:06:22, xiyuan wrote: > We should use a placeholder similar to what we did for $SCRIPT_SRC for "Done" and put the string in grd file. Done
The CQ bit was checked by malaykeshav@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
lgtm
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
The CQ bit was checked by malaykeshav@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by malaykeshav@chromium.org
The CQ bit was checked by malaykeshav@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from xiyuan@chromium.org Link to the patchset: https://codereview.chromium.org/2325883002/#ps40001 (title: "Adds a 'Done' button at the end of hats survey")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: closure_compilation on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/closure_compila...)
The CQ bit was checked by malaykeshav@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Patchset #4 (id:60001) has been deleted
Dry run: Try jobs failed on following builders: closure_compilation on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/closure_compila...)
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: closure_compilation on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/closure_compila...)
The CQ bit was checked by malaykeshav@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from xiyuan@chromium.org Link to the patchset: https://codereview.chromium.org/2325883002/#ps40001 (title: "Adds a 'Done' button at the end of hats survey")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Committed patchset #3 (id:40001)
Message was sent while issue was closed.
Description was changed from ========== Adds a 'Done' button at the end of hats survey BUG=611781 COMPONENT=Hats, Chrome OS, Resources CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation ========== to ========== Adds a 'Done' button at the end of hats survey BUG=611781 COMPONENT=Hats, Chrome OS, Resources CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/c6da1357320786a8fdd17680e74ae34804c73f05 Cr-Commit-Position: refs/heads/master@{#417985} ==========
Message was sent while issue was closed.
Patchset 3 (id:??) landed as https://crrev.com/c6da1357320786a8fdd17680e74ae34804c73f05 Cr-Commit-Position: refs/heads/master@{#417985} |