Other than causing false positives on the layout regression tests, does the NS_FRAME_HAS_LOADED_IMAGES have a reason for existing? A quick lxr search gives (<http://lxr.mozilla.org/mozilla/search?string=NS_FRAME_HAS_LOADED_IMAGES>):

/layout/base/public/nsIFrame.h, line 172 -- #define NS_FRAME_HAS_LOADED_IMAGES 0x00000080
/layout/base/src/nsPresContext.cpp, line 1420 -- aTargetFrame->AddStateBits(NS_FRAME_HAS_LOADED_IMAGES);


and no other hits.

It seems to me like we could remove this flag (and have a free framestate bit, yay!).

-Boris

_______________________________________________
Mozilla-layout mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-layout

Reply via email to