Closed
Bug 682602
Opened 13 years ago
Closed 12 years ago
setupSearchEngine in about:home shows up in startup profiles
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
RESOLVED
FIXED
Firefox 18
People
(Reporter: dietrich, Unassigned)
References
Details
(Whiteboard: [about-home][Snappy:P1])
http://mxr.mozilla.org/mozilla-central/source/browser/base/content/aboutHome.js#154
Mak's theory was that it's the initialization of DOMStorage that's the problem. Sdwilsh commented that DOMStorage is full of sync IO.
Reporter | ||
Updated•13 years ago
|
Whiteboard: [about-home]
Reporter | ||
Updated•13 years ago
|
Depends on: localStorageIO
Updated•13 years ago
|
Whiteboard: [about-home] → [about-home][Snappy]
Comment 1•12 years ago
|
||
bug 749477 may partially fix this, though won't completely remove DOMStorage initialization. But we can delay it after bug 749477 is fixed.
Depends on: 749477
Comment 2•12 years ago
|
||
We should not be using LS in our homepage
Whiteboard: [about-home][Snappy] → [about-home][Snappy:P1]
Comment 3•12 years ago
|
||
I believe that this is also the cause of bug 785487.
Comment 4•12 years ago
|
||
Bug 749477 fixed this as originally filed.
Status: NEW → RESOLVED
Closed: 12 years ago
No longer depends on: localStorageIO, 789348
OS: Mac OS X → All
Hardware: x86 → All
Resolution: --- → FIXED
Target Milestone: --- → Firefox 18
You need to log in
before you can comment on or make changes to this bug.
Description
•