[Webkit-unassigned] [Bug 150230] Fix idl error related to the sizes attribute

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 16 09:11:05 PDT 2015


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

--- Comment #9 from Chris Dumez <cdumez at apple.com> ---
Comment on attachment 263265
  --> https://bugs.webkit.org/attachment.cgi?id=263265
Patch

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

> Source/WebCore/html/HTMLImageElement.idl:-35
> -#if ENABLE_PICTURE_SIZES

If I look at FeatureList.pm, I see:
"""
{ option => "picture-sizes", desc => "Toggle sizes attribute support",
      define => "ENABLE_PICTURE_SIZES", default => 1, value => \$pictureSizesSupport },
"""

Therefore, it looks it is intended for the 'sizes' attributes to be behind the ENABLE_PICTURE_SIZES compile-time flag. Do we really want to expose HTMLImageElement.sizes to the Web for all ports?

-- 
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/20151016/ebf80b60/attachment.html>


More information about the webkit-unassigned mailing list