Closed
Bug 15607
Opened 26 years ago
Closed 26 years ago
nsIPluginManager2::FindProxyForURL() returns E_NOTIMPL
Categories
(Core Graveyard :: Plug-ins, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ryang, Assigned: edburns)
References
Details
Attachments
(2 files)
|
4.31 KB,
patch
|
Details | Diff | Splinter Review | |
|
1.26 KB,
patch
|
Details | Diff | Splinter Review |
The method nsIPluginManager2::FindProxyForURL() returns E_NOTIMPL. This is
obviously problematic when trying to do proxy resolution.
Andrew,
I'm working on this, so you can assign it to edburns@acm.org if you like.
I just don't want to duplicate effort.
I've got a fix for this, but I'm experiencing problems with
nsIProxy::GetProxyHost. See Message-ID: <7te54m$q7m$1@nnrp1.deja.com>
on n.p.m.netlib. Any help would be greatly appreciated.
Andrei Volkov,
As module owner, can you code review my patch and grant me permission to check
it into the tree as a fix for this bug? If I don't hear from you by Tuesday,
I'll reassign the bug to you.
Thanks,
Ed
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
This fix requires that the user has entered the proxy information into the
mozilla preferences file.
Comment 8•26 years ago
|
||
ryang@eng.sun.com, could you possibly verify this bug, by confirming that Ed
Burns's patch correctly addresses this issue? Thanks!
Updated•26 years ago
|
QA Contact: elig → ryang
Comment 9•26 years ago
|
||
[QA Assigning to ryang@eng.sun.com, per e-mail mention that he'd try to verify it
with Ed Burns.]
| Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → REOPENED
| Reporter | ||
Comment 10•26 years ago
|
||
ryang@eng.sun.com: Tested out Ed's fixes yesterday. They're great, but we
still need support for the proxy bypass list and auto-configuration, right ?
| Assignee | ||
Comment 11•26 years ago
|
||
ryang: I agree that we need to add in code for "go direct for local addresses",
but I don't know what we need to do for auto-configuration. I'm going to
create another bug for accountability purposes, leave this one cleared.
Status: REOPENED → RESOLVED
Closed: 26 years ago → 26 years ago
Depends on: 16677
Resolution: --- → FIXED
| Assignee | ||
Comment 12•26 years ago
|
||
| Assignee | ||
Comment 13•26 years ago
|
||
With shaver and scc's advice, I have removed the native interface pointer in
this fix and replaced it with an nsCOMPtr. Could someone please review today's
patch so I may check it in?
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•