Re: Detecting the content type of a URL before you load it.

2007-11-04 Thread Dorian B.
callum wrote: > I had tried doing this in STATE_TRANSFERRING and STATE_STOP without > any success. What you want is the response header, not the request header. ___ dev-embedding mailing list dev-embedding@lists.mozilla.org https://lists.mozilla.org/li

Re: What is the URL encode/decode mechanism in Mozilla 1.8.0.x stream?

2007-10-26 Thread Dorian B.
"Hai Jie Wu" <[EMAIL PROTECTED]> a wroté Could someone give some background knowledge of this problem? Bugzilla id? It looks like XULRunner 1.8.1 stream has fixed it. Also, any way to work around it in this old xulrunner 1.8.0.1 version? Like changing Mozilla preference? AFAIK Gecko prior to

Re: MSVC 8.0 : Unresolved external with granparadiso source

2007-06-23 Thread Dorian B.
>>> error LNK2019: unresolved external symbol "public: wchar_t const * >>> __thiscall nsAString::BeginReading(void)const " >>> ([EMAIL PROTECTED]@@QBEPB_WXZ) referenced in function "public: >>> wchar_t >>> const * __thiscall nsString_external::get(void)const " >>> ([EMAIL PROTECTED]@@QBEPB_WXZ)

Re: Download Problem in TestGtkEmbed

2006-11-06 Thread Dorian B.
"Boris Zbarsky" <[EMAIL PROTECTED]> a ecrit: I wouldn't be surprised if it's assuming Mozilla Suite chrome and getting Firefox chrome instead or something like that. You'll have to debug in detail to figure out for sure. As far as I can tell I don't think the gtk embedder can handle chrome

Mozilla 1.8.1 and windows diversion (nsIWindowProvider)

2006-10-25 Thread Dorian B.
Hi, Since 1.8.1 windows diversion is handled differently. I suppose it has to do with the new nsIWindowProvider interface but how can I implement this in my embed app? The docshelltreeowner doesn't implement this. ___ dev-embedding mailing list de

Re: Need help with "Security Error: Domain Name Missmatch" and nsIPromptService

2006-10-10 Thread Dorian B.
"Niky" <[EMAIL PROTECTED]> a écrit : 1) How can I tell on the nsIWindowCreator::CreateChromeWindow () when I need to use nsIDocShellTreeItem::typeChromeWrapper as opposed to nsIDocShellTreeItem::typeContentWrapper? when CHROME_OPENAS_CHROME is set in chromeFlags 2) Any idea where to look to

Re: Need help with "Security Error: Domain Name Missmatch" and nsIPromptService

2006-10-09 Thread Dorian B.
"Niky Williams" <[EMAIL PROTECTED]> a écrit : This makes absolutely no sense. I've implemented the nsIPromptService in my embedding app and they work plenty fine. I've created a page that tests each function of nsIPromptService and they work as designed...THEN I get this prompt "Security Er

Re: Embedded Gecko and Advanced Profiles Usage Question

2006-09-01 Thread Dorian B.
"Dmitry Dartz" <[EMAIL PROTECTED]> a écrit : If I understood you correctly, the code sequence would look like this: [snip] Yes. Regarding SSL, I'm not quite agreed with you. No, this kind of crash is a bug. and AFAIR this one is in bugzilla. In addition to missed SDK header, NS_NewProf

Re: Embedded Gecko and Advanced Profiles Usage Question

2006-08-30 Thread Dorian B.
"Dmitry Dartz" <[EMAIL PROTECTED]> a écrit : The profile service is not builded if you use --enable-single-profile, and only really needed if you need to store multiple profiles. because no profile manager factory is available in most cases now (thanks to -single-profile) and therefore cor

Re: Embedded Gecko and Advanced Profiles Usage Question

2006-08-16 Thread Dorian B.
"anton kostov" <[EMAIL PROTECTED]> a écrit : I am building Gecko embedded application and need to make research on how to manipulate and use Profiles. However i am experiencing the following problem while trying to get reference to the Profile Service: NS_ERROR_FACTORY_NOT_REGISTERED The pro