Closed
Bug 746630
Opened 13 years ago
Closed 13 years ago
Make "Setting Up" Screen display not dependent on timing
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(blocking-fennec1.0 +)
RESOLVED
FIXED
Firefox 14
Tracking | Status | |
---|---|---|
blocking-fennec1.0 | --- | + |
People
(Reporter: gcp, Assigned: gcp)
Details
Attachments
(2 files)
6.78 KB,
patch
|
blassey
:
review+
|
Details | Diff | Splinter Review |
3.64 KB,
patch
|
blassey
:
review+
|
Details | Diff | Splinter Review |
Follow up to bug 721934: we should not display the setting up screen based on a fixed timer, but have the profile migrator call callbacks when it looks like it might take a while.
Assignee | ||
Comment 1•13 years ago
|
||
Assignee: nobody → gpascutto
Attachment #616183 -
Flags: review?(blassey.bugs)
Assignee | ||
Comment 2•13 years ago
|
||
Attachment #616184 -
Flags: review?(blassey.bugs)
Assignee | ||
Comment 3•13 years ago
|
||
Comment on attachment 616183 [details] [diff] [review]
Patch 1. Use callbacks in Profile Migrator
Review of attachment 616183 [details] [diff] [review]:
-----------------------------------------------------------------
::: mobile/android/base/ProfileMigrator.java
@@ +1224,5 @@
> if (db != null) {
> db.close();
> }
> Log.e(LOGTAG, "Error on places database:", e);
> return;
Note to self: Remove the return here.
Assignee | ||
Comment 4•13 years ago
|
||
If you have a slow enough phone, this bug can cause you to see the setting up screen every launch. I truly hope there aren't many users like that out there, but at least some people already hit this. Given that it's quite annoying when encountered, nom-ing for beta.
blocking-fennec1.0: --- → ?
Updated•13 years ago
|
Attachment #616183 -
Flags: review?(blassey.bugs) → review+
Updated•13 years ago
|
Attachment #616184 -
Flags: review?(blassey.bugs) → review+
Updated•13 years ago
|
blocking-fennec1.0: ? → +
Assignee | ||
Comment 5•13 years ago
|
||
Comment 6•13 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/41aa31e62e7b
https://hg.mozilla.org/mozilla-central/rev/47c706c98a82
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 14
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•