[Webkit-unassigned] [Bug 89244] Web Inspector: Add data length to resource events on timeline to keep track of the amount of data loaded and the total data length

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 22 08:01:24 PDT 2012


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


Timothy Hatcher <timothy at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #149027|review?                     |review-
               Flag|                            |




--- Comment #20 from Timothy Hatcher <timothy at apple.com>  2012-06-22 08:01:18 PST ---
(From update of attachment 149027)
View in context: https://bugs.webkit.org/attachment.cgi?id=149027&action=review

> Source/WebCore/inspector/TimelineRecordFactory.cpp:168
> +    data->setNumber("DataLength", length);

This should be "dataLength" (lowercase first letter). Perhaps it should even be "encodedDataLength"?

> Source/WebCore/inspector/front-end/TimelinePresentationModel.js:530
> +                if (this.data["DataLength"])

Ditto.

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