mirror of
https://github.com/servo/servo.git
synced 2025-07-02 13:03:43 +01:00
Add debug option `dump-scroll-tree` to print the scroll tree that had been stored after each reflow, or log that the scoll tree is not initialized yet.. To reduce the coupling, the debug print operation will process the scroll tree node list that have been constructed in the stacking context tree. It will generate a adjacency list and do preorder traversal. The order of the tree then will depends on the order of the node in the node list that has been constructed. Which, in turn, correspond to the declaration order of the nodes. This would help with the analysis and development of post composite queries and its caching. cc: @xiaochengh Signed-off-by: stevennovaryo <steven.novaryo@gmail.com> |
||
---|---|---|
.. | ||
macro | ||
Cargo.toml | ||
lib.rs | ||
opts.rs | ||
pref_util.rs | ||
prefs.rs |