<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>51041</bug_id>
          
          <creation_ts>2010-12-14 09:57:58 -0800</creation_ts>
          <short_desc>libpng14 png_struct_def deprecation warning</short_desc>
          <delta_ts>2011-03-25 15:28:44 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Platform</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>54406</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="Mike Gilbert">floppymaster</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>levin</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>322023</commentid>
    <comment_count>0</comment_count>
    <who name="Mike Gilbert">floppymaster</who>
    <bug_when>2010-12-14 09:57:58 -0800</bug_when>
    <thetext>Building webkit against libpng14 produces several deprecation warnings.

See downstream bug report:
http://code.google.com/p/chromium/issues/detail?id=66445

third_party/WebKit/WebCore/platform/image-decoders/png/PNGImageDecoder.cpp: In member function ‘void WebCore::PNGImageDecoder::headerAvailable()’:
third_party/WebKit/WebCore/platform/image-decoders/png/PNGImageDecoder.cpp:244:30: warning: ‘png_struct_def::width’ is deprecated (declared at /usr/include/libpng14/png.h:1156)
third_party/WebKit/WebCore/platform/image-decoders/png/PNGImageDecoder.cpp:244:30: warning: ‘png_struct_def::width’ is deprecated (declared at /usr/include/libpng14/png.h:1156)
third_party/WebKit/WebCore/platform/image-decoders/png/PNGImageDecoder.cpp:245:31: warning: ‘png_struct_def::height’ is deprecated (declared at /usr/include/libpng14/png.h:1157)
third_party/WebKit/WebCore/platform/image-decoders/png/PNGImageDecoder.cpp:245:31: warning: ‘png_struct_def::height’ is deprecated (declared at /usr/include/libpng14/png.h:1157)
third_party/WebKit/WebCore/platform/image-decoders/png/PNGImageDecoder.cpp:248:14: warning: ‘png_struct_def::width’ is deprecated (declared at /usr/include/libpng14/png.h:1156)
third_party/WebKit/WebCore/platform/image-decoders/png/PNGImageDecoder.cpp:248:14: warning: ‘png_struct_def::width’ is deprecated (declared at /usr/include/libpng14/png.h:1156)
third_party/WebKit/WebCore/platform/image-decoders/png/PNGImageDecoder.cpp:248:42: warning: ‘png_struct_def::height’ is deprecated (declared at /usr/include/libpng14/png.h:1157)
third_party/WebKit/WebCore/platform/image-decoders/png/PNGImageDecoder.cpp:248:42: warning: ‘png_struct_def::height’ is deprecated (declared at /usr/include/libpng14/png.h:1157)
third_party/WebKit/WebCore/platform/image-decoders/png/PNGImageDecoder.cpp:322:70: warning: ‘png_struct_def::buffer_size’ is deprecated (declared at /usr/include/libpng14/png.h:1310)
third_party/WebKit/WebCore/platform/image-decoders/png/PNGImageDecoder.cpp:322:70: warning: ‘png_struct_def::buffer_size’ is deprecated (declared at /usr/include/libpng14/png.h:1310)
third_party/WebKit/WebCore/platform/image-decoders/png/PNGImageDecoder.cpp:323:14: warning: ‘png_struct_def::buffer_size’ is deprecated (declared at /usr/include/libpng14/png.h:1310)
third_party/WebKit/WebCore/platform/image-decoders/png/PNGImageDecoder.cpp:323:14: warning: ‘png_struct_def::buffer_size’ is deprecated (declared at /usr/include/libpng14/png.h:1310)
third_party/WebKit/WebCore/platform/image-decoders/png/PNGImageDecoder.cpp: In member function ‘void WebCore::PNGImageDecoder::rowAvailable(unsigned char*, unsigned int, int)’:
third_party/WebKit/WebCore/platform/image-decoders/png/PNGImageDecoder.cpp:346:33: warning: ‘png_struct_def::interlaced’ is deprecated (declared at /usr/include/libpng14/png.h:1202)
third_party/WebKit/WebCore/platform/image-decoders/png/PNGImageDecoder.cpp:346:33: warning: ‘png_struct_def::interlaced’ is deprecated (declared at /usr/include/libpng14/png.h:1202)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>373742</commentid>
    <comment_count>1</comment_count>
    <who name="David Levin">levin</who>
    <bug_when>2011-03-25 15:06:44 -0700</bug_when>
    <thetext>

*** This bug has been marked as a duplicate of bug 54406 ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>373744</commentid>
    <comment_count>2</comment_count>
    <who name="David Levin">levin</who>
    <bug_when>2011-03-25 15:08:40 -0700</bug_when>
    <thetext>I just noticed that bug 54406 won&apos;t fix this completely so un duping.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>373754</commentid>
    <comment_count>3</comment_count>
    <who name="David Levin">levin</who>
    <bug_when>2011-03-25 15:28:44 -0700</bug_when>
    <thetext>Not my day. It really will be fixed by 54406.

*** This bug has been marked as a duplicate of bug 54406 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>