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

Issue 18086: We should download text/csv mime types instead of displaying them.... (Closed)

Created:
11 years, 11 months ago by abarth-chromium
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

We should download text/csv mime types instead of displaying them. BUG=6079 R=darin Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=8087

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -6 lines) Patch
M net/base/mime_util.cc View 1 chunk +3 lines, -6 lines 0 comments Download
M net/base/mime_util_unittest.cc View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
abarth-chromium
11 years, 11 months ago (2009-01-15 05:41:53 UTC) #1
darin (slow to review)
This change appears to match WebKit/win/WebView.cpp's canShowMIMEType function, so LGTM.
11 years, 11 months ago (2009-01-15 06:09:19 UTC) #2
darin (slow to review)
Although... if the C-D header were not present, would we still end up downloading the ...
11 years, 11 months ago (2009-01-15 06:10:06 UTC) #3
abarth-chromium
> It seems like we should still default to showing > text/* files if possible. ...
11 years, 11 months ago (2009-01-15 07:08:04 UTC) #4
darin (slow to review)
Yeah, I know... it is just one of those things that I always found annoying ...
11 years, 11 months ago (2009-01-15 07:11:46 UTC) #5
PhistucK
11 years, 11 months ago (2009-01-15 07:41:30 UTC) #6
On 2009/01/15 07:11:46, darin wrote:
> Yeah, I know... it is just one of those things that I always found annoying
> about browsers.  If it is a text file, let me see it please.
> 
> Anyways, this change LGTM on the basis of matching other browsers.  Maybe the
> solution is to add a "view as text" feature to our download manager so that if
a
> download is forced upon a user, they could still choose to view it instead.

I strongly support that ("view as text" feature). Sometimes you just really do
not want to download stuff, but simply to see them in the browser for a quick
look.

Powered by Google App Engine
This is Rietveld 408576698