[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.21-584-g1e41756

ukai at chromium.org ukai at chromium.org
Fri Feb 26 22:18:53 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit e6d638f424eafc59da8f22f84703e1c1a7034356
Author: ukai at chromium.org <ukai at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Feb 12 18:45:14 2010 +0000

    Unreviewed trivial fix.
    Set Content-Type header, required for chromium test_shell.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@54728 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index eb6067e..9d4ee49 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,10 @@
+2010-02-12  Fumitoshi Ukai  <ukai at chromium.org>
+
+        Unreviewed trivial fix.
+        Set Content-Type header.
+
+        * websocket/tests/cookies/httponly-cookie.pl:
+
 2010-02-12  Diego Gonzalez  <diego.gonzalez at openbossa.org>
 
         Reviewed by Kenneth Rohde Christiansen.
diff --git a/LayoutTests/websocket/tests/cookies/httponly-cookie.pl b/LayoutTests/websocket/tests/cookies/httponly-cookie.pl
index d521e0a..ed07f1a 100755
--- a/LayoutTests/websocket/tests/cookies/httponly-cookie.pl
+++ b/LayoutTests/websocket/tests/cookies/httponly-cookie.pl
@@ -1,6 +1,7 @@
 #!/usr/bin/perl -wT
 use strict;
 
+print "Content-Type: text/html\r\n";
 print "Set-Cookie: WK-websocket-test=1\r\n";
 print "Set-Cookie: WK-websocket-test-httponly=1; HttpOnly\r\n";
 print "\r\n";

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list