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

Unified Diff: webkit/glue/mimetype_unittest.cc

Issue 125058: Included text/css content type into list of the supported non image files. ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 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 | « net/base/mime_util.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/mimetype_unittest.cc
===================================================================
--- webkit/glue/mimetype_unittest.cc (revision 18286)
+++ webkit/glue/mimetype_unittest.cc (working copy)
@@ -48,8 +48,10 @@
// Firefox 3: Display
// Internet Explorer 7: Download
// Safari 3.2: Download
- // We choose to match Safari.
- // "text/css",
+ // We choose to match Firefox due to the lot of complains
+ // from the users if css files are downloaded:
+ // http://code.google.com/p/chromium/issues/detail?id=7192
+ "text/css",
"text/javascript",
"text/plain",
"application/x-javascript",
« no previous file with comments | « net/base/mime_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698