Zhuchun Zhao wrote:
I downloaded mozilla source code. Which part is gecko layout engine?
Depends on your definition of "gecko layout engine", but at a minimum the dom/, content/, view/, and layout/ directories. Probably also docshell/ and a fiew others.
I got html file on my hand, and i want to input to gecko layout engine to get image output. where can I find the input interface in gecko?
There is no "input interface" so much. You can create a new document in a given docshell using the URILoader APIs or by explicitly forcing data into it....
-Boris _______________________________________________ mozilla-layout mailing list [email protected] http://mail.mozilla.org/listinfo/mozilla-layout
