I actually sent the same issue to moz-network a few months ago. No
reply ... no success =/

http://groups.google.com/group/mozilla.dev.tech.network/browse_thread/thread/bd3f5ac1165d0f9e

any progress on this ?

br

On Tue, May 13, 2008 at 9:38 AM,  <[EMAIL PROTECTED]> wrote:
> I found required data in
> nsFSURLEncoded::GetEncodedSubmission(nsIURI* aURI, ...
>
> in nsFormSubmission.cpp
>
> here:
>  nsCOMPtr<nsIInputStream> dataStream;
>     rv = NS_NewCStringInputStream(getter_AddRefs(dataStream),
> mQueryString);
>     NS_ENSURE_SUCCESS(rv, rv);
>
> But I have no idea how to modify SDK in order to add required
> dataStream to any component.
>
> Could you help me?
>
>
> _______________________________________________
> dev-embedding mailing list
> [email protected]
> https://lists.mozilla.org/listinfo/dev-embedding
>



-- 
--Antonio Gomes
_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to