[Webkit-unassigned] [Bug 58447] Web Inspector: ResourceResponse should have encodedDataLength field for synchronous requests transfer size

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 14 03:55:08 PDT 2011


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


Pavel Feldman <pfeldman at chromium.org> changed:

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




--- Comment #2 from Pavel Feldman <pfeldman at chromium.org>  2011-04-14 03:55:08 PST ---
(From update of attachment 89386)
View in context: https://bugs.webkit.org/attachment.cgi?id=89386&action=review

> Source/WebCore/loader/FrameLoader.cpp:2829
> +    notifier()->sendRemainingDelegateMessages(m_documentLoader.get(), identifier, response, data.size(), static_cast<int>(response.encodedDataLength()), error);

what are the implications of this change?

> Source/WebCore/platform/network/ResourceResponseBase.h:68
> +    long long encodedDataLength() const;

This should be a part of ResourceLoadInfo.

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