<?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>35071</bug_id>
          
          <creation_ts>2010-02-17 20:38:20 -0800</creation_ts>
          <short_desc>Disable loader limiting of requests per host for chromium port</short_desc>
          <delta_ts>2010-02-18 11:21:07 -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>Page Loading</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</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>0</everconfirmed>
          <reporter name="William Chan">willchan</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>commit-queue</cc>
    
    <cc>eric</cc>
    
    <cc>webkit.review.bot</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>191377</commentid>
    <comment_count>0</comment_count>
    <who name="William Chan">willchan</who>
    <bug_when>2010-02-17 20:38:20 -0800</bug_when>
    <thetext>Chromium&apos;s network stack already limits the number of requests per host.  It&apos;s unnecessary to do it here.  We&apos;re starting to play around with SPDY where we want to have many more requests per host than just 6, so we need to remove this limit.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>191381</commentid>
    <comment_count>1</comment_count>
      <attachid>48964</attachid>
    <who name="William Chan">willchan</who>
    <bug_when>2010-02-17 21:01:08 -0800</bug_when>
    <thetext>Created attachment 48964
Disable loader limiting of requests per host for the chromium port.

 WebCore/ChangeLog                                  |   12 ++++++++++++
 .../platform/network/chromium/ResourceRequest.cpp  |    5 +++--
 2 files changed, 15 insertions(+), 2 deletions(-)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>191382</commentid>
    <comment_count>2</comment_count>
      <attachid>48965</attachid>
    <who name="William Chan">willchan</who>
    <bug_when>2010-02-17 21:03:08 -0800</bug_when>
    <thetext>Created attachment 48965
Disable webkit loader throttling of requests per host for the chromium port.

 .../platform/network/chromium/ResourceRequest.cpp  |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>191383</commentid>
    <comment_count>3</comment_count>
      <attachid>48966</attachid>
    <who name="William Chan">willchan</who>
    <bug_when>2010-02-17 21:07:36 -0800</bug_when>
    <thetext>Created attachment 48966
Disable webkit loader limiting of requests per host for the chromium port.

 WebCore/ChangeLog                                  |   12 ++++++++++++
 .../platform/network/chromium/ResourceRequest.cpp  |    5 ++++-
 2 files changed, 16 insertions(+), 1 deletions(-)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>191386</commentid>
    <comment_count>4</comment_count>
    <who name="William Chan">willchan</who>
    <bug_when>2010-02-17 21:13:11 -0800</bug_when>
    <thetext>Apologies for the few retries on patch submission.  It&apos;s my first time making a webkit change and I couldn&apos;t find / figure out git-send-bugzilla at first.  Let me know if I&apos;m doing anything else silly.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>191391</commentid>
    <comment_count>5</comment_count>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2010-02-17 21:17:35 -0800</bug_when>
    <thetext>Attachment 48966 did not pass style-queue:

Failed to run &quot;WebKitTools/Scripts/check-webkit-style&quot; exit_code: 1
WebCore/ChangeLog:5:  Line contains tab character.  [whitespace/tab] [5]
WebCore/ChangeLog:6:  Line contains tab character.  [whitespace/tab] [5]
Total errors found: 2 in 2 files


If any of these errors are false positives, please file a bug against check-webkit-style.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>191392</commentid>
    <comment_count>6</comment_count>
      <attachid>48968</attachid>
    <who name="William Chan">willchan</who>
    <bug_when>2010-02-17 21:29:38 -0800</bug_when>
    <thetext>Created attachment 48968
Disable loader limiting of requests per host for the chromium port.

 WebCore/ChangeLog                                  |   12 ++++++++++++
 .../platform/network/chromium/ResourceRequest.cpp  |    5 ++++-
 2 files changed, 16 insertions(+), 1 deletions(-)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>191393</commentid>
    <comment_count>7</comment_count>
      <attachid>48966</attachid>
    <who name="William Chan">willchan</who>
    <bug_when>2010-02-17 21:32:04 -0800</bug_when>
    <thetext>Comment on attachment 48966
Disable webkit loader limiting of requests per host for the chromium port.

&gt; fbdbcc22020afdbf0d706ce1ecf1a4220931f436
&gt; diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
&gt; index 8f6b450..b3b6281 100644
&gt; --- a/WebCore/ChangeLog
&gt; +++ b/WebCore/ChangeLog
&gt; @@ -1,3 +1,15 @@
&gt; +2010-02-17  William Chan  &lt;willchan@chromium.org&gt;
&gt; +
&gt; +        Reviewed by NOBODY (OOPS!).
&gt; +
&gt; +	https://bugs.webkit.org/show_bug.cgi?id=35071
&gt; +	Disable loader limiting of requests per host for the chromium port.

Bleaugh, used tabs on accident.  I&apos;ll fix this.  Do I need to R- this patch?  Or should I just let a reviewer do that for me?

&gt; +
&gt; +        No tests because we&apos;re only changing a constant.
&gt; +
&gt; +        * platform/network/chromium/ResourceRequest.cpp:
&gt; +        (WebCore::initializeMaximumHTTPConnectionCountPerHost):
&gt; +
&gt;  2010-02-16  Simon Fraser  &lt;simon.fraser@apple.com&gt;
&gt;  
&gt;          Reviewed by Dan Bernstein.
&gt; diff --git a/WebCore/platform/network/chromium/ResourceRequest.cpp b/WebCore/platform/network/chromium/ResourceRequest.cpp
&gt; index 5b27c1b..016bd34 100644
&gt; --- a/WebCore/platform/network/chromium/ResourceRequest.cpp
&gt; +++ b/WebCore/platform/network/chromium/ResourceRequest.cpp
&gt; @@ -31,7 +31,10 @@ namespace WebCore {
&gt;  // This is used by the loader to control the number of issued parallel load requests. 
&gt;  unsigned initializeMaximumHTTPConnectionCountPerHost()
&gt;  {
&gt; -    return 6;
&gt; +    // The chromium network stack already handles limiting the number of
&gt; +    // parallel requests per host, so there&apos;s no need to do it here.  Therefore,
&gt; +    // this is set to a high value that should never be hit in practice.
&gt; +    return 10000;
&gt;  }
&gt;  
&gt;  } // namespace WebCore</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>191446</commentid>
    <comment_count>8</comment_count>
      <attachid>48966</attachid>
    <who name="Adam Barth">abarth</who>
    <bug_when>2010-02-18 00:08:21 -0800</bug_when>
    <thetext>Comment on attachment 48966
Disable webkit loader limiting of requests per host for the chromium port.

As noted above, this patch as tabs and there&apos;s a non-tab version attached.

In the future, you should feel free to mark your old patches obsolete when uploading new versions.  You might be interested in trying the WebKitTools/Scripts/webkit-patch upload command, which will do that automagically for you.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>191448</commentid>
    <comment_count>9</comment_count>
      <attachid>48968</attachid>
    <who name="Adam Barth">abarth</who>
    <bug_when>2010-02-18 00:09:15 -0800</bug_when>
    <thetext>Comment on attachment 48968
Disable loader limiting of requests per host for the chromium port.

We often add tests when changing constants.  However, in this case, I don&apos;t believe this change is testable.

Thanks for the patch.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>191478</commentid>
    <comment_count>10</comment_count>
      <attachid>48968</attachid>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2010-02-18 01:10:59 -0800</bug_when>
    <thetext>Comment on attachment 48968
Disable loader limiting of requests per host for the chromium port.

Clearing flags on attachment: 48968

Committed r54946: &lt;http://trac.webkit.org/changeset/54946&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>191479</commentid>
    <comment_count>11</comment_count>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2010-02-18 01:11:03 -0800</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>191626</commentid>
    <comment_count>12</comment_count>
    <who name="William Chan">willchan</who>
    <bug_when>2010-02-18 09:08:22 -0800</bug_when>
    <thetext>Thanks for the review Adam.  And sorry for the newbie mistakes.  Perhaps this is the wrong place to ask it, but how do I mark the patch as obsolete?  It&apos;s not clear to me from the interface.  Or is that the same thing setting the review flag to &apos;-&apos;?  Also, does webkit-patch work with git?  I didn&apos;t see webkit-patch mentioned at all in http://webkit.org/coding/contributing.html.  Is that page out of date?  Anyway, I&apos;ll try out webkit-patch on my next patch.  Thanks for the advice.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>191676</commentid>
    <comment_count>13</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2010-02-18 11:21:07 -0800</bug_when>
    <thetext>Yes, that page is somewhat out of date given how many people use webkit-patch these days.

You should look at webkit-patch help for more information and feel free to post patches to the contributing.html page if you see fit.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>48964</attachid>
            <date>2010-02-17 21:01:08 -0800</date>
            <delta_ts>2010-02-17 21:02:30 -0800</delta_ts>
            <desc>Disable loader limiting of requests per host for the chromium port.</desc>
            <filename>ChangeLog.-Edit-comments-too..patch</filename>
            <type>text/plain</type>
            <size>1413</size>
            <attacher name="William Chan">willchan</attacher>
            
              <data encoding="base64">ZGI2NWFmZTdhODM5NWEzMmJlMDIwYWNkMWQ4ZDdiODUyODEzZGQ1MApkaWZmIC0tZ2l0IGEvV2Vi
Q29yZS9DaGFuZ2VMb2cgYi9XZWJDb3JlL0NoYW5nZUxvZwppbmRleCA4ZjZiNDUwLi5iM2I2Mjgx
IDEwMDY0NAotLS0gYS9XZWJDb3JlL0NoYW5nZUxvZworKysgYi9XZWJDb3JlL0NoYW5nZUxvZwpA
QCAtMSwzICsxLDE1IEBACisyMDEwLTAyLTE3ICBXaWxsaWFtIENoYW4gIDx3aWxsY2hhbkBjaHJv
bWl1bS5vcmc+CisKKyAgICAgICAgUmV2aWV3ZWQgYnkgTk9CT0RZIChPT1BTISkuCisKKwlodHRw
czovL2J1Z3Mud2Via2l0Lm9yZy9zaG93X2J1Zy5jZ2k/aWQ9MzUwNzEKKwlEaXNhYmxlIGxvYWRl
ciBsaW1pdGluZyBvZiByZXF1ZXN0cyBwZXIgaG9zdCBmb3IgdGhlIGNocm9taXVtIHBvcnQuCisK
KyAgICAgICAgTm8gdGVzdHMgYmVjYXVzZSB3ZSdyZSBvbmx5IGNoYW5naW5nIGEgY29uc3RhbnQu
CisKKyAgICAgICAgKiBwbGF0Zm9ybS9uZXR3b3JrL2Nocm9taXVtL1Jlc291cmNlUmVxdWVzdC5j
cHA6CisgICAgICAgIChXZWJDb3JlOjppbml0aWFsaXplTWF4aW11bUhUVFBDb25uZWN0aW9uQ291
bnRQZXJIb3N0KToKKwogMjAxMC0wMi0xNiAgU2ltb24gRnJhc2VyICA8c2ltb24uZnJhc2VyQGFw
cGxlLmNvbT4KIAogICAgICAgICBSZXZpZXdlZCBieSBEYW4gQmVybnN0ZWluLgpkaWZmIC0tZ2l0
IGEvV2ViQ29yZS9wbGF0Zm9ybS9uZXR3b3JrL2Nocm9taXVtL1Jlc291cmNlUmVxdWVzdC5jcHAg
Yi9XZWJDb3JlL3BsYXRmb3JtL25ldHdvcmsvY2hyb21pdW0vUmVzb3VyY2VSZXF1ZXN0LmNwcApp
bmRleCBlNjAyODg1Li4wMTZiZDM0IDEwMDY0NAotLS0gYS9XZWJDb3JlL3BsYXRmb3JtL25ldHdv
cmsvY2hyb21pdW0vUmVzb3VyY2VSZXF1ZXN0LmNwcAorKysgYi9XZWJDb3JlL3BsYXRmb3JtL25l
dHdvcmsvY2hyb21pdW0vUmVzb3VyY2VSZXF1ZXN0LmNwcApAQCAtMzIsOCArMzIsOSBAQCBuYW1l
c3BhY2UgV2ViQ29yZSB7CiB1bnNpZ25lZCBpbml0aWFsaXplTWF4aW11bUhUVFBDb25uZWN0aW9u
Q291bnRQZXJIb3N0KCkKIHsKICAgICAvLyBUaGUgY2hyb21pdW0gbmV0d29yayBzdGFjayBhbHJl
YWR5IGhhbmRsZXMgbGltaXRpbmcgdGhlIG51bWJlciBvZgotICAgIC8vIHBhcmFsbGVsIHJlcXVl
c3RzIHBlciBob3N0LCBzbyB0aGVyZSdzIG5vIG5lZWQgdG8gZG8gaXQgaGVyZS4KLSAgICByZXR1
cm4gMSA8PCAzMDsKKyAgICAvLyBwYXJhbGxlbCByZXF1ZXN0cyBwZXIgaG9zdCwgc28gdGhlcmUn
cyBubyBuZWVkIHRvIGRvIGl0IGhlcmUuICBUaGVyZWZvcmUsCisgICAgLy8gdGhpcyBpcyBzZXQg
dG8gYSBoaWdoIHZhbHVlIHRoYXQgc2hvdWxkIG5ldmVyIGJlIGhpdCBpbiBwcmFjdGljZS4KKyAg
ICByZXR1cm4gMTAwMDA7CiB9CiAKIH0gLy8gbmFtZXNwYWNlIFdlYkNvcmUK
</data>

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>48965</attachid>
            <date>2010-02-17 21:03:08 -0800</date>
            <delta_ts>2010-02-17 21:03:08 -0800</delta_ts>
            <desc>Disable webkit loader throttling of requests per host for the chromium port.</desc>
            <filename>Disable-webkit-loader-throttling-of-requests-per-host-for-the-chromium-port..patch</filename>
            <type>text/plain</type>
            <size>708</size>
            <attacher name="William Chan">willchan</attacher>
            
              <data encoding="base64">N2EyNDA5NzAzMjE1ZWNkYTE2YjBiNGNlOGNjMjQ3MTlmNzEzZjI0NQpkaWZmIC0tZ2l0IGEvV2Vi
Q29yZS9wbGF0Zm9ybS9uZXR3b3JrL2Nocm9taXVtL1Jlc291cmNlUmVxdWVzdC5jcHAgYi9XZWJD
b3JlL3BsYXRmb3JtL25ldHdvcmsvY2hyb21pdW0vUmVzb3VyY2VSZXF1ZXN0LmNwcAppbmRleCA1
YjI3YzFiLi5lNjAyODg1IDEwMDY0NAotLS0gYS9XZWJDb3JlL3BsYXRmb3JtL25ldHdvcmsvY2hy
b21pdW0vUmVzb3VyY2VSZXF1ZXN0LmNwcAorKysgYi9XZWJDb3JlL3BsYXRmb3JtL25ldHdvcmsv
Y2hyb21pdW0vUmVzb3VyY2VSZXF1ZXN0LmNwcApAQCAtMzEsNyArMzEsOSBAQCBuYW1lc3BhY2Ug
V2ViQ29yZSB7CiAvLyBUaGlzIGlzIHVzZWQgYnkgdGhlIGxvYWRlciB0byBjb250cm9sIHRoZSBu
dW1iZXIgb2YgaXNzdWVkIHBhcmFsbGVsIGxvYWQgcmVxdWVzdHMuIAogdW5zaWduZWQgaW5pdGlh
bGl6ZU1heGltdW1IVFRQQ29ubmVjdGlvbkNvdW50UGVySG9zdCgpCiB7Ci0gICAgcmV0dXJuIDY7
CisgICAgLy8gVGhlIGNocm9taXVtIG5ldHdvcmsgc3RhY2sgYWxyZWFkeSBoYW5kbGVzIGxpbWl0
aW5nIHRoZSBudW1iZXIgb2YKKyAgICAvLyBwYXJhbGxlbCByZXF1ZXN0cyBwZXIgaG9zdCwgc28g
dGhlcmUncyBubyBuZWVkIHRvIGRvIGl0IGhlcmUuCisgICAgcmV0dXJuIDEgPDwgMzA7CiB9CiAK
IH0gLy8gbmFtZXNwYWNlIFdlYkNvcmUK
</data>

          </attachment>
          <attachment
              isobsolete="1"
              ispatch="1"
              isprivate="0"
          >
            <attachid>48966</attachid>
            <date>2010-02-17 21:07:36 -0800</date>
            <delta_ts>2010-02-18 00:08:21 -0800</delta_ts>
            <desc>Disable webkit loader limiting of requests per host for the chromium port.</desc>
            <filename>Disable-webkit-loader-throttling-of-requests-per-host-for-the-chromium-port..patch</filename>
            <type>text/plain</type>
            <size>1426</size>
            <attacher name="William Chan">willchan</attacher>
            
              <data encoding="base64">ZmJkYmNjMjIwMjBhZmRiZjBkNzA2Y2UxZWNmMWE0MjIwOTMxZjQzNgpkaWZmIC0tZ2l0IGEvV2Vi
Q29yZS9DaGFuZ2VMb2cgYi9XZWJDb3JlL0NoYW5nZUxvZwppbmRleCA4ZjZiNDUwLi5iM2I2Mjgx
IDEwMDY0NAotLS0gYS9XZWJDb3JlL0NoYW5nZUxvZworKysgYi9XZWJDb3JlL0NoYW5nZUxvZwpA
QCAtMSwzICsxLDE1IEBACisyMDEwLTAyLTE3ICBXaWxsaWFtIENoYW4gIDx3aWxsY2hhbkBjaHJv
bWl1bS5vcmc+CisKKyAgICAgICAgUmV2aWV3ZWQgYnkgTk9CT0RZIChPT1BTISkuCisKKwlodHRw
czovL2J1Z3Mud2Via2l0Lm9yZy9zaG93X2J1Zy5jZ2k/aWQ9MzUwNzEKKwlEaXNhYmxlIGxvYWRl
ciBsaW1pdGluZyBvZiByZXF1ZXN0cyBwZXIgaG9zdCBmb3IgdGhlIGNocm9taXVtIHBvcnQuCisK
KyAgICAgICAgTm8gdGVzdHMgYmVjYXVzZSB3ZSdyZSBvbmx5IGNoYW5naW5nIGEgY29uc3RhbnQu
CisKKyAgICAgICAgKiBwbGF0Zm9ybS9uZXR3b3JrL2Nocm9taXVtL1Jlc291cmNlUmVxdWVzdC5j
cHA6CisgICAgICAgIChXZWJDb3JlOjppbml0aWFsaXplTWF4aW11bUhUVFBDb25uZWN0aW9uQ291
bnRQZXJIb3N0KToKKwogMjAxMC0wMi0xNiAgU2ltb24gRnJhc2VyICA8c2ltb24uZnJhc2VyQGFw
cGxlLmNvbT4KIAogICAgICAgICBSZXZpZXdlZCBieSBEYW4gQmVybnN0ZWluLgpkaWZmIC0tZ2l0
IGEvV2ViQ29yZS9wbGF0Zm9ybS9uZXR3b3JrL2Nocm9taXVtL1Jlc291cmNlUmVxdWVzdC5jcHAg
Yi9XZWJDb3JlL3BsYXRmb3JtL25ldHdvcmsvY2hyb21pdW0vUmVzb3VyY2VSZXF1ZXN0LmNwcApp
bmRleCA1YjI3YzFiLi4wMTZiZDM0IDEwMDY0NAotLS0gYS9XZWJDb3JlL3BsYXRmb3JtL25ldHdv
cmsvY2hyb21pdW0vUmVzb3VyY2VSZXF1ZXN0LmNwcAorKysgYi9XZWJDb3JlL3BsYXRmb3JtL25l
dHdvcmsvY2hyb21pdW0vUmVzb3VyY2VSZXF1ZXN0LmNwcApAQCAtMzEsNyArMzEsMTAgQEAgbmFt
ZXNwYWNlIFdlYkNvcmUgewogLy8gVGhpcyBpcyB1c2VkIGJ5IHRoZSBsb2FkZXIgdG8gY29udHJv
bCB0aGUgbnVtYmVyIG9mIGlzc3VlZCBwYXJhbGxlbCBsb2FkIHJlcXVlc3RzLiAKIHVuc2lnbmVk
IGluaXRpYWxpemVNYXhpbXVtSFRUUENvbm5lY3Rpb25Db3VudFBlckhvc3QoKQogewotICAgIHJl
dHVybiA2OworICAgIC8vIFRoZSBjaHJvbWl1bSBuZXR3b3JrIHN0YWNrIGFscmVhZHkgaGFuZGxl
cyBsaW1pdGluZyB0aGUgbnVtYmVyIG9mCisgICAgLy8gcGFyYWxsZWwgcmVxdWVzdHMgcGVyIGhv
c3QsIHNvIHRoZXJlJ3Mgbm8gbmVlZCB0byBkbyBpdCBoZXJlLiAgVGhlcmVmb3JlLAorICAgIC8v
IHRoaXMgaXMgc2V0IHRvIGEgaGlnaCB2YWx1ZSB0aGF0IHNob3VsZCBuZXZlciBiZSBoaXQgaW4g
cHJhY3RpY2UuCisgICAgcmV0dXJuIDEwMDAwOwogfQogCiB9IC8vIG5hbWVzcGFjZSBXZWJDb3Jl
Cg==
</data>

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>48968</attachid>
            <date>2010-02-17 21:29:38 -0800</date>
            <delta_ts>2010-02-18 01:10:58 -0800</delta_ts>
            <desc>Disable loader limiting of requests per host for the chromium port.</desc>
            <filename>Disable-loader-limiting-of-requests-per-host-for-the-chromium-port..patch</filename>
            <type>text/plain</type>
            <size>1440</size>
            <attacher name="William Chan">willchan</attacher>
            
              <data encoding="base64">NzRmYWYwMjQzMThjOWVlYzAwMTdiYzhkNDY1MmVhY2RjZmVhNWU5OQpkaWZmIC0tZ2l0IGEvV2Vi
Q29yZS9DaGFuZ2VMb2cgYi9XZWJDb3JlL0NoYW5nZUxvZwppbmRleCA4ZjZiNDUwLi5iNTVhMDA5
IDEwMDY0NAotLS0gYS9XZWJDb3JlL0NoYW5nZUxvZworKysgYi9XZWJDb3JlL0NoYW5nZUxvZwpA
QCAtMSwzICsxLDE1IEBACisyMDEwLTAyLTE3ICBXaWxsaWFtIENoYW4gIDx3aWxsY2hhbkBjaHJv
bWl1bS5vcmc+CisKKyAgICAgICAgUmV2aWV3ZWQgYnkgTk9CT0RZIChPT1BTISkuCisKKyAgICAg
ICAgaHR0cHM6Ly9idWdzLndlYmtpdC5vcmcvc2hvd19idWcuY2dpP2lkPTM1MDcxCisgICAgICAg
IERpc2FibGUgbG9hZGVyIGxpbWl0aW5nIG9mIHJlcXVlc3RzIHBlciBob3N0IGZvciB0aGUgY2hy
b21pdW0gcG9ydC4KKworICAgICAgICBObyB0ZXN0cyBiZWNhdXNlIHdlJ3JlIG9ubHkgY2hhbmdp
bmcgYSBjb25zdGFudC4KKworICAgICAgICAqIHBsYXRmb3JtL25ldHdvcmsvY2hyb21pdW0vUmVz
b3VyY2VSZXF1ZXN0LmNwcDoKKyAgICAgICAgKFdlYkNvcmU6OmluaXRpYWxpemVNYXhpbXVtSFRU
UENvbm5lY3Rpb25Db3VudFBlckhvc3QpOgorCiAyMDEwLTAyLTE2ICBTaW1vbiBGcmFzZXIgIDxz
aW1vbi5mcmFzZXJAYXBwbGUuY29tPgogCiAgICAgICAgIFJldmlld2VkIGJ5IERhbiBCZXJuc3Rl
aW4uCmRpZmYgLS1naXQgYS9XZWJDb3JlL3BsYXRmb3JtL25ldHdvcmsvY2hyb21pdW0vUmVzb3Vy
Y2VSZXF1ZXN0LmNwcCBiL1dlYkNvcmUvcGxhdGZvcm0vbmV0d29yay9jaHJvbWl1bS9SZXNvdXJj
ZVJlcXVlc3QuY3BwCmluZGV4IDViMjdjMWIuLjAxNmJkMzQgMTAwNjQ0Ci0tLSBhL1dlYkNvcmUv
cGxhdGZvcm0vbmV0d29yay9jaHJvbWl1bS9SZXNvdXJjZVJlcXVlc3QuY3BwCisrKyBiL1dlYkNv
cmUvcGxhdGZvcm0vbmV0d29yay9jaHJvbWl1bS9SZXNvdXJjZVJlcXVlc3QuY3BwCkBAIC0zMSw3
ICszMSwxMCBAQCBuYW1lc3BhY2UgV2ViQ29yZSB7CiAvLyBUaGlzIGlzIHVzZWQgYnkgdGhlIGxv
YWRlciB0byBjb250cm9sIHRoZSBudW1iZXIgb2YgaXNzdWVkIHBhcmFsbGVsIGxvYWQgcmVxdWVz
dHMuIAogdW5zaWduZWQgaW5pdGlhbGl6ZU1heGltdW1IVFRQQ29ubmVjdGlvbkNvdW50UGVySG9z
dCgpCiB7Ci0gICAgcmV0dXJuIDY7CisgICAgLy8gVGhlIGNocm9taXVtIG5ldHdvcmsgc3RhY2sg
YWxyZWFkeSBoYW5kbGVzIGxpbWl0aW5nIHRoZSBudW1iZXIgb2YKKyAgICAvLyBwYXJhbGxlbCBy
ZXF1ZXN0cyBwZXIgaG9zdCwgc28gdGhlcmUncyBubyBuZWVkIHRvIGRvIGl0IGhlcmUuICBUaGVy
ZWZvcmUsCisgICAgLy8gdGhpcyBpcyBzZXQgdG8gYSBoaWdoIHZhbHVlIHRoYXQgc2hvdWxkIG5l
dmVyIGJlIGhpdCBpbiBwcmFjdGljZS4KKyAgICByZXR1cm4gMTAwMDA7CiB9CiAKIH0gLy8gbmFt
ZXNwYWNlIFdlYkNvcmUK
</data>

          </attachment>
      

    </bug>

</bugzilla>