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

Issue 63093: Refactoring; switch the |filter| parameter into something that is more amenab... (Closed)

Created:
11 years, 8 months ago by Avi (use Gerrit)
Modified:
9 years, 7 months ago
Reviewers:
Paul Godavari, sky
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Refactoring; switch the |filter| parameter into something that is more amenable to cross-platform implementation. BUG=9852 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=13573

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 15

Patch Set 5 : '' #

Patch Set 6 : '' #

Total comments: 2

Patch Set 7 : '' #

Patch Set 8 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+233 lines, -222 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 4 5 6 7 1 chunk +5 lines, -2 lines 0 comments Download
M chrome/browser/browser.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/download/download_manager.cc View 1 2 3 4 5 6 7 1 chunk +5 lines, -7 lines 0 comments Download
M chrome/browser/download/save_package.cc View 1 2 3 4 5 6 7 4 chunks +17 lines, -17 lines 0 comments Download
M chrome/browser/gtk/dialogs_gtk.cc View 1 2 3 4 5 6 7 3 chunks +15 lines, -14 lines 0 comments Download
M chrome/browser/renderer_host/render_view_host.h View 1 2 3 4 5 6 7 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/browser/renderer_host/render_view_host.cc View 1 2 3 4 5 6 7 1 chunk +3 lines, -6 lines 0 comments Download
M chrome/browser/renderer_host/render_view_host_delegate.h View 1 2 3 4 5 6 7 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/browser/shell_dialogs.h View 1 2 3 4 5 6 7 2 chunks +30 lines, -19 lines 0 comments Download
M chrome/browser/tab_contents/web_contents.h View 1 2 3 4 5 6 7 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/tab_contents/web_contents.cc View 1 2 3 4 5 6 7 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/browser/views/bookmark_manager_view.cc View 1 2 3 4 5 6 7 2 chunks +13 lines, -8 lines 0 comments Download
M chrome/browser/views/options/content_page_view.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/views/shell_dialogs_win.cc View 1 2 3 4 5 6 7 8 chunks +55 lines, -22 lines 0 comments Download
M chrome/browser/views/user_data_dir_dialog.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/render_messages_internal.h View 1 2 3 4 5 6 7 1 chunk +3 lines, -4 lines 0 comments Download
M chrome/common/temp_scaffolding_stubs.h View 1 2 3 4 5 6 7 1 chunk +6 lines, -1 line 0 comments Download
M chrome/common/win_util.h View 1 2 3 4 5 6 7 1 chunk +17 lines, -8 lines 0 comments Download
M chrome/common/win_util.cc View 1 2 3 4 5 6 7 1 chunk +41 lines, -85 lines 0 comments Download
M chrome/renderer/render_view.h View 1 2 3 4 5 6 7 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/renderer/render_view.cc View 1 2 3 4 5 6 7 2 chunks +3 lines, -4 lines 0 comments Download
M webkit/glue/chrome_client_impl.cc View 1 2 3 4 5 6 7 1 chunk +6 lines, -5 lines 0 comments Download
M webkit/glue/webview_delegate.h View 1 2 3 4 5 6 7 1 chunk +2 lines, -3 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Avi (use Gerrit)
Sky- Main reviewer Paul- FYI Two notes: - I'm not thrilled by the vector-within-a-vector approach, ...
11 years, 8 months ago (2009-04-08 14:53:07 UTC) #1
Avi (use Gerrit)
resend with reviewers set properly
11 years, 8 months ago (2009-04-08 14:56:27 UTC) #2
Avi (use Gerrit)
On 2009/04/08 14:53:07, Avi wrote: > - There's a curious memory corruption error that I ...
11 years, 8 months ago (2009-04-08 15:19:08 UTC) #3
sky
http://codereview.chromium.org/63093/diff/1026/88 File chrome/browser/download/download_manager.cc (right): http://codereview.chromium.org/63093/diff/1026/88#newcode645 Line 645: file_type_info.extensions[0].push_back(info->suggested_path.Extension()); What if the extension is empty? http://codereview.chromium.org/63093/diff/1026/88#newcode646 ...
11 years, 8 months ago (2009-04-08 17:04:36 UTC) #4
Avi (use Gerrit)
http://codereview.chromium.org/63093/diff/1026/88 File chrome/browser/download/download_manager.cc (right): http://codereview.chromium.org/63093/diff/1026/88#newcode645 Line 645: file_type_info.extensions[0].push_back(info->suggested_path.Extension()); On 2009/04/08 17:04:36, sky wrote: > What ...
11 years, 8 months ago (2009-04-08 18:08:48 UTC) #5
sky
Thanks for the clarification. I'm still confused on one thing though. http://codereview.chromium.org/63093/diff/1026/91 File chrome/common/win_util.cc (right): ...
11 years, 8 months ago (2009-04-08 18:15:11 UTC) #6
Avi (use Gerrit)
On 2009/04/08 18:15:11, sky wrote: > In bookmark manager and other places I don't see ...
11 years, 8 months ago (2009-04-08 18:40:09 UTC) #7
sky
http://codereview.chromium.org/63093/diff/124/1059 File chrome/common/win_util.cc (right): http://codereview.chromium.org/63093/diff/124/1059#newcode235 Line 235: std::wstring desc = ext_desc[i]; If that's the case, ...
11 years, 8 months ago (2009-04-08 19:30:56 UTC) #8
Avi (use Gerrit)
This has a few new critical fixes. I found that in the last CL I'd ...
11 years, 8 months ago (2009-04-08 20:40:23 UTC) #9
sky
11 years, 8 months ago (2009-04-08 21:02:42 UTC) #10
LGTM

Powered by Google App Engine
This is Rietveld 408576698