zf wrote: > Is there a way to dump the layout information as detailed as possible? > Probably with debug tools?
If you compile Firefox or Seamonkey with --enable-debug and enable the layout-debug extension, that gives you a graphical UI you can use to dump various information. If you want to do things yourself from code, nsIFrameDebug is the interface you want. > From the few documents I found, I learned, that the right place to > start should be the Frame manager. But I am afraid there is no way to > access/browse presentation frames from XPCOM. There aren't any IDL interfaces that let you do what you want, last I checked. You have to use C++ code. -Boris _______________________________________________ dev-tech-layout mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-layout

