<?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>78540</bug_id>
          
          <creation_ts>2012-02-13 14:39:38 -0800</creation_ts>
          <short_desc>Upstream Android&apos;s support for SK_B32_SHIFT to JPEGImageEncoder</short_desc>
          <delta_ts>2012-02-14 00:16:57 -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="Eric Seidel (no email)">eric</reporter>
          <assigned_to name="Eric Seidel (no email)">eric</assigned_to>
          <cc>abarth</cc>
    
    <cc>noel.gordon</cc>
    
    <cc>satish</cc>
    
    <cc>webkit.review.bot</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>555615</commentid>
    <comment_count>0</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2012-02-13 14:39:38 -0800</bug_when>
    <thetext>Upstream Android&apos;s support for SK_B32_SHIFT to JPEGImageEncoder</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>555617</commentid>
    <comment_count>1</comment_count>
      <attachid>126839</attachid>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2012-02-13 14:40:18 -0800</bug_when>
    <thetext>Created attachment 126839
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>555619</commentid>
    <comment_count>2</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2012-02-13 14:41:17 -0800</bug_when>
    <thetext>Someone with familiarity of Skia and the JPEGEncoder should look at this and make sure it&apos;s sane.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>555625</commentid>
    <comment_count>3</comment_count>
      <attachid>126839</attachid>
    <who name="Adam Barth">abarth</who>
    <bug_when>2012-02-13 14:44:29 -0800</bug_when>
    <thetext>Comment on attachment 126839
Patch

Looks reasonable.  Noel should double-check.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>555637</commentid>
    <comment_count>4</comment_count>
      <attachid>126839</attachid>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2012-02-13 14:49:46 -0800</bug_when>
    <thetext>Comment on attachment 126839
Patch

I&apos;d like to wait for his comment before landing.  Would hate to land useless code. :)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>555651</commentid>
    <comment_count>5</comment_count>
    <who name="noel gordon">noel.gordon</who>
    <bug_when>2012-02-13 15:05:04 -0800</bug_when>
    <thetext>Looks sane tome.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>555654</commentid>
    <comment_count>6</comment_count>
      <attachid>126839</attachid>
    <who name="Adam Barth">abarth</who>
    <bug_when>2012-02-13 15:07:49 -0800</bug_when>
    <thetext>Comment on attachment 126839
Patch

Thanks Noel.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>556032</commentid>
    <comment_count>7</comment_count>
    <who name="noel gordon">noel.gordon</who>
    <bug_when>2012-02-14 00:07:01 -0800</bug_when>
    <thetext>np, and sane because the little-endian skia-using ports (chrome) use BGRA skia bitmaps, except chrome android where RGBA skia bitmaps are in vogue for some reason - see jpeg decoder fix bug 75861.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>556041</commentid>
    <comment_count>8</comment_count>
      <attachid>126839</attachid>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2012-02-14 00:16:53 -0800</bug_when>
    <thetext>Comment on attachment 126839
Patch

Clearing flags on attachment: 126839

Committed r107679: &lt;http://trac.webkit.org/changeset/107679&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>556042</commentid>
    <comment_count>9</comment_count>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2012-02-14 00:16:57 -0800</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>126839</attachid>
            <date>2012-02-13 14:40:18 -0800</date>
            <delta_ts>2012-02-14 00:16:53 -0800</delta_ts>
            <desc>Patch</desc>
            <filename>bug-78540-20120213144021.patch</filename>
            <type>text/plain</type>
            <size>1444</size>
            <attacher name="Eric Seidel (no email)">eric</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMTA2OTc4CmRpZmYgLS1naXQgYS9Tb3VyY2UvV2ViQ29yZS9D
aGFuZ2VMb2cgYi9Tb3VyY2UvV2ViQ29yZS9DaGFuZ2VMb2cKaW5kZXggNTMwNzYyYmU4ZjJhYzJm
OTYzZjMyYzEyYTZmMWRkMjZkYmQ1NTRhMS4uMGEyNDE2ZjYwYzE5M2ZmMjE2NDJhMjY2MDA1NjQ3
YmQ5YjZiNjA2YSAxMDA2NDQKLS0tIGEvU291cmNlL1dlYkNvcmUvQ2hhbmdlTG9nCisrKyBiL1Nv
dXJjZS9XZWJDb3JlL0NoYW5nZUxvZwpAQCAtMSwzICsxLDEzIEBACisyMDEyLTAyLTEzICBFcmlj
IFNlaWRlbCAgPGVyaWNAd2Via2l0Lm9yZz4KKworICAgICAgICBVcHN0cmVhbSBBbmRyb2lkJ3Mg
c3VwcG9ydCBmb3IgU0tfQjMyX1NISUZUIHRvIEpQRUdJbWFnZUVuY29kZXIKKyAgICAgICAgaHR0
cHM6Ly9idWdzLndlYmtpdC5vcmcvc2hvd19idWcuY2dpP2lkPTc4NTQwCisKKyAgICAgICAgUmV2
aWV3ZWQgYnkgTk9CT0RZIChPT1BTISkuCisKKyAgICAgICAgKiBwbGF0Zm9ybS9pbWFnZS1lbmNv
ZGVycy9za2lhL0pQRUdJbWFnZUVuY29kZXIuY3BwOgorICAgICAgICAoV2ViQ29yZTo6ZW5jb2Rl
UGl4ZWxzKToKKwogMjAxMi0wMi0wNiAgSmVyIE5vYmxlICA8amVyLm5vYmxlQGFwcGxlLmNvbT4K
IAogICAgICAgICBVc2UgQ01DbG9jayBhcyBhIHRpbWluZyBzb3VyY2UgZm9yIFBsYXRmb3JtQ2xv
Y2sgd2hlcmUgYXZhaWxhYmxlLgpkaWZmIC0tZ2l0IGEvU291cmNlL1dlYkNvcmUvcGxhdGZvcm0v
aW1hZ2UtZW5jb2RlcnMvc2tpYS9KUEVHSW1hZ2VFbmNvZGVyLmNwcCBiL1NvdXJjZS9XZWJDb3Jl
L3BsYXRmb3JtL2ltYWdlLWVuY29kZXJzL3NraWEvSlBFR0ltYWdlRW5jb2Rlci5jcHAKaW5kZXgg
MDFiMGRjNWE0NjZiZTk3ODA0Zjg3N2U2ZDQyYTRkNDdmMzMwNjVjZC4uZWIzMzQxY2M1MzE2Yzk2
YzA1ZWU0N2IyYjFkNjhhZGJmNDUxYThjZSAxMDA2NDQKLS0tIGEvU291cmNlL1dlYkNvcmUvcGxh
dGZvcm0vaW1hZ2UtZW5jb2RlcnMvc2tpYS9KUEVHSW1hZ2VFbmNvZGVyLmNwcAorKysgYi9Tb3Vy
Y2UvV2ViQ29yZS9wbGF0Zm9ybS9pbWFnZS1lbmNvZGVycy9za2lhL0pQRUdJbWFnZUVuY29kZXIu
Y3BwCkBAIC0xMzYsNyArMTM2LDggQEAgc3RhdGljIGJvb2wgZW5jb2RlUGl4ZWxzKEludFNpemUg
aW1hZ2VTaXplLCB1bnNpZ25lZCBjaGFyKiBpbnB1dFBpeGVscywgYm9vbCBwcmUKIAogI2lmIGRl
ZmluZWQoSkNTX0VYVEVOU0lPTlMpCiAgICAgaWYgKHByZW11bHRpcGxpZWQpIHsKLSAgICAgICAg
Y2luZm8uaW5fY29sb3Jfc3BhY2UgPSBKQ1NfRVhUX0JHUlg7CisgICAgICAgIGNpbmZvLmluX2Nv
bG9yX3NwYWNlID0gU0tfQjMyX1NISUZUID8gSkNTX0VYVF9SR0JYIDogSkNTX0VYVF9CR1JYOwor
CiAgICAgICAgIGNpbmZvLmlucHV0X2NvbXBvbmVudHMgPSA0OwogCiAgICAgICAgIGpwZWdfc2V0
X2RlZmF1bHRzKCZjaW5mbyk7Cg==
</data>

          </attachment>
      

    </bug>

</bugzilla>