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

Issue 579020: linux: Implement the new AutoFill section of the Options dialog. (Closed)

Created:
10 years, 10 months ago by tfarina (gmail-do not use)
Modified:
9 years, 7 months ago
Reviewers:
James Hawkins
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

linux: Implement the new AutoFill section of the Options dialog. * Updated the text of the radio buttons. * Added a button that opens the AutoFill dialog. BUG=33025 TEST=manually Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=39251

Patch Set 1 #

Total comments: 2

Patch Set 2 : "using PersonalDataManager to show autofill dialog" #

Total comments: 2

Patch Set 3 : " #

Total comments: 10

Patch Set 4 : " #

Patch Set 5 : "rebased" #

Patch Set 6 : fix for mac side #

Unified diffs Side-by-side diffs Delta from patch set Stats (+103 lines, -50 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 4 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/app/nibs/Preferences.xib View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/autofill/autofill_dialog_gtk.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M chrome/browser/gtk/options/content_page_gtk.h View 1 2 3 4 6 chunks +16 lines, -4 lines 0 comments Download
M chrome/browser/gtk/options/content_page_gtk.cc View 1 2 3 4 8 chunks +58 lines, -18 lines 0 comments Download
M chrome/browser/views/options/content_page_view.h View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/views/options/content_page_view.cc View 1 2 3 4 5 chunks +17 lines, -17 lines 0 comments Download

Messages

Total messages: 23 (0 generated)
tfarina (gmail-do not use)
Hi James, could you review this to me?
10 years, 10 months ago (2010-02-06 05:18:37 UTC) #1
James Hawkins
http://codereview.chromium.org/579020/diff/1/3 File chrome/browser/gtk/options/content_page_gtk.cc (right): http://codereview.chromium.org/579020/diff/1/3#newcode410 chrome/browser/gtk/options/content_page_gtk.cc:410: ShowAutoFillDialog( This won't always work. You have to check-load-callback ...
10 years, 10 months ago (2010-02-08 19:45:54 UTC) #2
tfarina (gmail-do not use)
http://codereview.chromium.org/579020/diff/1/3 File chrome/browser/gtk/options/content_page_gtk.cc (right): http://codereview.chromium.org/579020/diff/1/3#newcode410 chrome/browser/gtk/options/content_page_gtk.cc:410: ShowAutoFillDialog( On 2010/02/08 19:45:54, James Hawkins wrote: > This ...
10 years, 10 months ago (2010-02-08 20:05:44 UTC) #3
James Hawkins
On 2010/02/08 20:05:44, tfarina wrote: > http://codereview.chromium.org/579020/diff/1/3 > File chrome/browser/gtk/options/content_page_gtk.cc (right): > > http://codereview.chromium.org/579020/diff/1/3#newcode410 > ...
10 years, 10 months ago (2010-02-08 20:08:24 UTC) #4
tfarina (gmail-do not use)
Hi James, I fixed the problem with ShowAutoFillDialog. Also I included in this change a ...
10 years, 10 months ago (2010-02-09 01:57:44 UTC) #5
tfarina (gmail-do not use)
Ping
10 years, 10 months ago (2010-02-09 20:00:45 UTC) #6
James Hawkins
http://codereview.chromium.org/579020/diff/6001/6004 File chrome/browser/gtk/options/content_page_gtk.cc (right): http://codereview.chromium.org/579020/diff/6001/6004#newcode248 chrome/browser/gtk/options/content_page_gtk.cc:248: // Autofill button. If |personal_data_| is NULL, we're OTR ...
10 years, 10 months ago (2010-02-09 20:06:45 UTC) #7
tfarina (gmail-do not use)
New patchset uploaded. http://codereview.chromium.org/579020/diff/6001/6004 File chrome/browser/gtk/options/content_page_gtk.cc (right): http://codereview.chromium.org/579020/diff/6001/6004#newcode248 chrome/browser/gtk/options/content_page_gtk.cc:248: // Autofill button. On 2010/02/09 20:06:45, ...
10 years, 10 months ago (2010-02-10 00:22:08 UTC) #8
James Hawkins
http://codereview.chromium.org/579020/diff/7002/9004 File chrome/browser/gtk/options/content_page_gtk.cc (right): http://codereview.chromium.org/579020/diff/7002/9004#newcode185 chrome/browser/gtk/options/content_page_gtk.cc:185: personal_data_->RemoveObserver(this); DCHECK on personal_data_. http://codereview.chromium.org/579020/diff/7002/9004#newcode432 chrome/browser/gtk/options/content_page_gtk.cc:432: nit: There's an ...
10 years, 10 months ago (2010-02-10 00:27:49 UTC) #9
tfarina (gmail-do not use)
> http://codereview.chromium.org/579020/diff/7002/9005 > File chrome/browser/gtk/options/content_page_gtk.h (right): > > http://codereview.chromium.org/579020/diff/7002/9005#newcode19 > chrome/browser/gtk/options/content_page_gtk.h:19: public AutoFillDialogObserver, > PersonalDataManager ...
10 years, 10 months ago (2010-02-10 01:13:40 UTC) #10
James Hawkins
On 2010/02/10 01:13:40, tfarina wrote: > > http://codereview.chromium.org/579020/diff/7002/9005 > > File chrome/browser/gtk/options/content_page_gtk.h (right): > > ...
10 years, 10 months ago (2010-02-10 01:15:06 UTC) #11
tfarina (gmail-do not use)
Sorry for the delay James. I had problems during the upload, so I had to ...
10 years, 10 months ago (2010-02-10 02:52:14 UTC) #12
tfarina (gmail-do not use)
Ping
10 years, 10 months ago (2010-02-10 22:43:29 UTC) #13
James Hawkins
LGTM
10 years, 10 months ago (2010-02-10 22:57:55 UTC) #14
tfarina (gmail-do not use)
On 2010/02/10 22:57:55, James Hawkins wrote: > LGTM I rebased to ToT and fixed some ...
10 years, 10 months ago (2010-02-10 23:32:05 UTC) #15
tfarina (gmail-do not use)
Ping
10 years, 10 months ago (2010-02-12 00:14:28 UTC) #16
James Hawkins
On 2010/02/12 00:14:28, tfarina wrote: > Ping I'm sorry, this is going to have to ...
10 years, 10 months ago (2010-02-12 00:30:41 UTC) #17
James Hawkins
http://codereview.chromium.org/610003 Waiting for green trybots.
10 years, 10 months ago (2010-02-17 00:01:14 UTC) #18
James Hawkins
On 2010/02/17 00:01:14, James Hawkins wrote: > http://codereview.chromium.org/610003 > > Waiting for green trybots. Compile ...
10 years, 10 months ago (2010-02-17 00:20:28 UTC) #19
tfarina (gmail-do not use)
On 2010/02/17 00:20:28, James Hawkins wrote: > On 2010/02/17 00:01:14, James Hawkins wrote: > > ...
10 years, 10 months ago (2010-02-17 01:02:52 UTC) #20
tfarina (gmail-do not use)
Hi James, I uploaded the fix for the mac side. Hope that is the right ...
10 years, 10 months ago (2010-02-17 02:02:54 UTC) #21
James Hawkins
Committed as r39251.
10 years, 10 months ago (2010-02-17 19:38:09 UTC) #22
tfarina (gmail-do not use)
10 years, 10 months ago (2010-02-17 20:14:35 UTC) #23
On 2010/02/17 19:38:09, James Hawkins wrote:
> Committed as r39251.

Thanks James.

Powered by Google App Engine
This is Rietveld 408576698