[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

aroben at apple.com aroben at apple.com
Sun Feb 20 22:51:37 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit 93b240f965f3b0c33e04d576634bf5cda87cdc5f
Author: aroben at apple.com <aroben at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jan 12 16:06:28 2011 +0000

    Advertise the .testnetscape file extension on Windows
    
    Fixes <http://webkit.org/b/52298>
    plugins/no-mime-with-valid-extension.html fails on Windows
    
    Reviewed by Dan Bernstein.
    
    * DumpRenderTree/TestNetscapePlugIn/win/TestNetscapePlugin.rc: Added a
    FileExtents field to map the .testnetscape file extension to the
    application/x-webkit-test-netscape MIME type, just as we do on Mac.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75610 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Tools/ChangeLog b/Tools/ChangeLog
index 33d1d86..00512fa 100644
--- a/Tools/ChangeLog
+++ b/Tools/ChangeLog
@@ -1,3 +1,16 @@
+2011-01-12  Adam Roben  <aroben at apple.com>
+
+        Advertise the .testnetscape file extension on Windows
+
+        Fixes <http://webkit.org/b/52298>
+        plugins/no-mime-with-valid-extension.html fails on Windows
+
+        Reviewed by Dan Bernstein.
+
+        * DumpRenderTree/TestNetscapePlugIn/win/TestNetscapePlugin.rc: Added a
+        FileExtents field to map the .testnetscape file extension to the
+        application/x-webkit-test-netscape MIME type, just as we do on Mac.
+
 2011-01-12  Adam Barth  <abarth at webkit.org>
 
         Reviewed by Eric Seidel.
diff --git a/Tools/DumpRenderTree/TestNetscapePlugIn/win/TestNetscapePlugin.rc b/Tools/DumpRenderTree/TestNetscapePlugIn/win/TestNetscapePlugin.rc
index 78754b9..5a02f9d 100644
--- a/Tools/DumpRenderTree/TestNetscapePlugIn/win/TestNetscapePlugin.rc
+++ b/Tools/DumpRenderTree/TestNetscapePlugIn/win/TestNetscapePlugin.rc
@@ -71,6 +71,7 @@ BEGIN
         BEGIN
             VALUE "CompanyName", "Apple Inc."
             VALUE "FileDescription", "Simple Netscape plug-in that handles test content for WebKit"
+            VALUE "FileExtents", "testnetscape"
             VALUE "FileOpenName", "test netscape content"
             VALUE "LegalCopyright", "Copyright Apple Inc. 2007-2009"
             VALUE "MIMEType", "application/x-webkit-test-netscape"

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list