[webkit-dev] Reconstructing a RenderTree from a DOM

2009-06-11 Thread Daniel Dreiberg
Hi, After the page loading is done (HTML/CSS has been parsed, JS has been executed), webkit builds a DOM and RenderTree. It is possible that I detach the RenderTree from the DOM (removed that in memory), and that later on , reconstructing the RenderTree for that DOM? and re-attached the RenderTree

[webkit-dev] Graphics library WebKit gtk port uses

2009-06-08 Thread Daniel Dreiberg
Hi, Can you please tell me which Graphics library WebKit gtk port uses to paint on Screen (think like text, line, rectangle, etc, etc). And which font library that it (Webkit gtk port) uses? e.g. it needs to load the font the page uses (using css) to render the paragraph of text on screen?

[webkit-dev] How to dump SquirrelFish opcode and machine code

2009-05-27 Thread Daniel Dreiberg
Hi, How to dump SquirrelFish opcode and machine code? Here is what I would like to do, for each JS file that WebCore passes to SquirrelFish, configure SquirrelFish to dump opcode and machine code. Thank you for any tips. ___ webkit-dev mailing list