Closed
Bug 888958
Opened 11 years ago
Closed 6 years ago
nsBrowserContentHandler should use the search service's async initialization API
Categories
(Firefox :: Search, defect, P3)
Firefox
Search
Tracking
()
RESOLVED
DUPLICATE
of bug 1492475
People
(Reporter: Gavin, Unassigned)
References
Details
Attachments
(1 file)
4.57 KB,
patch
|
Details | Diff | Splinter Review |
No description provided.
Reporter | ||
Comment 1•11 years ago
|
||
Assignee: nobody → gavin.sharp
Status: NEW → ASSIGNED
Reporter | ||
Comment 2•11 years ago
|
||
This breaks stuff because the command line handler now no longer opens a window synchronously, and so Firefox shuts down before the callback is triggered. Not sure offhand how to prevent that.
Reporter | ||
Updated•10 years ago
|
Assignee: gavin.sharp → nobody
Flags: firefox-backlog+
Comment 3•10 years ago
|
||
(In reply to :Gavin Sharp [email: gavin@gavinsharp.com] from comment #2)
> This breaks stuff because the command line handler now no longer opens a
> window synchronously, and so Firefox shuts down before the callback is
> triggered. Not sure offhand how to prevent that.
Services.startup.exitLastWindowClosingSurvivalArea(); ?
Comment 4•10 years ago
|
||
(In reply to Florian Quèze [:florian] [:flo] from comment #3)
> Services.startup.exitLastWindowClosingSurvivalArea(); ?
I meant enterLastWindowClosingSurvivalArea() of course, but they both go together anyway.
Updated•9 years ago
|
Status: ASSIGNED → NEW
Component: General → Search
Priority: -- → P3
Comment 5•6 years ago
|
||
Fixed in bug 1492475 or maybe others)
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•