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

Issue 10621: Adds the ability for save dialogs to take a default extension.... (Closed)

Created:
12 years, 1 month ago by sky
Modified:
9 years, 7 months ago
Reviewers:
M-A Ruel
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Adds the ability for save dialogs to take a default extension. BUG=4287 TEST=see bug Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=5304

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+134 lines, -34 lines) Patch
M base/task.h View 1 chunk +14 lines, -0 lines 0 comments Download
M base/tuple.h View 4 chunks +65 lines, -0 lines 0 comments Download
M chrome/browser/browser_commands.cc View 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/download/download_manager.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/shell_dialogs.h View 1 1 chunk +4 lines, -10 lines 0 comments Download
M chrome/browser/views/bookmark_manager_view.cc View 1 3 chunks +11 lines, -7 lines 1 comment Download
M chrome/browser/views/options/content_page_view.cc View 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/views/shell_dialogs.cc View 5 chunks +10 lines, -2 lines 0 comments Download
M chrome/browser/views/user_data_dir_dialog.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/web_contents.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/common/win_util.h View 2 chunks +8 lines, -3 lines 0 comments Download
M chrome/common/win_util.cc View 3 chunks +10 lines, -6 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
sky
12 years, 1 month ago (2008-11-12 00:34:07 UTC) #1
M-A Ruel
http://codereview.chromium.org/10621/diff/1/4 File chrome/browser/shell_dialogs.h (right): http://codereview.chromium.org/10621/diff/1/4#newcode96 Line 96: void SelectFile(Type type, I wonder who accepted this ...
12 years, 1 month ago (2008-11-12 01:15:25 UTC) #2
sky
New snapshot pushed. http://codereview.chromium.org/10621/diff/1/4 File chrome/browser/shell_dialogs.h (right): http://codereview.chromium.org/10621/diff/1/4#newcode96 Line 96: void SelectFile(Type type, On 2008/11/12 ...
12 years, 1 month ago (2008-11-12 16:09:09 UTC) #3
M-A Ruel
12 years, 1 month ago (2008-11-12 17:28:02 UTC) #4
lgtm, sorry for the delay.

http://codereview.chromium.org/10621/diff/601/17
File chrome/browser/views/bookmark_manager_view.cc (right):

http://codereview.chromium.org/10621/diff/601/17#newcode690
Line 690: static const wchar_t filter_c_str[] = L"*.html\0*.html\0";
Can you just name it kFilterStr so it's clear it's a constant?

Powered by Google App Engine
This is Rietveld 408576698