<?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>76982</bug_id>
          
          <creation_ts>2012-01-24 22:41:45 -0800</creation_ts>
          <short_desc>File extension for webp files is .webp</short_desc>
          <delta_ts>2012-01-26 15:44:42 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>New Bugs</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <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>1</everconfirmed>
          <reporter name="noel gordon">noel.gordon</reporter>
          <assigned_to name="noel gordon">noel.gordon</assigned_to>
          <cc>abarth</cc>
    
    <cc>pascal.massimino</cc>
    
    <cc>webkit.review.bot</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>542022</commentid>
    <comment_count>0</comment_count>
    <who name="noel gordon">noel.gordon</who>
    <bug_when>2012-01-24 22:41:45 -0800</bug_when>
    <thetext>File extension for webp files is .webp</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>542023</commentid>
    <comment_count>1</comment_count>
      <attachid>123886</attachid>
    <who name="noel gordon">noel.gordon</who>
    <bug_when>2012-01-24 22:42:50 -0800</bug_when>
    <thetext>Created attachment 123886
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>542035</commentid>
    <comment_count>2</comment_count>
      <attachid>123886</attachid>
    <who name="Adam Barth">abarth</who>
    <bug_when>2012-01-24 23:28:09 -0800</bug_when>
    <thetext>Comment on attachment 123886
Patch

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

&gt; Source/WebCore/ChangeLog:8
&gt; +        No new tests. No change in behavior.

This doesn&apos;t change behavior?  Is this change observable somehow?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>542036</commentid>
    <comment_count>3</comment_count>
      <attachid>123886</attachid>
    <who name="Adam Barth">abarth</who>
    <bug_when>2012-01-24 23:29:09 -0800</bug_when>
    <thetext>Comment on attachment 123886
Patch

I&apos;m marking this r+ in case there isn&apos;t a way to test this (referring to our earlier conversation about timezones causing 24hr latency on questions).  However, if there is a way to test this change, we should include a test.  That might require digging a bit to understand what this function is used for.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>542042</commentid>
    <comment_count>4</comment_count>
    <who name="noel gordon">noel.gordon</who>
    <bug_when>2012-01-24 23:42:17 -0800</bug_when>
    <thetext>
&gt; This doesn&apos;t change behavior?  Is this change observable somehow?

Ran layout tests locally on mac, no changes observed.  Not sure how we&apos;d observe this change.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>542044</commentid>
    <comment_count>5</comment_count>
    <who name="Adam Barth">abarth</who>
    <bug_when>2012-01-24 23:43:45 -0800</bug_when>
    <thetext>&gt; Ran layout tests locally on mac, no changes observed.  Not sure how we&apos;d observe this change.

We&apos;ll need to look at the callers of this function to understand what they&apos;re using this information for and craft a test that exercises them.  If no one uses this information for anything observable, we should remove the function.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>542635</commentid>
    <comment_count>6</comment_count>
    <who name="noel gordon">noel.gordon</who>
    <bug_when>2012-01-25 14:33:02 -0800</bug_when>
    <thetext>Thanks Adam. I&apos;m OOO today and will dig around as you suggested Friday my time.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>543513</commentid>
    <comment_count>7</comment_count>
    <who name="noel gordon">noel.gordon</who>
    <bug_when>2012-01-26 14:54:20 -0800</bug_when>
    <thetext>filenameExtension() was added to BitmapImage{.h.cpp} in http://trac.webkit.org/changeset/39185 to resolve bug 20685.  A manual test was added at that time.  I can&apos;t access the bug, the code change hints at some security issue with drag drop.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>543525</commentid>
    <comment_count>8</comment_count>
    <who name="Adam Barth">abarth</who>
    <bug_when>2012-01-26 15:00:33 -0800</bug_when>
    <thetext>We can problem unprotect that bug as this point, but this isn&apos;t really testable in an automated way.  Thanks for tracking it down.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>543590</commentid>
    <comment_count>9</comment_count>
      <attachid>123886</attachid>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2012-01-26 15:44:37 -0800</bug_when>
    <thetext>Comment on attachment 123886
Patch

Clearing flags on attachment: 123886

Committed r106055: &lt;http://trac.webkit.org/changeset/106055&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>543591</commentid>
    <comment_count>10</comment_count>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2012-01-26 15:44:42 -0800</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>123886</attachid>
            <date>2012-01-24 22:42:50 -0800</date>
            <delta_ts>2012-01-26 15:44:37 -0800</delta_ts>
            <desc>Patch</desc>
            <filename>bug-76982-20120125174247.patch</filename>
            <type>text/plain</type>
            <size>1506</size>
            <attacher name="noel gordon">noel.gordon</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMTA1ODQwCmRpZmYgLS1naXQgYS9Tb3VyY2UvV2ViQ29yZS9D
aGFuZ2VMb2cgYi9Tb3VyY2UvV2ViQ29yZS9DaGFuZ2VMb2cKaW5kZXggNmMwYjE1MGI0OWRjMjA0
MzMzZmUzOGFiZjVkY2U2MzNkZjY1YjQ2My4uMTg4ZDE4Zjc4NTA3MTFlNmI3YjIzMmQ4YjMyYzI1
YTA1ZDFkMWIzYyAxMDA2NDQKLS0tIGEvU291cmNlL1dlYkNvcmUvQ2hhbmdlTG9nCisrKyBiL1Nv
dXJjZS9XZWJDb3JlL0NoYW5nZUxvZwpAQCAtMSwzICsxLDE1IEBACisyMDEyLTAxLTI0ICBOb2Vs
IEdvcmRvbiAgPG5vZWwuZ29yZG9uQGdtYWlsLmNvbT4KKworICAgICAgICBGaWxlIGV4dGVuc2lv
biBmb3Igd2VicCBmaWxlcyBpcyAud2VicAorICAgICAgICBodHRwczovL2J1Z3Mud2Via2l0Lm9y
Zy9zaG93X2J1Zy5jZ2k/aWQ9NzY5ODIKKworICAgICAgICBSZXZpZXdlZCBieSBOT0JPRFkgKE9P
UFMhKS4KKworICAgICAgICBObyBuZXcgdGVzdHMuIE5vIGNoYW5nZSBpbiBiZWhhdmlvci4KKwor
ICAgICAgICAqIHBsYXRmb3JtL2ltYWdlLWRlY29kZXJzL3dlYnAvV0VCUEltYWdlRGVjb2Rlci5o
OgorICAgICAgICAoV2ViQ29yZTo6V0VCUEltYWdlRGVjb2Rlcjo6ZmlsZW5hbWVFeHRlbnNpb24p
OgorCiAyMDEyLTAxLTI0ICBLZW4gQnVjaGFuYW4gIDxrZW5yYkBjaHJvbWl1bS5vcmc+CiAKICAg
ICAgICAgQ3Jhc2ggaW4gdXBkYXRlRmlyc3RMZXR0ZXIoKSBmcm9tIHVubmVjZXNzYXJ5IGFub255
bW91cyBibG9jawpkaWZmIC0tZ2l0IGEvU291cmNlL1dlYkNvcmUvcGxhdGZvcm0vaW1hZ2UtZGVj
b2RlcnMvd2VicC9XRUJQSW1hZ2VEZWNvZGVyLmggYi9Tb3VyY2UvV2ViQ29yZS9wbGF0Zm9ybS9p
bWFnZS1kZWNvZGVycy93ZWJwL1dFQlBJbWFnZURlY29kZXIuaAppbmRleCAzY2NhYjI1MTYwZWIx
YjMxMmNmN2YxNDQzYTdjMjc1MWQyZmZhMDIzLi42MWVhMTM5NTM0YzY4MTRhZGQ1MjI0N2YzZTBk
OGE2NzczMGUyNzRkIDEwMDY0NAotLS0gYS9Tb3VyY2UvV2ViQ29yZS9wbGF0Zm9ybS9pbWFnZS1k
ZWNvZGVycy93ZWJwL1dFQlBJbWFnZURlY29kZXIuaAorKysgYi9Tb3VyY2UvV2ViQ29yZS9wbGF0
Zm9ybS9pbWFnZS1kZWNvZGVycy93ZWJwL1dFQlBJbWFnZURlY29kZXIuaApAQCAtNDIsNyArNDIs
NyBAQCBwdWJsaWM6CiAgICAgV0VCUEltYWdlRGVjb2RlcihJbWFnZVNvdXJjZTo6QWxwaGFPcHRp
b24sIEltYWdlU291cmNlOjpHYW1tYUFuZENvbG9yUHJvZmlsZU9wdGlvbik7CiAgICAgdmlydHVh
bCB+V0VCUEltYWdlRGVjb2RlcigpOwogCi0gICAgdmlydHVhbCBTdHJpbmcgZmlsZW5hbWVFeHRl
bnNpb24oKSBjb25zdCB7IHJldHVybiAidnA4IjsgfQorICAgIHZpcnR1YWwgU3RyaW5nIGZpbGVu
YW1lRXh0ZW5zaW9uKCkgY29uc3QgeyByZXR1cm4gIndlYnAiOyB9CiAgICAgdmlydHVhbCBib29s
IGlzU2l6ZUF2YWlsYWJsZSgpOwogICAgIHZpcnR1YWwgSW1hZ2VGcmFtZSogZnJhbWVCdWZmZXJB
dEluZGV4KHNpemVfdCBpbmRleCk7CiAK
</data>

          </attachment>
      

    </bug>

</bugzilla>