Closed
Bug 287729
Opened 20 years ago
Closed 20 years ago
ChatZilla can't connect on Trunk builds (as of 2005-03-25)
Categories
(Other Applications :: ChatZilla, defect)
Other Applications
ChatZilla
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Gijs, Assigned: rginda)
References
Details
(Whiteboard: [cz-0.9.68])
Attachments
(1 file, 1 obsolete file)
1.39 KB,
patch
|
Details | Diff | Splinter Review |
Due to changes in nsIProtocolProxyService, the function examineForProxy ceased
to exist. It's replaced by the 'resolve' function. As we need to keep backwards
compatability, ChatZilla should learn to cope with both.
Reporter | ||
Comment 1•20 years ago
|
||
Fixing summary, this also happens on Fx. Sorry for bugspam.
Summary: ChatZilla can't connect on Seamonkey Trunk builds (as of 2005-03-25) → ChatZilla can't connect on Trunk builds (as of 2005-03-25)
Reporter | ||
Comment 2•20 years ago
|
||
Patch that simply checks which of the functions is present. To prevent this
from bugging out very quickly again, I set the default value to null, which
should usually just work for the rest of the connection (it indicates there's
no proxy).
Attachment #178610 -
Flags: review?(rginda)
Assignee | ||
Comment 3•20 years ago
|
||
Comment on attachment 178610 [details] [diff] [review]
Patch taking care of compatability issues
r=rginda
Attachment #178610 -
Flags: review?(rginda) → review+
Comment 4•20 years ago
|
||
i wrote pretty much the same patch in bug 287690. sorry for the bustage guys!
i'll check in this patch instead of the one i wrote.
Comment 5•20 years ago
|
||
Comment on attachment 178610 [details] [diff] [review]
Patch taking care of compatability issues
this patch breaks PAC support. please read nsIProtocolProxyService more
carefully. passing RESOLVE_NON_BLOCKING is a big mistake.
Attachment #178610 -
Flags: superreview-
Comment 6•20 years ago
|
||
Attachment #178610 -
Attachment is obsolete: true
Reporter | ||
Comment 7•20 years ago
|
||
Marking fixed based on the fix checked in for bug 287690.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Comment 8•20 years ago
|
||
It's back....
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050326
Firefox/1.0+
Comment 9•20 years ago
|
||
(In reply to comment #8)
> It's back....
> Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050326
> Firefox/1.0+
That is because the fix went into the Chatzilla code, and not into Firefox. You
need to install a version of chatzilla with the patch in it to fix the problem.
Reporter | ||
Comment 10•20 years ago
|
||
*** Bug 288824 has been marked as a duplicate of this bug. ***
Updated•19 years ago
|
Whiteboard: [cz-0.9.68]
You need to log in
before you can comment on or make changes to this bug.
Description
•