mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
796a090f34
Specifically: * move all the frame dump methods to nsIFrame. Especially nsFrame::ListTag was annoying, often requiring a cast to nsFrame*. * print common values in the same order for all types of frames * print fluid continuations as "next-in-flow=%p" and non-fluid as "next-continuation=%p" (as before) * print the style-context more compactly, e.g. "[sc=0x7faa6b60e0a0] pst=:first-line" becomes "[sc=0x7faa6b60e0a0:first-line]" * suppress printing visual/scroll-overflow rects when they are identical to mRect and do the same for nsLineBox::List where it was especially hard to see which lines actually had real overflow * fix a bug that printed the child list name at the far right when the principal list was empty (making it hard to see) * print the address of child lists (other than the principal list) to help debug frame list property bugs * s/NS_IMETHODIMP/void/ |
||
---|---|---|
.. | ||
analysis | ||
base | ||
build | ||
doc | ||
forms | ||
generic | ||
inspector | ||
ipc | ||
mathml | ||
media | ||
printing | ||
reftests | ||
style | ||
svg | ||
tables | ||
tools | ||
xul | ||
moz.build |