Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(174)

Unified Diff: Source/devtools/front_end/sdk/NetworkManager.js

Issue 406873002: Add the WOFF 2.0 MIME type (Closed) Base URL: svn:/​/​svn.chromium.org/​blink/​trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/sdk/NetworkManager.js
diff --git a/Source/devtools/front_end/sdk/NetworkManager.js b/Source/devtools/front_end/sdk/NetworkManager.js
index d31932d9c8e887e1cee2078abd25407620a504f2..1b72701b484a6ba9b405a2ec2545d1a3af40f37d 100644
--- a/Source/devtools/front_end/sdk/NetworkManager.js
+++ b/Source/devtools/front_end/sdk/NetworkManager.js
@@ -81,6 +81,7 @@ WebInspector.NetworkManager._MIMETypes = {
"font/opentype": {"font": true},
"application/octet-stream": {"font": true, "image": true},
"application/font-woff": {"font": true},
+ "application/font-woff2": {"font": true},
"application/x-font-woff": {"font": true},
"application/x-font-type1": {"font": true},
"application/x-font-ttf": {"font": true},
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698