Harishkumar V wrote:
> 1) How browser decides that an link clicked is a download file or to be
> download and opens the GTK File Save Window nsFilePicker component, then
> download manager proceeds.

This is done in the DispatchContent method in nsURILoader.cpp.

> 2) how the download manager starts the download (ie) will it make another
> request to http prior to http request made before selecting the path

If we're talking about a link click, then no.  The download proceeds in 
the background while we prompt for the filename, etc.

> 3) is there any sequence of steps for download how it works.

Not that I know of, offhand.

-Boris

P.S.  Setting followup-to and reply-to headers to a newsgroup that might 
be better suited for this.  Please continue there?
_______________________________________________
dev-tech-network mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-network

Reply via email to