Hey all,
I enabled NSPR_LOG_MODULE=all:5 this morning to figure out what I busted
on my branch. I found my problem, but also notice a huge number of
warings when loading simple pages. More complex pages really stopped me
from doing anything.
One warning was coming from |VerifyContextParent|. The line I am
hitting says:
fputs("Wrong parent style context: ", stdout);
In the debugger, it looks like (aContext == aParentContext) do equal,
but their interface pointers point to different places in the vtable. I
think that we will have to do a QI here to make sure this equality
works.
The another warning coming from |LogVerifyMessage|. It look like here,
the rects of the two object just about always don't equal.
Now, I am not very familar with this code. This probably isn't a
problem at all. Chris asked me to post a message so that we could make
sure that these warning were valid and that we didn't have an underlying
problem.
Thanks,