Closed Bug 148189 Opened 23 years ago Closed 23 years ago

Remove session-logout code from embedding

Categories

(Core :: DOM: Navigation, defect)

x86
Windows NT
defect
Not set
normal

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'.");
-> QA
Assignee: adamlock → depstein
removed session-logout from observers table in nsIObserServ.cpp
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
OK, I see that it has been removed from the code. Marking verified.
Status: RESOLVED → VERIFIED
Depends on: 98673
You need to log in before you can comment on or make changes to this bug.