<?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>30669</bug_id>
          
          <creation_ts>2009-10-22 02:41:45 -0700</creation_ts>
          <short_desc>http/tests/xmlhttprequest/cross-origin-no-authorization.html has missing &quot;DONE&quot; in one branch</short_desc>
          <delta_ts>2010-07-20 12:50:49 -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>Layout and Rendering</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>P3</priority>
          <bug_severity>Minor</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Roland Steiner">rolandsteiner</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ap</cc>
    
    <cc>eric</cc>
    
    <cc>levin</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>156841</commentid>
    <comment_count>0</comment_count>
    <who name="Roland Steiner">rolandsteiner</who>
    <bug_when>2009-10-22 02:41:45 -0700</bug_when>
    <thetext>The layout test http/tests/xmlhttprequest/cross-origin-no-authorization.html outputs &quot;DONE&quot; when it has finished running through the whole test. However, currently this is only done if the last test ends with a (caught) error, but not when loading ends regularly.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>156843</commentid>
    <comment_count>1</comment_count>
      <attachid>41650</attachid>
    <who name="Roland Steiner">rolandsteiner</who>
    <bug_when>2009-10-22 02:46:41 -0700</bug_when>
    <thetext>Created attachment 41650
patch - add &quot;DONE&quot; message when loading ended without an exception

This patch adds a &quot;DONE&quot; message when loading ended without an exception (hopefully with a 401 result in that case).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>156924</commentid>
    <comment_count>2</comment_count>
      <attachid>41650</attachid>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2009-10-22 10:42:53 -0700</bug_when>
    <thetext>Comment on attachment 41650
patch - add &quot;DONE&quot; message when loading ended without an exception

What results does this affect?  Why is this needed?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>157050</commentid>
    <comment_count>3</comment_count>
      <attachid>41650</attachid>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2009-10-22 17:13:30 -0700</bug_when>
    <thetext>Comment on attachment 41650
patch - add &quot;DONE&quot; message when loading ended without an exception

Seems harmless - the test was originally written to allow either outcome, so it should print DONE in both cases.

It would be useful to document how you noticed this - did some browser engine you tested have a different behavior? Should we consider changing WebKit behavior?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>157054</commentid>
    <comment_count>4</comment_count>
      <attachid>41650</attachid>
    <who name="David Levin">levin</who>
    <bug_when>2009-10-22 17:21:03 -0700</bug_when>
    <thetext>Comment on attachment 41650
patch - add &quot;DONE&quot; message when loading ended without an exception

Roland, I&apos;m pretty sure this is the wrong fix for chromium. Please talk to me for more details.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>157055</commentid>
    <comment_count>5</comment_count>
      <attachid>41650</attachid>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2009-10-22 17:21:16 -0700</bug_when>
    <thetext>Comment on attachment 41650
patch - add &quot;DONE&quot; message when loading ended without an exception

Rejecting patch 41650 from commit-queue.

Failed to run &quot;[&apos;WebKitTools/Scripts/run-webkit-tests&apos;, &apos;--no-launch-safari&apos;, &apos;--quiet&apos;, &apos;--exit-after-n-failures=1&apos;]&quot; exit_code: 1
Running build-dumprendertree
Running tests from /Users/eseidel/Projects/CommitQueue/LayoutTests
Testing 11484 test cases.
fast/media/mq-transform-02.html -&gt; failed

Exiting early after 1 failures. 7441 tests run.
143.22s total testing time

7440 test cases (99%) succeeded
1 test case (&lt;1%) had incorrect layout
3 test cases (&lt;1%) had stderr output</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>157241</commentid>
    <comment_count>6</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2009-10-23 12:05:42 -0700</bug_when>
    <thetext>Sorry about the commit-queue trouble.  Should work fine now.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>253872</commentid>
    <comment_count>7</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2010-07-20 12:50:49 -0700</bug_when>
    <thetext>Fixed with bug 41531 in &lt;http://trac.webkit.org/changeset/63766&gt;.

&gt; Roland, I&apos;m pretty sure this is the wrong fix for chromium. Please talk to me for more details.

This discussion hasn&apos;t been captured in Bugzilla, let&apos;s fix whatever problems arise if/when they do.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>41650</attachid>
            <date>2009-10-22 02:46:41 -0700</date>
            <delta_ts>2010-06-10 19:24:18 -0700</delta_ts>
            <desc>patch - add &quot;DONE&quot; message when loading ended without an exception</desc>
            <filename>xhr-noauth.patch</filename>
            <type>text/plain</type>
            <size>1408</size>
            <attacher name="Roland Steiner">rolandsteiner</attacher>
            
              <data encoding="base64">SW5kZXg6IExheW91dFRlc3RzL0NoYW5nZUxvZwo9PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09Ci0tLSBMYXlvdXRUZXN0cy9D
aGFuZ2VMb2cJKHJldmlzaW9uIDQ5OTMzKQorKysgTGF5b3V0VGVzdHMvQ2hhbmdlTG9nCSh3b3Jr
aW5nIGNvcHkpCkBAIC0xLDMgKzEsMTUgQEAKKzIwMDktMTAtMjIgIFJvbGFuZCBTdGVpbmVyICA8
cm9sYW5kc3RlaW5lckBnb29nbGUuY29tPgorCisgICAgICAgIFJldmlld2VkIGJ5IE5PQk9EWSAo
T09QUyEpLgorCisgICAgICAgIEFkZCB0aGUgIkRPTkUiIG1lc3NhZ2UgdG8gdGhlIGJyYW5jaCBv
ZiB0aGUgbGFzdCB0ZXN0IHdoZW4gbG9hZGluZyBlbmRlZAorICAgICAgICBub3JtYWxseSAoaS5l
Liwgd2l0aG91dCBhbiBleGNlcHRpb24pLgorCisgICAgICAgIEJ1ZyAzMDY2OSAtICBodHRwL3Rl
c3RzL3htbGh0dHByZXF1ZXN0L2Nyb3NzLW9yaWdpbi1uby1hdXRob3JpemF0aW9uLmh0bWwgaGFz
IG1pc3NpbmcgIkRPTkUiIGluIG9uZSBicmFuY2gKKyAgICAgICAgKGh0dHBzOi8vYnVncy53ZWJr
aXQub3JnL3Nob3dfYnVnLmNnaT9pZD0zMDY2OSkKKworICAgICAgICAqIGh0dHAvdGVzdHMveG1s
aHR0cHJlcXVlc3QvY3Jvc3Mtb3JpZ2luLW5vLWF1dGhvcml6YXRpb24uaHRtbDoKKwogMjAwOS0x
MC0yMSAgSmVyZW15IE9ybG93ICA8am9ybG93QGNocm9taXVtLm9yZz4KIAogICAgICAgICBSZXZp
ZXdlZCBieSBEYXJpbiBBZGxlci4KSW5kZXg6IExheW91dFRlc3RzL2h0dHAvdGVzdHMveG1saHR0
cHJlcXVlc3QvY3Jvc3Mtb3JpZ2luLW5vLWF1dGhvcml6YXRpb24uaHRtbAo9PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09Ci0t
LSBMYXlvdXRUZXN0cy9odHRwL3Rlc3RzL3htbGh0dHByZXF1ZXN0L2Nyb3NzLW9yaWdpbi1uby1h
dXRob3JpemF0aW9uLmh0bWwJKHJldmlzaW9uIDQ5OTMzKQorKysgTGF5b3V0VGVzdHMvaHR0cC90
ZXN0cy94bWxodHRwcmVxdWVzdC9jcm9zcy1vcmlnaW4tbm8tYXV0aG9yaXphdGlvbi5odG1sCSh3
b3JraW5nIGNvcHkpCkBAIC0xNDUsNiArMTQ1LDcgQEAgZnVuY3Rpb24gdGVzdF9hc3luY19hdXRo
X2V4cGxpY2l0KCkKICAgICByZXEuc2VuZCgpOwogICAgIHJlcS5vbmxvYWQgPSBmdW5jdGlvbigp
IHsKICAgICAgICAgbG9nKChyZXEuc3RhdHVzID09IDQwMSkgPyAiUEFTUzogNDAxIEF1dGhvcml6
YXRpb24gcmVxdWlyZWQiIDogIkZBSUw6IExvYWRlZCIpOworICAgICAgICBsb2coIkRPTkUiKTsK
ICAgICAgICAgaWYgKHdpbmRvdy5sYXlvdXRUZXN0Q29udHJvbGxlcikKICAgICAgICAgICAgIGxh
eW91dFRlc3RDb250cm9sbGVyLm5vdGlmeURvbmUoKTsKICAgICB9Cg==
</data>
<flag name="review"
          id="23079"
          type_id="1"
          status="-"
          setter="levin"
    />
    <flag name="commit-queue"
          id="23139"
          type_id="3"
          status="-"
          setter="levin"
    />
          </attachment>
      

    </bug>

</bugzilla>