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

Side by Side Diff: tools/win/DebugVisualizers/webkit.natvis

Issue 829093003: Fix WebCore -> blink changes in VS debugger visualizers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8" ?> 1 <?xml version="1.0" encoding="utf-8" ?>
2 <AutoVisualizer 2 <AutoVisualizer
3 xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010"> 3 xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
4 <Type Name="WTF::String"> 4 <Type Name="WTF::String">
5 <DisplayString Condition="m_impl.m_ptr == 0">(null)</DisplayString> 5 <DisplayString Condition="m_impl.m_ptr == 0">(null)</DisplayString>
6 <DisplayString>{*m_impl.m_ptr}</DisplayString> 6 <DisplayString>{*m_impl.m_ptr}</DisplayString>
7 <Expand> 7 <Expand>
8 <Item Name="Impl">m_impl.m_ptr</Item> 8 <Item Name="Impl">m_impl.m_ptr</Item>
9 </Expand> 9 </Expand>
10 </Type> 10 </Type>
(...skipping 27 matching lines...) Expand all
38 </Expand> 38 </Expand>
39 </Type> 39 </Type>
40 <Type Name="WTF::RefPtr&lt;*&gt;"> 40 <Type Name="WTF::RefPtr&lt;*&gt;">
41 <AlternativeType Name="WTF::PassRefPtr&lt;*&gt;"/> 41 <AlternativeType Name="WTF::PassRefPtr&lt;*&gt;"/>
42 <DisplayString Condition="m_ptr == 0">null</DisplayString> 42 <DisplayString Condition="m_ptr == 0">null</DisplayString>
43 <DisplayString>{*m_ptr}</DisplayString> 43 <DisplayString>{*m_ptr}</DisplayString>
44 <Expand> 44 <Expand>
45 <Item Name="Ptr">m_ptr</Item> 45 <Item Name="Ptr">m_ptr</Item>
46 </Expand> 46 </Expand>
47 </Type> 47 </Type>
48 <Type Name="WebCore::LayoutUnit"> 48 <Type Name="blink::LayoutUnit">
49 <DisplayString>{(float)m_value / kFixedPointDenominator}</DisplayString> 49 <DisplayString>{(float)m_value / kFixedPointDenominator}</DisplayString>
50 <Expand> 50 <Expand>
51 <Item Name="FloatVal">(float)m_value / kFixedPointDenominator</Item> 51 <Item Name="FloatVal">(float)m_value / kFixedPointDenominator</Item>
52 <Item Name="RawVal">m_value</Item> 52 <Item Name="RawVal">m_value</Item>
53 </Expand> 53 </Expand>
54 </Type> 54 </Type>
55 <Type Name="WebCore::LayoutSize"> 55 <Type Name="blink::LayoutSize">
56 <AlternativeType Name="WebCore::IntSize"/> 56 <AlternativeType Name="blink::IntSize"/>
57 <AlternativeType Name="WebCore::FloatSize"/> 57 <AlternativeType Name="blink::FloatSize"/>
58 <DisplayString>({m_width}, {m_height})</DisplayString> 58 <DisplayString>({m_width}, {m_height})</DisplayString>
59 <Expand> 59 <Expand>
60 <Item Name="Width">m_width</Item> 60 <Item Name="Width">m_width</Item>
61 <Item Name="Height">m_height</Item> 61 <Item Name="Height">m_height</Item>
62 </Expand> 62 </Expand>
63 </Type> 63 </Type>
64 <Type Name="WebCore::LayoutPoint"> 64 <Type Name="blink::LayoutPoint">
65 <AlternativeType Name="WebCore::IntPoint"/> 65 <AlternativeType Name="blink::IntPoint"/>
66 <AlternativeType Name="WebCore::FloatPoint"/> 66 <AlternativeType Name="blink::FloatPoint"/>
67 <DisplayString>({m_x}, {m_y})</DisplayString> 67 <DisplayString>({m_x}, {m_y})</DisplayString>
68 <Expand> 68 <Expand>
69 <Item Name="X">m_x</Item> 69 <Item Name="X">m_x</Item>
70 <Item Name="Y">m_y</Item> 70 <Item Name="Y">m_y</Item>
71 </Expand> 71 </Expand>
72 </Type> 72 </Type>
73 <Type Name="WebCore::LayoutRect"> 73 <Type Name="blink::LayoutRect">
74 <AlternativeType Name="WebCore::IntRect"/> 74 <AlternativeType Name="blink::IntRect"/>
75 <AlternativeType Name="WebCore::FloatRect"/> 75 <AlternativeType Name="blink::FloatRect"/>
76 <DisplayString>({m_location.m_x}, {m_location.m_y}) x ({m_size.m_width}, {m_ size.m_height})</DisplayString> 76 <DisplayString>({m_location.m_x}, {m_location.m_y}) x ({m_size.m_width}, {m_ size.m_height})</DisplayString>
77 <Expand> 77 <Expand>
78 <Item Name="Location">m_location</Item> 78 <Item Name="Location">m_location</Item>
79 <Item Name="Size">m_size</Item> 79 <Item Name="Size">m_size</Item>
80 </Expand> 80 </Expand>
81 </Type> 81 </Type>
82 <Type Name="blink::WebRect"> 82 <Type Name="blink::WebRect">
83 <AlternativeType Name="blink::WebFloatRect"/> 83 <AlternativeType Name="blink::WebFloatRect"/>
84 <DisplayString>({x}, {y}) x ({width}, {height})</DisplayString> 84 <DisplayString>({x}, {y}) x ({width}, {height})</DisplayString>
85 <Expand> 85 <Expand>
(...skipping 11 matching lines...) Expand all
97 </Type> 97 </Type>
98 <Type Name="blink::WebPoint"> 98 <Type Name="blink::WebPoint">
99 <AlternativeType Name="blink::WebFloatPoint"/> 99 <AlternativeType Name="blink::WebFloatPoint"/>
100 <DisplayString>({x}, {y})</DisplayString> 100 <DisplayString>({x}, {y})</DisplayString>
101 <Expand> 101 <Expand>
102 <Item Name="x">x</Item> 102 <Item Name="x">x</Item>
103 <Item Name="y">y</Item> 103 <Item Name="y">y</Item>
104 </Expand> 104 </Expand>
105 </Type> 105 </Type>
106 </AutoVisualizer> 106 </AutoVisualizer>
OLDNEW
« 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