[webkit-reviews] review granted: [Bug 170700] Restrict WebKit image formats to a known whitelist : [Attachment 307945] Patch for review

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 24 16:04:59 PDT 2017


Tim Horton <thorton at apple.com> has granted Said Abou-Hallawa
<sabouhallawa at apple.com>'s request for review:
Bug 170700: Restrict WebKit image formats to a known whitelist
https://bugs.webkit.org/show_bug.cgi?id=170700

Attachment 307945: Patch for review

https://bugs.webkit.org/attachment.cgi?id=307945&action=review




--- Comment #18 from Tim Horton <thorton at apple.com> ---
Comment on attachment 307945
  --> https://bugs.webkit.org/attachment.cgi?id=307945
Patch for review

View in context: https://bugs.webkit.org/attachment.cgi?id=307945&action=review

> Source/WebCore/loader/cache/CachedImage.cpp:394
> +EncodedDataStatus CachedImage::setImageIncrementalDataBuffer(SharedBuffer&
data, bool allDataReceived)

it's not incremental if allDataReceived is true. Maybe a different name?


More information about the webkit-reviews mailing list