<?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>56489</bug_id>
          
          <creation_ts>2011-03-16 14:14:11 -0700</creation_ts>
          <short_desc>Improve robustness of controls-without-preload by seeking to the start explicitly at the end of the test.</short_desc>
          <delta_ts>2011-03-17 09:11:50 -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>New Bugs</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Other</rep_platform>
          <op_sys>OS X 10.5</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>
          
          <blocked>56473</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Dimitri Glazkov (Google)">dglazkov</reporter>
          <assigned_to name="Dimitri Glazkov (Google)">dglazkov</assigned_to>
          <cc>eric.carlson</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>368534</commentid>
    <comment_count>0</comment_count>
    <who name="Dimitri Glazkov (Google)">dglazkov</who>
    <bug_when>2011-03-16 14:14:11 -0700</bug_when>
    <thetext>Improve robustness of controls-without-preload by seeking to the start explicitly at the end of the test.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>368536</commentid>
    <comment_count>1</comment_count>
      <attachid>85974</attachid>
    <who name="Dimitri Glazkov (Google)">dglazkov</who>
    <bug_when>2011-03-16 14:14:56 -0700</bug_when>
    <thetext>Created attachment 85974
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>368546</commentid>
    <comment_count>2</comment_count>
      <attachid>85974</attachid>
    <who name="Eric Carlson">eric.carlson</who>
    <bug_when>2011-03-16 14:28:39 -0700</bug_when>
    <thetext>Comment on attachment 85974
Patch

Nice change, thanks!</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>368559</commentid>
    <comment_count>3</comment_count>
    <who name="Dimitri Glazkov (Google)">dglazkov</who>
    <bug_when>2011-03-16 14:48:05 -0700</bug_when>
    <thetext>Committed r81280: &lt;http://trac.webkit.org/changeset/81280&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>369058</commentid>
    <comment_count>4</comment_count>
    <who name="Eric Carlson">eric.carlson</who>
    <bug_when>2011-03-17 08:49:20 -0700</bug_when>
    <thetext>Odd, this caused a failure on the Leopard release bot: http://build.webkit.org/results/Leopard%20Intel%20Release%20(Tests)/r81306%20(29853)/media/controls-without-preload-pretty-diff.html

So Sam checked in new results: https://bugs.webkit.org/show_bug.cgi?id=56522</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>369060</commentid>
    <comment_count>5</comment_count>
    <who name="Dimitri Glazkov (Google)">dglazkov</who>
    <bug_when>2011-03-17 08:53:34 -0700</bug_when>
    <thetext>(In reply to comment #4)
&gt; Odd, this caused a failure on the Leopard release bot: http://build.webkit.org/results/Leopard%20Intel%20Release%20(Tests)/r81306%20(29853)/media/controls-without-preload-pretty-diff.html
&gt; 
&gt; So Sam checked in new results: https://bugs.webkit.org/show_bug.cgi?id=56522

Nah. The test was failing like that for a long time. I thought I broke it too, but I looked back and could see this failing as far as r80697: http://build.webkit.org/results/Leopard%20Intel%20Release%20(Tests)/r80697%20%2829439%29/media/controls-without-preload-pretty-diff.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>369062</commentid>
    <comment_count>6</comment_count>
    <who name="Dimitri Glazkov (Google)">dglazkov</who>
    <bug_when>2011-03-17 08:54:49 -0700</bug_when>
    <thetext>And here&apos;s Sam&apos;s conclusion: https://bugs.webkit.org/show_bug.cgi?id=56532</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>369068</commentid>
    <comment_count>7</comment_count>
    <who name="Eric Carlson">eric.carlson</who>
    <bug_when>2011-03-17 09:03:59 -0700</bug_when>
    <thetext>Indeed, the problem is that the fullscreen button isn&apos;t showing (it is 16x16, the mute button is 14x12):

-  RenderButton {INPUT} at (297,4) size 16x16
-  RenderButton {INPUT} at (267,6) size 14x12
+ RenderButton {INPUT} at (297,6) size 14x12

but Sam&apos;s conclusion in https://bugs.webkit.org/show_bug.cgi?id=56532 is for WebKit2.

In any case, the failure didn&apos;t start with this change.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>369071</commentid>
    <comment_count>8</comment_count>
    <who name="Dimitri Glazkov (Google)">dglazkov</who>
    <bug_when>2011-03-17 09:11:50 -0700</bug_when>
    <thetext>(In reply to comment #7)
&gt; Indeed, the problem is that the fullscreen button isn&apos;t showing (it is 16x16, the mute button is 14x12):
&gt; 
&gt; -  RenderButton {INPUT} at (297,4) size 16x16
&gt; -  RenderButton {INPUT} at (267,6) size 14x12
&gt; + RenderButton {INPUT} at (297,6) size 14x12
&gt; 
&gt; but Sam&apos;s conclusion in https://bugs.webkit.org/show_bug.cgi?id=56532 is for WebKit2.
&gt; 
&gt; In any case, the failure didn&apos;t start with this change.

So the MediaPlayerPrivate::supportsFullscreen must be returning false for Leopard on this bot? That seems to be the only code path that could diverge.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>85974</attachid>
            <date>2011-03-16 14:14:56 -0700</date>
            <delta_ts>2011-03-16 14:28:39 -0700</delta_ts>
            <desc>Patch</desc>
            <filename>bug-56489-20110316141455.patch</filename>
            <type>text/plain</type>
            <size>1941</size>
            <attacher name="Dimitri Glazkov (Google)">dglazkov</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogODEyNzQKZGlmZiAtLWdpdCBhL0xheW91dFRlc3RzL0NoYW5n
ZUxvZyBiL0xheW91dFRlc3RzL0NoYW5nZUxvZwppbmRleCAyMGM1Yjc1MDFjOWI3NGJhYzRiZmFi
NTBkOGQ4YTkwOTQ4OTc2YTRhLi5lOTEzNzljNDM4MmI5YWMzODAwOTdjMTNhYWQzY2FjMTcwYWMy
NDAyIDEwMDY0NAotLS0gYS9MYXlvdXRUZXN0cy9DaGFuZ2VMb2cKKysrIGIvTGF5b3V0VGVzdHMv
Q2hhbmdlTG9nCkBAIC0xLDMgKzEsMTIgQEAKKzIwMTEtMDMtMTYgIERpbWl0cmkgR2xhemtvdiAg
PGRnbGF6a292QGNocm9taXVtLm9yZz4KKworICAgICAgICBSZXZpZXdlZCBieSBOT0JPRFkgKE9P
UFMhKS4KKworICAgICAgICBJbXByb3ZlIHJvYnVzdG5lc3Mgb2YgY29udHJvbHMtd2l0aG91dC1w
cmVsb2FkIGJ5IHNlZWtpbmcgdG8gdGhlIHN0YXJ0IGV4cGxpY2l0bHkgYXQgdGhlIGVuZCBvZiB0
aGUgdGVzdC4KKyAgICAgICAgaHR0cHM6Ly9idWdzLndlYmtpdC5vcmcvc2hvd19idWcuY2dpP2lk
PTU2NDg5CisKKyAgICAgICAgKiBtZWRpYS9jb250cm9scy13aXRob3V0LXByZWxvYWQuaHRtbDog
QWRkZWQgYW4gZXh0cmEgc3RlcCB0byBzZWVrIHRvIDAgYmVmb3JlIHRoZSBlbmQgb2YgdGhlIHRl
c3QuCisKIDIwMTEtMDMtMTYgIEJyaWFuIFdlaW5zdGVpbiAgPGJ3ZWluc3RlaW5AYXBwbGUuY29t
PgogCiAgICAgICAgIFNraXAgcGx1Z2lucy9yZWZjb3VudC1sZWFrcy5odG1sIG9uIFdpbmRvd3Ms
IGJlY2F1c2UgaXQgaXMgZmFpbGluZyBpbiByZWxlYXNlIGJ1aWxkcywKZGlmZiAtLWdpdCBhL0xh
eW91dFRlc3RzL21lZGlhL2NvbnRyb2xzLXdpdGhvdXQtcHJlbG9hZC5odG1sIGIvTGF5b3V0VGVz
dHMvbWVkaWEvY29udHJvbHMtd2l0aG91dC1wcmVsb2FkLmh0bWwKaW5kZXggOTViMzUzMTQyMzli
MWY1YTcyODM2OWZhOWVkZGNiMGJjN2E5ZDNhZC4uNTY3NThhMjQ0MTMwYWYxMzAzMDc5YmY0YzYw
NWZmMzEwMDI3MTIwOCAxMDA2NDQKLS0tIGEvTGF5b3V0VGVzdHMvbWVkaWEvY29udHJvbHMtd2l0
aG91dC1wcmVsb2FkLmh0bWwKKysrIGIvTGF5b3V0VGVzdHMvbWVkaWEvY29udHJvbHMtd2l0aG91
dC1wcmVsb2FkLmh0bWwKQEAgLTUsMTMgKzUsMjIgQEAKICAgICAgICAgICAgIGlmICh3aW5kb3cu
bGF5b3V0VGVzdENvbnRyb2xsZXIpCiAgICAgICAgICAgICAgICAgbGF5b3V0VGVzdENvbnRyb2xs
ZXIud2FpdFVudGlsRG9uZSgpOwogCisgICAgICAgICAgICB2YXIgdmlkZW87CisKICAgICAgICAg
ICAgIGZ1bmN0aW9uIHN0YXJ0KCkKICAgICAgICAgICAgIHsKICAgICAgICAgICAgICAgICBzZXRT
cmNCeVRhZ05hbWUoInZpZGVvIiwgZmluZE1lZGlhRmlsZSgidmlkZW8iLCAiY29udGVudC90ZXN0
IikpOwogICAgICAgICAgICAgICAgIHZpZGVvID0gZG9jdW1lbnQuZ2V0RWxlbWVudHNCeVRhZ05h
bWUoJ3ZpZGVvJylbMF07CiAgICAgICAgICAgICAgICAgdmlkZW8ubG9hZCgpOwogICAgICAgICAg
ICAgICAgIHZpZGVvLnBsYXkoKTsKLSAgICAgICAgICAgICAgICB2aWRlby5hZGRFdmVudExpc3Rl
bmVyKCJjYW5wbGF5dGhyb3VnaCIsIGZpbmlzaCk7CisgICAgICAgICAgICAgICAgdmlkZW8uYWRk
RXZlbnRMaXN0ZW5lcigiY2FucGxheXRocm91Z2giLCBjYW5QbGF5VGhyb3VnaCk7CisgICAgICAg
ICAgICB9CisKKyAgICAgICAgICAgIGZ1bmN0aW9uIGNhblBsYXlUaHJvdWdoKCkKKyAgICAgICAg
ICAgIHsKKyAgICAgICAgICAgICAgICAvLyBFbnN1cmUgdGhhdCB0aGUgZnJhbWUgaXMgYWx3YXlz
IHRoZSBzYW1lIGluIHBpeGVsIHJlc3VsdC4KKyAgICAgICAgICAgICAgICB2aWRlby5hZGRFdmVu
dExpc3RlbmVyKCJzZWVrZWQiLCBmaW5pc2gpOworICAgICAgICAgICAgICAgIHZpZGVvLmN1cnJl
bnRUaW1lID0gMDsKICAgICAgICAgICAgIH0KIAogICAgICAgICAgICAgZnVuY3Rpb24gZmluaXNo
KCkK
</data>
<flag name="review"
          id="78179"
          type_id="1"
          status="+"
          setter="eric.carlson"
    />
          </attachment>
      

    </bug>

</bugzilla>