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

Issue 3032024: Add undeclared virtual destructors part 2... (Closed)

Created:
10 years, 5 months ago by ziadh
Modified:
9 years, 7 months ago
CC:
chromium-reviews, ben+cc_chromium.org, John Grabowski, amit, brettw-cc_chromium.org, darin-cc_chromium.org, Paweł Hajdan Jr., kuchhal, pam+watch_chromium.org
Visibility:
Public.

Description

Add undeclared virtual destructors part 2 Preventative maintainance for abstract classes that do not declare virtual destructors. Base classes that do not declare their destructors as virtual could potentially lead to memory leaks. r=jar BUG=47469 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=53831

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 2

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+63 lines, -8 lines) Patch
M app/active_window_watcher_x.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M app/menus/button_menu_item_model.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/common/deprecated/event_sys.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/common/mach_message_source_mac.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/common/sandbox_mac_unittest_helper.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/installer/util/html_dialog.h View 1 2 3 2 chunks +5 lines, -1 line 0 comments Download
M chrome/renderer/pepper_widget.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/render_view_visitor.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/service/cloud_print/job_status_updater.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/test/interactive_ui/view_event_test_base.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M chrome_frame/np_event_listener.h View 1 5 chunks +8 lines, -5 lines 0 comments Download
M chrome_frame/test/window_watchdog.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M printing/printed_pages_source.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M views/controls/button/button.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M views/controls/button/native_button_wrapper.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M views/controls/combobox/native_combobox_wrapper.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M views/controls/link.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M views/controls/listbox/native_listbox_wrapper.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M views/controls/menu/view_menu_delegate.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M views/controls/table/native_table_wrapper.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M views/views_delegate.h View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
ziadh
Hi jar, Please let me know what you think.
10 years, 5 months ago (2010-07-26 21:39:30 UTC) #1
jar (doing other things)
Please add a line in the CL description above the r=jar: BUG=47469 You should also ...
10 years, 5 months ago (2010-07-26 22:03:10 UTC) #2
ziadh
http://codereview.chromium.org/3032024/diff/30002/39006 File chrome/installer/util/html_dialog.h (right): http://codereview.chromium.org/3032024/diff/30002/39006#newcode61 chrome/installer/util/html_dialog.h:61: friend class EulaHTMLDialog; On 2010/07/26 22:03:10, jar wrote: > ...
10 years, 5 months ago (2010-07-26 22:22:02 UTC) #3
jar (doing other things)
10 years, 5 months ago (2010-07-26 22:24:45 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698