[Webkit-unassigned] [Bug 36606] Web Inspector: Short Records filter sould be implemented in Timeline Panel

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 25 11:10:31 PDT 2010


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


Pavel Feldman <pfeldman at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #51659|review?                     |review+
               Flag|                            |




--- Comment #4 from Pavel Feldman <pfeldman at chromium.org>  2010-03-25 11:10:31 PST ---
(From update of attachment 51659)
> +            while (record._isLongEvent() && record.parent && !record.parent._isLongEvent()) {
> +                record = record.parent;

No need to call _isLongEvent twice on the same record. I can optimize it while
landing.

I'll land manually.

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