[Webkit-unassigned] [Bug 37025] Web Inspector: GC Run event should be added to Timeline Panel

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 3 08:38:54 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=37025





--- Comment #5 from Timothy Hatcher <timothy at hatcher.name>  2010-04-03 08:38:54 PST ---
(From update of attachment 52491)
> +            recordContentTable.appendChild(this._createRow(WebInspector.UIString("Heap Size"), Number.bytesToString(this.usedHeapSize) + "(" + Number.bytesToString(this.totalHeapSize) + ")"));

Consider spliting there onto two lines, I didn't know what the two numbers
where telling me until I looked at the patch. At least put a space befor the
open paren " (".

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list