Chromium Code Reviews

Issue 3223010: Add search engine selection dialog for Mac.... (Closed)

Created:
10 years, 3 months ago by Avi (use Gerrit)
Modified:
9 years, 7 months ago
Reviewers:
Miranda Callahan, Evan Stade
CC:
chromium-reviews, John Grabowski, pam+watch_chromium.org, ben+cc_chromium.org
Visibility:
Public.

Description

Add search engine selection dialog for Mac, do new-style first-run. SearchEngineDialog.xib: creation FirstRunDialog.xib: removal of import and cancel UI elements BUG=47651 TEST=reset profile, run. Make sure goto/chromefirstrun is satisfied. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=60699

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Total comments: 15

Patch Set 6 : '' #

Unified diffs Side-by-side diffs Stats (+2879 lines, -745 lines)
M chrome/app/nibs/FirstRunDialog.xib View 40 chunks +969 lines, -452 lines 0 comments
A chrome/app/nibs/SearchEngineDialog.xib View 1 chunk +1391 lines, -0 lines 0 comments
M chrome/browser/browser_main.cc View 3 chunks +2 lines, -13 lines 0 comments
M chrome/browser/cocoa/first_run_dialog.h View 2 chunks +0 lines, -15 lines 0 comments
M chrome/browser/cocoa/first_run_dialog.mm View 5 chunks +45 lines, -63 lines 0 comments
A chrome/browser/cocoa/search_engine_dialog_controller.h View 1 chunk +45 lines, -0 lines 0 comments
A chrome/browser/cocoa/search_engine_dialog_controller.mm View 1 chunk +279 lines, -0 lines 0 comments
M chrome/browser/first_run/first_run.h View 1 chunk +0 lines, -27 lines 0 comments
M chrome/browser/first_run/first_run.cc View 3 chunks +79 lines, -4 lines 0 comments
M chrome/browser/first_run/first_run_gtk.cc View 2 chunks +0 lines, -61 lines 0 comments
M chrome/browser/first_run/first_run_mac.mm View 2 chunks +65 lines, -110 lines 0 comments
M chrome/chrome_browser.gypi View 2 chunks +3 lines, -0 lines 0 comments
M chrome/chrome_dll.gypi View 1 chunk +1 line, -0 lines 0 comments

Messages

Total messages: 6 (0 generated)
Avi (use Gerrit)
Yay finally! For your consideration.
10 years, 3 months ago (2010-09-24 16:48:09 UTC) #1
Miranda Callahan
Great victory! :-) I have a few comments... http://codereview.chromium.org/3223010/diff/25001/24008 File chrome/browser/cocoa/search_engine_dialog_controller.mm (right): http://codereview.chromium.org/3223010/diff/25001/24008#newcode114 chrome/browser/cocoa/search_engine_dialog_controller.mm:114: return; ...
10 years, 3 months ago (2010-09-24 19:51:29 UTC) #2
Evan Stade
just nits http://codereview.chromium.org/3223010/diff/25001/24009 File chrome/browser/first_run/first_run.cc (right): http://codereview.chromium.org/3223010/diff/25001/24009#newcode491 chrome/browser/first_run/first_run.cc:491: // http://crbug.com/22142 I don't actually understand what ...
10 years, 3 months ago (2010-09-24 20:11:56 UTC) #3
Avi (use Gerrit)
http://codereview.chromium.org/3223010/diff/25001/24008 File chrome/browser/cocoa/search_engine_dialog_controller.mm (right): http://codereview.chromium.org/3223010/diff/25001/24008#newcode114 chrome/browser/cocoa/search_engine_dialog_controller.mm:114: return; Move: good idea. Re closing things down: works ...
10 years, 3 months ago (2010-09-24 21:19:10 UTC) #4
Miranda Callahan
LGTM! :-D
10 years, 3 months ago (2010-09-24 21:51:31 UTC) #5
Evan Stade
10 years, 3 months ago (2010-09-24 22:01:25 UTC) #6
lg

Powered by Google App Engine