Gecko:DisplayListBasedInvalidation: Difference between revisions

Jump to navigation Jump to search
Line 43: Line 43:
= Debugging Invalidations Problems =
= Debugging Invalidations Problems =
== Invalidation Logging ==
== Invalidation Logging ==
Enable this by defining 'DEBUG_INVALIDATIONS' in view/src/nsViewManager.cpp and layout/base/FrameLayerBuilder.cpp and recompile/link these files.
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.


Confirmed users
699

edits

Navigation menu