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

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

Issue 371463002: Add the WOFF 2.0 MIME type (Closed) Base URL: git@github.com:mirrors/blink.git@master
Patch Set: Created 6 years, 6 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 882e6bba2abaca2358bcd32c17fb8f612c00f582..5843e73ec68be8e87df22838a7d70c7fce0075b7 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