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

Issue 115133: Add import settings dialog on linux. (Closed)

Created:
11 years, 7 months ago by kuchhal
Modified:
9 years, 7 months ago
Reviewers:
Evan Martin
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Add import settings dialog on linux. BUG=11191 TEST=Open Import Settings dialog from Chrome wrench menu on Linux and make sure it imports Firefox data as selected.

Patch Set 1 #

Patch Set 2 : some cleanup #

Total comments: 20

Patch Set 3 : code review fixes #

Total comments: 1

Patch Set 4 : merge with tot #

Patch Set 5 : more code reviews comments #

Patch Set 6 : mac build fix #

Patch Set 7 : another merge to tot #

Patch Set 8 : fix mac build again #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+275 lines, -40 lines) Patch
M chrome/browser/browser.h View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/browser.cc View 1 2 3 4 5 6 3 chunks +10 lines, -6 lines 0 comments Download
M chrome/browser/gtk/browser_window_gtk.cc View 1 2 3 4 5 6 2 chunks +2 lines, -1 line 0 comments Download
A chrome/browser/gtk/import_dialog_gtk.h View 1 chunk +56 lines, -0 lines 0 comments Download
A chrome/browser/gtk/import_dialog_gtk.cc View 1 2 3 4 1 chunk +115 lines, -0 lines 1 comment Download
M chrome/browser/importer/firefox_importer_utils.h View 1 2 2 chunks +9 lines, -3 lines 0 comments Download
M chrome/browser/importer/firefox_importer_utils.cc View 1 2 3 4 5 6 2 chunks +47 lines, -8 lines 0 comments Download
M chrome/browser/importer/firefox_profile_lock.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/browser/importer/importer.cc View 1 2 3 4 5 6 7 5 chunks +23 lines, -21 lines 0 comments Download
M chrome/chrome.gyp View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
kuchhal
There are still many todos here including doing the actual import in a different thread ...
11 years, 7 months ago (2009-05-08 17:32:13 UTC) #1
Evan Martin
Wow, that was fast. http://codereview.chromium.org/115133/diff/1011/15 File chrome/browser/gtk/import_dialog_gtk.cc (right): http://codereview.chromium.org/115133/diff/1011/15#newcode41 Line 41: gtk_widget_set_size_request(dialog, 300, -1); I'd ...
11 years, 7 months ago (2009-05-08 17:50:00 UTC) #2
kuchhal
Thanks for the review. I believe I fixed all of the comments except the ones ...
11 years, 7 months ago (2009-05-08 19:02:29 UTC) #3
Evan Martin
(It looks like you didn't upload the new patch?)
11 years, 7 months ago (2009-05-08 19:12:12 UTC) #4
Evan Martin
Ok, looks good! http://codereview.chromium.org/115133/diff/28/1019 File chrome/browser/gtk/import_dialog_gtk.cc (right): http://codereview.chromium.org/115133/diff/28/1019#newcode8 Line 8: #include <wchar.h> is this necessary?
11 years, 7 months ago (2009-05-08 19:24:00 UTC) #5
Evan Martin
11 years, 7 months ago (2009-05-11 23:48:13 UTC) #6
http://codereview.chromium.org/115133/diff/97/1041
File chrome/browser/gtk/import_dialog_gtk.cc (right):

http://codereview.chromium.org/115133/diff/97/1041#newcode106
Line 106: // TODO(rahulk): We should not do the import on this thread. Instead
Please don't forget about this (file a bug if you're not working on it soon)!

Powered by Google App Engine
This is Rietveld 408576698