webkit

TwitterFacebook
Get flash to fully experience Pearltrees

Multiple versions of Chrome

A finally have a solution, this is registry data problem: How to do it then (this is an example for 2.0.172.39 and 3.0.197.11, I'll try it with next versions as they will come, let's assume I've started with Chrome 2): http://chromespot.com/forum/google-chrome-troubleshooting/2286-multiple-versions-of-chrome.html#post13954

Why Garbage Collection?

The Java virtual machine's heap stores all objects created by a running Java application. Objects are created by the new , newarray , anewarray , and multianewarray instructions, but never freed explicitly by the code. http://www.artima.com/insidejvm/ed2/gcP.html

Command Line API

Prints the XML source tree of an HTML or XML element. http://getfirebug.com/wiki/index.php/Command_Line_API
Not sure what do you mean by the "references ... from within the engine". http://groups.google.com/group/google-chrome-developer-tools/browse_thread/thread/a5f86cb20fa1e9eb/e91e8d5effda9931?lnk=gst&q=Heap#e91e8d5effda9931

Understanding Heap Profiler

http://zetafleet.com/blog/google-chromes-heap-profiler-and-memory-timeline#comment-41 (with thanks to Mikhail Naganov for his feedback on the Developer Tools mailing list )

Google Chrome's Heap Profiler and Memory Timeline