Re: How to program,if my proxy need authorization ?

2006-08-17 Thread wayne . tangwei
It seems you are right. Could you tell me which prompt interface have to be implemented ? Thanks. Regards! Wayne Antonio Gomes 写道: > Hi, > > On 16 Aug 2006 23:26:35 -0700, [EMAIL PROTECTED] < > [EMAIL PROTECTED]> wrote: > > > > My codes are > > nsresult rev; > >

setting cookies for firefox programatically

2006-08-17 Thread Kapil
Hi, I want to set a cookie for firefox from my c/c++ program on windows for a specific website. I am able to do the same in cookies.txt file but It works only if Firefox is closed before updating this file and Started firefox after updating the cookies.txt. but not if any instance is running. pl

Re: Controlling preferences style rules

2006-08-17 Thread Boris Zbarsky
Ben Hutchings wrote: Yes, that's what I found. However *something* is overriding the UA stylesheet rule for :hover but not a page stylesheet rule. What's the UA stylesheet rule in question? Maybe attach the stylesheet? -Boris ___ dev-embedding mail

Re: How to program,if my proxy need authorization ?

2006-08-17 Thread Antonio Gomes
Hi, On 16 Aug 2006 23:26:35 -0700, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: My codes are nsresult rev; nsCOMPtr prefs(do_GetService(NS_PREF_CONTRACTID, &rev)); if (NS_SUCCEEDED(rev)) { prefs->SetIntPref( "network.pro

Re: Controlling preferences style rules

2006-08-17 Thread Ben Hutchings
Boris Zbarsky <[EMAIL PROTECTED]> wrote: > Ben Hutchings wrote: >> OK, I'm trying that now. It works, mostly; thanks. However, I am >> unable to set the link hover colour, either in my UA stylesheet or via >> a preference (because I can't find a preference setting for it). >> Could you give me an