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

Issue 869813002: Fix tabindex in chrome://settings/passwords (Closed)

Created:
5 years, 11 months ago by hcarmona
Modified:
5 years, 10 months ago
Reviewers:
Dan Beam
CC:
chromium-reviews, dbeam+watch-options_chromium.org, gcasto+watchlist_chromium.org, arv+watch_chromium.org, mkwst+watchlist-passwords_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix tabindex in chrome://settings/passwords Updated code so that the first row is focusable. This makes it possible to tab into the first row making it more obvious that it is focused. Applied Dan's feedback from previous CL (https://codereview.chromium.org/834323005). BUG=449110 Committed: https://crrev.com/251f96fe57f3ae2453226d344656ed7b337a1c48 Cr-Commit-Position: refs/heads/master@{#313618}

Patch Set 1 #

Total comments: 12

Patch Set 2 : Apply Feedback #

Total comments: 8

Patch Set 3 : Apply Feedback #

Total comments: 6

Patch Set 4 : Applied Feedback #

Total comments: 4

Patch Set 5 : Apply Feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -7 lines) Patch
M chrome/browser/resources/options/password_manager_list.js View 1 2 3 4 5 chunks +33 lines, -7 lines 0 comments Download

Messages

Total messages: 16 (4 generated)
hcarmona
Applied feedback from previous CL and addressed focus issue that made this still reproducible.
5 years, 11 months ago (2015-01-22 23:40:36 UTC) #2
Dan Beam
https://codereview.chromium.org/869813002/diff/1/chrome/browser/resources/options/password_manager_list.js File chrome/browser/resources/options/password_manager_list.js (right): https://codereview.chromium.org/869813002/diff/1/chrome/browser/resources/options/password_manager_list.js#newcode97 chrome/browser/resources/options/password_manager_list.js:97: this.closeButtonElement_.removeEventListener(this.handleFocus, 'focus'); i'm confused. a) the order is 'eventName', ...
5 years, 11 months ago (2015-01-23 00:00:37 UTC) #3
hcarmona
Applied feedback https://codereview.chromium.org/869813002/diff/1/chrome/browser/resources/options/password_manager_list.js File chrome/browser/resources/options/password_manager_list.js (right): https://codereview.chromium.org/869813002/diff/1/chrome/browser/resources/options/password_manager_list.js#newcode97 chrome/browser/resources/options/password_manager_list.js:97: this.closeButtonElement_.removeEventListener(this.handleFocus, 'focus'); On 2015/01/23 00:00:37, Dan Beam ...
5 years, 11 months ago (2015-01-23 21:27:35 UTC) #4
Dan Beam
https://codereview.chromium.org/869813002/diff/20001/chrome/browser/resources/options/password_manager_list.js File chrome/browser/resources/options/password_manager_list.js (right): https://codereview.chromium.org/869813002/diff/20001/chrome/browser/resources/options/password_manager_list.js#newcode98 chrome/browser/resources/options/password_manager_list.js:98: this.closeButtonElement_.removeEventListener('focus', this.handleFocus); shouldn't this be: this.closeButtonElement_.removeEventListener( 'focus', this.closeButtonElement_.handleFocus); i ...
5 years, 11 months ago (2015-01-24 02:42:25 UTC) #5
hcarmona
Applied feedback https://codereview.chromium.org/869813002/diff/20001/chrome/browser/resources/options/password_manager_list.js File chrome/browser/resources/options/password_manager_list.js (right): https://codereview.chromium.org/869813002/diff/20001/chrome/browser/resources/options/password_manager_list.js#newcode98 chrome/browser/resources/options/password_manager_list.js:98: this.closeButtonElement_.removeEventListener('focus', this.handleFocus); On 2015/01/24 02:42:25, Dan Beam ...
5 years, 11 months ago (2015-01-26 19:06:24 UTC) #6
Dan Beam
https://codereview.chromium.org/869813002/diff/40001/chrome/browser/resources/options/password_manager_list.js File chrome/browser/resources/options/password_manager_list.js (right): https://codereview.chromium.org/869813002/diff/40001/chrome/browser/resources/options/password_manager_list.js#newcode75 chrome/browser/resources/options/password_manager_list.js:75: passwordInput.addEventListener('focus', this.handleFocus.bind(this)); i think this is still confusing, how ...
5 years, 11 months ago (2015-01-27 22:22:13 UTC) #7
hcarmona
https://codereview.chromium.org/869813002/diff/40001/chrome/browser/resources/options/password_manager_list.js File chrome/browser/resources/options/password_manager_list.js (right): https://codereview.chromium.org/869813002/diff/40001/chrome/browser/resources/options/password_manager_list.js#newcode75 chrome/browser/resources/options/password_manager_list.js:75: passwordInput.addEventListener('focus', this.handleFocus.bind(this)); On 2015/01/27 22:22:13, Dan Beam wrote: > ...
5 years, 11 months ago (2015-01-28 01:13:36 UTC) #8
Dan Beam
lgtm https://codereview.chromium.org/869813002/diff/60001/chrome/browser/resources/options/password_manager_list.js File chrome/browser/resources/options/password_manager_list.js (right): https://codereview.chromium.org/869813002/diff/60001/chrome/browser/resources/options/password_manager_list.js#newcode75 chrome/browser/resources/options/password_manager_list.js:75: var list = this; sorry, s/list/item or deletableItem ...
5 years, 11 months ago (2015-01-28 01:49:01 UTC) #9
hcarmona
Renamed list->deletableItem. Got rid of unused argument. Clicking commit. https://codereview.chromium.org/869813002/diff/60001/chrome/browser/resources/options/password_manager_list.js File chrome/browser/resources/options/password_manager_list.js (right): https://codereview.chromium.org/869813002/diff/60001/chrome/browser/resources/options/password_manager_list.js#newcode75 chrome/browser/resources/options/password_manager_list.js:75: ...
5 years, 10 months ago (2015-01-28 22:27:42 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/869813002/80001
5 years, 10 months ago (2015-01-28 22:29:13 UTC) #14
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 10 months ago (2015-01-28 23:39:40 UTC) #15
commit-bot: I haz the power
5 years, 10 months ago (2015-01-28 23:40:59 UTC) #16
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/251f96fe57f3ae2453226d344656ed7b337a1c48
Cr-Commit-Position: refs/heads/master@{#313618}

Powered by Google App Engine
This is Rietveld 408576698