X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=LayoutTests%2FChangeLog;h=c2338505c6e629704e52f1937a71ecc3f7b66b66;hp=0c417064e8e2b9eb7e23933bb9c562b7d32a37fb;hb=b6c320811b04e48caa9921ca38b2c853c938c0eb;hpb=0cc398a558dd3699ee02fbbb6ceac720d3af8e58;ds=sidebyside diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index 0c417064e8e2..c2338505c6e6 100644 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -1,3 +1,18 @@ +2009-03-04 David Levin + + Reviewed by Alexey Proskuryakov. + + Bug 24337: Assert when doing sync XHR in a worker for a cacheable response. + + + * http/tests/xmlhttprequest/access-control-basic-denied-preflight-cache-expected.txt: Added. + * http/tests/xmlhttprequest/access-control-basic-denied-preflight-cache.html: Added. + * http/tests/xmlhttprequest/workers/resources/xmlhttprequest-file-not-found.js: Added. + (log): + (done): + * http/tests/xmlhttprequest/workers/xmlhttprequest-file-not-found-expected.txt: Added. + * http/tests/xmlhttprequest/workers/xmlhttprequest-file-not-found.html: Added. + 2009-03-04 David Levin Reviewed by Alexey Proskuryakov.