[Webkit-unassigned] [Bug 27165] Connections-per-host should be tracked closer to the ResourceHandle level, not the Cache

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 7 15:16:25 PDT 2010


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





--- Comment #24 from Nate Chapin <japhet at chromium.org>  2010-10-07 15:16:24 PST ---
> > LayoutTests/http/tests/xmlhttprequest/logout.html:32
> > -    xhr.abort();
> > +    xhr.onload = function() {
> > +        document.getElementById("logout").innerHTML = isAuthenticated() ? "FAIL" : "PASS";
> > +
> > +        if (window.layoutTestController)
> > +            layoutTestController.notifyDone();
> > +    }
> 
> Is our new behavior more consistent or less consistent with other browsers?

Assuming the test isn't rewritten, the output for the last PASS/FAIL:
FF3/4 passes
IE8 passes (but fails a different part)
IE9 fails
Chrome fails already due to another bug
Safari passes, but will fail with this change

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