Closed
Bug 1136038
Opened 11 years ago
Closed 9 years ago
Change all test cases to use nsIChannel in nsIProtocolProxyCallback::onProxyAvailable()
Categories
(Core :: Networking, defect)
Core
Networking
Tracking
()
RESOLVED
DUPLICATE
of bug 1335645
People
(Reporter: swu, Unassigned)
Details
(Whiteboard: [good first bug][necko-would-take])
The 2nd parameter of nsIProtocolProxyCallback::onProxyAvailable() has been changed to nsIChannel:
https://dxr.mozilla.org/mozilla-central/source/netwerk/base/nsIProtocolProxyCallback.idl#38
But some test cases still use nsIURI, such as:
https://dxr.mozilla.org/mozilla-central/source/netwerk/test/unit/test_protocolproxyservice.js#459
| Reporter | ||
Updated•11 years ago
|
Whiteboard: [good first bug]
Updated•10 years ago
|
Whiteboard: [good first bug] → [good first bug][necko-would-take]
| Reporter | ||
Comment 1•9 years ago
|
||
Now been handled by bug 1335645, so marking as duplicate.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•