Chromium Code Reviews
DescriptionDevTools: console.dirxml() stops using XML format for array entries
Using console.dirxml() on an array of elements will no longer use XML formatting
for the array entries when collapsed. E.g. "[<span>...</span>]" >> "[span]".
This is identical to the formatting used today for evaluated results in console.
BUG=607682
Committed: https://crrev.com/144fcc80829114973858a506aa38633bf63ef6d7
Cr-Commit-Position: refs/heads/master@{#421709}
Patch Set 1 #
Messages
Total messages: 15 (10 generated)
|
||||||||||||||||||||||||||||