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

Issue 343014: Enable localization of default downloaded filename.... (Closed)

Created:
11 years, 1 month ago by hayato-do-not-use-this-account
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com, ben+cc_chromium.org, darin (slow to review), Paul Godavari, Paweł Hajdan Jr.
Visibility:
Public.

Description

Enable localization of default downloaded filename. Instead of localizing "download" string in net_util.cc, make a caller, download_manger, provide a localized string. BUG=25289 TEST=NetUtilTest.GetSuggestedFilename,DownloadManagerTest.TestDownloadFilename

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 2

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Total comments: 8

Patch Set 7 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+116 lines, -80 lines) Patch
M app/os_exchange_data_provider_win.cc View 3 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/app/generated_resources.grd View 6 chunks +8 lines, -6 lines 0 comments Download
M chrome/browser/bookmarks/bookmark_utils.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/cocoa/web_drag_source.mm View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/download/download_manager.cc View 1 2 3 4 5 6 1 chunk +10 lines, -1 line 0 comments Download
M chrome/browser/download/save_package.cc View 3 3 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/views/tab_contents/tab_contents_view_win.cc View 5 2 chunks +2 lines, -1 line 0 comments Download
M net/base/net_util.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M net/base/net_util.cc View 1 2 3 4 5 6 1 chunk +32 lines, -27 lines 0 comments Download
M net/base/net_util_unittest.cc View 1 2 3 4 4 chunks +47 lines, -29 lines 0 comments Download
M webkit/glue/weburlloader_impl.cc View 3 4 5 6 2 chunks +3 lines, -7 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
hayato-do-not-use-this-account
11 years, 1 month ago (2009-10-28 10:50:36 UTC) #1
tony
http://codereview.chromium.org/343014/diff/2001/3002 File net/base/net_util.cc (right): http://codereview.chromium.org/343014/diff/2001/3002#newcode1059 Line 1059: return FilePath(UTF8ToFilePathString( UTF8ToFilePathString is not correct on linux. ...
11 years, 1 month ago (2009-10-28 17:08:31 UTC) #2
hayato-do-not-use-this-account
Thank you for the review. http://codereview.chromium.org/343014/diff/2001/3002 File net/base/net_util.cc (right): http://codereview.chromium.org/343014/diff/2001/3002#newcode1059 Line 1059: return FilePath(UTF8ToFilePathString( Thank ...
11 years, 1 month ago (2009-10-30 03:20:50 UTC) #3
tony
This LGTM. Just a small suggestion that may avoid some #ifs. http://codereview.chromium.org/343014/diff/15/1005 File net/base/net_util.cc (right): ...
11 years, 1 month ago (2009-10-30 17:19:31 UTC) #4
darin (slow to review)
http://codereview.chromium.org/343014/diff/15/1005 File net/base/net_util.cc (right): http://codereview.chromium.org/343014/diff/15/1005#newcode1053 Line 1053: static const FilePath kFinalFallbackName(FILE_PATH_LITERAL("download")); please avoid static non-POD ...
11 years, 1 month ago (2009-10-30 18:02:35 UTC) #5
hayato-do-not-use-this-account
Thank you for the review. I updated it. I also changed some files, which now ...
11 years, 1 month ago (2009-11-02 13:30:56 UTC) #6
tony
LGTM!
11 years, 1 month ago (2009-11-02 17:46:12 UTC) #7
darin (slow to review)
LGTM
11 years, 1 month ago (2009-11-02 17:48:04 UTC) #8
hayato-do-not-use-this-account
HI tony, darin, Thank you for LGTM. Could you commit the change instead of me? ...
11 years, 1 month ago (2009-11-04 03:14:10 UTC) #9
tony
I will land now . . .
11 years, 1 month ago (2009-11-04 18:35:07 UTC) #10
tony
11 years, 1 month ago (2009-11-04 18:51:37 UTC) #11
r30971

Powered by Google App Engine
This is Rietveld 408576698