|
|
Chromium Code Reviews|
Created:
4 years, 5 months ago by lshang Modified:
4 years, 5 months ago CC:
chromium-reviews, Patrick Dubroy, michaelpg+watch-md-ui_chromium.org, dbeam+watch-history_chromium.org, pam+watch_chromium.org, arv+watch_chromium.org, chrome-apps-syd-reviews_chromium.org Base URL:
https://chromium.googlesource.com/chromium/src.git@master Target Ref:
refs/pending/heads/master Project:
chromium Visibility:
Public. |
DescriptionMD History: Shift focus to overflow menu icon while removing bookmark
After clicking on the bookmark star to remove bookmark of an url, the focus
highlight is shifted to overflow menu icon which is on the right of the star.
BUG=625567
CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation;master.tryserver.chromium.linux:closure_compilation
Committed: https://crrev.com/b3ec3feb3034ef9b28c320b27696094bbab654b3
Cr-Commit-Position: refs/heads/master@{#406426}
Patch Set 1 #
Total comments: 5
Patch Set 2 : minor change #
Messages
Total messages: 31 (18 generated)
Description was changed from ========== MD History: Shift focus to overflow menu icon while removing bookmark Merge branch 'master' into MDH_move_focus_after_remove_bookmark change Merge branch 'master' into MDH_move_focus_after_remove_bookmark try BUG= ========== to ========== MD History: Shift focus to overflow menu icon while removing bookmark Merge branch 'master' into MDH_move_focus_after_remove_bookmark change Merge branch 'master' into MDH_move_focus_after_remove_bookmark try BUG= CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation ==========
Description was changed from ========== MD History: Shift focus to overflow menu icon while removing bookmark Merge branch 'master' into MDH_move_focus_after_remove_bookmark change Merge branch 'master' into MDH_move_focus_after_remove_bookmark try BUG= CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation ========== to ========== MD History: Shift focus to overflow menu icon while removing bookmark Merge branch 'master' into MDH_move_focus_after_remove_bookmark change Merge branch 'master' into MDH_move_focus_after_remove_bookmark try BUG= CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation;master.tryserver.chromium.linux:closure_compilation ==========
The CQ bit was checked by lshang@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...
Your CL relies on deprecated CQ feature(s):
* Specifying master names in CQ_INCLUDE_TRYBOTS part of description without
"master." prefix is deprecated:
tryserver.chromium.linux
For more details, see http://crbug.com/617627.
Description was changed from ========== MD History: Shift focus to overflow menu icon while removing bookmark Merge branch 'master' into MDH_move_focus_after_remove_bookmark change Merge branch 'master' into MDH_move_focus_after_remove_bookmark try BUG= CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation;master.tryserver.chromium.linux:closure_compilation ========== to ========== MD History: Shift focus to overflow menu icon while removing bookmark After clicking on the bookmark star to remove bookmark of an url, the focus highlight is shifted to overflow menu icon which is on the right of the star. BUG=625567 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation;master.tryserver.chromium.linux:closure_compilation ==========
Patchset #2 (id:20001) has been deleted
Patchset #1 (id:1) has been deleted
lshang@chromium.org changed reviewers: + tsergeant@chromium.org
PTAL thanks! \(≥▽≤)/
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
tsergeant@chromium.org changed reviewers: + calamity@chromium.org
+calamity for a question below. https://codereview.chromium.org/2141433003/diff/40001/chrome/browser/resource... File chrome/browser/resources/md_history/history_item.js (right): https://codereview.chromium.org/2141433003/diff/40001/chrome/browser/resource... chrome/browser/resources/md_history/history_item.js:53: if (this.$['bookmark-star'] == this.root.activeElement) { Nit: Remove {} https://codereview.chromium.org/2141433003/diff/40001/chrome/test/data/webui/... File chrome/test/data/webui/md_history/history_item_test.js (right): https://codereview.chromium.org/2141433003/diff/40001/chrome/test/data/webui/... chrome/test/data/webui/md_history/history_item_test.js:95: assertEquals( I'm not certain whether we want to test these values. In theory, checking the value of `starred` should be enough, rather than relying on the CSS as well. calamity: What do you think?
https://codereview.chromium.org/2141433003/diff/40001/chrome/test/data/webui/... File chrome/test/data/webui/md_history/history_item_test.js (right): https://codereview.chromium.org/2141433003/diff/40001/chrome/test/data/webui/... chrome/test/data/webui/md_history/history_item_test.js:95: assertEquals( On 2016/07/15 04:50:01, tsergeant wrote: > I'm not certain whether we want to test these values. In theory, checking the > value of `starred` should be enough, rather than relying on the CSS as well. > > calamity: What do you think? I'm happy to leave this here. I feel like this is one of those things that could slip through the cracks otherwise (where the UI doesn't reflect the model).
https://codereview.chromium.org/2141433003/diff/40001/chrome/test/data/webui/... File chrome/test/data/webui/md_history/history_item_test.js (right): https://codereview.chromium.org/2141433003/diff/40001/chrome/test/data/webui/... chrome/test/data/webui/md_history/history_item_test.js:95: assertEquals( On 2016/07/18 05:03:43, calamity wrote: > On 2016/07/15 04:50:01, tsergeant wrote: > > I'm not certain whether we want to test these values. In theory, checking the > > value of `starred` should be enough, rather than relying on the CSS as well. > > > > calamity: What do you think? > > I'm happy to leave this here. I feel like this is one of those things that could > slip through the cracks otherwise (where the UI doesn't reflect the model). sure, sgtm
The CQ bit was checked by lshang@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...
Your CL relies on deprecated CQ feature(s):
* Specifying master names in CQ_INCLUDE_TRYBOTS part of description without
"master." prefix is deprecated:
tryserver.chromium.linux
For more details, see http://crbug.com/617627.
Thanks all! and tsergeant@, 'sgtm' seems won't change it to bright shiny green (⊙0⊙) https://codereview.chromium.org/2141433003/diff/40001/chrome/browser/resource... File chrome/browser/resources/md_history/history_item.js (right): https://codereview.chromium.org/2141433003/diff/40001/chrome/browser/resource... chrome/browser/resources/md_history/history_item.js:53: if (this.$['bookmark-star'] == this.root.activeElement) { On 2016/07/15 04:50:01, tsergeant wrote: > Nit: Remove {} Done.
shiny green 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 lshang@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Your CL relies on deprecated CQ feature(s):
* Specifying master names in CQ_INCLUDE_TRYBOTS part of description without
"master." prefix is deprecated:
tryserver.chromium.linux
For more details, see http://crbug.com/617627.
Message was sent while issue was closed.
Description was changed from ========== MD History: Shift focus to overflow menu icon while removing bookmark After clicking on the bookmark star to remove bookmark of an url, the focus highlight is shifted to overflow menu icon which is on the right of the star. BUG=625567 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation;master.tryserver.chromium.linux:closure_compilation ========== to ========== MD History: Shift focus to overflow menu icon while removing bookmark After clicking on the bookmark star to remove bookmark of an url, the focus highlight is shifted to overflow menu icon which is on the right of the star. BUG=625567 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation;master.tryserver.chromium.linux:closure_compilation ==========
Message was sent while issue was closed.
Committed patchset #2 (id:60001)
Message was sent while issue was closed.
CQ bit was unchecked.
Message was sent while issue was closed.
Description was changed from ========== MD History: Shift focus to overflow menu icon while removing bookmark After clicking on the bookmark star to remove bookmark of an url, the focus highlight is shifted to overflow menu icon which is on the right of the star. BUG=625567 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation;master.tryserver.chromium.linux:closure_compilation ========== to ========== MD History: Shift focus to overflow menu icon while removing bookmark After clicking on the bookmark star to remove bookmark of an url, the focus highlight is shifted to overflow menu icon which is on the right of the star. BUG=625567 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation;master.tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/b3ec3feb3034ef9b28c320b27696094bbab654b3 Cr-Commit-Position: refs/heads/master@{#406426} ==========
Message was sent while issue was closed.
Patchset 2 (id:??) landed as https://crrev.com/b3ec3feb3034ef9b28c320b27696094bbab654b3 Cr-Commit-Position: refs/heads/master@{#406426} |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
