Re: [webkit-dev] Get src and element from render object in dump tree

2010-04-09 Thread rikutse

Thanks a lot, Adele

Adele Peterson wrote:
> 
> 
> On Apr 9, 2010, at 2:45 PM, rikutse wrote:
> 
>> 
>> Is my question too stupid?
> 
> No, but it is directed at the wrong mailing list.  You should read
> http://webkit.org/contact.html and probably contact webkit-help.
> 
> - Adele
> 
>> 
>> 
>> 
>> rikutse wrote:
>>> 
>>> Dear everyone,
>>>I am new to study Webkit. In short, I used dump render tree for
>>> Google
>>> page: http://www.google.com :
>>> layer at (0,0) size 800x600
>>>  RenderView at (0,0) size 800x600
>>> layer at (0,0) size 800x371
>>>  RenderBlock {HTML} at (0,0) size 800x371
>>>RenderBody {BODY} at (8,3) size 784x352 [bgcolor=#FF]
>>>  RenderBlock {DIV} at (0,0) size 784x24
>>>RenderBlock (floating) {DIV} at (0,0) size 377x23
>>>  RenderInline {NOBR} at (0,0) size 377x16
>>>RenderInline {B} at (0,0) size 29x16
>>>  RenderText {#text} at (0,1) size 29x16
>>>text run at (0,1) width 29: "Web"
>>>RenderText {#text} at (35,1) size 4x16
>>>  text run at (35,1) width 4: " "
>>>RenderInline {A} at (0,0) size 42x16 [color=#CC]
>>>  RenderText {#text} at (39,1) size 42x16
>>>text run at (39,1) width 42: "Images"
>>>RenderText {#text} at (87,1) size 4x16
>>>  text run at (87,1) width 4: " "
>>>RenderInline {A} at (0,0) size 40x16 [color=#CC]
>>>  RenderText {#text} at (91,1) size 40x16
>>>text run at (91,1) width 40: "Videos"
>>>RenderText {#text} at (137,1) size 4x16
>>>  text run at (137,1) width 4: " "
>>>RenderInline {A} at (0,0) size 32x16 [color=#CC]
>>>  RenderText {#text} at (141,1) size 32x16
>>>text run at (141,1) width 32: "Maps"
>>>RenderText {#text} at (179,1) size 4x16
>>>  text run at (179,1) width 4: " "
>>>RenderInline {A} at (0,0) size 32x16 [color=#CC]
>>>  RenderText {#text} at (183,1) size 32x16
>>>text run at (183,1) width 32: "News"
>>>RenderText {#text} at (221,1) size 4x16
>>>  text run at (221,1) width 4: " "
>>>RenderInline {A} at (0,0) size 54x16 [color=#CC]
>>>  RenderText {#text} at (225,1) size 54x16
>>>text run at (225,1) width 54: "Shopping"
>>>RenderText {#text} at (285,1) size 4x16
>>>  text run at (285,1) width 4: " "
>>>RenderInline {A} at (0,0) size 34x16 [color=#CC]
>>>  RenderText {#text} at (289,1) size 34x16
>>>text run at (289,1) width 34: "Gmail"
>>>RenderText {#text} at (329,1) size 4x16
>>>  text run at (329,1) width 4: " "
>>>RenderInline {A} at (0,0) size 44x16 [color=#CC]
>>>  RenderInline {U} at (0,0) size 29x16
>>>RenderText {#text} at (333,1) size 29x16
>>>  text run at (333,1) width 29: "more"
>>>  RenderText {#text} at (362,1) size 4x16
>>>text run at (362,1) width 4: " "
>>>  RenderInline {SMALL} at (0,0) size 11x14
>>>RenderText {#text} at (366,3) size 11x14
>>>  text run at (366,3) width 11: "\x{25BC}"
>>>RenderBlock {DIV} at (0,0) size 784x24
>>>  RenderInline {NOBR} at (0,0) size 197x16
>>>RenderInline {SPAN} at (0,0) size 0x0
>>>RenderInline {SPAN} at (0,0) size 0x0
>>>RenderInline {SPAN} at (0,0) size 55x16
>>>  RenderInline {A} at (0,0) size 44x16 [color=#CC]
>>>RenderText {#text} at (587,1) size 44x16
>>>  text run at (587,1) width 44: "iGoogle"
>>>  RenderText {#text} at (631,1) size 11x16
>>>text run at (631,1) width 11: " | "
>>>RenderInline {A} at (0,0) size 91x16 [color=#CC]
>>>  RenderText {#text} at (642,1) size 91x16
>>>text run at (642,1) width 91: "Search settings"
>>>RenderText {#text} at (733,1) size 11x16
>>>  text run at (733,1) width 11: " | "
>>>RenderInline {A} at (0,0) size 40x16 [color=#CC]
>>>  RenderText {#text} at (744,1) size 40x16
>>>text run at (744,1) width 40: "Sign in"
>>>  RenderBlock {CENTER} at (0,24) size 784x328
>>>RenderBlock (anonymous) at (0,0) size 784x152
>>>  RenderBR {BR} at (392,0) size 0x18
>>>  RenderImage {IMG} at (254,19) size 276x110
>>>  RenderBR {BR} at (530,114) size 0x18
>>>  RenderBR {BR} at (392,133) size 0x18
>>>RenderBlock {FORM} at (0,152) size 784x64
>>>  RenderTable {TABLE} at (0,0) size 784x64
>>>RenderTableSection {TBODY} at (0,0) size 784x64
>>>  RenderTableRow {TR} at (0,0) size 784x64
>>>RenderTableCell {TD} at (0,0) s

Re: [webkit-dev] Get src and element from render object in dump tree

2010-04-09 Thread Adele Peterson

On Apr 9, 2010, at 2:45 PM, rikutse wrote:

> 
> Is my question too stupid?

No, but it is directed at the wrong mailing list.  You should read 
http://webkit.org/contact.html and probably contact webkit-help.

- Adele

> 
> 
> 
> rikutse wrote:
>> 
>> Dear everyone,
>>I am new to study Webkit. In short, I used dump render tree for Google
>> page: http://www.google.com :
>> layer at (0,0) size 800x600
>>  RenderView at (0,0) size 800x600
>> layer at (0,0) size 800x371
>>  RenderBlock {HTML} at (0,0) size 800x371
>>RenderBody {BODY} at (8,3) size 784x352 [bgcolor=#FF]
>>  RenderBlock {DIV} at (0,0) size 784x24
>>RenderBlock (floating) {DIV} at (0,0) size 377x23
>>  RenderInline {NOBR} at (0,0) size 377x16
>>RenderInline {B} at (0,0) size 29x16
>>  RenderText {#text} at (0,1) size 29x16
>>text run at (0,1) width 29: "Web"
>>RenderText {#text} at (35,1) size 4x16
>>  text run at (35,1) width 4: " "
>>RenderInline {A} at (0,0) size 42x16 [color=#CC]
>>  RenderText {#text} at (39,1) size 42x16
>>text run at (39,1) width 42: "Images"
>>RenderText {#text} at (87,1) size 4x16
>>  text run at (87,1) width 4: " "
>>RenderInline {A} at (0,0) size 40x16 [color=#CC]
>>  RenderText {#text} at (91,1) size 40x16
>>text run at (91,1) width 40: "Videos"
>>RenderText {#text} at (137,1) size 4x16
>>  text run at (137,1) width 4: " "
>>RenderInline {A} at (0,0) size 32x16 [color=#CC]
>>  RenderText {#text} at (141,1) size 32x16
>>text run at (141,1) width 32: "Maps"
>>RenderText {#text} at (179,1) size 4x16
>>  text run at (179,1) width 4: " "
>>RenderInline {A} at (0,0) size 32x16 [color=#CC]
>>  RenderText {#text} at (183,1) size 32x16
>>text run at (183,1) width 32: "News"
>>RenderText {#text} at (221,1) size 4x16
>>  text run at (221,1) width 4: " "
>>RenderInline {A} at (0,0) size 54x16 [color=#CC]
>>  RenderText {#text} at (225,1) size 54x16
>>text run at (225,1) width 54: "Shopping"
>>RenderText {#text} at (285,1) size 4x16
>>  text run at (285,1) width 4: " "
>>RenderInline {A} at (0,0) size 34x16 [color=#CC]
>>  RenderText {#text} at (289,1) size 34x16
>>text run at (289,1) width 34: "Gmail"
>>RenderText {#text} at (329,1) size 4x16
>>  text run at (329,1) width 4: " "
>>RenderInline {A} at (0,0) size 44x16 [color=#CC]
>>  RenderInline {U} at (0,0) size 29x16
>>RenderText {#text} at (333,1) size 29x16
>>  text run at (333,1) width 29: "more"
>>  RenderText {#text} at (362,1) size 4x16
>>text run at (362,1) width 4: " "
>>  RenderInline {SMALL} at (0,0) size 11x14
>>RenderText {#text} at (366,3) size 11x14
>>  text run at (366,3) width 11: "\x{25BC}"
>>RenderBlock {DIV} at (0,0) size 784x24
>>  RenderInline {NOBR} at (0,0) size 197x16
>>RenderInline {SPAN} at (0,0) size 0x0
>>RenderInline {SPAN} at (0,0) size 0x0
>>RenderInline {SPAN} at (0,0) size 55x16
>>  RenderInline {A} at (0,0) size 44x16 [color=#CC]
>>RenderText {#text} at (587,1) size 44x16
>>  text run at (587,1) width 44: "iGoogle"
>>  RenderText {#text} at (631,1) size 11x16
>>text run at (631,1) width 11: " | "
>>RenderInline {A} at (0,0) size 91x16 [color=#CC]
>>  RenderText {#text} at (642,1) size 91x16
>>text run at (642,1) width 91: "Search settings"
>>RenderText {#text} at (733,1) size 11x16
>>  text run at (733,1) width 11: " | "
>>RenderInline {A} at (0,0) size 40x16 [color=#CC]
>>  RenderText {#text} at (744,1) size 40x16
>>text run at (744,1) width 40: "Sign in"
>>  RenderBlock {CENTER} at (0,24) size 784x328
>>RenderBlock (anonymous) at (0,0) size 784x152
>>  RenderBR {BR} at (392,0) size 0x18
>>  RenderImage {IMG} at (254,19) size 276x110
>>  RenderBR {BR} at (530,114) size 0x18
>>  RenderBR {BR} at (392,133) size 0x18
>>RenderBlock {FORM} at (0,152) size 784x64
>>  RenderTable {TABLE} at (0,0) size 784x64
>>RenderTableSection {TBODY} at (0,0) size 784x64
>>  RenderTableRow {TR} at (0,0) size 784x64
>>RenderTableCell {TD} at (0,0) size 134x12 [r=0 c=0 rs=1
>> cs=1]
>>  RenderText {#text} at (0,-3) size 4x18
>>text run at (0,-3) width 4: " "
>>  

Re: [webkit-dev] Get src and element from render object in dump tree

2010-04-09 Thread rikutse

Is my question too stupid?



rikutse wrote:
> 
> Dear everyone,
> I am new to study Webkit. In short, I used dump render tree for Google
> page: http://www.google.com :
> layer at (0,0) size 800x600
>   RenderView at (0,0) size 800x600
> layer at (0,0) size 800x371
>   RenderBlock {HTML} at (0,0) size 800x371
> RenderBody {BODY} at (8,3) size 784x352 [bgcolor=#FF]
>   RenderBlock {DIV} at (0,0) size 784x24
> RenderBlock (floating) {DIV} at (0,0) size 377x23
>   RenderInline {NOBR} at (0,0) size 377x16
> RenderInline {B} at (0,0) size 29x16
>   RenderText {#text} at (0,1) size 29x16
> text run at (0,1) width 29: "Web"
> RenderText {#text} at (35,1) size 4x16
>   text run at (35,1) width 4: " "
> RenderInline {A} at (0,0) size 42x16 [color=#CC]
>   RenderText {#text} at (39,1) size 42x16
> text run at (39,1) width 42: "Images"
> RenderText {#text} at (87,1) size 4x16
>   text run at (87,1) width 4: " "
> RenderInline {A} at (0,0) size 40x16 [color=#CC]
>   RenderText {#text} at (91,1) size 40x16
> text run at (91,1) width 40: "Videos"
> RenderText {#text} at (137,1) size 4x16
>   text run at (137,1) width 4: " "
> RenderInline {A} at (0,0) size 32x16 [color=#CC]
>   RenderText {#text} at (141,1) size 32x16
> text run at (141,1) width 32: "Maps"
> RenderText {#text} at (179,1) size 4x16
>   text run at (179,1) width 4: " "
> RenderInline {A} at (0,0) size 32x16 [color=#CC]
>   RenderText {#text} at (183,1) size 32x16
> text run at (183,1) width 32: "News"
> RenderText {#text} at (221,1) size 4x16
>   text run at (221,1) width 4: " "
> RenderInline {A} at (0,0) size 54x16 [color=#CC]
>   RenderText {#text} at (225,1) size 54x16
> text run at (225,1) width 54: "Shopping"
> RenderText {#text} at (285,1) size 4x16
>   text run at (285,1) width 4: " "
> RenderInline {A} at (0,0) size 34x16 [color=#CC]
>   RenderText {#text} at (289,1) size 34x16
> text run at (289,1) width 34: "Gmail"
> RenderText {#text} at (329,1) size 4x16
>   text run at (329,1) width 4: " "
> RenderInline {A} at (0,0) size 44x16 [color=#CC]
>   RenderInline {U} at (0,0) size 29x16
> RenderText {#text} at (333,1) size 29x16
>   text run at (333,1) width 29: "more"
>   RenderText {#text} at (362,1) size 4x16
> text run at (362,1) width 4: " "
>   RenderInline {SMALL} at (0,0) size 11x14
> RenderText {#text} at (366,3) size 11x14
>   text run at (366,3) width 11: "\x{25BC}"
> RenderBlock {DIV} at (0,0) size 784x24
>   RenderInline {NOBR} at (0,0) size 197x16
> RenderInline {SPAN} at (0,0) size 0x0
> RenderInline {SPAN} at (0,0) size 0x0
> RenderInline {SPAN} at (0,0) size 55x16
>   RenderInline {A} at (0,0) size 44x16 [color=#CC]
> RenderText {#text} at (587,1) size 44x16
>   text run at (587,1) width 44: "iGoogle"
>   RenderText {#text} at (631,1) size 11x16
> text run at (631,1) width 11: " | "
> RenderInline {A} at (0,0) size 91x16 [color=#CC]
>   RenderText {#text} at (642,1) size 91x16
> text run at (642,1) width 91: "Search settings"
> RenderText {#text} at (733,1) size 11x16
>   text run at (733,1) width 11: " | "
> RenderInline {A} at (0,0) size 40x16 [color=#CC]
>   RenderText {#text} at (744,1) size 40x16
> text run at (744,1) width 40: "Sign in"
>   RenderBlock {CENTER} at (0,24) size 784x328
> RenderBlock (anonymous) at (0,0) size 784x152
>   RenderBR {BR} at (392,0) size 0x18
>   RenderImage {IMG} at (254,19) size 276x110
>   RenderBR {BR} at (530,114) size 0x18
>   RenderBR {BR} at (392,133) size 0x18
> RenderBlock {FORM} at (0,152) size 784x64
>   RenderTable {TABLE} at (0,0) size 784x64
> RenderTableSection {TBODY} at (0,0) size 784x64
>   RenderTableRow {TR} at (0,0) size 784x64
> RenderTableCell {TD} at (0,0) size 134x12 [r=0 c=0 rs=1
> cs=1]
>   RenderText {#text} at (0,-3) size 4x18
> text run at (0,-3) width 4: " "
> RenderTableCell {TD} at (134,0) size 487x64 [r=0 c=1 rs=1
> cs=1]
>   RenderTextControl {INPUT} at (2,2) size 483x26
> [bgcolor=#FF] [border: (2px inset #00)]
> 

[webkit-dev] Get src and element from render object in dump tree

2010-04-09 Thread rikutse

Dear everyone,
I am new to study Webkit. In short, I used dump render tree for Google
page: http://www.google.com :
layer at (0,0) size 800x600
  RenderView at (0,0) size 800x600
layer at (0,0) size 800x371
  RenderBlock {HTML} at (0,0) size 800x371
RenderBody {BODY} at (8,3) size 784x352 [bgcolor=#FF]
  RenderBlock {DIV} at (0,0) size 784x24
RenderBlock (floating) {DIV} at (0,0) size 377x23
  RenderInline {NOBR} at (0,0) size 377x16
RenderInline {B} at (0,0) size 29x16
  RenderText {#text} at (0,1) size 29x16
text run at (0,1) width 29: "Web"
RenderText {#text} at (35,1) size 4x16
  text run at (35,1) width 4: " "
RenderInline {A} at (0,0) size 42x16 [color=#CC]
  RenderText {#text} at (39,1) size 42x16
text run at (39,1) width 42: "Images"
RenderText {#text} at (87,1) size 4x16
  text run at (87,1) width 4: " "
RenderInline {A} at (0,0) size 40x16 [color=#CC]
  RenderText {#text} at (91,1) size 40x16
text run at (91,1) width 40: "Videos"
RenderText {#text} at (137,1) size 4x16
  text run at (137,1) width 4: " "
RenderInline {A} at (0,0) size 32x16 [color=#CC]
  RenderText {#text} at (141,1) size 32x16
text run at (141,1) width 32: "Maps"
RenderText {#text} at (179,1) size 4x16
  text run at (179,1) width 4: " "
RenderInline {A} at (0,0) size 32x16 [color=#CC]
  RenderText {#text} at (183,1) size 32x16
text run at (183,1) width 32: "News"
RenderText {#text} at (221,1) size 4x16
  text run at (221,1) width 4: " "
RenderInline {A} at (0,0) size 54x16 [color=#CC]
  RenderText {#text} at (225,1) size 54x16
text run at (225,1) width 54: "Shopping"
RenderText {#text} at (285,1) size 4x16
  text run at (285,1) width 4: " "
RenderInline {A} at (0,0) size 34x16 [color=#CC]
  RenderText {#text} at (289,1) size 34x16
text run at (289,1) width 34: "Gmail"
RenderText {#text} at (329,1) size 4x16
  text run at (329,1) width 4: " "
RenderInline {A} at (0,0) size 44x16 [color=#CC]
  RenderInline {U} at (0,0) size 29x16
RenderText {#text} at (333,1) size 29x16
  text run at (333,1) width 29: "more"
  RenderText {#text} at (362,1) size 4x16
text run at (362,1) width 4: " "
  RenderInline {SMALL} at (0,0) size 11x14
RenderText {#text} at (366,3) size 11x14
  text run at (366,3) width 11: "\x{25BC}"
RenderBlock {DIV} at (0,0) size 784x24
  RenderInline {NOBR} at (0,0) size 197x16
RenderInline {SPAN} at (0,0) size 0x0
RenderInline {SPAN} at (0,0) size 0x0
RenderInline {SPAN} at (0,0) size 55x16
  RenderInline {A} at (0,0) size 44x16 [color=#CC]
RenderText {#text} at (587,1) size 44x16
  text run at (587,1) width 44: "iGoogle"
  RenderText {#text} at (631,1) size 11x16
text run at (631,1) width 11: " | "
RenderInline {A} at (0,0) size 91x16 [color=#CC]
  RenderText {#text} at (642,1) size 91x16
text run at (642,1) width 91: "Search settings"
RenderText {#text} at (733,1) size 11x16
  text run at (733,1) width 11: " | "
RenderInline {A} at (0,0) size 40x16 [color=#CC]
  RenderText {#text} at (744,1) size 40x16
text run at (744,1) width 40: "Sign in"
  RenderBlock {CENTER} at (0,24) size 784x328
RenderBlock (anonymous) at (0,0) size 784x152
  RenderBR {BR} at (392,0) size 0x18
  RenderImage {IMG} at (254,19) size 276x110
  RenderBR {BR} at (530,114) size 0x18
  RenderBR {BR} at (392,133) size 0x18
RenderBlock {FORM} at (0,152) size 784x64
  RenderTable {TABLE} at (0,0) size 784x64
RenderTableSection {TBODY} at (0,0) size 784x64
  RenderTableRow {TR} at (0,0) size 784x64
RenderTableCell {TD} at (0,0) size 134x12 [r=0 c=0 rs=1
cs=1]
  RenderText {#text} at (0,-3) size 4x18
text run at (0,-3) width 4: " "
RenderTableCell {TD} at (134,0) size 487x64 [r=0 c=1 rs=1
cs=1]
  RenderTextControl {INPUT} at (2,2) size 483x26
[bgcolor=#FF] [border: (2px inset #00)]
  RenderBR {BR} at (487,16) size 0x18
  RenderButton {INPUT} at (112,34) size 121x27 [border: (1px
solid #99)]
RenderBlock (anonymous) at (9,4) size 103x19
  RenderText at