One of the pieces of data my bosses want is to know what parts of a page's layout change when the page mutates. For instance, if a box grows bigger, how does it affect other elements on the page?
In particular, I need to serialize the results and ship them over a socket. Understanding them too (so I can explain them to my peers) would be nice. :-) I was pointed to this: http://wiki.mozilla.org/Gecko:Debugging_Tools The reflow logs part looks interesting. In particular, I'm looking for a solution that will work on Gecko 1.8.1.x and trunk. Extensions are fine. Any suggestions for implementation? Alex _______________________________________________ dev-tech-layout mailing list dev-tech-layout@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-layout