[Webkit-unassigned] [Bug 55794] Web Inspector: Need new graphic icon for garbage collect button

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 10 00:37:51 PST 2011


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


Greg Simon <gregsimon at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #85021|0                           |1
        is obsolete|                            |




--- Comment #12 from Greg Simon <gregsimon at chromium.org>  2011-03-10 00:37:51 PST ---
Created an attachment (id=85290)
 --> (https://bugs.webkit.org/attachment.cgi?id=85290&action=review)
Updated attachment removing flaky unit test, reverting icon to latte cup (see comment)

It is difficult to do a unit test for this for the following reasons:

- We need a dedicated v8 API to do a collection -- right now this patch callsV8::LowMemoryNotification() whose implementation could change (result: flaky test)
REMEDY: add new v8 public API for explicitly doing a single collection

- JSC currently does not report GC events on the timeline (not plumbed out) so this button runs open-loop
REMEDY: I have opened up a bug for this: https://bugs.webkit.org/show_bug.cgi?id=56070

-- 
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