Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

WPAD support in mozilla firefox

18 views
Skip to first unread message

Ram Meena

unread,
Jun 25, 2006, 11:03:13 PM6/25/06
to dev-apps...@lists.mozilla.org
Hi,

I am working on a project which involves studying WPAD implementation
in mozilla firefox. I have already downloaded mozilla firefox 1.5.0.2
source code but could not find the location where wpad might be
implemented. I have even tried searching forums but with no results.
Could anyone point to a web page or tell me where the wpad is
implemented in the source code. Any kind of help would be greatly
appericated.

cheers

Ram

Gervase Markham

unread,
Jun 26, 2006, 5:55:51 AM6/26/06
to
Ram Meena wrote:
> I am working on a project which involves studying WPAD implementation
> in mozilla firefox.

Are you sure it's not already been done? I remember a bug in Bugzilla
about it. Go have a search :-)

Gerv

Ram

unread,
Jun 26, 2006, 6:07:01 AM6/26/06
to
Thanks for the reply Gerv,
I am sorry if i was not clear with my last post.you are right that WPAD
is already implemented and i think the code is in following path
(correct me if iam wrong)
mozilla/netwerk/base/src/nsProtocolProxyService.cpp

I am trying to figure out how this is implemented in firefox but i am
not able to find any document which talks about this file. I guess if
there is no document then I might write one myself. Has any one came
across any thread where this was discussed?
Thanks for all your help.

Ram

Christian Biesinger

unread,
Jun 27, 2006, 8:20:40 PM6/27/06
to
Ram wrote:
> I am sorry if i was not clear with my last post.you are right that WPAD
> is already implemented and i think the code is in following path
> (correct me if iam wrong)
> mozilla/netwerk/base/src/nsProtocolProxyService.cpp

It is indeed:
http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/netwerk/base/src/nsProtocolProxyService.cpp&rev=1.69#481

It's rather simple-minded, all it does is try to load
http://wpad/wpad.dat as a PAC file.

0 new messages