[Webkit-unassigned] [Bug 29121] XMLHttpRequest::getAllResponseHeaders throws INVALID_STATE_ERR when called in state HEADERS_RECEIVED

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 11 09:44:15 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=29121





--- Comment #11 from Carol Szabo <carol.szabo at nokia.com>  2009-09-11 09:44:15 PDT ---
(In reply to comment #10)
> These were the difffs from the commit-queue's failure:
> ---
> /tmp/layout-test-results/fast/xmlhttprequest/xmlhttprequest-getallheaders-expected.txt
>      2009-09-10 10:07:46.000000000 -0700
> +++
> /tmp/layout-test-results/fast/xmlhttprequest/xmlhttprequest-getallheaders-actual.txt
>        2009-09-10 10:07:46.000000000 -0700
> @@ -8,5 +8,4 @@
>   Header name and Header value is separated by COLON and SPACE.
>   Set-Cookie and Set-Cookie2 Headers with any ASCII case-insensitive match NOT
> displayed.
>  SUCCEEDED: getAllResponseHeaders returned:
> -Cache-Control: no-cache

As I expected, the difference is in the headers that get returned.
In your environment, there are no headers returned for the "file" scheme, where
as in mine there is one header.
I fixed this problem, by not displaying the headers if the test is ran with
DumpRenderTree, just analyze them for problems. The scope of these tests is
anyway just to make sure that no INVALID_STATE exception is thrown.
Please verify my new patch which only differs in the test area from the
previous.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list