Closed
Bug 822731
Opened 13 years ago
Closed 13 years ago
Warning: Search service falling back to synchronous initialization
Categories
(Firefox for Metro Graveyard :: Browser, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jimm, Assigned: mbrubeck)
Details
(Whiteboard: [metro-mvp][LOE:1][completed-elm])
Attachments
(1 file)
|
1.07 KB,
patch
|
jimm
:
review+
|
Details | Diff | Splinter Review |
Enabling search service logging (browser.search.log) results in the following error, probably something we should look at.
--
WARNING: NS_ENSURE_TRUE(frame) failed: file f:/Mozilla/elm/layout/base/nsPresContext.cpp, line 1185
*** Search: Search service falling back to synchronous initialization at SRCH_SVC__ensureInitialized@file:///F:/Mozilla/ELM-DBG/dist/bin/components/nsSearchService.js:2447
SRCH_SVC_getVisible@file:///F:/Mozilla/ELM-DBG/dist/bin/components/nsSearchService.js:3191
updateSearchEngines@chrome://browser/content/bindings/autocomplete.xml:294
@chrome://browser/content/bindings/autocomplete.xml:80
arrangeItems@chrome://browser/content/bindings/grid.xml:234
show@chrome://browser/content/bookmarks.js:285
show/<@chrome://browser/content/browser-ui.js:1155
show@chrome://browser/content/browser-ui.js:1152
update@chrome://browser/content/browser-ui.js:1197
BrowserUI.updateURI@chrome://browser/content/browser-ui.js:266
receiveMessage@chrome://browser/content/browser.js:1152
This is generally the consequence of an add-on using a deprecated search service API.
--
| Assignee | ||
Updated•13 years ago
|
Assignee: nobody → mbrubeck
Whiteboard: [metro-mvp?] → [metro-mvp][LOE:1]
| Assignee | ||
Comment 1•13 years ago
|
||
This is triggered at this call of Services.search.getVisibleEngines:
http://hg.mozilla.org/projects/elm/file/503aba7760ad/browser/metro/base/content/bindings/autocomplete.xml#l294
| Reporter | ||
Updated•13 years ago
|
OS: Windows 7 → Windows 8 Metro
| Assignee | ||
Comment 2•13 years ago
|
||
Attachment #702335 -
Flags: review?(jmathies)
| Reporter | ||
Updated•13 years ago
|
Attachment #702335 -
Flags: review?(jmathies) → review+
| Assignee | ||
Comment 3•13 years ago
|
||
Whiteboard: [metro-mvp][LOE:1] → [metro-mvp][LOE:1][completed-elm]
| Assignee | ||
Comment 4•13 years ago
|
||
Resolving bugs in the Firefox for Metro product that are fixed on the elm branch. Sorry for the bugspam. Search your email for "bugspam-elm" if you want to find and delete all of these messages at once.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
OS: Windows 8 Metro → Windows 8.1
You need to log in
before you can comment on or make changes to this bug.
Description
•