Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(145)

Unified Diff: tools/win/DebugVisualizers/webkit.natvis

Issue 2913743002: DebugVisualizers: Blink rename follow up and LayoutNG additions (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/win/DebugVisualizers/webkit.natvis
diff --git a/tools/win/DebugVisualizers/webkit.natvis b/tools/win/DebugVisualizers/webkit.natvis
index 2d7831225c39635ca4e55d3788b4edb56cd2cf3c..8180fc7b6aa4317e5e19b4405f392f39fc5f6063 100644
--- a/tools/win/DebugVisualizers/webkit.natvis
+++ b/tools/win/DebugVisualizers/webkit.natvis
@@ -172,7 +172,7 @@
</Type>
<!-- Layout: LayoutObject -->
<Type Name="blink::LayoutObject">
- <DisplayString Condition="bitfields_.m_IsAnonymous">Anonymous</DisplayString>
+ <DisplayString Condition="bitfields_.is_anonymous_">Anonymous</DisplayString>
<DisplayString>{node_}</DisplayString>
</Type>
<Type Name="blink::LayoutObjectChildList">
@@ -213,6 +213,17 @@
<Type Name="blink::NGBlockNode">
<DisplayString>{layout_box_}</DisplayString>
</Type>
+ <Type Name="blink::NGInlineNode">
+ <DisplayString>{*start_inline_}</DisplayString>
+ <Expand>
+ <Item Name="inline_node_data">*block_->ng_inline_node_data_</Item>
+ <Item Name="text_content">block_->ng_inline_node_data_->text_content_</Item>
+ <Item Name="items">block_->ng_inline_node_data_->items_</Item>
+ </Expand>
+ </Type>
+ <Type Name="blink::NGInlineItem">
+ <DisplayString>{(NGInlineItem::NGInlineItemType)type_} {start_offset_}-{end_offset_} {*layout_object_}</DisplayString>
+ </Type>
<Type Name="blink::NGFragment">
<DisplayString>{physical_fragment_}</DisplayString>
</Type>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698