Closed
Bug 288842
Opened 20 years ago
Closed 18 years ago
firefox bookmarks channel calls onStartRequest synchronously and without onStopRequest
Categories
(Firefox :: Bookmarks & History, defect)
Firefox
Bookmarks & History
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: Biesinger, Unassigned)
References
()
Details
see URL - that bookmark protocol handler calls onStartRequest on its listener synchronously, and never calls onStopRequest. All callbacks from asyncOpen should happen asynchronously; and onStartRequest calls must be paired with onStopRequest.
Assignee: vladimir+bm → nobody
Comment 1•18 years ago
|
||
sorry for bugspam, long-overdue mass reassign of ancient QA contact bugs, filter on "beltznerLovesGoats" to get rid of this mass change
QA Contact: mconnor → bookmarks
Comment 2•18 years ago
|
||
This code was removed in bug 355475 (and was commented out in the makefile before then anyways).
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•