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

Issue 10386206: RefCounted types should not have public destructors, chromeos edition (Closed)

Created:
8 years, 7 months ago by Ryan Sleevi
Modified:
8 years, 6 months ago
CC:
chromium-reviews, feature-media-reviews_chromium.org, mihaip-chromium-reviews_chromium.org, sadrul, nkostylev+watch_chromium.org, jochen+watch-content_chromium.org, ben+watch_chromium.org, jam, achuith+watch_chromium.org, joi+watch-content_chromium.org, Aaron Boodman, rginda+watch_chromium.org, darin-cc_chromium.org, kinuko+watch, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, tony
Visibility:
Public.

Description

RefCounted types should not have public destructors, chromeos edition BUG=123295 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=143987

Patch Set 1 #

Patch Set 2 : Two more fixes #

Patch Set 3 : Rebase to ToT #

Patch Set 4 : Rebase to ToT #

Patch Set 5 : Rebased to r143759 #

Patch Set 6 : Forgot to turn on build flags; Truly rebased now #

Patch Set 7 : Rebase to r143931 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+434 lines, -290 lines) Patch
M ash/desktop_background/desktop_background_controller.cc View 1 2 3 4 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/chromeos/extensions/file_browser_event_router.h View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_browser_handler_api.h View 1 2 3 4 5 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_browser_handler_api.cc View 1 2 3 4 5 2 chunks +29 lines, -29 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_browser_notifications.cc View 1 2 3 4 5 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/chromeos/extensions/file_browser_private_api.h View 1 2 3 4 5 6 24 chunks +130 lines, -100 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_browser_private_api.cc View 1 2 3 4 5 6 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_handler_util.h View 1 2 3 4 5 6 3 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/gdata_file_system_proxy.h View 1 2 3 4 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/gdata_file_system_proxy.cc View 1 2 3 4 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/gdata/gdata_file_system_unittest.cc View 1 2 3 4 5 6 2 chunks +6 lines, -1 line 0 comments Download
M chrome/browser/chromeos/gdata/gdata_protocol_handler.cc View 1 2 3 4 4 chunks +9 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/kiosk_mode/kiosk_mode_screensaver.cc View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/locale_change_guard.cc View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/authenticator.h View 1 2 3 4 5 6 2 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/chromeos/login/authenticator.cc View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/chromeos/login/help_app_launcher.h View 2 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/chromeos/login/help_app_launcher.cc View 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/login_utils.cc View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/mock_authenticator.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/owner_manager.h View 1 2 3 4 3 chunks +6 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/owner_manager.cc View 1 2 3 4 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/login/parallel_authenticator.h View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/chromeos/login/parallel_authenticator.cc View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/signed_settings.h View 3 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/chromeos/login/signed_settings.cc View 9 chunks +49 lines, -45 lines 0 comments Download
M chrome/browser/chromeos/low_memory_observer.cc View 2 chunks +6 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/media/media_player_extension_api.h View 1 chunk +20 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/mobile/mobile_activator.h View 1 2 3 4 5 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/chromeos/mobile/mobile_activator.cc View 1 2 3 4 5 3 chunks +10 lines, -12 lines 0 comments Download
M chrome/browser/chromeos/notifications/system_notification.h View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/notifications/system_notification.cc View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/web_socket_proxy.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/terminal/terminal_private_api.h View 3 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/extensions/api/terminal/terminal_private_api.cc View 3 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/policy/app_pack_updater.cc View 1 2 3 4 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/ui/views/extensions/extension_dialog.h View 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/about_ui.cc View 1 2 3 4 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/proxy_settings_ui.cc View 1 2 1 chunk +5 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/sim_unlock_ui.cc View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M content/browser/renderer_host/image_transport_client.h View 2 chunks +1 line, -2 lines 0 comments Download
M content/browser/renderer_host/image_transport_client_linux.cc View 8 chunks +50 lines, -45 lines 0 comments Download
M content/browser/renderer_host/image_transport_factory.cc View 1 2 3 4 1 chunk +3 lines, -1 line 0 comments Download
M ui/app_list/app_list_item_view.cc View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M ui/aura/bench/bench_main.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M ui/aura/root_window.h View 1 2 3 4 1 chunk +3 lines, -3 lines 0 comments Download
M webkit/chromeos/fileapi/remote_file_system_proxy.h View 1 2 3 4 2 chunks +4 lines, -2 lines 0 comments Download

Messages

Total messages: 20 (0 generated)
Ryan Sleevi
Now that I have a ChromeOS+Clang+Warnings build, these are the fixes for CrOS. This is ...
8 years, 7 months ago (2012-05-18 21:32:28 UTC) #1
satorux1
chrome/browser/chromeos/extensions/ and chrome/browser/chromeos/gdata/ LGTM. Could you wait until next week before submitting this? We are ...
8 years, 7 months ago (2012-05-18 21:38:42 UTC) #2
Ryan Sleevi
On 2012/05/18 21:38:42, satorux1 wrote: > chrome/browser/chromeos/extensions/ and chrome/browser/chromeos/gdata/ LGTM. > > Could you wait ...
8 years, 7 months ago (2012-05-18 21:45:42 UTC) #3
satorux1
On 2012/05/18 21:45:42, Ryan Sleevi wrote: > On 2012/05/18 21:38:42, satorux1 wrote: > > chrome/browser/chromeos/extensions/ ...
8 years, 7 months ago (2012-05-18 21:47:51 UTC) #4
sky
LGTM
8 years, 7 months ago (2012-05-18 22:18:30 UTC) #5
Mattias Nissler (ping if slow)
LGTM
8 years, 7 months ago (2012-05-21 08:34:05 UTC) #6
Nikita (slow)
chromeos/login lgtm
8 years, 7 months ago (2012-05-21 08:37:08 UTC) #7
satorux1
Update. The last M20 issue in chrome/browser/chromeos/gdata/ and /extensions/ is expected to be fixed this ...
8 years, 7 months ago (2012-05-23 19:52:35 UTC) #8
satorux1
LGTM: the gdata patches are no in. It should be safe to submit this now. ...
8 years, 7 months ago (2012-05-24 06:07:47 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rsleevi@chromium.org/10386206/16001
8 years, 6 months ago (2012-06-23 01:42:28 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rsleevi@chromium.org/10386206/19002
8 years, 6 months ago (2012-06-23 02:46:26 UTC) #11
commit-bot: I haz the power
Try job failure for 10386206-19002 (retry) on win_rel for step "browser_tests". It's a second try, ...
8 years, 6 months ago (2012-06-23 04:39:28 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rsleevi@chromium.org/10386206/19002
8 years, 6 months ago (2012-06-23 04:52:28 UTC) #13
commit-bot: I haz the power
Try job failure for 10386206-19002 (retry) on win_rel for step "browser_tests". It's a second try, ...
8 years, 6 months ago (2012-06-23 06:39:39 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rsleevi@chromium.org/10386206/19002
8 years, 6 months ago (2012-06-23 18:49:18 UTC) #15
commit-bot: I haz the power
Try job failure for 10386206-19002 (retry) (retry) on win_rel for step "browser_tests" (clobber build). It's ...
8 years, 6 months ago (2012-06-23 22:07:21 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rsleevi@chromium.org/10386206/19002
8 years, 6 months ago (2012-06-25 06:59:09 UTC) #17
commit-bot: I haz the power
Failed to apply patch for chrome/browser/chromeos/extensions/file_browser_private_api.cc: While running patch -p1 --forward --force; patching file chrome/browser/chromeos/extensions/file_browser_private_api.cc ...
8 years, 6 months ago (2012-06-25 06:59:19 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rsleevi@chromium.org/10386206/17043
8 years, 6 months ago (2012-06-25 17:46:27 UTC) #19
commit-bot: I haz the power
8 years, 6 months ago (2012-06-25 19:59:43 UTC) #20
Change committed as 143987

Powered by Google App Engine
This is Rietveld 408576698