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

Issue 1604025: gtk: Disable the "Import" button on Import Bookmarks dialog if there is no checkbox checked. (Closed)

Created:
10 years, 8 months ago by tfarina (gmail-do not use)
Modified:
9 years, 7 months ago
Reviewers:
Evan Martin, sky
CC:
chromium-reviews
Visibility:
Public.

Description

gtk: Disable the "Import" button on Import Bookmarks dialog if there is no checkbox checked. BUG=30401 TEST=open Import Bookmarks dialog, uncheck all checkboxes, see if the "Import" button is disabled. Patch from Thiago Farina <thiago.farina@gmail.com>; Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=45641

Patch Set 1 #

Total comments: 3

Patch Set 2 : " #

Total comments: 2

Patch Set 3 : " #

Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -17 lines) Patch
M chrome/browser/gtk/import_dialog_gtk.h View 1 2 chunks +13 lines, -6 lines 0 comments Download
M chrome/browser/gtk/import_dialog_gtk.cc View 1 2 5 chunks +44 lines, -11 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
tfarina (gmail-do not use)
Hi Evan, could you review this to me?
10 years, 8 months ago (2010-04-09 23:54:45 UTC) #1
Evan Martin
http://codereview.chromium.org/1604025/diff/1/2 File chrome/browser/gtk/import_dialog_gtk.cc (right): http://codereview.chromium.org/1604025/diff/1/2#newcode21 chrome/browser/gtk/import_dialog_gtk.cc:21: gboolean IsChecked(GtkWidget* widget) { I don't think this helps ...
10 years, 8 months ago (2010-04-09 23:58:37 UTC) #2
tfarina (gmail-do not use)
http://codereview.chromium.org/1604025/diff/1/2 File chrome/browser/gtk/import_dialog_gtk.cc (right): http://codereview.chromium.org/1604025/diff/1/2#newcode21 chrome/browser/gtk/import_dialog_gtk.cc:21: gboolean IsChecked(GtkWidget* widget) { On 2010/04/09 23:58:38, Evan Martin ...
10 years, 8 months ago (2010-04-10 00:02:50 UTC) #3
Evan Martin
On 2010/04/10 00:02:50, tfarina wrote: > http://codereview.chromium.org/1604025/diff/1/2 > File chrome/browser/gtk/import_dialog_gtk.cc (right): > > http://codereview.chromium.org/1604025/diff/1/2#newcode21 > ...
10 years, 8 months ago (2010-04-10 00:04:34 UTC) #4
Evan Martin
http://codereview.chromium.org/1604025/diff/1/2 File chrome/browser/gtk/import_dialog_gtk.cc (right): http://codereview.chromium.org/1604025/diff/1/2#newcode201 chrome/browser/gtk/import_dialog_gtk.cc:201: IsChecked(history_); I wonder if another way around this is ...
10 years, 8 months ago (2010-04-10 00:05:41 UTC) #5
tfarina (gmail-do not use)
On 2010/04/10 00:04:34, Evan Martin wrote: > On 2010/04/10 00:02:50, tfarina wrote: > > http://codereview.chromium.org/1604025/diff/1/2 ...
10 years, 8 months ago (2010-04-10 00:08:03 UTC) #6
tfarina (gmail-do not use)
On 2010/04/10 00:05:41, Evan Martin wrote: > http://codereview.chromium.org/1604025/diff/1/2 > File chrome/browser/gtk/import_dialog_gtk.cc (right): > > http://codereview.chromium.org/1604025/diff/1/2#newcode201 ...
10 years, 8 months ago (2010-04-10 00:11:44 UTC) #7
tfarina (gmail-do not use)
On 2010/04/10 00:08:03, tfarina wrote: > On 2010/04/10 00:04:34, Evan Martin wrote: > > On ...
10 years, 8 months ago (2010-04-10 00:29:25 UTC) #8
Evan Martin
On 2010/04/10 00:11:44, tfarina wrote: > On 2010/04/10 00:05:41, Evan Martin wrote: > > http://codereview.chromium.org/1604025/diff/1/2 ...
10 years, 8 months ago (2010-04-10 00:32:11 UTC) #9
tfarina (gmail-do not use)
On 2010/04/10 00:32:11, Evan Martin wrote: > > > I wonder if another way around ...
10 years, 8 months ago (2010-04-10 03:59:59 UTC) #10
tfarina (gmail-do not use)
Ping!
10 years, 8 months ago (2010-04-16 17:40:12 UTC) #11
Evan Martin
http://codereview.chromium.org/1604025/diff/11001/12001 File chrome/browser/gtk/import_dialog_gtk.cc (right): http://codereview.chromium.org/1604025/diff/11001/12001#newcode177 chrome/browser/gtk/import_dialog_gtk.cc:177: items |= importer::HISTORY; I think you meant to call ...
10 years, 8 months ago (2010-04-16 17:44:49 UTC) #12
tfarina (gmail-do not use)
http://codereview.chromium.org/1604025/diff/11001/12001 File chrome/browser/gtk/import_dialog_gtk.cc (right): http://codereview.chromium.org/1604025/diff/11001/12001#newcode177 chrome/browser/gtk/import_dialog_gtk.cc:177: items |= importer::HISTORY; On 2010/04/16 17:44:49, Evan Martin wrote: ...
10 years, 8 months ago (2010-04-17 19:57:16 UTC) #13
Evan Martin
LGTM
10 years, 8 months ago (2010-04-17 21:26:19 UTC) #14
tfarina (gmail-do not use)
On 2010/04/17 21:26:19, Evan Martin wrote: > LGTM Could you land this to me?
10 years, 8 months ago (2010-04-20 03:01:30 UTC) #15
tfarina (gmail-do not use)
Ping!
10 years, 8 months ago (2010-04-26 21:22:06 UTC) #16
Evan Martin
10 years, 8 months ago (2010-04-26 23:50:39 UTC) #17
On 2010/04/26 21:22:06, tfarina wrote:
> Ping!

LGTM, committed

Powered by Google App Engine
This is Rietveld 408576698