Confirmed users
699
edits
Mattwoodrow (talk | contribs) |
|||
| Line 43: | Line 43: | ||
= Debugging Invalidations Problems = | = Debugging Invalidations Problems = | ||
== Invalidation Logging == | == Invalidation Logging == | ||
Enable | This requires an --enable-debug build. Enable logging by defining 'DEBUG_INVALIDATIONS' in view/src/nsViewManager.cpp and layout/base/FrameLayerBuilder.cpp and recompile/link these files. | ||
Running with MOZ_DUMP_PAINT_LIST=1 in your environment is recommended to view the display list that is being analyzed by DLBI, but note that this adds a huge amount of extra log data. | Running with MOZ_DUMP_PAINT_LIST=1 in your environment is recommended to view the display list that is being analyzed by DLBI, but note that this adds a huge amount of extra log data. | ||