[Webkit-unassigned] [Bug 19793] Web Inspector Gives Different Results on Tiger and Leopard (should show compressed size)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 17 12:19:12 PDT 2011


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


Pavel Feldman <pfeldman at chromium.org> changed:

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




--- Comment #12 from Pavel Feldman <pfeldman at chromium.org>  2011-03-17 12:19:11 PST ---
(From update of attachment 86073)
View in context: https://bugs.webkit.org/attachment.cgi?id=86073&action=review

> LayoutTests/http/tests/inspector/network/network-size-chunked.html:16
> +    if (++loadedResourceCount === 1) {

I don't think you need a counter here.

> LayoutTests/http/tests/inspector/network/network-size-chunked.html:25
> +    InspectorTest.evaluateInPage("loadPages()");

Where is loadPages?

> LayoutTests/platform/chromium/test_expectations.txt:3190
> +BUG_VSEVIK SKIP : http/tests/inspector/network/network-size-chunked.html = FAIL

Could you please file a bug for all of these?

> Source/WebCore/inspector/front-end/Resource.js:244
> +        if (this._transferSize)

What about 0?

> Source/WebCore/loader/appcache/ApplicationCacheGroup.cpp:561
> +    InspectorInstrumentation::didReceiveContentLength(m_frame, m_currentResourceIdentifier, length, -1);

No traffic here.

> Source/WebCore/platform/network/mac/ResourceHandleMac.mm:926
> +    m_handle->client()->didReceiveData(m_handle, (const char*)[data bytes], [data length], -1);

Put a FIXME and a bug reference here.

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