[Webkit-unassigned] [Bug 138364] Web Inspector: decouple child element folderization logic from FrameTreeElement

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 7 15:47:54 PST 2014


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

Timothy Hatcher <timothy at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #241214|review?                     |review+
              Flags|                            |

--- Comment #9 from Timothy Hatcher <timothy at apple.com> ---
Comment on attachment 241214
  --> https://bugs.webkit.org/attachment.cgi?id=241214
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=241214&action=review

> Source/WebInspectorUI/UserInterface/Views/LayoutTimelineView.js:43
> +    for (var key of Object.keys(WebInspector.LayoutTimelineRecord.EventType)) {

for (var key in WebInspector.LayoutTimelineRecord.EventType) does the same thing and does not make an intermediate array.

> Source/WebInspectorUI/UserInterface/Views/NetworkTimelineView.js:46
> +    for (var key of Object.keys(WebInspector.Resource.Type)) {

Ditto.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141107/5477b063/attachment-0002.html>


More information about the webkit-unassigned mailing list