<?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>62686</bug_id>
          
          <creation_ts>2011-06-14 17:53:45 -0700</creation_ts>
          <short_desc>[Chromium] Switching between overlay and opaque scrollbars causes glitches</short_desc>
          <delta_ts>2011-08-31 16:05:14 -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>Mac</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>0</everconfirmed>
          <reporter name="Sailesh Agrawal">sail</reporter>
          <assigned_to name="Sailesh Agrawal">sail</assigned_to>
          <cc>bdakin</cc>
    
    <cc>jamesr</cc>
    
    <cc>thakis</cc>
    
    <cc>webkit.review.bot</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>420904</commentid>
    <comment_count>0</comment_count>
    <who name="Sailesh Agrawal">sail</who>
    <bug_when>2011-06-14 17:53:45 -0700</bug_when>
    <thetext>1. Run Chromium
2. Open a page with scrollbars
3. Switch between overlay and opaque scrollbars

Expected:
Scrollbars repaint and no glitches on screen

Actual:
There are lots of glitches.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>421752</commentid>
    <comment_count>1</comment_count>
    <who name="Sailesh Agrawal">sail</who>
    <bug_when>2011-06-15 21:18:08 -0700</bug_when>
    <thetext>Looks like bdakin just fixed this bug for me :-)
https://trac.webkit.org/changeset/88877</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>451963</commentid>
    <comment_count>2</comment_count>
      <attachid>104116</attachid>
    <who name="Sailesh Agrawal">sail</who>
    <bug_when>2011-08-16 16:26:48 -0700</bug_when>
    <thetext>Created attachment 104116
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>451964</commentid>
    <comment_count>3</comment_count>
    <who name="Sailesh Agrawal">sail</who>
    <bug_when>2011-08-16 16:27:21 -0700</bug_when>
    <thetext>bdakin please take a look, thanks.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>452088</commentid>
    <comment_count>4</comment_count>
    <who name="Sailesh Agrawal">sail</who>
    <bug_when>2011-08-16 20:24:17 -0700</bug_when>
    <thetext>change looks ok on try bots:
http://build.chromium.org/p/tryserver.chromium/builders/mac_layout_rel/builds/271
http://build.chromium.org/p/tryserver.chromium/builders/win_layout/builds/1304
http://build.chromium.org/p/tryserver.chromium/builders/linux_layout/builds/1146</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>452104</commentid>
    <comment_count>5</comment_count>
      <attachid>104116</attachid>
    <who name="James Robinson">jamesr</who>
    <bug_when>2011-08-16 21:13:55 -0700</bug_when>
    <thetext>Comment on attachment 104116
Patch

Where&apos;s the test?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>452123</commentid>
    <comment_count>6</comment_count>
    <who name="Sailesh Agrawal">sail</who>
    <bug_when>2011-08-16 22:10:04 -0700</bug_when>
    <thetext>(In reply to comment #5)
&gt; (From update of attachment 104116 [details])
&gt; Where&apos;s the test?

Hey James, I&apos;m not sure how to test this. All this code is only used if it&apos;s run on Lion. Are any bots running Lion right now?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>453433</commentid>
    <comment_count>7</comment_count>
      <attachid>104414</attachid>
    <who name="Sailesh Agrawal">sail</who>
    <bug_when>2011-08-18 15:43:45 -0700</bug_when>
    <thetext>Created attachment 104414
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>453434</commentid>
    <comment_count>8</comment_count>
    <who name="Sailesh Agrawal">sail</who>
    <bug_when>2011-08-18 15:44:21 -0700</bug_when>
    <thetext>(In reply to comment #6)
&gt; (In reply to comment #5)
&gt; &gt; (From update of attachment 104116 [details] [details])
&gt; &gt; Where&apos;s the test?
&gt; 
&gt; Hey James, I&apos;m not sure how to test this. All this code is only used if it&apos;s run on Lion. Are any bots running Lion right now?

I&apos;ve filed bug 66504 to track the work to add tests for this case.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>453435</commentid>
    <comment_count>9</comment_count>
    <who name="Nico Weber">thakis</who>
    <bug_when>2011-08-18 15:45:28 -0700</bug_when>
    <thetext>is scrollBarStyleChanged only called on 10.7? maybe you can trigger it by adding css to the scrollbar dynamically and use that to test? If so, just do it in this bug and close the one you just filed.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>453441</commentid>
    <comment_count>10</comment_count>
    <who name="Sailesh Agrawal">sail</who>
    <bug_when>2011-08-18 15:47:15 -0700</bug_when>
    <thetext>(In reply to comment #9)
&gt; is scrollBarStyleChanged only called on 10.7? maybe you can trigger it by adding css to the scrollbar dynamically and use that to test? If so, just do it in this bug and close the one you just filed.

It&apos;s only called on 10.7. It only called by the scroll animator when we get a callback that the scrollbar has switched from overlay to opaque mode.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>453448</commentid>
    <comment_count>11</comment_count>
    <who name="Nico Weber">thakis</who>
    <bug_when>2011-08-18 15:54:23 -0700</bug_when>
    <thetext>Indeed. I wonder if this is really blocked on 10.7 – I guess we need to add a method &quot;scrollbarStyleChanged&quot; method to layoutTestController to tickle this anyway, and checking for invalidation doesn&apos;t require 10.7. Hooking this up to the layoutTestController should be fairly straightforward.

jamesr, bdakin: Is the right thing to do here to add a method to layoutTestController, to not have a test, or something else?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>453454</commentid>
    <comment_count>12</comment_count>
    <who name="Beth Dakin">bdakin</who>
    <bug_when>2011-08-18 15:58:50 -0700</bug_when>
    <thetext>(In reply to comment #11)
&gt; Indeed. I wonder if this is really blocked on 10.7 – I guess we need to add a method &quot;scrollbarStyleChanged&quot; method to layoutTestController to tickle this anyway, and checking for invalidation doesn&apos;t require 10.7. Hooking this up to the layoutTestController should be fairly straightforward.
&gt; 
&gt; jamesr, bdakin: Is the right thing to do here to add a method to layoutTestController, to not have a test, or something else?

Hi Nico! I have not been adding tests for the many scrollbar-related bugs I have fixed, which is bad. I haven&apos;t been adding them because I couldn&apos;t come up with a way to test that was not blocked by 10.7. If you have an idea of how to extend LayoutTestController without relying on 10.7 bots and it works, then adding that would be great!</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>453456</commentid>
    <comment_count>13</comment_count>
    <who name="James Robinson">jamesr</who>
    <bug_when>2011-08-18 15:59:55 -0700</bug_when>
    <thetext>There&apos;s a full complement of 10.7 bots for the apple mac port on build.webkit.org, so if you can come up with a test that works there you should be able to just add a test and put it in on the Skipped list for pre-10.7 platforms and get test coverage on the bots.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>453472</commentid>
    <comment_count>14</comment_count>
    <who name="Sailesh Agrawal">sail</who>
    <bug_when>2011-08-18 16:16:38 -0700</bug_when>
    <thetext>(In reply to comment #12)
&gt; (In reply to comment #11)
&gt; &gt; Indeed. I wonder if this is really blocked on 10.7 – I guess we need to add a method &quot;scrollbarStyleChanged&quot; method to layoutTestController to tickle this anyway, and checking for invalidation doesn&apos;t require 10.7. Hooking this up to the layoutTestController should be fairly straightforward.
&gt; &gt; 
&gt; &gt; jamesr, bdakin: Is the right thing to do here to add a method to layoutTestController, to not have a test, or something else?
&gt; 
&gt; Hi Nico! I have not been adding tests for the many scrollbar-related bugs I have fixed, which is bad. I haven&apos;t been adding them because I couldn&apos;t come up with a way to test that was not blocked by 10.7. If you have an idea of how to extend LayoutTestController without relying on 10.7 bots and it works, then adding that would be great!

Hey Beth, jamesr and I discussed adding a hook into the scrollbar drawing code that would let the layout test choose which type of scrollbar it wants. This means making some changes to the ScrollbarTheme code.

Are you ok with this idea?

If so I don&apos;t mind making the change and adding the tests.

Thanks,</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>453490</commentid>
    <comment_count>15</comment_count>
    <who name="Beth Dakin">bdakin</who>
    <bug_when>2011-08-18 16:49:21 -0700</bug_when>
    <thetext>(In reply to comment #14)
&gt; Hey Beth, jamesr and I discussed adding a hook into the scrollbar drawing code that would let the layout test choose which type of scrollbar it wants. This means making some changes to the ScrollbarTheme code.
&gt; 

I think this is a good way to do it. Thanks!</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>453633</commentid>
    <comment_count>16</comment_count>
    <who name="Sailesh Agrawal">sail</who>
    <bug_when>2011-08-18 22:03:53 -0700</bug_when>
    <thetext>&gt; I think this is a good way to do it. Thanks!

Awesome. jamesr, can i have a review pleaseee</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>453644</commentid>
    <comment_count>17</comment_count>
    <who name="Nico Weber">thakis</who>
    <bug_when>2011-08-18 22:27:18 -0700</bug_when>
    <thetext>(In reply to comment #16)
&gt; Awesome. jamesr, can i have a review pleaseee

Usually you include tests along with the fix, now that it looks like the tests aren&apos;t blocked on getting 10.7 bots (since a) this might be doable in a bot-agnostic way b) there are 10.7 bots for the mac port)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>453806</commentid>
    <comment_count>18</comment_count>
    <who name="Sailesh Agrawal">sail</who>
    <bug_when>2011-08-19 07:14:21 -0700</bug_when>
    <thetext>(In reply to comment #17)
&gt; (In reply to comment #16)
&gt; &gt; Awesome. jamesr, can i have a review pleaseee
&gt; 
&gt; Usually you include tests along with the fix, now that it looks like the tests aren&apos;t blocked on getting 10.7 bots (since a) this might be doable in a bot-agnostic way b) there are 10.7 bots for the mac port)

Writing up the test is going to require changing a lot of the drawing code. Currently all the drawing code looks up the scrollbar style from system settings.

I think it&apos;s better to decouple that from this change.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>456243</commentid>
    <comment_count>19</comment_count>
    <who name="Sailesh Agrawal">sail</who>
    <bug_when>2011-08-24 11:24:48 -0700</bug_when>
    <thetext>Ping!</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>460002</commentid>
    <comment_count>20</comment_count>
      <attachid>104414</attachid>
    <who name="Beth Dakin">bdakin</who>
    <bug_when>2011-08-31 15:49:51 -0700</bug_when>
    <thetext>Comment on attachment 104414
Patch

r=me!</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>460017</commentid>
    <comment_count>21</comment_count>
      <attachid>104414</attachid>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2011-08-31 16:05:10 -0700</bug_when>
    <thetext>Comment on attachment 104414
Patch

Clearing flags on attachment: 104414

Committed r94243: &lt;http://trac.webkit.org/changeset/94243&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>460018</commentid>
    <comment_count>22</comment_count>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2011-08-31 16:05:14 -0700</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="1"
              ispatch="1"
              isprivate="0"
          >
            <attachid>104116</attachid>
            <date>2011-08-16 16:26:48 -0700</date>
            <delta_ts>2011-08-18 15:43:41 -0700</delta_ts>
            <desc>Patch</desc>
            <filename>bug-62686-20110816162647.patch</filename>
            <type>text/plain</type>
            <size>1673</size>
            <attacher name="Sailesh Agrawal">sail</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogOTMwODEKZGlmZiAtLWdpdCBhL1NvdXJjZS9XZWJDb3JlL0No
YW5nZUxvZyBiL1NvdXJjZS9XZWJDb3JlL0NoYW5nZUxvZwppbmRleCA2MGU4ZmM1MzEzOThiMmNk
YjZjMDk4YmY5NjBhYTczNzlhODhiYmVhLi42MjhjMjFiZTg4YmY2MDM4NzA2ZGQ0MzkwY2NkY2Q2
MzA1ZDU0OTg4IDEwMDY0NAotLS0gYS9Tb3VyY2UvV2ViQ29yZS9DaGFuZ2VMb2cKKysrIGIvU291
cmNlL1dlYkNvcmUvQ2hhbmdlTG9nCkBAIC0xLDMgKzEsMTkgQEAKKzIwMTEtMDgtMTYgIFNhaWxl
c2ggQWdyYXdhbCAgPHNhaWxAY2hyb21pdW0ub3JnPgorCisgICAgICAgIFtDaHJvbWl1bV0gU3dp
dGNoaW5nIGJldHdlZW4gb3ZlcmxheSBhbmQgb3BhcXVlIHNjcm9sbGJhcnMgY2F1c2VzIGdsaXRj
aGVzCisgICAgICAgIGh0dHBzOi8vYnVncy53ZWJraXQub3JnL3Nob3dfYnVnLmNnaT9pZD02MjY4
NgorCisgICAgICAgIFJldmlld2VkIGJ5IE5PQk9EWSAoT09QUyEpLgorCisgICAgICAgIFdoZW4g
c3dpdGNoaW5nIGZyb20gb3BhcXVlIHNjcm9sbGJhcnMgdG8gb3ZlcmxheSBzY3JvbGxiYXJzIHRo
ZSBwYWdlIGNvbnRlbnQgc2l6ZSB3b3VsZG4ndCBjaGFuZ2UgbGVhdmluZyBhIGVtcHR5IHJlZ2lv
biB1bmRlciB0aGUgb3ZlcmxheSBzY3JvbGxiYXIuCisKKyAgICAgICAgVGhlIHByb2JsZW0gd2Fz
IHRoYXQgd2Ugd2VyZSByZWx5aW5nIG9uIFNjcm9sbFZpZXc6OnVwZGF0ZVNjcm9sbGJhcnMoKSB0
byBraWNrIG9mZiBhIGxheW91dC4gVW5mb3J0dW5hdGVseSB0aGlzIGRvZXNuJ3QgaGFwcGVuIGJl
Y2F1c2UgdXBkYXRlU2Nyb2xsYmFycyBkb2Vzbid0IGRpc3Rpbmd1aXNoIGJldHdlZW4gb3Zlcmxh
eSBhbmQgb3BhcXVlIHNjcm9sbGJhcnMuCisKKyAgICAgICAgVG8gZml4IHRoaXMgSSdtIGV4cGxp
Y2l0bHkgaW52YWxpZGF0aW5nIHRoZSBsYXlvdXQgd2hlbiBTY3JvbGxWaWV3OjpzY3JvbGxiYXJT
dHlsZUNoYW5nZWQoKSBpcyBjYWxsZWQuCisKKyAgICAgICAgKiBwbGF0Zm9ybS9TY3JvbGxWaWV3
LmNwcDoKKyAgICAgICAgKFdlYkNvcmU6OlNjcm9sbFZpZXc6OnNjcm9sbGJhclN0eWxlQ2hhbmdl
ZCk6CisKIDIwMTEtMDgtMTUgIEplZmZyZXkgUGZhdSAgPGpwZmF1QGFwcGxlLmNvbT4KIAogICAg
ICAgICBOZXcgWE1MIHBhcnNlcjogYWRkIHhtbCBuYW1lc3BhY2UgdG8gdGhlIGRlZmF1bHQgbWFw
IG9mIG5hbWVzcGFjZXMKZGlmZiAtLWdpdCBhL1NvdXJjZS9XZWJDb3JlL3BsYXRmb3JtL1Njcm9s
bFZpZXcuY3BwIGIvU291cmNlL1dlYkNvcmUvcGxhdGZvcm0vU2Nyb2xsVmlldy5jcHAKaW5kZXgg
ODkwYzdmYzM1ODQ3NzEwY2U3M2ExZTc1Y2JhNmU0YWUwZDVhMzVhNy4uODI1ZTM5YWIzNzEwZjNh
OTliMDMyMDk1YzMyODkyYzBmYzllYWQ2NiAxMDA2NDQKLS0tIGEvU291cmNlL1dlYkNvcmUvcGxh
dGZvcm0vU2Nyb2xsVmlldy5jcHAKKysrIGIvU291cmNlL1dlYkNvcmUvcGxhdGZvcm0vU2Nyb2xs
Vmlldy5jcHAKQEAgLTkzOSw2ICs5MzksNyBAQCBib29sIFNjcm9sbFZpZXc6OmlzU2Nyb2xsQ29y
bmVyVmlzaWJsZSgpIGNvbnN0CiAKIHZvaWQgU2Nyb2xsVmlldzo6c2Nyb2xsYmFyU3R5bGVDaGFu
Z2VkKCkKIHsKKyAgICBjb250ZW50c1Jlc2l6ZWQoKTsKICAgICB1cGRhdGVTY3JvbGxiYXJzKHNj
cm9sbE9mZnNldCgpKTsKIH0KIAo=
</data>

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>104414</attachid>
            <date>2011-08-18 15:43:45 -0700</date>
            <delta_ts>2011-08-31 16:05:09 -0700</delta_ts>
            <desc>Patch</desc>
            <filename>bug-62686-20110818154344.patch</filename>
            <type>text/plain</type>
            <size>1809</size>
            <attacher name="Sailesh Agrawal">sail</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogOTMzMjgKZGlmZiAtLWdpdCBhL1NvdXJjZS9XZWJDb3JlL0No
YW5nZUxvZyBiL1NvdXJjZS9XZWJDb3JlL0NoYW5nZUxvZwppbmRleCBiMzFkZWY1NjM2NWM2Nzc1
MDk4ZGJjNTJiMzY3MGJkOGI0YmYzZTFkLi5mZmQ4NTAwNmQxMDQwYmU2NjRiZGE5ZjRkMWIyMmQ1
ODdlOWY5ZWZkIDEwMDY0NAotLS0gYS9Tb3VyY2UvV2ViQ29yZS9DaGFuZ2VMb2cKKysrIGIvU291
cmNlL1dlYkNvcmUvQ2hhbmdlTG9nCkBAIC0xLDMgKzEsMjEgQEAKKzIwMTEtMDgtMTggIFNhaWxl
c2ggQWdyYXdhbCAgPHNhaWxAY2hyb21pdW0ub3JnPgorCisgICAgICAgIFtDaHJvbWl1bV0gU3dp
dGNoaW5nIGJldHdlZW4gb3ZlcmxheSBhbmQgb3BhcXVlIHNjcm9sbGJhcnMgY2F1c2VzIGdsaXRj
aGVzCisgICAgICAgIGh0dHBzOi8vYnVncy53ZWJraXQub3JnL3Nob3dfYnVnLmNnaT9pZD02MjY4
NgorCisgICAgICAgIFJldmlld2VkIGJ5IE5PQk9EWSAoT09QUyEpLgorCisgICAgICAgIFdoZW4g
c3dpdGNoaW5nIGZyb20gb3BhcXVlIHNjcm9sbGJhcnMgdG8gb3ZlcmxheSBzY3JvbGxiYXJzIHRo
ZSBwYWdlIGNvbnRlbnQgc2l6ZSB3b3VsZG4ndCBjaGFuZ2UgbGVhdmluZyBhIGVtcHR5IHJlZ2lv
biB1bmRlciB0aGUgb3ZlcmxheSBzY3JvbGxiYXIuCisKKyAgICAgICAgVGhlIHByb2JsZW0gd2Fz
IHRoYXQgd2Ugd2VyZSByZWx5aW5nIG9uIFNjcm9sbFZpZXc6OnVwZGF0ZVNjcm9sbGJhcnMoKSB0
byBraWNrIG9mZiBhIGxheW91dC4gVW5mb3J0dW5hdGVseSB0aGlzIGRvZXNuJ3QgaGFwcGVuIGJl
Y2F1c2UgdXBkYXRlU2Nyb2xsYmFycyBkb2Vzbid0IGRpc3Rpbmd1aXNoIGJldHdlZW4gb3Zlcmxh
eSBhbmQgb3BhcXVlIHNjcm9sbGJhcnMuCisKKyAgICAgICAgVG8gZml4IHRoaXMgSSdtIGV4cGxp
Y2l0bHkgaW52YWxpZGF0aW5nIHRoZSBsYXlvdXQgd2hlbiBTY3JvbGxWaWV3OjpzY3JvbGxiYXJT
dHlsZUNoYW5nZWQoKSBpcyBjYWxsZWQuCisKKyAgICAgICAgTm8gdGVzdHMgYmVjYXVzZSB0aGVy
ZSBhcmUgbm8gTWFjIDEwLjcgY2hyb21pdW0gYm90cyB5ZXQuIEJ1ZyA2NjUwNCB3aWxsIHRyYWNr
IHRoZSB3b3JrIHRvIGFkZCB0aGVzZSB0ZXN0cyBvbmNlIHRoZSBib3RzIGFyZSBpbiBwbGFjZS4K
KworICAgICAgICAqIHBsYXRmb3JtL1Njcm9sbFZpZXcuY3BwOgorICAgICAgICAoV2ViQ29yZTo6
U2Nyb2xsVmlldzo6c2Nyb2xsYmFyU3R5bGVDaGFuZ2VkKToKKwogMjAxMS0wOC0xOCAgTmljbyBX
ZWJlciAgPHRoYWtpc0BjaHJvbWl1bS5vcmc+CiAKICAgICAgICAgRml4ICJtaXNzaW5nIHJldHVy
biIgZ2NjIHdhcm5pbmcgaW4gU2Nyb2xsQW5pbWF0b3JOb25lCmRpZmYgLS1naXQgYS9Tb3VyY2Uv
V2ViQ29yZS9wbGF0Zm9ybS9TY3JvbGxWaWV3LmNwcCBiL1NvdXJjZS9XZWJDb3JlL3BsYXRmb3Jt
L1Njcm9sbFZpZXcuY3BwCmluZGV4IDJlOTZmYzZhNTk2NDFjZGQ3Zjg0Njg0YmMxNGRmOGUyY2E2
MmRjZmMuLjA0MWUzODI3YzFmZWNjM2I4MGQzYzhhMjc5NDZmNDVlODJlODEwMDcgMTAwNjQ0Ci0t
LSBhL1NvdXJjZS9XZWJDb3JlL3BsYXRmb3JtL1Njcm9sbFZpZXcuY3BwCisrKyBiL1NvdXJjZS9X
ZWJDb3JlL3BsYXRmb3JtL1Njcm9sbFZpZXcuY3BwCkBAIC05MzksNiArOTM5LDcgQEAgYm9vbCBT
Y3JvbGxWaWV3Ojppc1Njcm9sbENvcm5lclZpc2libGUoKSBjb25zdAogCiB2b2lkIFNjcm9sbFZp
ZXc6OnNjcm9sbGJhclN0eWxlQ2hhbmdlZCgpCiB7CisgICAgY29udGVudHNSZXNpemVkKCk7CiAg
ICAgdXBkYXRlU2Nyb2xsYmFycyhzY3JvbGxPZmZzZXQoKSk7CiB9CiAK
</data>

          </attachment>
      

    </bug>

</bugzilla>