<?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>89133</bug_id>
          
          <creation_ts>2012-06-14 15:33:50 -0700</creation_ts>
          <short_desc>[Chromium-Android] Initialize font rendering in DumpRenderTree</short_desc>
          <delta_ts>2012-06-14 21:07:09 -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>Tools / Tests</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>
          <dependson>89014</dependson>
    
    <dependson>89162</dependson>
          <blocked>66687</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Xianzhu Wang">wangxianzhu</reporter>
          <assigned_to name="Xianzhu Wang">wangxianzhu</assigned_to>
          <cc>abarth</cc>
    
    <cc>derat</cc>
    
    <cc>dpranke</cc>
    
    <cc>jamesr</cc>
    
    <cc>jnd</cc>
    
    <cc>tkent</cc>
    
    <cc>tony</cc>
    
    <cc>webkit.review.bot</cc>
    
    <cc>zhenghao</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>649547</commentid>
    <comment_count>0</comment_count>
    <who name="Xianzhu Wang">wangxianzhu</who>
    <bug_when>2012-06-14 15:33:50 -0700</bug_when>
    <thetext>Chromium-android use chromium-linux as the baseline of layout test, so we need to configure it to let the layout test results match those of chromium-linux as much as possible.

In downstream, we initialize font rendering for Android in WebCore/platform/graphics/harfbuzz/FontPlatformDataHarfBuzz.cpp for both DumpRenderTree and Chromium, which is not good.
We should initialize font rendering in DumpRenderTree code through WebKit API.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>649555</commentid>
    <comment_count>1</comment_count>
      <attachid>147664</attachid>
    <who name="Xianzhu Wang">wangxianzhu</who>
    <bug_when>2012-06-14 15:42:03 -0700</bug_when>
    <thetext>Created attachment 147664
patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>649560</commentid>
    <comment_count>2</comment_count>
      <attachid>147664</attachid>
    <who name="Adam Barth">abarth</who>
    <bug_when>2012-06-14 15:45:07 -0700</bug_when>
    <thetext>Comment on attachment 147664
patch

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

&gt; Source/WebKit/chromium/src/linuxish/WebFontRendering.cpp:74
&gt; +#if OS(LINUX)
&gt; +    WebFontInfo::setSubpixelPositioning(useSubpixelPositioning);
&gt; +#endif

Is there non-test code that needs to be updated here as well?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>649569</commentid>
    <comment_count>3</comment_count>
      <attachid>147664</attachid>
    <who name="Xianzhu Wang">wangxianzhu</who>
    <bug_when>2012-06-14 15:49:04 -0700</bug_when>
    <thetext>Comment on attachment 147664
patch

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

&gt;&gt; Source/WebKit/chromium/src/linuxish/WebFontRendering.cpp:74
&gt;&gt; +#endif
&gt; 
&gt; Is there non-test code that needs to be updated here as well?

No except Chromium. I&apos;ll update the patch in http://codereview.chromium.org/10544103/ and request review.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>649615</commentid>
    <comment_count>4</comment_count>
      <attachid>147664</attachid>
    <who name="Tony Chang">tony</who>
    <bug_when>2012-06-14 16:22:15 -0700</bug_when>
    <thetext>Comment on attachment 147664
patch

FWIW, the name linuxish is ambiguous to me.  Maybe we should make a fontconfig directory instead?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>649631</commentid>
    <comment_count>5</comment_count>
    <who name="Xianzhu Wang">wangxianzhu</who>
    <bug_when>2012-06-14 16:44:29 -0700</bug_when>
    <thetext>(In reply to comment #4)
&gt; (From update of attachment 147664 [details])
&gt; FWIW, the name linuxish is ambiguous to me.  Maybe we should make a fontconfig directory instead?

In Chromium&apos;s build/filename_rules.gyp, &apos;linuxish&apos; is used to indicate directories or files used when &apos;OS==&quot;android&quot; or OS==&quot;linux&quot; or OS==&quot;openbsd&quot; or OS==&quot;freebsd&quot;&apos;. The implementation of WebFontRendering depends on HarfBuzz and/or Freetype port of Skia (don&apos;t know much details of it). In WebKit the harfbuzz directory is included when &apos;use_x11=1 or OS==&quot;android&quot;&apos; so it seems to equal to &apos;linuxish&apos; in Chromium&apos;s term.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>649633</commentid>
    <comment_count>6</comment_count>
    <who name="James Robinson">jamesr</who>
    <bug_when>2012-06-14 16:47:38 -0700</bug_when>
    <thetext>(In reply to comment #5)
&gt; (In reply to comment #4)
&gt; &gt; (From update of attachment 147664 [details] [details])
&gt; &gt; FWIW, the name linuxish is ambiguous to me.  Maybe we should make a fontconfig directory instead?
&gt; 
&gt; In Chromium&apos;s build/filename_rules.gyp, &apos;linuxish&apos; is used to indicate directories or files used when &apos;OS==&quot;android&quot; or OS==&quot;linux&quot; or OS==&quot;openbsd&quot; or OS==&quot;freebsd&quot;&apos;. The implementation of WebFontRendering depends on HarfBuzz and/or Freetype port of Skia (don&apos;t know much details of it). In WebKit the harfbuzz directory is included when &apos;use_x11=1 or OS==&quot;android&quot;&apos; so it seems to equal to &apos;linuxish&apos; in Chromium&apos;s term.

Drop the &quot;ish&quot;. Just &quot;linux&quot;, it&apos;s simpler.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>649641</commentid>
    <comment_count>7</comment_count>
    <who name="Xianzhu Wang">wangxianzhu</who>
    <bug_when>2012-06-14 16:58:10 -0700</bug_when>
    <thetext>(In reply to comment #6)
&gt; (In reply to comment #5)
&gt; &gt; (In reply to comment #4)
&gt; &gt; &gt; (From update of attachment 147664 [details] [details] [details])
&gt; &gt; &gt; FWIW, the name linuxish is ambiguous to me.  Maybe we should make a fontconfig directory instead?
&gt; &gt; 
&gt; &gt; In Chromium&apos;s build/filename_rules.gyp, &apos;linuxish&apos; is used to indicate directories or files used when &apos;OS==&quot;android&quot; or OS==&quot;linux&quot; or OS==&quot;openbsd&quot; or OS==&quot;freebsd&quot;&apos;. The implementation of WebFontRendering depends on HarfBuzz and/or Freetype port of Skia (don&apos;t know much details of it). In WebKit the harfbuzz directory is included when &apos;use_x11=1 or OS==&quot;android&quot;&apos; so it seems to equal to &apos;linuxish&apos; in Chromium&apos;s term.
&gt; 
&gt; Drop the &quot;ish&quot;. Just &quot;linux&quot;, it&apos;s simpler.

No, in Chromium&apos;s build/filename_rules.gyp, files containing &quot;_linux&quot; and directories named &quot;linux&quot;, and it&apos;s not possible to include them back in particular gyp with normal &apos;sources/&apos; under conditions. Tricky &apos;target_conditions&apos; must be used to override the rules. I changed the directory to &quot;linuxish&quot; to meet the Chromium&apos;s file name rule.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>649643</commentid>
    <comment_count>8</comment_count>
    <who name="James Robinson">jamesr</who>
    <bug_when>2012-06-14 16:59:21 -0700</bug_when>
    <thetext>There has to be a better solution than saying &quot;linuxish&quot;.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>649660</commentid>
    <comment_count>9</comment_count>
    <who name="Xianzhu Wang">wangxianzhu</who>
    <bug_when>2012-06-14 17:25:35 -0700</bug_when>
    <thetext>cq- because of the concerns of naming. We should make a decision of it. I&apos;ll send a mail to chromium-dev for it.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>649662</commentid>
    <comment_count>10</comment_count>
    <who name="Adam Barth">abarth</who>
    <bug_when>2012-06-14 17:26:47 -0700</bug_when>
    <thetext>&gt; There has to be a better solution than saying &quot;linuxish&quot;.

IMHO, we should follow Chromium&apos;s conventions here for now.  If we&apos;d like to improve on linuxish, we should probably start by talking with the folks who picked that name.  I suspect the choice might be more constrained that we might guess at first.

Sharing this code between Linux and Android is valuable.  We can move forward with this patch and debate project-wide naming issues in parallel.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>649699</commentid>
    <comment_count>11</comment_count>
      <attachid>147664</attachid>
    <who name="Xianzhu Wang">wangxianzhu</who>
    <bug_when>2012-06-14 18:11:39 -0700</bug_when>
    <thetext>Comment on attachment 147664
patch

cq+ now. I&apos;d be glad to make change based on any new decision.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>649800</commentid>
    <comment_count>12</comment_count>
      <attachid>147664</attachid>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2012-06-14 20:07:12 -0700</bug_when>
    <thetext>Comment on attachment 147664
patch

Clearing flags on attachment: 147664

Committed r120394: &lt;http://trac.webkit.org/changeset/120394&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>649801</commentid>
    <comment_count>13</comment_count>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2012-06-14 20:07:17 -0700</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>649819</commentid>
    <comment_count>14</comment_count>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2012-06-14 20:59:18 -0700</bug_when>
    <thetext>Re-opened since this is blocked by 89162</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>147664</attachid>
            <date>2012-06-14 15:42:03 -0700</date>
            <delta_ts>2012-06-14 20:07:11 -0700</delta_ts>
            <desc>patch</desc>
            <filename>89133</filename>
            <type>text/plain</type>
            <size>4723</size>
            <attacher name="Xianzhu Wang">wangxianzhu</attacher>
            
              <data encoding="base64">SW5kZXg6IFNvdXJjZS9XZWJLaXQvY2hyb21pdW0vQ2hhbmdlTG9nCj09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KLS0tIFNv
dXJjZS9XZWJLaXQvY2hyb21pdW0vQ2hhbmdlTG9nCShyZXZpc2lvbiAxMjAzNjYpCisrKyBTb3Vy
Y2UvV2ViS2l0L2Nocm9taXVtL0NoYW5nZUxvZwkod29ya2luZyBjb3B5KQpAQCAtMSwzICsxLDEz
IEBACisyMDEyLTA2LTE0ICBYaWFuemh1IFdhbmcgIDx3YW5neGlhbnpodUBjaHJvbWl1bS5vcmc+
CisKKyAgICAgICAgW0Nocm9taXVtLUFuZHJvaWRdIEluaXRpYWxpemUgZm9udCByZW5kZXJpbmcg
aW4gRHVtcFJlbmRlclRyZWUKKyAgICAgICAgaHR0cHM6Ly9idWdzLndlYmtpdC5vcmcvc2hvd19i
dWcuY2dpP2lkPTg5MTMzCisKKyAgICAgICAgUmV2aWV3ZWQgYnkgTk9CT0RZIChPT1BTISkuCisK
KyAgICAgICAgKiBzcmMvbGludXhpc2gvV2ViRm9udFJlbmRlcmluZy5jcHA6CisgICAgICAgIChX
ZWJLaXQ6OldlYkZvbnRSZW5kZXJpbmc6OnNldFN1YnBpeGVsUG9zaXRpb25pbmcpOiBOb3cgY2Fs
bHMgV2ViRm9udEluZm86OnNldFN1YnBpeGVsUG9zaXRpb25pbmcgdG8gYXZvaWQgQVBJIHVzZXJz
IGZyb20gY2FsbGluZyBib3RoIGFuZCBzaW1wbGlmeSBwbGF0Zm9ybSBkaWZmZXJlbmNlcyBhdCBj
YWxsIHNpdGVzLgorCiAyMDEyLTA2LTE0ICBEYW5pZWwgRXJhdCAgPGRlcmF0QGNocm9taXVtLm9y
Zz4KIAogICAgICAgICBbY2hyb21pdW0vbGludXhdIERyb3AgZGVwcmVjYXRlZCBXZWJGb250UmVu
ZGVyU3R5bGU6OnVzZVN1YnBpeGVsCkluZGV4OiBTb3VyY2UvV2ViS2l0L2Nocm9taXVtL3NyYy9s
aW51eGlzaC9XZWJGb250UmVuZGVyaW5nLmNwcAo9PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09Ci0tLSBTb3VyY2UvV2ViS2l0
L2Nocm9taXVtL3NyYy9saW51eGlzaC9XZWJGb250UmVuZGVyaW5nLmNwcAkocmV2aXNpb24gMTIw
MzQ2KQorKysgU291cmNlL1dlYktpdC9jaHJvbWl1bS9zcmMvbGludXhpc2gvV2ViRm9udFJlbmRl
cmluZy5jcHAJKHdvcmtpbmcgY29weSkKQEAgLTMzLDYgKzMzLDEwIEBACiAKICNpbmNsdWRlICJG
b250UGxhdGZvcm1EYXRhLmgiCiAKKyNpZiBPUyhMSU5VWCkKKyNpbmNsdWRlICJXZWJGb250SW5m
by5oIgorI2VuZGlmCisKIHVzaW5nIFdlYkNvcmU6OkZvbnRQbGF0Zm9ybURhdGE7CiAKIG5hbWVz
cGFjZSBXZWJLaXQgewpAQCAtNjUsNiArNjksOSBAQCB2b2lkIFdlYkZvbnRSZW5kZXJpbmc6OnNl
dFN1YnBpeGVsUmVuZGVyCiB2b2lkIFdlYkZvbnRSZW5kZXJpbmc6OnNldFN1YnBpeGVsUG9zaXRp
b25pbmcoYm9vbCB1c2VTdWJwaXhlbFBvc2l0aW9uaW5nKQogewogICAgIEZvbnRQbGF0Zm9ybURh
dGE6OnNldFN1YnBpeGVsUG9zaXRpb25pbmcodXNlU3VicGl4ZWxQb3NpdGlvbmluZyk7CisjaWYg
T1MoTElOVVgpCisgICAgV2ViRm9udEluZm86OnNldFN1YnBpeGVsUG9zaXRpb25pbmcodXNlU3Vi
cGl4ZWxQb3NpdGlvbmluZyk7CisjZW5kaWYKIH0KIAogLy8gc3RhdGljCkluZGV4OiBUb29scy9D
aGFuZ2VMb2cKPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PQotLS0gVG9vbHMvQ2hhbmdlTG9nCShyZXZpc2lvbiAxMjAzNjYp
CisrKyBUb29scy9DaGFuZ2VMb2cJKHdvcmtpbmcgY29weSkKQEAgLTEsMyArMSwxNiBAQAorMjAx
Mi0wNi0xNCAgWGlhbnpodSBXYW5nICA8d2FuZ3hpYW56aHVAY2hyb21pdW0ub3JnPgorCisgICAg
ICAgIFtDaHJvbWl1bS1BbmRyb2lkXSBJbml0aWFsaXplIGZvbnQgcmVuZGVyaW5nIGluIER1bXBS
ZW5kZXJUcmVlCisgICAgICAgIGh0dHBzOi8vYnVncy53ZWJraXQub3JnL3Nob3dfYnVnLmNnaT9p
ZD04OTEzMworCisgICAgICAgIFJldmlld2VkIGJ5IE5PQk9EWSAoT09QUyEpLgorCisgICAgICAg
ICogRHVtcFJlbmRlclRyZWUvY2hyb21pdW0vTGF5b3V0VGVzdENvbnRyb2xsZXIuY3BwOgorICAg
ICAgICAoTGF5b3V0VGVzdENvbnRyb2xsZXI6OnJlc2V0KToKKyAgICAgICAgKExheW91dFRlc3RD
b250cm9sbGVyOjpzZXRUZXh0U3VicGl4ZWxQb3NpdGlvbmluZyk6CisgICAgICAgICogRHVtcFJl
bmRlclRyZWUvY2hyb21pdW0vVGVzdFNoZWxsQW5kcm9pZC5jcHA6CisgICAgICAgIChwbGF0Zm9y
bUluaXQpOgorCiAyMDEyLTA2LTE0ICBJYW4gVm9sbGljayAgPHZvbGxpY2tAY2hyb21pdW0ub3Jn
PgogCiAgICAgICAgIFtjaHJvbWl1bV0gQ2VydGFpbiBzZXR0aW5ncyBpbiBDQ1NldHRpbmdzIGNv
dWxkIGJlIGdsb2JhbApJbmRleDogVG9vbHMvRHVtcFJlbmRlclRyZWUvY2hyb21pdW0vTGF5b3V0
VGVzdENvbnRyb2xsZXIuY3BwCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KLS0tIFRvb2xzL0R1bXBSZW5kZXJUcmVlL2No
cm9taXVtL0xheW91dFRlc3RDb250cm9sbGVyLmNwcAkocmV2aXNpb24gMTIwMzQ2KQorKysgVG9v
bHMvRHVtcFJlbmRlclRyZWUvY2hyb21pdW0vTGF5b3V0VGVzdENvbnRyb2xsZXIuY3BwCSh3b3Jr
aW5nIGNvcHkpCkBAIC03OCw5ICs3OCw4IEBACiAjaW5jbHVkZSA8d3RmL093bkFycmF5UHRyLmg+
CiAjZW5kaWYKIAotI2lmIE9TKExJTlVYKQotI2luY2x1ZGUgImxpbnV4L1dlYkZvbnRJbmZvLmgi
Ci0jaW5jbHVkZSAibGludXgvV2ViRm9udFJlbmRlcmluZy5oIgorI2lmIE9TKExJTlVYKSB8fCBP
UyhBTkRST0lEKQorI2luY2x1ZGUgImxpbnV4aXNoL1dlYkZvbnRSZW5kZXJpbmcuaCIKICNlbmRp
ZgogCiB1c2luZyBuYW1lc3BhY2UgV2ViQ29yZTsKQEAgLTcwMiw4ICs3MDEsNyBAQCB2b2lkIExh
eW91dFRlc3RDb250cm9sbGVyOjpyZXNldCgpCiAgICAgbV90YXNrTGlzdC5yZXZva2VBbGwoKTsK
ICAgICBtX3Nob3VsZFN0YXlPblBhZ2VBZnRlckhhbmRsaW5nQmVmb3JlVW5sb2FkID0gZmFsc2U7
CiAgICAgbV9oYXNDdXN0b21GdWxsU2NyZWVuQmVoYXZpb3IgPSBmYWxzZTsKLSNpZiBPUyhMSU5V
WCkKLSAgICBXZWJGb250SW5mbzo6c2V0U3VicGl4ZWxQb3NpdGlvbmluZyhmYWxzZSk7CisjaWYg
T1MoTElOVVgpIHx8IE9TKEFORFJPSUQpCiAgICAgV2ViRm9udFJlbmRlcmluZzo6c2V0U3VicGl4
ZWxQb3NpdGlvbmluZyhmYWxzZSk7CiAjZW5kaWYKIH0KQEAgLTIxOTYsMTMgKzIxOTQsMTEgQEAg
dm9pZCBMYXlvdXRUZXN0Q29udHJvbGxlcjo6ZGVsaXZlcldlYkludAogCiB2b2lkIExheW91dFRl
c3RDb250cm9sbGVyOjpzZXRUZXh0U3VicGl4ZWxQb3NpdGlvbmluZyhjb25zdCBDcHBBcmd1bWVu
dExpc3QmIGFyZ3VtZW50cywgQ3BwVmFyaWFudCogcmVzdWx0KQogewotI2lmIE9TKExJTlVYKQor
I2lmIE9TKExJTlVYKSB8fCBPUyhBTkRST0lEKQogICAgIC8vIFNpbmNlIEZvbnRDb25maWcgZG9l
c24ndCBwcm92aWRlIGEgdmFyaWFibGUgdG8gY29udHJvbCBzdWJwaXhlbCBwb3NpdGlvbmluZywg
d2UnbGwgZmFsbCBiYWNrCiAgICAgLy8gdG8gc2V0dGluZyBpdCBnbG9iYWxseSBmb3IgYWxsIGZv
bnRzLgotICAgIGlmIChhcmd1bWVudHMuc2l6ZSgpID4gMCAmJiBhcmd1bWVudHNbMF0uaXNCb29s
KCkpIHsKLSAgICAgICAgV2ViRm9udEluZm86OnNldFN1YnBpeGVsUG9zaXRpb25pbmcoYXJndW1l
bnRzWzBdLnZhbHVlLmJvb2xWYWx1ZSk7CisgICAgaWYgKGFyZ3VtZW50cy5zaXplKCkgPiAwICYm
IGFyZ3VtZW50c1swXS5pc0Jvb2woKSkKICAgICAgICAgV2ViRm9udFJlbmRlcmluZzo6c2V0U3Vi
cGl4ZWxQb3NpdGlvbmluZyhhcmd1bWVudHNbMF0udmFsdWUuYm9vbFZhbHVlKTsKLSAgICB9CiAj
ZW5kaWYKICAgICByZXN1bHQtPnNldE51bGwoKTsKIH0KSW5kZXg6IFRvb2xzL0R1bXBSZW5kZXJU
cmVlL2Nocm9taXVtL1Rlc3RTaGVsbEFuZHJvaWQuY3BwCj09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KLS0tIFRvb2xzL0R1
bXBSZW5kZXJUcmVlL2Nocm9taXVtL1Rlc3RTaGVsbEFuZHJvaWQuY3BwCShyZXZpc2lvbiAxMjAz
NDYpCisrKyBUb29scy9EdW1wUmVuZGVyVHJlZS9jaHJvbWl1bS9UZXN0U2hlbGxBbmRyb2lkLmNw
cAkod29ya2luZyBjb3B5KQpAQCAtMzEsNiArMzEsNyBAQAogI2luY2x1ZGUgImNvbmZpZy5oIgog
I2luY2x1ZGUgIlRlc3RTaGVsbC5oIgogCisjaW5jbHVkZSAibGludXhpc2gvV2ViRm9udFJlbmRl
cmluZy5oIgogI2luY2x1ZGUgPGFuZHJvaWQvbG9nLmg+CiAjaW5jbHVkZSA8ZXJybm8uaD4KICNp
bmNsdWRlIDxmY250bC5oPgpAQCAtMTI3LDQgKzEyOCw4IEBAIHZvaWQgcGxhdGZvcm1Jbml0KGlu
dCogYXJnYywgY2hhcioqKiBhcmcKICAgICAgICAgLy8gUmVkaXJlY3Qgc3RkZXJyIHRvIHN0ZG91
dC4KICAgICAgICAgZHVwMigxLCAyKTsKICAgICB9CisKKyAgICAvLyBEaXNhYmxlIGF1dG8gaGlu
dCBhbmQgdXNlIG5vcm1hbCBoaW50aW5nIGluIGxheW91dCB0ZXN0IG1vZGUgdG8gcHJvZHVjZSB0
aGUgc2FtZSBmb250IG1ldHJpY3MgYXMgY2hyb21pdW0tbGludXguCisgICAgV2ViS2l0OjpXZWJG
b250UmVuZGVyaW5nOjpzZXRBdXRvSGludChmYWxzZSk7CisgICAgV2ViS2l0OjpXZWJGb250UmVu
ZGVyaW5nOjpzZXRIaW50aW5nKFNrUGFpbnQ6OmtOb3JtYWxfSGludGluZyk7CiB9Cg==
</data>

          </attachment>
      

    </bug>

</bugzilla>