[Webkit-unassigned] [Bug 143953] [Curl] Favicons loaded from disc cache are ignored.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Apr 27 10:03:05 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=143953
Alex Christensen <achristensen at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #251346|review? |review+, commit-queue-
Flags| |
--- Comment #11 from Alex Christensen <achristensen at apple.com> ---
Comment on attachment 251346
--> https://bugs.webkit.org/attachment.cgi?id=251346
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=251346&action=review
> Source/WebCore/platform/network/ResourceHandleInternal.h:167
> + bool m_addedCacheValidationHeaders;
There is a trend towards using syntax like this:
bool m_addedCacheValidationHeaders { false };
If this is done with all the variables here, we could completely remove the other #if USE(CURL) above, but let's not touch the soup or cfnetwork code in this patch.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150427/ca47002a/attachment.html>
More information about the webkit-unassigned
mailing list