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

Issue 174057: Modifies the Firefox import behavior such that if we're in first run, the imp... (Closed)

Created:
11 years, 4 months ago by Glenn Wilson
Modified:
9 years, 7 months ago
Reviewers:
kuchhal, wtc
CC:
chromium-reviews_googlegroups.com, Ben Goodger (Google)
Visibility:
Public.

Description

Modifies the Firefox import behavior such that if we're in first run, the importer is headless, and we're only importing the home page, skip the Firefox lock. Otherwise, the process would silently wait for Firefox to close with no warnings. BUG=18709 TEST=set "import_home_page" : true, "skip_first_run_ui" : true in the master_preferences, and run without FirstRun. Import should not block. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=26221

Patch Set 1 #

Total comments: 4

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 1

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -0 lines) Patch
M chrome/browser/importer/importer.cc View 1 2 3 4 5 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Glenn Wilson
11 years, 4 months ago (2009-08-19 15:47:40 UTC) #1
Ben Goodger (Google)
I'm really busy and haven't had a chance to study this. I know Wan-teh looked ...
11 years, 4 months ago (2009-08-21 18:40:37 UTC) #2
Glenn Wilson
On 2009/08/21 18:40:37, Ben Goodger wrote: > I'm really busy and haven't had a chance ...
11 years, 4 months ago (2009-08-21 22:13:37 UTC) #3
Glenn Wilson
wtc: What do you think?
11 years, 4 months ago (2009-08-25 21:10:18 UTC) #4
Glenn Wilson
On 2009/08/25 21:10:18, gwilson wrote: > wtc: What do you think? Rahul, does this look ...
11 years, 3 months ago (2009-08-31 20:43:03 UTC) #5
kuchhal
http://codereview.chromium.org/174057/diff/1/2 File chrome/browser/importer/importer.cc (right): http://codereview.chromium.org/174057/diff/1/2#newcode549 Line 549: } Shouldn't this go inside the if (!firefox_lock_->HasAcquired()) ...
11 years, 3 months ago (2009-08-31 20:49:59 UTC) #6
wtc
LGTM, with the change Rahul suggested. http://codereview.chromium.org/174057/diff/1/2 File chrome/browser/importer/importer.cc (right): http://codereview.chromium.org/174057/diff/1/2#newcode545 Line 545: if ((items ...
11 years, 3 months ago (2009-09-02 00:03:26 UTC) #7
Glenn Wilson
Thanks for the review! http://codereview.chromium.org/174057/diff/1/2 File chrome/browser/importer/importer.cc (right): http://codereview.chromium.org/174057/diff/1/2#newcode545 Line 545: if ((items == HOME_PAGE) ...
11 years, 3 months ago (2009-09-02 21:39:48 UTC) #8
wtc
LGTM! http://codereview.chromium.org/174057/diff/6003/5002 File chrome/browser/importer/importer.cc (right): http://codereview.chromium.org/174057/diff/6003/5002#newcode554 Line 554: if ((items == HOME_PAGE) && first_run && ...
11 years, 3 months ago (2009-09-02 22:09:04 UTC) #9
kuchhal
11 years, 3 months ago (2009-09-02 22:14:00 UTC) #10
lgtm.

Powered by Google App Engine
This is Rietveld 408576698