Title: [108509] trunk/Source/WebCore
Revision
108509
Author
[email protected]
Date
2012-02-22 09:09:53 -0800 (Wed, 22 Feb 2012)

Log Message

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:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (108508 => 108509)


--- trunk/Source/WebCore/ChangeLog	2012-02-22 17:05:09 UTC (rev 108508)
+++ trunk/Source/WebCore/ChangeLog	2012-02-22 17:09:53 UTC (rev 108509)
@@ -1,3 +1,12 @@
+2012-02-22  Pavel Feldman  <[email protected]>
+
+        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  <[email protected]>
 
         Web Inspector: use dots as markers on the counter graphs

Modified: trunk/Source/WebCore/inspector/front-end/Resource.js (108508 => 108509)


--- trunk/Source/WebCore/inspector/front-end/Resource.js	2012-02-22 17:05:09 UTC (rev 108508)
+++ trunk/Source/WebCore/inspector/front-end/Resource.js	2012-02-22 17:09:53 UTC (rev 108509)
@@ -49,6 +49,7 @@
     "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},
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to