Web Inspector: warning external font mime (font/font/woff).
authorpfeldman@chromium.org <pfeldman@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 22 Feb 2012 17:09:53 +0000 (17:09 +0000)
committerpfeldman@chromium.org <pfeldman@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 22 Feb 2012 17:09:53 +0000 (17:09 +0000)
https://bugs.webkit.org/show_bug.cgi?id=79244

Reviewed by Yury Semikhatsky.

* inspector/front-end/Resource.js:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@108509 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Source/WebCore/ChangeLog
Source/WebCore/inspector/front-end/Resource.js

index 4f74bf6..549de96 100644 (file)
@@ -1,3 +1,12 @@
+2012-02-22  Pavel Feldman  <pfeldman@google.com>
+
+        Web Inspector: warning external font mime (font/font/woff).
+        https://bugs.webkit.org/show_bug.cgi?id=79244
+
+        Reviewed by Yury Semikhatsky.
+
+        * inspector/front-end/Resource.js:
+
 2012-02-22  Yury Semikhatsky  <yurys@chromium.org>
 
         Web Inspector: use dots as markers on the counter graphs
index ca754d5..040c83a 100644 (file)
@@ -49,6 +49,7 @@ WebInspector.MIMETypes = {
     "image/x-xbitmap":             {2: true},
     "font/ttf":                    {3: true},
     "font/opentype":               {3: true},
+    "font/woff":                   {3: true},
     "application/x-font-type1":    {3: true},
     "application/x-font-ttf":      {3: true},
     "application/x-font-woff":     {3: true},