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

Issue 42452: Do not apply gzip filter to file names with gz/tgz/svgz extensions. (Closed)

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

Description

Do not apply gzip filter to file names with gz/tgz/svgz extensions. This matches Firefox's behavior. BUG=8170 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=12467

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 2

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 1

Patch Set 5 : '' #

Patch Set 6 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -0 lines) Patch
M net/base/filter.cc View 3 4 5 2 chunks +16 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
Lei Zhang
Darin, can you take a look or refer me to the appropriate reviewer?
11 years, 9 months ago (2009-03-20 19:07:08 UTC) #1
darin (slow to review)
LGTM, but please get a review from haunr too. Thanks! http://codereview.chromium.org/42452/diff/7/1007 File net/base/gzip_filter.h (right): http://codereview.chromium.org/42452/diff/7/1007#newcode69 ...
11 years, 9 months ago (2009-03-21 06:13:44 UTC) #2
huanr
Add Jim. Also are we able to understand/fix why browser crashes if filter fails? http://codereview.chromium.org/42452/diff/7/1009 ...
11 years, 9 months ago (2009-03-23 19:06:16 UTC) #3
Lei Zhang
On 2009/03/23 19:06:16, huanr wrote: > Add Jim. > > Also are we able to ...
11 years, 9 months ago (2009-03-23 20:19:36 UTC) #4
Lei Zhang
On 2009/03/23 19:06:16, huanr wrote: > Also are we able to understand/fix why browser crashes ...
11 years, 9 months ago (2009-03-23 20:24:54 UTC) #5
jar (doing other things)
There are two issues: a) A crash in Chrome b) Becoming more friendly to poorly ...
11 years, 9 months ago (2009-03-23 22:17:27 UTC) #6
huanr
For a), I saw Lei already had some investigation and I suggest we have another ...
11 years, 9 months ago (2009-03-24 00:35:07 UTC) #7
Lei Zhang
On 2009/03/24 00:35:07, huanr wrote: > For a), I saw Lei already had some investigation ...
11 years, 9 months ago (2009-03-24 01:06:59 UTC) #8
Lei Zhang
FYI, the (lamest^W simplest) crash fix is http://codereview.chromium.org/42573 CC yourself if interested.
11 years, 9 months ago (2009-03-24 21:25:52 UTC) #9
Lei Zhang
The crash has been fixed in r12410. Patch set 3 follows Firefox's behavior and does ...
11 years, 9 months ago (2009-03-25 01:17:59 UTC) #10
jar (doing other things)
LGTM
11 years, 9 months ago (2009-03-25 02:21:36 UTC) #11
huanr
Can you change the description to match the final code? LGTM.
11 years, 9 months ago (2009-03-25 02:25:08 UTC) #12
Lei Zhang
On 2009/03/25 02:25:08, huanr wrote: > Can you change the description to match the final ...
11 years, 9 months ago (2009-03-25 09:20:12 UTC) #13
huanr
http://codereview.chromium.org/42452/diff/14/15 File net/base/filter.cc (right): http://codereview.chromium.org/42452/diff/14/15#newcode107 Line 107: extension = filename.Extension(); maybe you can use FilePath::FILE_PATH_LITERAL ...
11 years, 9 months ago (2009-03-25 17:11:35 UTC) #14
Lei Zhang
Ah, thanks. FILE_PATH_LITERAL was the part I was missing. Patch set 5 no longer have ...
11 years, 9 months ago (2009-03-25 17:54:33 UTC) #15
huanr
11 years, 9 months ago (2009-03-25 17:59:27 UTC) #16
LGTM

Powered by Google App Engine
This is Rietveld 408576698