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

commit-queue at webkit.org commit-queue at webkit.org
Sun Feb 20 23:42:16 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit 0c0db027a913a3c6f8460a251367ba3a0ad664d7
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Jan 24 12:46:05 2011 +0000

    2011-01-24  Peter Beverloo  <peter at chromium.org>
    
            Reviewed by Pavel Feldman.
    
            Web Inspector: recognize application/x-font-woff as a valid mime-type.
            https://bugs.webkit.org/show_bug.cgi?id=52977
    
            No new tests.
    
            * inspector/front-end/inspector.js:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@76505 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog
index be5611a..f9e3fcd 100644
--- a/Source/WebCore/ChangeLog
+++ b/Source/WebCore/ChangeLog
@@ -1,3 +1,14 @@
+2011-01-24  Peter Beverloo  <peter at chromium.org>
+
+        Reviewed by Pavel Feldman.
+
+        Web Inspector: recognize application/x-font-woff as a valid mime-type.
+        https://bugs.webkit.org/show_bug.cgi?id=52977
+
+        No new tests.
+
+        * inspector/front-end/inspector.js:
+
 2011-01-24  Pavel Podivilov  <podivilov at chromium.org>
 
         Unreviewed, fix for r76497.
diff --git a/Source/WebCore/inspector/front-end/inspector.js b/Source/WebCore/inspector/front-end/inspector.js
index 77abe78..7e5caf7 100644
--- a/Source/WebCore/inspector/front-end/inspector.js
+++ b/Source/WebCore/inspector/front-end/inspector.js
@@ -1873,6 +1873,7 @@ WebInspector.MIMETypes = {
     "font/opentype":               {3: true},
     "application/x-font-type1":    {3: true},
     "application/x-font-ttf":      {3: true},
+    "application/x-font-woff":     {3: true},
     "application/x-truetype-font": {3: true},
     "text/javascript":             {4: true},
     "text/ecmascript":             {4: true},

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list