Closed
Bug 148189
Opened 23 years ago
Closed 23 years ago
Remove session-logout code from embedding
Categories
(Core :: DOM: Navigation, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: morse, Assigned: depman1)
References
Details
As a result of the patch in bug 98673, the session-logout signal is no longer
being issued. The code for handling that signal should be removed.
This currently occurs in the following places within embedding:
/embedding/qa/testembed/nsIObserServ.cpp, line 74 -- {"session-logout",
PR_FALSE}
/embedding/qa/testembed/nsIObserServ.cpp, line 281 -- else if
(nsCRT::strcmp(aTopic, "session-logout") == 0)
/embedding/qa/testembed/nsIObserServ.cpp, line 283 -- QAOutput("Observed
'session-logout'.");
Assignee | ||
Comment 2•23 years ago
|
||
removed session-logout from observers table in nsIObserServ.cpp
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 3•23 years ago
|
||
OK, I see that it has been removed from the code. Marking verified.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•