Re: Cookie handling in (Python) extensions



Hi,

Le vendredi 02 mars 2007 à 14:51 +0100, Christian von Kietzell a écrit :
> > > Now, I can list all cookies and so on via the CookieManager but I don't
> > > know how to hook into the process when a website requests one.
> > 
> > I think what you need to do is to implement a native cookie prompt
> > service; see galeon's galeon/mozilla/CookiePromptService.cpp code for
> > how to.
> 
> Let me guess... This means I can't do it as an extension in Python (or
> at all?), can I?

Indeed you cannot do this from python; you need to write C++ code.

Regards,
	Christian




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]