<?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>220925</bug_id>
          
          <creation_ts>2021-01-25 07:35:58 -0800</creation_ts>
          <short_desc>[webkit-patch] Allow user to opt out of browser for viewing the diff</short_desc>
          <delta_ts>2022-03-01 01:51:13 -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>Tools / Tests</component>
          <version>WebKit 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>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Angelos Oikonomopoulos">angelos</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>aakash_jain</cc>
    
    <cc>ap</cc>
    
    <cc>ddkilzer</cc>
    
    <cc>ews-watchlist</cc>
    
    <cc>fujii</cc>
    
    <cc>glenn</cc>
    
    <cc>jbedard</cc>
    
    <cc>sam</cc>
    
    <cc>slewis</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1722071</commentid>
    <comment_count>0</comment_count>
    <who name="Angelos Oikonomopoulos">angelos</who>
    <bug_when>2021-01-25 07:35:58 -0800</bug_when>
    <thetext>[webkit-patch] Allow user to opt out of browser for viewing the diff</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1722072</commentid>
    <comment_count>1</comment_count>
      <attachid>418293</attachid>
    <who name="Angelos Oikonomopoulos">angelos</who>
    <bug_when>2021-01-25 07:39:03 -0800</bug_when>
    <thetext>Created attachment 418293
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1722086</commentid>
    <comment_count>2</comment_count>
      <attachid>418293</attachid>
    <who name="Jonathan Bedard">jbedard</who>
    <bug_when>2021-01-25 08:51:23 -0800</bug_when>
    <thetext>Comment on attachment 418293
Patch

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

&gt; Tools/Scripts/webkitpy/common/system/user.py:175
&gt; +            return False

Not against this in principle...is the rationale that the user does not want to see the diff (even though they have a browser) or that the user does not have a browser installed? If it&apos;s the latter, what does this function actually do?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1722171</commentid>
    <comment_count>3</comment_count>
    <who name="Angelos Oikonomopoulos">angelos</who>
    <bug_when>2021-01-25 11:42:47 -0800</bug_when>
    <thetext>(In reply to Jonathan Bedard from comment #2)
&gt; Comment on attachment 418293 [details]
&gt; Patch
&gt; 
&gt; View in context:
&gt; https://bugs.webkit.org/attachment.cgi?id=418293&amp;action=review
&gt; 
&gt; &gt; Tools/Scripts/webkitpy/common/system/user.py:175
&gt; &gt; +            return False
&gt; 
&gt; Not against this in principle...is the rationale that the user does not want
&gt; to see the diff (even though they have a browser) or that the user does not
&gt; have a browser installed? If it&apos;s the latter, what does this function
&gt; actually do?

The motivating use case is that the user does want to see the diff, except not in a browser. This may be the case when they&apos;re connected over ssh to a remote box that has a text-mode browser installed for other reasons, but the diff is not really viewable in the text-mode browser.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1722213</commentid>
    <comment_count>4</comment_count>
      <attachid>418293</attachid>
    <who name="Sam Weinig">sam</who>
    <bug_when>2021-01-25 12:54:13 -0800</bug_when>
    <thetext>Comment on attachment 418293
Patch

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

&gt; Tools/Scripts/webkitpy/common/system/user.py:174
&gt; +        if os.environ.get(&quot;WEBKIT_PATCH_NO_BROWSER&quot;):

This seems reasonably, but I think we would want this to have also be configurable via an argument and documented in the help text, as an environment variable is not very discoverable.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1722251</commentid>
    <comment_count>5</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2021-01-25 13:56:20 -0800</bug_when>
    <thetext>&gt; The motivating use case is that the user does want to see the diff, except
&gt; not in a browser. This may be the case when they&apos;re connected over ssh to a
&gt; remote box that has a text-mode browser installed for other reasons, but the
&gt; diff is not really viewable in the text-mode browser.

Is there a way to detect this automatically? There probably is one on macOS at least, although I&apos;m do not know how exactly. The design of this function is that webbrowser.get() raises an exception when it&apos;s not available, so this is probably where the check for WEBKIT_PATCH_NO_BROWSER needs to go, if there is no automatic solution.

What is the failure behavior that you are currently observing?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1722272</commentid>
    <comment_count>6</comment_count>
    <who name="Angelos Oikonomopoulos">angelos</who>
    <bug_when>2021-01-25 14:17:16 -0800</bug_when>
    <thetext>(In reply to Alexey Proskuryakov from comment #5)
&gt; &gt; The motivating use case is that the user does want to see the diff, except
&gt; &gt; not in a browser. This may be the case when they&apos;re connected over ssh to a
&gt; &gt; remote box that has a text-mode browser installed for other reasons, but the
&gt; &gt; diff is not really viewable in the text-mode browser.
&gt; 
&gt; Is there a way to detect this automatically?

I&apos;m not sure what &apos;this&apos; refers to here.

&gt; There probably is one on macOS
&gt; at least, although I&apos;m do not know how exactly. The design of this function
&gt; is that webbrowser.get() raises an exception when it&apos;s not available, so
&gt; this is probably where the check for WEBKIT_PATCH_NO_BROWSER needs to go, if
&gt; there is no automatic solution.

Not sure if I understand correctly; the reason I placed the check at the top of the function was to do what the name of the variable does, i.e. not use a browser regardless of if one is available or not. I should add that this also helps in the case where the user doesn&apos;t want to hunt for the new diff tab in their open browser windows but would rather see the diff &quot;synchronously&quot;, i.e. in the terminal they&apos;re working in, in a pager.

&gt; What is the failure behavior that you are currently observing?

The failure is that if any text-mode browser is installed on the machine that I&apos;ve ssh&apos;d in to, then running webkit-patch will show me the diff in that browser, however the diff is not readable in a text-mode browser.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1722274</commentid>
    <comment_count>7</comment_count>
    <who name="Angelos Oikonomopoulos">angelos</who>
    <bug_when>2021-01-25 14:20:24 -0800</bug_when>
    <thetext>(In reply to Sam Weinig from comment #4)
&gt; Comment on attachment 418293 [details]
&gt; Patch
&gt; 
&gt; View in context:
&gt; https://bugs.webkit.org/attachment.cgi?id=418293&amp;action=review
&gt; 
&gt; &gt; Tools/Scripts/webkitpy/common/system/user.py:174
&gt; &gt; +        if os.environ.get(&quot;WEBKIT_PATCH_NO_BROWSER&quot;):
&gt; 
&gt; This seems reasonably, but I think we would want this to have also be
&gt; configurable via an argument and documented in the help text, as an
&gt; environment variable is not very discoverable.

The discoverability is a good point. TBH adding an option for this felt a little heavy-weight and mentioning the environment variable in the help text seems even less subtle. Yet I imagine in most cases the user would want to set the environment variable rather than pass in a flag for every invocation. So if we want to make this discoverable, sounds like this is the way to go.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1722383</commentid>
    <comment_count>8</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2021-01-25 19:50:36 -0800</bug_when>
    <thetext>&gt; I&apos;m not sure what &apos;this&apos; refers to here.

Running in a session where the browser cannot display diffs. I imagine that it&apos;s pretty limited set of configurations that you&apos;d need to detect.

I guess another consideration is that the function that you are patching is more generic than just diff viewing. Wouldn&apos;t this also prevent viewing test results, and do we want that?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1722384</commentid>
    <comment_count>9</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2021-01-25 19:51:11 -0800</bug_when>
    <thetext>To be clear, I don&apos;t feel very strongly about this.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1722440</commentid>
    <comment_count>10</comment_count>
    <who name="Angelos Oikonomopoulos">angelos</who>
    <bug_when>2021-01-26 03:05:56 -0800</bug_when>
    <thetext>(In reply to Alexey Proskuryakov from comment #8)
&gt; &gt; I&apos;m not sure what &apos;this&apos; refers to here.
&gt; 
&gt; Running in a session where the browser cannot display diffs. I imagine that
&gt; it&apos;s pretty limited set of configurations that you&apos;d need to detect.

I have no idea; also, I wonder if with some text-mode browsers the diff might be something a person can understand, but still hard to make out, in which case we&apos;d need to make a judgement call.

&gt; I guess another consideration is that the function that you are patching is
&gt; more generic than just diff viewing. Wouldn&apos;t this also prevent viewing test
&gt; results, and do we want that?

AFAICS, this patch will only affect diff viewing. can_open_url is used in exactly two places. The first when deciding how to show the diff, the other is in open_url. open_url is used in various places, but it only uses the result of can_open_url to print a warning and then proceeds to unconditionally try and open the url in a browser:

    def open_url(self, url):
        if not self.can_open_url():
            _log.warn(&quot;Failed to open %s&quot; % url)
        webbrowser.open(url)

So I think this should be pretty safe ATM. Though perhaps I should rename the variable to WEBKIT_PATCH_PREFER_PAGER and only check it in ConfirmDiff._show_pretty_diff.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1722459</commentid>
    <comment_count>11</comment_count>
      <attachid>418397</attachid>
    <who name="Angelos Oikonomopoulos">angelos</who>
    <bug_when>2021-01-26 05:01:49 -0800</bug_when>
    <thetext>Created attachment 418397
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1722460</commentid>
    <comment_count>12</comment_count>
    <who name="Angelos Oikonomopoulos">angelos</who>
    <bug_when>2021-01-26 05:02:24 -0800</bug_when>
    <thetext>(In reply to Angelos Oikonomopoulos from comment #10)
[...]
&gt; So I think this should be pretty safe ATM. Though perhaps I should rename
&gt; the variable to WEBKIT_PATCH_PREFER_PAGER and only check it in
&gt; ConfirmDiff._show_pretty_diff.

Submitted a new patch with this change.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1722515</commentid>
    <comment_count>13</comment_count>
    <who name="Angelos Oikonomopoulos">angelos</who>
    <bug_when>2021-01-26 08:06:04 -0800</bug_when>
    <thetext>(In reply to Angelos Oikonomopoulos from comment #7)
&gt; (In reply to Sam Weinig from comment #4)
&gt; &gt; Comment on attachment 418293 [details]
&gt; &gt; Patch
&gt; &gt; 
&gt; &gt; View in context:
&gt; &gt; https://bugs.webkit.org/attachment.cgi?id=418293&amp;action=review
&gt; &gt; 
&gt; &gt; &gt; Tools/Scripts/webkitpy/common/system/user.py:174
&gt; &gt; &gt; +        if os.environ.get(&quot;WEBKIT_PATCH_NO_BROWSER&quot;):
&gt; &gt; 
&gt; &gt; This seems reasonably, but I think we would want this to have also be
&gt; &gt; configurable via an argument and documented in the help text, as an
&gt; &gt; environment variable is not very discoverable.
&gt; 
&gt; The discoverability is a good point. TBH adding an option for this felt a
&gt; little heavy-weight and mentioning the environment variable in the help text
&gt; seems even less subtle. Yet I imagine in most cases the user would want to
&gt; set the environment variable rather than pass in a flag for every
&gt; invocation. So if we want to make this discoverable, sounds like this is the
&gt; way to go.

Not sure how to best handle this. AFAIU adding this flag and propagating it to ConfirmDiff seems like a pretty invasive change for something this trivial. I guuess Ican look into that, but is it worth the trade off in added complexity?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1724237</commentid>
    <comment_count>14</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2021-02-01 07:36:16 -0800</bug_when>
    <thetext>&lt;rdar://problem/73828826&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1732475</commentid>
    <comment_count>15</comment_count>
    <who name="Angelos Oikonomopoulos">angelos</who>
    <bug_when>2021-02-23 02:58:20 -0800</bug_when>
    <thetext>Ping.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1846662</commentid>
    <comment_count>16</comment_count>
      <attachid>418397</attachid>
    <who name="Jonathan Bedard">jbedard</who>
    <bug_when>2022-02-28 09:28:59 -0800</bug_when>
    <thetext>Comment on attachment 418397
Patch

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

&gt; Tools/Scripts/webkitpy/tool/steps/confirmdiff.py:54
&gt; +        if os.environ.get(&apos;WEBKIT_PATCH_PREFER_PAGER&apos;) or not self._tool.user.can_open_url():

r+ing this for now, but this will be more relevant in git-webkit, where we&apos;ll probably do this with a git config option.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1846713</commentid>
    <comment_count>17</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2022-02-28 11:20:11 -0800</bug_when>
    <thetext>Committed r290608 (247881@main): &lt;https://commits.webkit.org/247881@main&gt;

All reviewed patches have been landed. Closing bug and clearing flags on attachment 418397.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1846955</commentid>
    <comment_count>18</comment_count>
    <who name="Angelos Oikonomopoulos">angelos</who>
    <bug_when>2022-03-01 01:51:13 -0800</bug_when>
    <thetext>(In reply to Jonathan Bedard from comment #16)
&gt; Comment on attachment 418397 [details]
&gt; Patch
&gt; 
&gt; View in context:
&gt; https://bugs.webkit.org/attachment.cgi?id=418397&amp;action=review
&gt; 
&gt; &gt; Tools/Scripts/webkitpy/tool/steps/confirmdiff.py:54
&gt; &gt; +        if os.environ.get(&apos;WEBKIT_PATCH_PREFER_PAGER&apos;) or not self._tool.user.can_open_url():
&gt; 
&gt; r+ing this for now, but this will be more relevant in git-webkit, where
&gt; we&apos;ll probably do this with a git config option.

I&apos;ll submit a patch as soon as I can start using git-webkit then ;-)</thetext>
  </long_desc>
      
          <attachment
              isobsolete="1"
              ispatch="1"
              isprivate="0"
          >
            <attachid>418293</attachid>
            <date>2021-01-25 07:39:03 -0800</date>
            <delta_ts>2021-01-26 05:01:42 -0800</delta_ts>
            <desc>Patch</desc>
            <filename>bug-220925-20210125153901.patch</filename>
            <type>text/plain</type>
            <size>1381</size>
            <attacher name="Angelos Oikonomopoulos">angelos</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMjcxNzg4CmRpZmYgLS1naXQgYS9Ub29scy9DaGFuZ2VMb2cg
Yi9Ub29scy9DaGFuZ2VMb2cKaW5kZXggOWU0ODRiYWRhZWEzYTBjYzFhNjBlZGM5ZjNkMjYwNzQ5
NWNjYjgyZi4uOTUyYTU1NTgwMzIyNzBiNDM3Y2QwOTcxY2M2MmRlN2EwY2U2Y2JlMSAxMDA2NDQK
LS0tIGEvVG9vbHMvQ2hhbmdlTG9nCisrKyBiL1Rvb2xzL0NoYW5nZUxvZwpAQCAtMSwzICsxLDE2
IEBACisyMDIxLTAxLTI1ICBBbmdlbG9zIE9pa29ub21vcG91bG9zICA8YW5nZWxvc0BpZ2FsaWEu
Y29tPgorCisgICAgICAgIFt3ZWJraXQtcGF0Y2hdIEFsbG93IHVzZXIgdG8gb3B0IG91dCBvZiBi
cm93c2VyIGZvciB2aWV3aW5nIHRoZSBkaWZmCisgICAgICAgIGh0dHBzOi8vYnVncy53ZWJraXQu
b3JnL3Nob3dfYnVnLmNnaT9pZD0yMjA5MjUKKworICAgICAgICBSZXZpZXdlZCBieSBOT0JPRFkg
KE9PUFMhKS4KKworICAgICAgICBUaGUgdXNlciBtYXkgbGVnaXRpbWF0ZWx5IGhhdmUgYSBicm93
c2VyIGluc3RhbGxlZCB5ZXQgbm90IHdhbnQgdG8KKyAgICAgICAgdXNlIGl0IHRvIHZpZXcgdGhl
IGRpZmYuCisKKyAgICAgICAgKiBTY3JpcHRzL3dlYmtpdHB5L2NvbW1vbi9zeXN0ZW0vdXNlci5w
eToKKyAgICAgICAgKFVzZXIuY2FuX29wZW5fdXJsKToKKwogMjAyMS0wMS0yNCAgU2ltb24gRnJh
c2VyICA8c2ltb24uZnJhc2VyQGFwcGxlLmNvbT4KIAogICAgICAgICBbaU9TIFdLMl0gdGhldmVy
Z2UuY29tIC0gcnViYmVyIGJhbmQgc2Nyb2xsaW5nIGF0IHRoZSB0b3Agb2YgdGhlIHBhZ2UgY2F1
c2VzIGFuIGFicnVwdCBqdW1wCmRpZmYgLS1naXQgYS9Ub29scy9TY3JpcHRzL3dlYmtpdHB5L2Nv
bW1vbi9zeXN0ZW0vdXNlci5weSBiL1Rvb2xzL1NjcmlwdHMvd2Via2l0cHkvY29tbW9uL3N5c3Rl
bS91c2VyLnB5CmluZGV4IDE0N2MxMDM1NTc0NzU1OTExMzMzMWExYjgyNjllYTI3NjRmODg1ZDcu
LmYxZjdjMzFhNzMxN2JhODZkYjQ4YWVlZTdmMmE0ODI0MDU4NzE3ZjkgMTAwNjQ0Ci0tLSBhL1Rv
b2xzL1NjcmlwdHMvd2Via2l0cHkvY29tbW9uL3N5c3RlbS91c2VyLnB5CisrKyBiL1Rvb2xzL1Nj
cmlwdHMvd2Via2l0cHkvY29tbW9uL3N5c3RlbS91c2VyLnB5CkBAIC0xNzEsNiArMTcxLDggQEAg
Y2xhc3MgVXNlcihvYmplY3QpOgogICAgICAgICByZXR1cm4gcmVzcG9uc2UubG93ZXIoKSA9PSAn
eScKIAogICAgIGRlZiBjYW5fb3Blbl91cmwoc2VsZik6CisgICAgICAgIGlmIG9zLmVudmlyb24u
Z2V0KCJXRUJLSVRfUEFUQ0hfTk9fQlJPV1NFUiIpOgorICAgICAgICAgICAgcmV0dXJuIEZhbHNl
CiAgICAgICAgIHRyeToKICAgICAgICAgICAgIHdlYmJyb3dzZXIuZ2V0KCkKICAgICAgICAgICAg
IHJldHVybiBUcnVlCg==
</data>

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>418397</attachid>
            <date>2021-01-26 05:01:49 -0800</date>
            <delta_ts>2022-02-28 11:20:14 -0800</delta_ts>
            <desc>Patch</desc>
            <filename>bug-220925-20210126130148.patch</filename>
            <type>text/plain</type>
            <size>1673</size>
            <attacher name="Angelos Oikonomopoulos">angelos</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMjcxNzg4CmRpZmYgLS1naXQgYS9Ub29scy9DaGFuZ2VMb2cg
Yi9Ub29scy9DaGFuZ2VMb2cKaW5kZXggOWU0ODRiYWRhZWEzYTBjYzFhNjBlZGM5ZjNkMjYwNzQ5
NWNjYjgyZi4uOTUyYTU1NTgwMzIyNzBiNDM3Y2QwOTcxY2M2MmRlN2EwY2U2Y2JlMSAxMDA2NDQK
LS0tIGEvVG9vbHMvQ2hhbmdlTG9nCisrKyBiL1Rvb2xzL0NoYW5nZUxvZwpAQCAtMSwzICsxLDE2
IEBACisyMDIxLTAxLTI1ICBBbmdlbG9zIE9pa29ub21vcG91bG9zICA8YW5nZWxvc0BpZ2FsaWEu
Y29tPgorCisgICAgICAgIFt3ZWJraXQtcGF0Y2hdIEFsbG93IHVzZXIgdG8gb3B0IG91dCBvZiBi
cm93c2VyIGZvciB2aWV3aW5nIHRoZSBkaWZmCisgICAgICAgIGh0dHBzOi8vYnVncy53ZWJraXQu
b3JnL3Nob3dfYnVnLmNnaT9pZD0yMjA5MjUKKworICAgICAgICBSZXZpZXdlZCBieSBOT0JPRFkg
KE9PUFMhKS4KKworICAgICAgICBUaGUgdXNlciBtYXkgbGVnaXRpbWF0ZWx5IGhhdmUgYSBicm93
c2VyIGluc3RhbGxlZCB5ZXQgbm90IHdhbnQgdG8KKyAgICAgICAgdXNlIGl0IHRvIHZpZXcgdGhl
IGRpZmYuCisKKyAgICAgICAgKiBTY3JpcHRzL3dlYmtpdHB5L2NvbW1vbi9zeXN0ZW0vdXNlci5w
eToKKyAgICAgICAgKFVzZXIuY2FuX29wZW5fdXJsKToKKwogMjAyMS0wMS0yNCAgU2ltb24gRnJh
c2VyICA8c2ltb24uZnJhc2VyQGFwcGxlLmNvbT4KIAogICAgICAgICBbaU9TIFdLMl0gdGhldmVy
Z2UuY29tIC0gcnViYmVyIGJhbmQgc2Nyb2xsaW5nIGF0IHRoZSB0b3Agb2YgdGhlIHBhZ2UgY2F1
c2VzIGFuIGFicnVwdCBqdW1wCmRpZmYgLS1naXQgYS9Ub29scy9TY3JpcHRzL3dlYmtpdHB5L3Rv
b2wvc3RlcHMvY29uZmlybWRpZmYucHkgYi9Ub29scy9TY3JpcHRzL3dlYmtpdHB5L3Rvb2wvc3Rl
cHMvY29uZmlybWRpZmYucHkKaW5kZXggYWYzNDg5ZDNlNjkyZTU4MGIxMzVlZTE0YTc4YTIwMDQz
ODA5OGQzNS4uOWI3YWQzZjllZWQ1ZTY4NDk0MGZhMDI1YTQyMDA5MTIzNmI2ZDY5YiAxMDA2NDQK
LS0tIGEvVG9vbHMvU2NyaXB0cy93ZWJraXRweS90b29sL3N0ZXBzL2NvbmZpcm1kaWZmLnB5Cisr
KyBiL1Rvb2xzL1NjcmlwdHMvd2Via2l0cHkvdG9vbC9zdGVwcy9jb25maXJtZGlmZi5weQpAQCAt
MjYsNiArMjYsNyBAQAogIyAoSU5DTFVESU5HIE5FR0xJR0VOQ0UgT1IgT1RIRVJXSVNFKSBBUklT
SU5HIElOIEFOWSBXQVkgT1VUIE9GIFRIRSBVU0UKICMgT0YgVEhJUyBTT0ZUV0FSRSwgRVZFTiBJ
RiBBRFZJU0VEIE9GIFRIRSBQT1NTSUJJTElUWSBPRiBTVUNIIERBTUFHRS4KIAoraW1wb3J0IG9z
CiBpbXBvcnQgc3lzCiAKIGZyb20gd2Via2l0cHkudG9vbC5zdGVwcy5hYnN0cmFjdHN0ZXAgaW1w
b3J0IEFic3RyYWN0U3RlcApAQCAtNTAsNyArNTEsNyBAQCBjbGFzcyBDb25maXJtRGlmZihBYnN0
cmFjdFN0ZXApOgogICAgICAgICBdCiAKICAgICBkZWYgX3Nob3dfcHJldHR5X2RpZmYoc2VsZiwg
ZGlmZik6Ci0gICAgICAgIGlmIG5vdCBzZWxmLl90b29sLnVzZXIuY2FuX29wZW5fdXJsKCk6Cisg
ICAgICAgIGlmIG9zLmVudmlyb24uZ2V0KCdXRUJLSVRfUEFUQ0hfUFJFRkVSX1BBR0VSJykgb3Ig
bm90IHNlbGYuX3Rvb2wudXNlci5jYW5fb3Blbl91cmwoKToKICAgICAgICAgICAgIHJldHVybiBO
b25lCiAKICAgICAgICAgdHJ5Ogo=
</data>

          </attachment>
      

    </bug>

</bugzilla>