[Webkit-unassigned] [Bug 63069] Web Inspector: Move logic for deciding whether resource content should be base64 encoded on backend.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 21 10:32:28 PDT 2011


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


Pavel Feldman <pfeldman at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #97997|review?, commit-queue?      |review+
               Flag|                            |




--- Comment #2 from Pavel Feldman <pfeldman at chromium.org>  2011-06-21 10:32:27 PST ---
(From update of attachment 97997)
View in context: https://bugs.webkit.org/attachment.cgi?id=97997&action=review

> Source/WebCore/inspector/InspectorPageAgent.cpp:493
> +                if (cachedResourceContent(cachedResource, &content, &base64Encoded) && !base64Encoded) {

Replace condition with ASSERT.

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