[Webkit-unassigned] [Bug 56602] [Chromium] Inspector does not always shows transferred size correctly (e.g. gzipped/chunked content)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 24 13:04:47 PDT 2011


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


Pavel Feldman <pfeldman at chromium.org> changed:

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




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

> Source/WebKit/chromium/public/WebDevToolsAgent.h:97
> +    virtual void didReceiveData(unsigned long resourceId, int length, int lengthReceived) = 0;

This will break upon the roll. You should make 3 patches:
1) add new method, preserve old method
- wait until deps are rolled
2) migrate chromium to the new method
3) nuke old method upstream

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