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

Issue 6029013: DOMUI: Make Autofill profile lists multi-select and implementing deleting (Closed)

Created:
9 years, 11 months ago by James Hawkins
Modified:
9 years, 7 months ago
Reviewers:
csilv, stuartmorgan
CC:
chromium-reviews, arv (Not doing code reviews)
Visibility:
Public.

Description

DOMUI: Make Autofill profile lists multi-select and implementing deleting multiple list items. BUG=66956 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=70644

Patch Set 1 #

Total comments: 4

Patch Set 2 : Review fixes. #

Total comments: 3

Patch Set 3 : Comment fix. #

Patch Set 4 : Logic fix. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -14 lines) Patch
M chrome/browser/resources/options/autofill_options.js View 3 chunks +0 lines, -3 lines 0 comments Download
M chrome/browser/resources/options/deletable_item_list.js View 1 2 3 3 chunks +20 lines, -6 lines 0 comments Download
M chrome/browser/resources/shared/js/cr/ui/list_selection_controller.js View 4 chunks +5 lines, -5 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
James Hawkins
9 years, 11 months ago (2011-01-06 19:14:22 UTC) #1
stuartmorgan
http://codereview.chromium.org/6029013/diff/1/chrome/browser/resources/options/deletable_item_list.js File chrome/browser/resources/options/deletable_item_list.js (right): http://codereview.chromium.org/6029013/diff/1/chrome/browser/resources/options/deletable_item_list.js#newcode126 chrome/browser/resources/options/deletable_item_list.js:126: this.deleteItemAtIndex(selected[j]); Won't this do the wrong thing when clicking ...
9 years, 11 months ago (2011-01-06 19:27:33 UTC) #2
James Hawkins
http://codereview.chromium.org/6029013/diff/1/chrome/browser/resources/options/deletable_item_list.js File chrome/browser/resources/options/deletable_item_list.js (right): http://codereview.chromium.org/6029013/diff/1/chrome/browser/resources/options/deletable_item_list.js#newcode126 chrome/browser/resources/options/deletable_item_list.js:126: this.deleteItemAtIndex(selected[j]); On 2011/01/06 19:27:33, stuartmorgan wrote: > Won't this ...
9 years, 11 months ago (2011-01-06 20:06:43 UTC) #3
csilv
LGTM per in-person discussion.
9 years, 11 months ago (2011-01-06 20:49:08 UTC) #4
stuartmorgan
http://codereview.chromium.org/6029013/diff/5001/chrome/browser/resources/options/deletable_item_list.js File chrome/browser/resources/options/deletable_item_list.js (right): http://codereview.chromium.org/6029013/diff/5001/chrome/browser/resources/options/deletable_item_list.js#newcode127 chrome/browser/resources/options/deletable_item_list.js:127: // is in the list of selected items. Only ...
9 years, 11 months ago (2011-01-06 20:59:34 UTC) #5
James Hawkins
http://codereview.chromium.org/6029013/diff/5001/chrome/browser/resources/options/deletable_item_list.js File chrome/browser/resources/options/deletable_item_list.js (right): http://codereview.chromium.org/6029013/diff/5001/chrome/browser/resources/options/deletable_item_list.js#newcode127 chrome/browser/resources/options/deletable_item_list.js:127: // is in the list of selected items. Only ...
9 years, 11 months ago (2011-01-06 21:01:54 UTC) #6
James Hawkins
http://codereview.chromium.org/6029013/diff/5001/chrome/browser/resources/options/deletable_item_list.js File chrome/browser/resources/options/deletable_item_list.js (right): http://codereview.chromium.org/6029013/diff/5001/chrome/browser/resources/options/deletable_item_list.js#newcode127 chrome/browser/resources/options/deletable_item_list.js:127: // is in the list of selected items. Only ...
9 years, 11 months ago (2011-01-06 21:03:40 UTC) #7
stuartmorgan
9 years, 11 months ago (2011-01-06 21:06:57 UTC) #8
LGTM, but we should be sure to watch for confusion about how this works and
evaluate if we need to change the heuristic for what to delete.

Powered by Google App Engine
This is Rietveld 408576698