[Webkit-unassigned] [Bug 39711] provide parsed view of get params

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 27 08:00:17 PDT 2010


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





--- Comment #4 from Patrick Mueller <pmuellr at yahoo.com>  2010-05-27 08:00:17 PST ---
I tried the test case 

    WebKit/WebCore/manual-tests/inspector/display-form-data.html

which is the test case for Bug 22920, on nightly r60266.  All tests appear to pass.

Trying that test on Chrome/Mac 6.0.408.1 dev shows multiple problems:

- test-2 does not show any query string parameters when it should
- the tests get an uncaught error during an XHR request, which causes later tests to fail

The tests currently do sync- and async- XHR testing, since I figured the control paths under the covers would be a little different, and I wanted to make sure we covered those cases.  Perhaps we need to put some kind of guard around the sync- versions.  Or perhaps the fact that tests all send requests to http://example.org is part of the problem, which end up generating 404 status codes.

Not quite ready to mark this as WORKSFORME, and just say this is a Chrome problem, and not a WebKit problem.  Doing a little more investigation ...

-- 
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