Hi Source/HTMl map will be there in memory till the time page is not refreshed or moved to other page. Try digging into rendering tree , Node list and all that stuff which gets constructed while rendering HTML.
Thanks & Regards Niilesh On Fri, Dec 26, 2008 at 9:53 PM, Shariq Rizvi <[email protected]> wrote: > > I am running a Gtk+ instance of WebKit (with Curl as the HTTP backend). > > I was trying to figure out if there is an in-memory copy of the entire HTML > document which is maintained while the document is getting downloaded and > parsed. So far, my guess is that there is none. I can see that the > HTMLTokenizer/HTMLParser gets called directly through the writeCallback() > inside ResourceHandleManager.cpp - which means that tokenizing/parsing is > getting done on the downloaded bytes as soon as they come in - with no > buffering (of the entire document) going on. > > This makes me wonder how browsers built on top of WebKit expose a "show > source" feature to the user. > > Thanks! > > > > _______________________________________________ > webkit-dev mailing list > [email protected] > http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev > > _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

