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

Issue 6697004: Add an exception wrapper to the WindowProc functions so... (Closed)

Created:
9 years, 9 months ago by rvargas (doing something else)
Modified:
9 years, 6 months ago
Reviewers:
cpu_(ooo_6.6-7.5)
CC:
chromium-reviews, Paweł Hajdan Jr., darin-cc_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

Add an exception wrapper to the WindowProc functions so that we receive crash reports when something goes wrong. BUG=63702 TEST=base_unittests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=78475

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+230 lines, -11 lines) Patch
M base/base.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M base/base.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M base/message_pump_win.cc View 3 chunks +3 lines, -2 lines 0 comments Download
A base/win/wrapped_window_proc.h View 1 chunk +66 lines, -0 lines 2 comments Download
A base/win/wrapped_window_proc.cc View 1 chunk +32 lines, -0 lines 0 comments Download
A base/win/wrapped_window_proc_unittest.cc View 1 chunk +79 lines, -0 lines 0 comments Download
M chrome/app/breakpad_win.cc View 1 chunk +12 lines, -0 lines 2 comments Download
M chrome/browser/browser_main_win.cc View 3 chunks +18 lines, -0 lines 0 comments Download
M chrome/browser/process_singleton_win.cc View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/renderer_host/render_widget_host_view_win.cc View 3 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/status_icons/status_tray_win.cc View 2 chunks +2 lines, -1 line 0 comments Download
M ui/base/clipboard/clipboard_win.cc View 2 chunks +2 lines, -1 line 0 comments Download
M ui/base/win/window_impl.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M views/controls/menu/native_menu_win.cc View 3 chunks +3 lines, -2 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
rvargas (doing something else)
9 years, 9 months ago (2011-03-15 19:27:33 UTC) #1
cpu_(ooo_6.6-7.5)
http://codereview.chromium.org/6697004/diff/1/chrome/app/breakpad_win.cc File chrome/app/breakpad_win.cc (right): http://codereview.chromium.org/6697004/diff/1/chrome/app/breakpad_win.cc#newcode443 chrome/app/breakpad_win.cc:443: // for it to do anything. should it be: ...
9 years, 9 months ago (2011-03-16 00:09:22 UTC) #2
cpu_(ooo_6.6-7.5)
http://codereview.chromium.org/6697004/diff/1/base/win/wrapped_window_proc.h File base/win/wrapped_window_proc.h (right): http://codereview.chromium.org/6697004/diff/1/base/win/wrapped_window_proc.h#newcode52 base/win/wrapped_window_proc.h:52: template <WNDPROC proc> it feels that we could do ...
9 years, 9 months ago (2011-03-16 00:12:36 UTC) #3
rvargas (doing something else)
http://codereview.chromium.org/6697004/diff/1/base/win/wrapped_window_proc.h File base/win/wrapped_window_proc.h (right): http://codereview.chromium.org/6697004/diff/1/base/win/wrapped_window_proc.h#newcode52 base/win/wrapped_window_proc.h:52: template <WNDPROC proc> On 2011/03/16 00:12:37, cpu wrote: > ...
9 years, 9 months ago (2011-03-16 00:25:07 UTC) #4
cpu_(ooo_6.6-7.5)
9 years, 9 months ago (2011-03-16 22:22:38 UTC) #5
lgtm

Powered by Google App Engine
This is Rietveld 408576698