Closed
Bug 317267
Opened 19 years ago
Closed 9 years ago
Can't go offline while SSL unknown authority dialog is showing
Categories
(Core :: Networking, defect)
Core
Networking
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: neil, Unassigned)
References
Details
(Keywords: hang, Whiteboard: dupeme?)
Steps to reproduce problem:
1. Open the browser
2. Open ircs://irc.mozilla.org:6697/
3. Wait for the Unknown Authority dialog to appear
4. Click the browser's offline icon
Actual result: hang, because the socket transport service proxied the dialog onto the UI thread which is waiting for the socket transport service to die.
Updated•18 years ago
|
Assignee: darin → nobody
QA Contact: benc → networking
Comment 1•18 years ago
|
||
Related to bug 101406?
Comment 2•15 years ago
|
||
neil, do you still see this? (my setup isn't testing well - perhaps I need a new profile)
(In reply to comment #0)
> Steps to reproduce problem:
> 1. Open the browser
> 2. Open ircs://irc.mozilla.org:6697/
> 3. Wait for the Unknown Authority dialog to appear
> 4. Click the browser's offline icon
>
> Actual result: hang, because the socket transport service proxied the dialog
> onto the UI thread which is waiting for the socket transport service to die.
Comment 3•14 years ago
|
||
We use error pages now and those don't trigger the bug but I think we still use dialogs in some cases.
Comment 4•9 years ago
|
||
will call this wfm, and 101406 can take care of the un-enumerated cases
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•