Re: [webkit-dev] Could someone explain a bit on document fragments?

2010-08-20 Thread Eric Seidel
Resig has a nice explanation: http://ejohn.org/blog/dom-documentfragments/ or see the DOM spec. DocumentFragments have little to do with parsing. I'm actually writing a blog post about the DocumentParser system right now. Should be on webkit.org/blog next week. We already have profiling inform

[webkit-dev] Could someone explain a bit on document fragments?

2010-08-20 Thread Matt 'Murph' Finnicum
I see, for a large page, that a document is created and then a number of fragments. Are these fragments all then merged into that document? Or are they merged into one another, forming a new document somehow? Where is that done? What would be a acceptable way to measure the total time spent parsin