I'm currently leaving out the old panel code to be able to quickly switch back in case if something goes wrong. I'll remove old code later.
Created attachment 92443 [details] patch
Comment on attachment 92443 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=92443&action=review > Source/WebCore/inspector/front-end/ProfilesPanel.js:741 > var combo = ["U+004C", "U+0045", "U+0041", "U+004B", "U+005A"]; // "LEAKZ" Is there a reason you would like to keep this code around?
Created attachment 92610 [details] comments addressed
Manually committed http://trac.webkit.org/changeset/86746 2011-05-17 Mikhail Naganov <mnaganov@chromium.org> Reviewed by Pavel Feldman. Web Inspector: [Chromium] Enable detailed heap snapshots by default. https://bugs.webkit.org/show_bug.cgi?id=60286 * inspector/front-end/ProfilesPanel.js: 2011-05-17 Mikhail Naganov <mnaganov@chromium.org> Reviewed by Pavel Feldman. Web Inspector: [Chromium] Enable detailed heap snapshots by default. https://bugs.webkit.org/show_bug.cgi?id=60286 * src/js/DevTools.js: ():