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

Issue 18308004: Update CrOS to use scoped_refptr<T>::get() rather than implicit "operator T*" (Closed)

Created:
7 years, 5 months ago by Ryan Sleevi
Modified:
7 years, 5 months ago
CC:
chromium-reviews, sadrul, nkostylev+watch_chromium.org, tzik+watch_chromium.org, rginda+watch_chromium.org, kinuko+watch, native-client-reviews_googlegroups.com, stevenjb+watch_chromium.org, yusukes+watch_chromium.org, extensions-reviews_chromium.org, ben+watch_chromium.org, jam, joi+watch-content_chromium.org, nona+watch_chromium.org, darin-cc_chromium.org, chromium-apps-reviews_chromium.org, derat+watch_chromium.org, gspencer+watch_chromium.org, gauravsh+watch_chromium.org, penghuang+watch_chromium.org, feature-media-reviews_chromium.org, oshima+watch_chromium.org, tfarina, jshin+watch_chromium.org, cc-bugs_chromium.org, James Su, davemoore+watch_chromium.org
Visibility:
Public.

Description

Update CrOS to use scoped_refptr<T>::get() rather than implicit "operator T*" Fixes a number of cases either not caught by the automated tool or that have recently regressed. BUG=110610 TBR=darin Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=210048

Patch Set 1 #

Patch Set 2 : Rebased #

Patch Set 3 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+189 lines, -192 lines) Patch
M ash/desktop_background/desktop_background_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/test/fake_picture_layer_tiling_client.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/camera_detector.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/change_list_loader_unittest.cc View 1 chunk +11 lines, -8 lines 0 comments Download
M chrome/browser/chromeos/drive/change_list_processor_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/drive_app_registry_unittest.cc View 1 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/drive/drive_file_stream_reader_unittest.cc View 1 7 chunks +9 lines, -14 lines 0 comments Download
M chrome/browser/chromeos/drive/drive_integration_service.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/drive/drive_url_request_job_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/drive/file_cache.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/file_cache_unittest.cc View 1 4 chunks +8 lines, -9 lines 0 comments Download
M chrome/browser/chromeos/drive/file_system/operation_test_base.cc View 1 3 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/chromeos/drive/file_system_proxy.cc View 1 2 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/chromeos/drive/file_system_unittest.cc View 1 4 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/chromeos/drive/job_scheduler_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/local_file_reader_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/drive/remove_stale_cache_files_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/drive/resource_metadata_storage_unittest.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/drive/resource_metadata_unittest.cc View 1 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/drive/search_metadata_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/drive/sync_client_unittest.cc View 1 3 chunks +9 lines, -6 lines 0 comments Download
M chrome/browser/chromeos/drive/webkit_file_stream_reader_impl_unittest.cc View 1 7 chunks +40 lines, -47 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_manager/file_browser_private_api.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/extensions/file_manager/file_handler_util.cc View 5 chunks +7 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_manager/file_manager_util.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_manager/zip_file_creator.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/chromeos/fileapi/remote_file_stream_writer.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/kiosk_mode/kiosk_mode_screensaver.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/policy/device_local_account_policy_store.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/screensaver/screensaver_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/settings/device_oauth2_token_service_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/settings/device_settings_service_unittest.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/settings/session_manager_operation.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/settings/session_manager_operation_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/swap_metrics.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/system_logs/chrome_internal_log_source.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/nacl_host/nacl_host_message_filter.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/collected_cookies_views.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/select_file_dialog_extension.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/help/help_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/data/webui/certificate_viewer_ui_test-inl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chromeos/network/onc/onc_utils.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/indexed_db/indexed_db_callbacks.cc View 1 13 chunks +14 lines, -14 lines 0 comments Download
M content/browser/indexed_db/indexed_db_database_callbacks.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M content/browser/renderer_host/image_transport_factory.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/web_contents/web_contents_view_aura.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/renderer/media/rtc_encoding_video_capturer.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/aura/window.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/base/x/selection_utils.cc View 3 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
Ryan Sleevi
TBR
7 years, 5 months ago (2013-07-02 23:56:02 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rsleevi@chromium.org/18308004/1
7 years, 5 months ago (2013-07-02 23:56:24 UTC) #2
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 5 months ago (2013-07-03 00:05:25 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rsleevi@chromium.org/18308004/1
7 years, 5 months ago (2013-07-03 00:07:03 UTC) #4
use derat at chromium.org
Ryan, your changes look like they're getting associated with the wrong bug. http://crbug.com/206189 is a ...
7 years, 5 months ago (2013-07-03 00:20:24 UTC) #5
use derat at chromium.org
Ryan, your changes look like they're getting associated with the wrong bug. http://crbug.com/206189 is a ...
7 years, 5 months ago (2013-07-03 00:20:26 UTC) #6
Ryan Sleevi
On 2013/07/03 00:20:26, use derat at chromium.org wrote: > Ryan, your changes look like they're ...
7 years, 5 months ago (2013-07-03 00:24:11 UTC) #7
use derat at chromium.org
Makes sense. Thanks for the details! On Tue, Jul 2, 2013 at 5:24 PM, <rsleevi@chromium.org> ...
7 years, 5 months ago (2013-07-03 02:34:57 UTC) #8
use derat at chromium.org
Makes sense. Thanks for the details! On Tue, Jul 2, 2013 at 5:24 PM, <rsleevi@chromium.org> ...
7 years, 5 months ago (2013-07-03 02:34:57 UTC) #9
commit-bot: I haz the power
Commit queue rejected this change because the description was changed between the time the change ...
7 years, 5 months ago (2013-07-03 04:21:18 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/18308004/1
7 years, 5 months ago (2013-07-03 04:34:30 UTC) #11
commit-bot: I haz the power
Failed to apply patch for content/browser/indexed_db/indexed_db_callbacks.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 5 months ago (2013-07-03 04:34:42 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/18308004/29001
7 years, 5 months ago (2013-07-03 17:29:47 UTC) #13
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=13811
7 years, 5 months ago (2013-07-03 21:44:27 UTC) #14
Ryan Sleevi
7 years, 5 months ago (2013-07-03 22:02:01 UTC) #15
Message was sent while issue was closed.
Committed patchset #3 manually as r210048 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698