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

Issue 4192012: Convert implicit scoped_refptr constructor calls to explicit ones, part 1 (Closed)

Created:
10 years, 1 month ago by Nico
Modified:
9 years, 7 months ago
Reviewers:
jamesr
CC:
chromium-reviews, vrk (LEFT CHROMIUM), stuartmorgan+watch_chromium.org, dhollowa, cbentzel+watch_chromium.org, fbarchard, Alpha Left Google, Erik does not do reviews, jam, darin-cc_chromium.org, garykac, brettw-cc_chromium.org, tim (not reviewing), ben+cc_chromium.org, Raghu Simha, Randy Smith (Not in Mondays), pam+watch_chromium.org, awong, James Hawkins, scherkus (not reviewing), michaeln, ncarter (slow), Sergey Ulanov, idana, Aaron Boodman, dmac, Paweł Hajdan Jr.
Visibility:
Public.

Description

Convert implicit scoped_refptr constructor calls to explicit ones, part 1 This CL was created automatically by this clang rewriter: http://codereview.appspot.com/2776043/ . I manually fixed a few rough spots of the rewriter output (doh1-3) and fixed all presubmit errors. BUG=28083 TEST=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=64573

Patch Set 1 #

Patch Set 2 : doh1 #

Patch Set 3 : doh2 #

Patch Set 4 : doh3 #

Patch Set 5 : fix presubmit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+991 lines, -990 lines) Patch
M base/message_loop_proxy_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/message_loop_unittest.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M base/metrics/field_trial_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/ref_counted_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/automation/automation_resource_message_filter.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/automation/testing_automation_provider.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/bookmarks/bookmark_html_writer.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/browser_about_handler.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/browser_main.cc View 8 chunks +16 lines, -16 lines 0 comments Download
M chrome/browser/browser_thread.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/browsing_data_appcache_helper_unittest.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/browsing_data_database_helper_unittest.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/browsing_data_local_storage_helper_unittest.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/cocoa/first_run_dialog.mm View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/cocoa/web_drag_source.mm View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/debugger/devtools_manager_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/debugger/devtools_netlog_observer.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/debugger/devtools_remote_listen_socket.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/device_orientation/device_orientation_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/dom_ui/chrome_url_data_manager.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/dom_ui/dom_ui_factory.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/dom_ui/fileicon_source.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/dom_ui/new_tab_ui.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_process_manager.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_updater.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_updater_unittest.cc View 10 chunks +20 lines, -20 lines 0 comments Download
M chrome/browser/extensions/extensions_service.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extensions_startup.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/first_run/first_run.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/geolocation/access_token_store.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/geolocation/access_token_store_browsertest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/geolocation/geolocation_exceptions_table_model_unittest.cc View 4 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/host_content_settings_map_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/importer/firefox_importer_unittest_utils_mac.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/importer/importer_unittest.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/in_process_webkit/browser_webkitclient_impl.cc View 1 2 3 4 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/io_thread.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/metrics/metrics_service.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/net/connection_tester.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/net/connection_tester_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/net/predictor_unittest.cc View 7 chunks +18 lines, -18 lines 0 comments Download
M chrome/browser/net/websocket_experiment/websocket_experiment_runner.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/renderer_host/browser_render_process_host.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/renderer_host/resource_dispatcher_host.cc View 5 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/renderer_host/resource_message_filter.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/renderer_host/x509_user_cert_resource_handler.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/safe_browsing/bloom_filter_unittest.cc View 4 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_service.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_test.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sessions/session_service.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ssl/ssl_host_state_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ssl/ssl_manager.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/glue/history_model_worker.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/profile_sync_service_autofill_unittest.cc View 11 chunks +12 lines, -12 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_typed_url_unittest.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/themes/browser_theme_pack.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/themes/browser_theme_pack_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/themes/browser_theme_provider.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/user_style_sheet_watcher_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/common/database_util.cc View 3 chunks +8 lines, -8 lines 0 comments Download
M chrome/common/extensions/extension.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/webmessageportchannel_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/plugin/plugin_channel.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/plugin/plugin_thread.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/renderer/audio_message_filter_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/renderer/media/audio_renderer_impl_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/renderer/render_view.cc View 1 2 3 4 4 chunks +10 lines, -10 lines 0 comments Download
M chrome/renderer/render_widget.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/renderer/render_widget_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/render_widget_fullscreen.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/renderer/render_widget_fullscreen_pepper.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/renderer/renderer_webkitclient_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/renderer/webplugin_delegate_pepper.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/renderer/webplugin_delegate_proxy.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/service/cloud_print/cloud_print_proxy_backend.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/service/cloud_print/printer_job_handler.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/worker/worker_webkitclient_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ipc/file_descriptor_set_posix_unittest.cc View 10 chunks +10 lines, -10 lines 0 comments Download
M media/audio/audio_input_controller.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M media/audio/audio_output_controller.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M media/base/data_buffer_unittest.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M media/base/pipeline_impl_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M media/base/seekable_buffer_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M media/base/video_frame.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M media/filters/audio_renderer_base_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M media/filters/decoder_base_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M media/filters/ffmpeg_demuxer.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M media/filters/ffmpeg_demuxer_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M media/filters/ffmpeg_video_decoder.cc View 1 chunk +1 line, -1 line 0 comments Download
M media/filters/file_data_source_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M media/filters/video_renderer_base_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/base/cookie_monster_perftest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/base/cookie_monster_unittest.cc View 5 chunks +7 lines, -7 lines 0 comments Download
M net/base/directory_lister_unittest.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M net/base/host_resolver_impl.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M net/base/host_resolver_impl_unittest.cc View 21 chunks +42 lines, -42 lines 0 comments Download
M net/base/listen_socket.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/base/mock_host_resolver.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/base/x509_certificate_mac.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/base/x509_certificate_unittest.cc View 11 chunks +38 lines, -38 lines 0 comments Download
M net/disk_cache/backend_impl.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M net/disk_cache/backend_unittest.cc View 14 chunks +14 lines, -14 lines 0 comments Download
M net/disk_cache/disk_cache_perftest.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M net/disk_cache/entry_unittest.cc View 32 chunks +50 lines, -50 lines 0 comments Download
M net/disk_cache/file_posix.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M net/disk_cache/in_flight_backend_io.cc View 7 chunks +21 lines, -21 lines 0 comments Download
M net/disk_cache/mem_entry_impl.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M net/disk_cache/sparse_control.cc View 6 chunks +12 lines, -12 lines 0 comments Download
M net/disk_cache/stats_histogram.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/stress_cache.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_cache_transaction.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_cache_unittest.cc View 10 chunks +12 lines, -12 lines 0 comments Download
M net/http/http_network_transaction.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/http/http_network_transaction_unittest.cc View 13 chunks +15 lines, -15 lines 0 comments Download
M net/http/http_response_headers_unittest.cc View 20 chunks +40 lines, -40 lines 0 comments Download
M net/http/http_stream_parser.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_stream_request.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M net/http/http_transaction_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/proxy/multi_threaded_proxy_resolver.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/proxy/proxy_script_fetcher_impl_unittest.cc View 8 chunks +8 lines, -8 lines 0 comments Download
M net/proxy/proxy_service.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M net/server/http_listen_socket.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/socket/client_socket_pool_base_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/socket/deterministic_socket_data_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/socket/socks5_client_socket_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/socket/socks_client_socket_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/socket/ssl_client_socket_mac.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/socket/ssl_client_socket_nss.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/socket/ssl_client_socket_unittest.cc View 8 chunks +12 lines, -12 lines 0 comments Download
M net/socket/tcp_client_socket_pool_unittest.cc View 4 chunks +8 lines, -8 lines 0 comments Download
M net/socket/tcp_client_socket_unittest.cc View 9 chunks +13 lines, -13 lines 0 comments Download
M net/socket_stream/socket_stream_unittest.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M net/spdy/spdy_network_transaction_unittest.cc View 11 chunks +13 lines, -13 lines 0 comments Download
M net/spdy/spdy_proxy_client_socket.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/spdy_session.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/spdy/spdy_session_unittest.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M net/spdy/spdy_stream_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/tools/fetch/http_listen_socket.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/url_request/url_request_ftp_job.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M net/url_request/url_request_job.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/url_request/url_request_unittest.cc View 1 2 18 chunks +18 lines, -18 lines 0 comments Download
M net/url_request/view_cache_helper_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/websockets/websocket_throttle_unittest.cc View 7 chunks +21 lines, -21 lines 0 comments Download
M remoting/host/heartbeat_sender_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/host/json_host_config_unittest.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M remoting/host/simple_host_process.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/jingle_glue/channel_socket_adapter_unittest.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M remoting/jingle_glue/ssl_socket_adapter.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/jingle_glue/stream_socket_adapter_unittest.cc View 6 chunks +6 lines, -6 lines 0 comments Download
M remoting/protocol/host_message_dispatcher.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/protocol/jingle_chromotocol_connection_unittest.cc View 1 2 3 4 6 chunks +14 lines, -13 lines 0 comments Download
M remoting/protocol/jingle_chromotocol_server.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/protocol/message_decoder_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/protocol_test_client.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/protocol/util.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/appcache/appcache_group_unittest.cc View 4 chunks +13 lines, -13 lines 0 comments Download
M webkit/appcache/appcache_host_unittest.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M webkit/appcache/appcache_response_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M webkit/appcache/appcache_storage_impl.cc View 12 chunks +28 lines, -28 lines 0 comments Download
M webkit/appcache/appcache_storage_impl_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/appcache/appcache_storage_unittest.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M webkit/appcache/appcache_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M webkit/appcache/appcache_update_job.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M webkit/appcache/appcache_update_job_unittest.cc View 11 chunks +22 lines, -22 lines 0 comments Download
M webkit/appcache/appcache_url_request_job_unittest.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M webkit/appcache/mock_appcache_storage.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/appcache/mock_appcache_storage_unittest.cc View 12 chunks +30 lines, -30 lines 0 comments Download
M webkit/blob/blob_storage_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/blob/blob_storage_controller_unittest.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M webkit/blob/blob_url_request_job_unittest.cc View 4 chunks +8 lines, -8 lines 0 comments Download
M webkit/blob/deletable_file_reference.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/fileapi/file_system_path_manager.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/glue/media/buffered_data_source_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/glue/plugins/npapi_extension_thunk.cc View 33 chunks +35 lines, -35 lines 0 comments Download
M webkit/glue/plugins/plugin_host.cc View 22 chunks +24 lines, -24 lines 0 comments Download
M webkit/glue/plugins/plugin_lib_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/glue/plugins/webplugin_delegate_impl.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M webkit/glue/webmediaplayer_impl.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M webkit/support/webkit_support.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/tools/test_shell/simple_resource_loader_bridge.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/tools/test_shell/test_webview_delegate.cc View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Nico
10 years, 1 month ago (2010-11-01 03:21:54 UTC) #1
jamesr
10 years, 1 month ago (2010-11-01 03:58:08 UTC) #2
Assuming the trybots are green LGTM.  I didn't look through all of this but I
looked at a lot (probably too much).

Powered by Google App Engine
This is Rietveld 408576698