<?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>28196</bug_id>
          
          <creation_ts>2009-08-11 15:52:24 -0700</creation_ts>
          <short_desc>Chromium: Show a &quot;Playback Disabled&quot; button on media error.</short_desc>
          <delta_ts>2009-08-13 15:50:15 -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>WebCore Misc.</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>P4</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Kyle Prete">kylep</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ajwong</cc>
    
    <cc>eric</cc>
    
    <cc>levin</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>139148</commentid>
    <comment_count>0</comment_count>
    <who name="Kyle Prete">kylep</who>
    <bug_when>2009-08-11 15:52:24 -0700</bug_when>
    <thetext>Load and paint a mediaPlayDisabled image in RenderThemeChromiumSkia::paintMediaPlayButton() to display when the mediaElement cannot load.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>139149</commentid>
    <comment_count>1</comment_count>
      <attachid>34608</attachid>
    <who name="Kyle Prete">kylep</who>
    <bug_when>2009-08-11 15:54:51 -0700</bug_when>
    <thetext>Created attachment 34608
Fix

Loads and paints a disabled playback image.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>139159</commentid>
    <comment_count>2</comment_count>
      <attachid>34608</attachid>
    <who name="David Levin">levin</who>
    <bug_when>2009-08-11 16:25:08 -0700</bug_when>
    <thetext>Comment on attachment 34608
Fix

The diff here is odd.  It should have WebCore/ prefixed before each file.  I suspect that you are working from a chromium directory and that&apos;s why you have this problem.  (I don&apos;t do that so I don&apos;t know the fix.)  At worst fix it by hand to aid in landing your patch.



&gt; Index: ChangeLog
&gt; +2009-08-11  Kyle Prete  &lt;kylep@chromium.org&gt;
&gt; +
&gt; +        Reviewed by NOBODY (OOPS!).
&gt; +

You need the bug title and a link to the bug here. (see other changelog entries.)

prepare-ChangeLog -bug # will give the you the right format.


&gt; +        Use a disabled play button when the media file cannot be played.
&gt; +
&gt; +        No new tests. (OOPS!)

This shouldn&apos;t be here.  Either add a test or indicate if existing tests cover this.


&gt; Index: rendering/RenderThemeChromiumSkia.cpp
&gt;      static Image* mediaPlay = Image::loadPlatformResource(&quot;mediaPlay&quot;).releaseRef();
&gt;      static Image* mediaPause = Image::loadPlatformResource(&quot;mediaPause&quot;).releaseRef();
&gt; +    static Image* mediaPlayDisabled = Image::loadPlatformResource(&quot;mediaPlayDisabled&quot;).releaseRef();
&gt;  
&gt; +    if (mediaElement-&gt;networkState() == HTMLMediaElement::NETWORK_NO_SOURCE)
&gt; +      return paintMediaButtonInternal(paintInfo.context, rect, mediaPlayDisabled);

This needs a 4 space indent.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>139170</commentid>
    <comment_count>3</comment_count>
      <attachid>34615</attachid>
    <who name="Kyle Prete">kylep</who>
    <bug_when>2009-08-11 16:57:25 -0700</bug_when>
    <thetext>Created attachment 34615
Fix

Thanks for the review. Your comments should be covered by this revision.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>139567</commentid>
    <comment_count>4</comment_count>
      <attachid>34615</attachid>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2009-08-12 14:57:59 -0700</bug_when>
    <thetext>Comment on attachment 34615
Fix

Rejecting patch 34615 from commit-queue.  This patch will require manual commit.

Patch https://bugs.webkit.org/attachment.cgi?id=34615 from bug 28196 failed to download and apply.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>139606</commentid>
    <comment_count>5</comment_count>
      <attachid>34615</attachid>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2009-08-12 15:33:46 -0700</bug_when>
    <thetext>Comment on attachment 34615
Fix

Not sure why this was rejected from the queue.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>139630</commentid>
    <comment_count>6</comment_count>
      <attachid>34615</attachid>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2009-08-12 16:08:28 -0700</bug_when>
    <thetext>Comment on attachment 34615
Fix

Rejecting patch 34615 from commit-queue.  This patch will require manual commit.

Patch https://bugs.webkit.org/attachment.cgi?id=34615 from bug 28196 failed to download and apply.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>139631</commentid>
    <comment_count>7</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2009-08-12 16:09:47 -0700</bug_when>
    <thetext>Oh, this patch was made from within WebCore instead of the top level directory.  that&apos;s why it&apos;s failing:

patching file WebCore/ChangeLog
patch: **** malformed patch at line 20:  

patch -p0 &quot;WebCore/ChangeLog&quot; returned 2.  Pass --force to ignore patch failures.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>139633</commentid>
    <comment_count>8</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2009-08-12 16:10:44 -0700</bug_when>
    <thetext>It seems that we could teach svn-apply to handle such patches, especially since the full path is actually in the patch.  But maybe this patch is truly malformed?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>139679</commentid>
    <comment_count>9</comment_count>
    <who name="Kyle Prete">kylep</who>
    <bug_when>2009-08-12 17:39:26 -0700</bug_when>
    <thetext>Is it? This is only my second time submitting a patch to Webkit. If I&apos;ve made a mistake, please let me know so I can fix it.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>139712</commentid>
    <comment_count>10</comment_count>
    <who name="David Levin">levin</who>
    <bug_when>2009-08-12 20:41:27 -0700</bug_when>
    <thetext>Kyle, I think you fixed this issue :&quot;It should have WebCore/ prefixed before each file.&quot; by hand, which is ok but you need to fix every file name,

Note that there is 
  --- ChangeLog	(revision 47069)
  +++ ChangeLog	(working copy)
in the patch, for example.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>139913</commentid>
    <comment_count>11</comment_count>
      <attachid>34756</attachid>
    <who name="Kyle Prete">kylep</who>
    <bug_when>2009-08-13 10:17:40 -0700</bug_when>
    <thetext>Created attachment 34756
Fix

Whoops. Ok, added more prefixes - this should work now.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>139914</commentid>
    <comment_count>12</comment_count>
      <attachid>34756</attachid>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2009-08-13 10:20:42 -0700</bug_when>
    <thetext>Comment on attachment 34756
Fix

This change is wrong now too.

The patch should only have the directories under WebKit in it.

svn-create-patch (which you should be using) will do this for you.

bugzilla-tool post-diff 28196
will also do this for you.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>139941</commentid>
    <comment_count>13</comment_count>
    <who name="David Levin">levin</who>
    <bug_when>2009-08-13 11:19:52 -0700</bug_when>
    <thetext>He has an odd enlistment. (enlisted in WebCore and JSC etc separately), so the svn-create-patch thing gives the wrong result.  (It leaves out WebCore/)

Kyle, the top level dir WebKit/shouldn&apos;t be in the path but you did fix all the file names this time :) Sorry if I miscommunicated this.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>139957</commentid>
    <comment_count>14</comment_count>
    <who name="Albert J. Wong">ajwong</who>
    <bug_when>2009-08-13 11:52:58 -0700</bug_when>
    <thetext>I think this particular structure is going to end up being quite common for people who hack the webkit checkout that&apos;s embedded in the chromium source tree. :(

Interesitng note, if you specify the paths explicitly like &quot;svn-create-patch WebCore&quot;, you will get diff output but the paths will end up rooted off the someplace weird (like the root of the chromium checkout).

I&apos;m willing to manually land this if you guys are okay with that.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>139998</commentid>
    <comment_count>15</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2009-08-13 13:20:04 -0700</bug_when>
    <thetext>Seems like this hybrid checkout is not well supported.  Someone needs to file bugs and fix the tools if such a hybrid is desired.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>140039</commentid>
    <comment_count>16</comment_count>
      <attachid>34756</attachid>
    <who name="David Levin">levin</who>
    <bug_when>2009-08-13 14:33:18 -0700</bug_when>
    <thetext>Comment on attachment 34756
Fix

The change is fine.  The patch format needs massaging his ajwong has offered to do.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>140082</commentid>
    <comment_count>17</comment_count>
    <who name="Albert J. Wong">ajwong</who>
    <bug_when>2009-08-13 15:50:15 -0700</bug_when>
    <thetext>Committed as r47247.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="1"
              ispatch="1"
              isprivate="0"
          >
            <attachid>34608</attachid>
            <date>2009-08-11 15:54:51 -0700</date>
            <delta_ts>2009-08-11 16:57:25 -0700</delta_ts>
            <desc>Fix</desc>
            <filename>patch.txt</filename>
            <type>text/plain</type>
            <size>1405</size>
            <attacher name="Kyle Prete">kylep</attacher>
            
              <data encoding="base64">SW5kZXg6IENoYW5nZUxvZwo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09Ci0tLSBDaGFuZ2VMb2cJKHJldmlzaW9uIDQ3MDY5
KQorKysgQ2hhbmdlTG9nCSh3b3JraW5nIGNvcHkpCkBAIC0xLDMgKzEsMTQgQEAKKzIwMDktMDgt
MTEgIEt5bGUgUHJldGUgIDxreWxlcEBjaHJvbWl1bS5vcmc+CisKKyAgICAgICAgUmV2aWV3ZWQg
YnkgTk9CT0RZIChPT1BTISkuCisKKyAgICAgICAgVXNlIGEgZGlzYWJsZWQgcGxheSBidXR0b24g
d2hlbiB0aGUgbWVkaWEgZmlsZSBjYW5ub3QgYmUgcGxheWVkLgorCisgICAgICAgIE5vIG5ldyB0
ZXN0cy4gKE9PUFMhKQorCisgICAgICAgICogcmVuZGVyaW5nL1JlbmRlclRoZW1lQ2hyb21pdW1T
a2lhLmNwcDoKKyAgICAgICAgKFdlYkNvcmU6OlJlbmRlclRoZW1lQ2hyb21pdW1Ta2lhOjpwYWlu
dE1lZGlhUGxheUJ1dHRvbik6CisKIDIwMDktMDgtMTEgIE1heGltZSBTaW1vbiAgPHNpbW9uLm1h
eGltZUBnbWFpbC5jb20+CiAKICAgICAgICAgUmV2aWV3ZWQgYnkgRXJpYyBTZWlkZWwuCkluZGV4
OiByZW5kZXJpbmcvUmVuZGVyVGhlbWVDaHJvbWl1bVNraWEuY3BwCj09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KLS0tIHJl
bmRlcmluZy9SZW5kZXJUaGVtZUNocm9taXVtU2tpYS5jcHAJKHJldmlzaW9uIDQ3MDQxKQorKysg
cmVuZGVyaW5nL1JlbmRlclRoZW1lQ2hyb21pdW1Ta2lhLmNwcAkod29ya2luZyBjb3B5KQpAQCAt
NjEwLDcgKzYxMCwxMSBAQAogCiAgICAgc3RhdGljIEltYWdlKiBtZWRpYVBsYXkgPSBJbWFnZTo6
bG9hZFBsYXRmb3JtUmVzb3VyY2UoIm1lZGlhUGxheSIpLnJlbGVhc2VSZWYoKTsKICAgICBzdGF0
aWMgSW1hZ2UqIG1lZGlhUGF1c2UgPSBJbWFnZTo6bG9hZFBsYXRmb3JtUmVzb3VyY2UoIm1lZGlh
UGF1c2UiKS5yZWxlYXNlUmVmKCk7CisgICAgc3RhdGljIEltYWdlKiBtZWRpYVBsYXlEaXNhYmxl
ZCA9IEltYWdlOjpsb2FkUGxhdGZvcm1SZXNvdXJjZSgibWVkaWFQbGF5RGlzYWJsZWQiKS5yZWxl
YXNlUmVmKCk7CiAKKyAgICBpZiAobWVkaWFFbGVtZW50LT5uZXR3b3JrU3RhdGUoKSA9PSBIVE1M
TWVkaWFFbGVtZW50OjpORVRXT1JLX05PX1NPVVJDRSkKKyAgICAgIHJldHVybiBwYWludE1lZGlh
QnV0dG9uSW50ZXJuYWwocGFpbnRJbmZvLmNvbnRleHQsIHJlY3QsIG1lZGlhUGxheURpc2FibGVk
KTsKKwogICAgIHJldHVybiBwYWludE1lZGlhQnV0dG9uSW50ZXJuYWwocGFpbnRJbmZvLmNvbnRl
eHQsIHJlY3QsIG1lZGlhRWxlbWVudC0+cGF1c2VkKCkgPyBtZWRpYVBsYXkgOiBtZWRpYVBhdXNl
KTsKICNlbHNlCiAgICAgVU5VU0VEX1BBUkFNKG9iamVjdCk7Cg==
</data>
<flag name="review"
          id="18760"
          type_id="1"
          status="-"
          setter="levin"
    />
          </attachment>
          <attachment
              isobsolete="1"
              ispatch="1"
              isprivate="0"
          >
            <attachid>34615</attachid>
            <date>2009-08-11 16:57:25 -0700</date>
            <delta_ts>2009-08-13 10:17:40 -0700</delta_ts>
            <desc>Fix</desc>
            <filename>patch.txt</filename>
            <type>text/plain</type>
            <size>1599</size>
            <attacher name="Kyle Prete">kylep</attacher>
            
              <data encoding="base64">SW5kZXg6IFdlYkNvcmUvQ2hhbmdlTG9nCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KLS0tIENoYW5nZUxvZwkocmV2aXNp
b24gNDcwNjkpCisrKyBDaGFuZ2VMb2cJKHdvcmtpbmcgY29weSkKQEAgLTEsMyArMSwxNCBAQAor
MjAwOS0wOC0xMSAgS3lsZSBQcmV0ZSAgPGt5bGVwQGNocm9taXVtLm9yZz4KKworICAgICAgICBS
ZXZpZXdlZCBieSBOT0JPRFkgKE9PUFMhKS4KKworICAgICAgICBDaHJvbWl1bTogU2hvdyBhICJQ
bGF5YmFjayBEaXNhYmxlZCIgYnV0dG9uIG9uIG1lZGlhIGVycm9yLgorICAgICAgICBodHRwczov
L2J1Z3Mud2Via2l0Lm9yZy9zaG93X2J1Zy5jZ2k/aWQ9MjgxOTYKKyAgICAgICAgVXNlIGEgZGlz
YWJsZWQgcGxheSBidXR0b24gd2hlbiB0aGUgbWVkaWEgZmlsZSBjYW5ub3QgYmUgcGxheWVkLgor
CisgICAgICAgIE5vIG5ldyB0ZXN0cyBuZWVkZWQuIENvdmVyZWQgYnkgTGF5b3V0VGVzdHMvbWVk
aWEvdmlkZW8tZW1wdHktc291cmNlLmh0bWwKKworICAgICAgICAqIHJlbmRlcmluZy9SZW5kZXJU
aGVtZUNocm9taXVtU2tpYS5jcHA6CisgICAgICAgIChXZWJDb3JlOjpSZW5kZXJUaGVtZUNocm9t
aXVtU2tpYTo6cGFpbnRNZWRpYVBsYXlCdXR0b24pOgorCiAyMDA5LTA4LTExICBNYXhpbWUgU2lt
b24gIDxzaW1vbi5tYXhpbWVAZ21haWwuY29tPgogCiAgICAgICAgIFJldmlld2VkIGJ5IEVyaWMg
U2VpZGVsLgpJbmRleDogV2ViQ29yZS9yZW5kZXJpbmcvUmVuZGVyVGhlbWVDaHJvbWl1bVNraWEu
Y3BwCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT0KLS0tIHJlbmRlcmluZy9SZW5kZXJUaGVtZUNocm9taXVtU2tpYS5jcHAJ
KHJldmlzaW9uIDQ3MDQxKQorKysgcmVuZGVyaW5nL1JlbmRlclRoZW1lQ2hyb21pdW1Ta2lhLmNw
cAkod29ya2luZyBjb3B5KQpAQCAtNjEwLDcgKzYxMCwxMSBAQAogCiAgICAgc3RhdGljIEltYWdl
KiBtZWRpYVBsYXkgPSBJbWFnZTo6bG9hZFBsYXRmb3JtUmVzb3VyY2UoIm1lZGlhUGxheSIpLnJl
bGVhc2VSZWYoKTsKICAgICBzdGF0aWMgSW1hZ2UqIG1lZGlhUGF1c2UgPSBJbWFnZTo6bG9hZFBs
YXRmb3JtUmVzb3VyY2UoIm1lZGlhUGF1c2UiKS5yZWxlYXNlUmVmKCk7CisgICAgc3RhdGljIElt
YWdlKiBtZWRpYVBsYXlEaXNhYmxlZCA9IEltYWdlOjpsb2FkUGxhdGZvcm1SZXNvdXJjZSgibWVk
aWFQbGF5RGlzYWJsZWQiKS5yZWxlYXNlUmVmKCk7CiAKKyAgICBpZiAobWVkaWFFbGVtZW50LT5u
ZXR3b3JrU3RhdGUoKSA9PSBIVE1MTWVkaWFFbGVtZW50OjpORVRXT1JLX05PX1NPVVJDRSkKKyAg
ICAgICAgcmV0dXJuIHBhaW50TWVkaWFCdXR0b25JbnRlcm5hbChwYWludEluZm8uY29udGV4dCwg
cmVjdCwgbWVkaWFQbGF5RGlzYWJsZWQpOworCiAgICAgcmV0dXJuIHBhaW50TWVkaWFCdXR0b25J
bnRlcm5hbChwYWludEluZm8uY29udGV4dCwgcmVjdCwgbWVkaWFFbGVtZW50LT5wYXVzZWQoKSA/
IG1lZGlhUGxheSA6IG1lZGlhUGF1c2UpOwogI2Vsc2UKICAgICBVTlVTRURfUEFSQU0ob2JqZWN0
KTsK
</data>
<flag name="review"
          id="18766"
          type_id="1"
          status="+"
          setter="levin"
    />
    <flag name="commit-queue"
          id="18767"
          type_id="3"
          status="-"
          setter="eric"
    />
          </attachment>
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>34756</attachid>
            <date>2009-08-13 10:17:40 -0700</date>
            <delta_ts>2009-08-13 14:33:18 -0700</delta_ts>
            <desc>Fix</desc>
            <filename>patch.txt</filename>
            <type>text/plain</type>
            <size>1673</size>
            <attacher name="Kyle Prete">kylep</attacher>
            
              <data encoding="base64">SW5kZXg6IFdlYmtpdC9XZWJDb3JlL0NoYW5nZUxvZwo9PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09Ci0tLSBXZWJraXQvV2Vi
Q29yZS9DaGFuZ2VMb2cJKHJldmlzaW9uIDQ3MDY5KQorKysgV2Via2l0L1dlYkNvcmUvQ2hhbmdl
TG9nCSh3b3JraW5nIGNvcHkpCkBAIC0xLDMgKzEsMTQgQEAKKzIwMDktMDgtMTEgIEt5bGUgUHJl
dGUgIDxreWxlcEBjaHJvbWl1bS5vcmc+CisKKyAgICAgICAgUmV2aWV3ZWQgYnkgTk9CT0RZIChP
T1BTISkuCisKKyAgICAgICAgQ2hyb21pdW06IFNob3cgYSAiUGxheWJhY2sgRGlzYWJsZWQiIGJ1
dHRvbiBvbiBtZWRpYSBlcnJvci4KKyAgICAgICAgaHR0cHM6Ly9idWdzLndlYmtpdC5vcmcvc2hv
d19idWcuY2dpP2lkPTI4MTk2CisgICAgICAgIFVzZSBhIGRpc2FibGVkIHBsYXkgYnV0dG9uIHdo
ZW4gdGhlIG1lZGlhIGZpbGUgY2Fubm90IGJlIHBsYXllZC4KKworICAgICAgICBObyBuZXcgdGVz
dHMgbmVlZGVkLiBDb3ZlcmVkIGJ5IExheW91dFRlc3RzL21lZGlhL3ZpZGVvLWVtcHR5LXNvdXJj
ZS5odG1sCisKKyAgICAgICAgKiByZW5kZXJpbmcvUmVuZGVyVGhlbWVDaHJvbWl1bVNraWEuY3Bw
OgorICAgICAgICAoV2ViQ29yZTo6UmVuZGVyVGhlbWVDaHJvbWl1bVNraWE6OnBhaW50TWVkaWFQ
bGF5QnV0dG9uKToKKwogMjAwOS0wOC0xMSAgTWF4aW1lIFNpbW9uICA8c2ltb24ubWF4aW1lQGdt
YWlsLmNvbT4KIAogICAgICAgICBSZXZpZXdlZCBieSBFcmljIFNlaWRlbC4KSW5kZXg6IFdlYmtp
dC9XZWJDb3JlL3JlbmRlcmluZy9SZW5kZXJUaGVtZUNocm9taXVtU2tpYS5jcHAKPT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PQotLS0gV2Via2l0L1dlYkNvcmUvcmVuZGVyaW5nL1JlbmRlclRoZW1lQ2hyb21pdW1Ta2lhLmNw
cAkocmV2aXNpb24gNDcwNDEpCisrKyBXZWJraXQvV2ViQ29yZS9yZW5kZXJpbmcvUmVuZGVyVGhl
bWVDaHJvbWl1bVNraWEuY3BwCSh3b3JraW5nIGNvcHkpCkBAIC02MTAsNyArNjEwLDExIEBACiAK
ICAgICBzdGF0aWMgSW1hZ2UqIG1lZGlhUGxheSA9IEltYWdlOjpsb2FkUGxhdGZvcm1SZXNvdXJj
ZSgibWVkaWFQbGF5IikucmVsZWFzZVJlZigpOwogICAgIHN0YXRpYyBJbWFnZSogbWVkaWFQYXVz
ZSA9IEltYWdlOjpsb2FkUGxhdGZvcm1SZXNvdXJjZSgibWVkaWFQYXVzZSIpLnJlbGVhc2VSZWYo
KTsKKyAgICBzdGF0aWMgSW1hZ2UqIG1lZGlhUGxheURpc2FibGVkID0gSW1hZ2U6OmxvYWRQbGF0
Zm9ybVJlc291cmNlKCJtZWRpYVBsYXlEaXNhYmxlZCIpLnJlbGVhc2VSZWYoKTsKIAorICAgIGlm
IChtZWRpYUVsZW1lbnQtPm5ldHdvcmtTdGF0ZSgpID09IEhUTUxNZWRpYUVsZW1lbnQ6Ok5FVFdP
UktfTk9fU09VUkNFKQorICAgICAgICByZXR1cm4gcGFpbnRNZWRpYUJ1dHRvbkludGVybmFsKHBh
aW50SW5mby5jb250ZXh0LCByZWN0LCBtZWRpYVBsYXlEaXNhYmxlZCk7CisKICAgICByZXR1cm4g
cGFpbnRNZWRpYUJ1dHRvbkludGVybmFsKHBhaW50SW5mby5jb250ZXh0LCByZWN0LCBtZWRpYUVs
ZW1lbnQtPnBhdXNlZCgpID8gbWVkaWFQbGF5IDogbWVkaWFQYXVzZSk7CiAjZWxzZQogICAgIFVO
VVNFRF9QQVJBTShvYmplY3QpOwo=
</data>
<flag name="review"
          id="18962"
          type_id="1"
          status="+"
          setter="levin"
    />
    <flag name="commit-queue"
          id="18994"
          type_id="3"
          status="-"
          setter="levin"
    />
          </attachment>
      

    </bug>

</bugzilla>