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

Issue 8079010: Change history2 to allow multi-deletion without entering a separate mode. (Closed)

Created:
9 years, 2 months ago by Patrick Dubroy
Modified:
9 years, 2 months ago
CC:
chromium-reviews, arv (Not doing code reviews)
Visibility:
Public.

Description

Change history2 to allow multi-deletion without entering a separate mode. Eliminate "edit mode" altogether. When the mouse is over an entry, a a checkbox appears to the left of the entry, and will remain visible as long as it is checked. "Clear all" and "Remove selected" buttons are always visible, and "Remove selected" is enabled whenever at least one checkbox is checked. This is only being done in history2 as it will soon replace chrome://history. BUG=98549 TEST=Manual Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=104277

Patch Set 1 #

Total comments: 16

Patch Set 2 : Address arv's comments. #

Total comments: 8

Patch Set 3 : Final cleanup. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+162 lines, -179 lines) Patch
M chrome/browser/resources/history2.html View 1 2 10 chunks +70 lines, -12 lines 0 comments Download
M chrome/browser/resources/history2.js View 1 2 26 chunks +92 lines, -167 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Patrick Dubroy
arv: Can you please review this change to history2? mkwst, jochen: FYI Thanks, Pat
9 years, 2 months ago (2011-09-29 19:41:00 UTC) #1
Patrick Dubroy
arv: Ping. Also +estade for review.
9 years, 2 months ago (2011-10-04 11:57:31 UTC) #2
arv (Not doing code reviews)
I like where this is going. Having different modes always felt ugly to me. http://codereview.chromium.org/8079010/diff/1/chrome/browser/resources/history2.html ...
9 years, 2 months ago (2011-10-04 23:26:30 UTC) #3
Patrick Dubroy
http://codereview.chromium.org/8079010/diff/1/chrome/browser/resources/history2.html File chrome/browser/resources/history2.html (right): http://codereview.chromium.org/8079010/diff/1/chrome/browser/resources/history2.html#newcode151 chrome/browser/resources/history2.html:151: visibility: hidden; On 2011/10/04 23:26:30, arv wrote: > also, ...
9 years, 2 months ago (2011-10-05 12:47:45 UTC) #4
arv (Not doing code reviews)
lgtm http://codereview.chromium.org/8079010/diff/6001/chrome/browser/resources/history2.html File chrome/browser/resources/history2.html (right): http://codereview.chromium.org/8079010/diff/6001/chrome/browser/resources/history2.html#newcode153 chrome/browser/resources/history2.html:153: -webkit-transition: opacity 100ms; the standard transition time in ...
9 years, 2 months ago (2011-10-05 21:30:08 UTC) #5
Patrick Dubroy
http://codereview.chromium.org/8079010/diff/6001/chrome/browser/resources/history2.html File chrome/browser/resources/history2.html (right): http://codereview.chromium.org/8079010/diff/6001/chrome/browser/resources/history2.html#newcode153 chrome/browser/resources/history2.html:153: -webkit-transition: opacity 100ms; On 2011/10/05 21:30:08, arv wrote: > ...
9 years, 2 months ago (2011-10-06 09:38:45 UTC) #6
commit-bot: I haz the power
CQ is trying the patch. Follow status at https://chromium-status.appspot.com/cq/dubroy@chromium.org/8079010/11001
9 years, 2 months ago (2011-10-06 09:39:25 UTC) #7
commit-bot: I haz the power
9 years, 2 months ago (2011-10-06 11:00:32 UTC) #8
Change committed as 104277

Powered by Google App Engine
This is Rietveld 408576698