[Webkit-unassigned] [Bug 31212] showTree(CounterNode*) generates too little info and has too many spaces.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 6 18:33:27 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=31212





--- Comment #3 from Carol Szabo <carol.szabo at nokia.com>  2009-11-06 18:33:23 PDT ---
New behavior:
 0x09432630 reset: 0 0 P:0x00000000 PS:0x00000000 NS:0x00000000 R:0x0942D6EC
   0x0942DC60 increment: 1 1 P:0x09432630 PS:0x00000000 NS:0x0942C660
R:0x0942ECDC
   0x0942C660 increment: 0 1 P:0x09432630 PS:0x0942DC60 NS:0x09438EE0
R:0x0942EE64
*  0x09438EE0 reset: 0 1 P:0x09432630 PS:0x0942C660 NS:0x00000000 R:0x0942F8E4
     0x09439178 increment: 1 1 P:0x09438EE0 PS:0x00000000 NS:0x00000000
R:0x09430164

Where P stands for parent, PS for previous sibling, NS for next sibling R for
the renderer that the counter is attached to.
The first hex number is the address of the counter dumped.

OldBehavior:
reset: 0 0
        increment: 1 1
        increment: 0 1
        reset: 0 1
                increment: 1 1

The decimal numbers represent the value and countInParent members of the
counter.

Note: On modern terminals that support more than 100 characters per line the
text in the new format would not wrap till 14 levels deep nesting.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list