X-Git-Url: http://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=LayoutTests%2FChangeLog;h=6ccd3e8f47c8035cdb75f217fffcbeb4eaf989fd;hp=011eed77b4693b24469e72574f04f5ec4375b7a1;hb=8ececd1d2c6daa6c14ea16292ca138471e5ecf23;hpb=9ef2fde0554dc011717583a50523efdd60df3baf;ds=sidebyside diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index 011eed7..6ccd3e8 100644 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -1,3 +1,17 @@ +2009-06-09 Jian Li + + Reviewed by David Levin. + + Bug 26196: Fix the problem that worker's importScripts fails if the + script URL is redirected from different origin. + https://bugs.webkit.org/show_bug.cgi?id=26196 + + Add a test case in the importScripts layout test to cover the scenario + that the import script URL can come from different redirect origin. + + * http/tests/workers/resources/worker-importScripts.js: + * http/tests/workers/worker-importScripts-expected.txt: + 2009-06-09 Anand K. Mistry Reviewed by Dimitri Glazkov.