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

Issue 1731483003: chrome: Add out-of-line copy ctors for complex classes. (Closed)

Created:
4 years, 10 months ago by vmpstr
Modified:
4 years, 10 months ago
Reviewers:
Nico, dcheng
CC:
chromium-reviews, skanuj+watch_chromium.org, tzik, shishir+watch_chromium.org, dhollowa+watch_chromium.org, dougw+watch_chromium.org, bondd+autofillwatch_chromium.org, noyau+watch_chromium.org, markusheintz_, miu+watch_chromium.org, extensions-reviews_chromium.org, cbentzel+watch_chromium.org, melevin+watch_chromium.org, Matt Giuca, grt+watch_chromium.org, samuong+watch_chromium.org, jam, Patrick Dubroy, posciak+watch_chromium.org, rlp+watch_chromium.org, devtools-reviews_chromium.org, groby+spellwatch_chromium.org, chromium-apps-reviews_chromium.org, xjz+watch_chromium.org, isheriff+watch_chromium.org, imcheng+watch_chromium.org, rouslan+autofill_chromium.org, jasonroberts+watch_google.com, tburkard+watch_chromium.org, nhiroki, gavinp+prer_chromium.org, jfweitz+watch_chromium.org, pam+watch_chromium.org, rouslan+spell_chromium.org, estade+watch_chromium.org, Jered, davidben+watch_chromium.org, media-router+watch_chromium.org, feature-media-reviews_chromium.org, Lei Zhang, tfarina, donnd+watch_chromium.org, avayvod+watch_chromium.org, mcasas+watch_chromium.org, jdonnelly+autofillwatch_chromium.org, tommycli, dbeam+watch-history_chromium.org, David Black, samarth+watch_chromium.org, darin-cc_chromium.org, kmadhusu+watch_chromium.org, vabr+watchlistautofill_chromium.org, kinuko+fileapi, pfeldman
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

chrome: Add out-of-line copy ctors for complex classes. This patch adds out of line copy constructors for classes that our clang-plugin considers heavy. This is an effort to enable copy constructor checks by default. BUG=436357 R=dcheng@chromium.org, thakis@chromium.org Committed: https://crrev.com/b8aacbe5510e9a7aaccb5646904f350bca8e3a7c Cr-Commit-Position: refs/heads/master@{#377767}

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+405 lines, -0 lines) Patch
M chrome/browser/browsing_data/browsing_data_database_helper.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/browsing_data/browsing_data_database_helper.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/browsing_data/browsing_data_file_system_helper.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/browsing_data/browsing_data_file_system_helper.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/browsing_data/browsing_data_service_worker_helper.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/browsing_data/browsing_data_service_worker_helper.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/browsing_data/cookies_tree_model.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/browsing_data/cookies_tree_model.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/devtools/device/android_device_manager.h View 3 chunks +3 lines, -0 lines 0 comments Download
M chrome/browser/devtools/device/android_device_manager.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/browser/devtools/devtools_network_interceptor.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/devtools/devtools_network_interceptor.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/extensions/active_script_controller.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/active_script_controller.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/extensions/api/automation_internal/automation_event_router.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/api/automation_internal/automation_event_router.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/extensions/api/dial/dial_device_data.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/api/dial/dial_device_data.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/extensions/api/identity/extension_token_key.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/api/identity/extension_token_key.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/extensions/api/identity/identity_api.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/api/identity/identity_api.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/extensions/api/mdns/dns_sd_delegate.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/api/mdns/dns_sd_delegate.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/api/messaging/incognito_connectability.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/api/messaging/incognito_connectability.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/extensions/bundle_installer.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/bundle_installer.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/extensions/chrome_app_sorting.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/chrome_app_sorting.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_service_test_base.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/extension_service_test_base.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_sync_data.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/extension_sync_data.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/extensions/install_signer.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/install_signer.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/pending_extension_info.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/extensions/pending_extension_info.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/extensions/updater/extension_updater.h View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/extensions/updater/extension_updater.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/local_discovery/service_discovery_client.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/local_discovery/service_discovery_client.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/media/router/issue.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/media/router/issue.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/media/router/media_route.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/media/router/media_route.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/media/router/media_sink.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/media/router/media_sink.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/media/router/presentation_request.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/media/router/presentation_request.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/media/webrtc_log_uploader.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/media/webrtc_log_uploader.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/media/webrtc_rtp_dump_writer.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/media/webrtc_rtp_dump_writer.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/media_galleries/fileapi/mtp_device_async_delegate.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/media_galleries/fileapi/mtp_device_async_delegate.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/media_galleries/gallery_watch_manager.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/media_galleries/gallery_watch_manager.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/media_galleries/linux/mtp_device_delegate_impl_linux.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/media_galleries/linux/mtp_device_delegate_impl_linux.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/media_galleries/linux/snapshot_file_details.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/media_galleries/linux/snapshot_file_details.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/media_galleries/media_file_system_registry.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/media_galleries/media_file_system_registry.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/media_galleries/media_folder_finder.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/media_galleries/media_folder_finder.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/media_galleries/media_galleries_preferences.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/media_galleries/media_galleries_preferences.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/media_galleries/media_scan_manager.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/media_galleries/media_scan_manager.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/memory/tab_stats.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/memory/tab_stats.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/memory_details.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/memory_details.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/net/url_info.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/net/url_info.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/performance_monitor/process_metrics_history.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/performance_monitor/process_metrics_history.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/plugins/chrome_plugin_service_filter.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/plugins/chrome_plugin_service_filter.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/predictors/autocomplete_action_predictor.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/predictors/autocomplete_action_predictor.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/predictors/resource_prefetch_common.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/predictors/resource_prefetch_common.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/prefs/session_startup_pref.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/prefs/session_startup_pref.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/prerender/prerender_link_manager.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/prerender/prerender_link_manager.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/printing/cloud_print/device_description.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/printing/cloud_print/device_description.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/profiles/avatar_menu.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/profiles/avatar_menu.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/safe_browsing/browser_feature_extractor.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/safe_browsing/browser_feature_extractor.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/safe_browsing/local_database_manager.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/safe_browsing/local_database_manager.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/safe_browsing/protocol_manager.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/safe_browsing/protocol_manager.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/safe_browsing/protocol_manager_helper.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/safe_browsing/protocol_manager_helper.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_util.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_util.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/safe_browsing/ui_manager.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/safe_browsing/ui_manager.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/search/suggestions/image_fetcher_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/search/suggestions/image_fetcher_impl.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/site_details.h View 4 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/site_details.cc View 2 chunks +10 lines, -0 lines 0 comments Download
M chrome/browser/speech/tts_controller.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/speech/tts_controller_impl.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/spellchecker/misspelling.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/spellchecker/misspelling.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/supervised_user/child_accounts/family_info_fetcher.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/supervised_user/child_accounts/family_info_fetcher.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/supervised_user/supervised_user_site_list.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/supervised_user/supervised_user_site_list.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/sync_task_manager.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/sync_task_manager.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/tracker_id_set.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/tracker_id_set.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/sync_file_system/file_change.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/sync_file_system/file_change.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/sync_file_system/subtree_set.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/sync_file_system/subtree_set.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/sync_file_system/sync_file_metadata.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/sync_file_system/sync_file_metadata.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/task_manager/task_manager.h View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/task_manager/task_manager.cc View 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/ui/app_list/app_list_prefs.h View 1 chunk +1 line, -0 lines 2 comments Download
M chrome/browser/ui/app_list/app_list_prefs.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_types.h View 3 chunks +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_types.cc View 3 chunks +5 lines, -0 lines 0 comments Download
M chrome/browser/ui/blocked_content/blocked_window_params.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/blocked_content/blocked_window_params.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/bookmarks/bookmark_editor.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/bookmarks/bookmark_editor.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/browser.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/browser.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/browser_navigator_params.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/browser_navigator_params.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/content_settings/content_setting_bubble_model.h View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/content_settings/content_setting_bubble_model.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/ui/extensions/app_launch_params.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/extensions/app_launch_params.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/autofill/autofill_dialog_views.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/autofill/autofill_dialog_views.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/tabs/tab_renderer_data.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/tabs/tab_renderer_data.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/browsing_history_handler.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/browsing_history_handler.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/favicon_source.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/favicon_source.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/fileicon_source.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/fileicon_source.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/media_router/media_sink_with_cast_modes.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/media_router/media_sink_with_cast_modes.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/quota_internals/quota_internals_types.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/quota_internals/quota_internals_types.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/signin/inline_login_handler_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/signin/inline_login_handler_impl.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/common/extensions/api/extension_action/action_info.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/api/extension_action/action_info.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/extensions/api/input_ime/input_components_handler.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/api/input_ime/input_components_handler.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/common/extensions/api/notifications/notification_style.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/api/notifications/notification_style.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/extensions/api/speech/tts_engine_manifest_handler.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/api/speech/tts_engine_manifest_handler.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/extensions/command.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/command.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/extensions/manifest_handlers/linked_app_icons.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/manifest_handlers/linked_app_icons.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/extensions/permissions/chrome_permission_message_rules.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/permissions/chrome_permission_message_rules.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/common/importer/imported_bookmark_entry.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/importer/imported_bookmark_entry.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/common/importer/importer_data_types.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/importer/importer_data_types.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/importer/importer_url_row.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/importer/importer_url_row.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/common/instant_types.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/instant_types.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/common/safe_browsing/zip_analyzer_results.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/safe_browsing/zip_analyzer_results.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/tts_utterance_request.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/tts_utterance_request.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/web_application_info.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/web_application_info.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/renderer/media/cast_rtp_stream.h View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/renderer/media/cast_rtp_stream.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/renderer/media/cast_transport_sender_ipc.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/media/cast_transport_sender_ipc.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/renderer/plugins/power_saver_info.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/plugins/power_saver_info.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/service/cloud_print/printer_job_handler.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/service/cloud_print/printer_job_handler.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/service/cloud_print/printer_job_queue_handler.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/service/cloud_print/printer_job_queue_handler.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/capabilities.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/chromedriver/capabilities.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/chrome/devtools_http_client.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/chromedriver/chrome/devtools_http_client.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/server/http_handler.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/chromedriver/server/http_handler.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/session_commands.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/chromedriver/session_commands.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/utility/media_galleries/ipc_data_source.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/utility/media_galleries/ipc_data_source.cc View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (4 generated)
vmpstr
Please take a look.
4 years, 10 months ago (2016-02-24 00:15:42 UTC) #1
tapted
[drive-by] Sorry to put a spanner in the works. I'm only OWNER for one of ...
4 years, 10 months ago (2016-02-24 00:36:13 UTC) #2
vmpstr
https://codereview.chromium.org/1731483003/diff/1/chrome/browser/ui/app_list/app_list_prefs.h File chrome/browser/ui/app_list/app_list_prefs.h (right): https://codereview.chromium.org/1731483003/diff/1/chrome/browser/ui/app_list/app_list_prefs.h#newcode46 chrome/browser/ui/app_list/app_list_prefs.h:46: AppListInfo(const AppListInfo& other); On 2016/02/24 00:36:13, tapted wrote: > ...
4 years, 10 months ago (2016-02-24 00:43:06 UTC) #3
tapted
On 2016/02/24 00:43:06, vmpstr wrote: > https://codereview.chromium.org/1731483003/diff/1/chrome/browser/ui/app_list/app_list_prefs.h > File chrome/browser/ui/app_list/app_list_prefs.h (right): > > https://codereview.chromium.org/1731483003/diff/1/chrome/browser/ui/app_list/app_list_prefs.h#newcode46 > ...
4 years, 10 months ago (2016-02-24 01:38:47 UTC) #4
Nico
lgtm
4 years, 10 months ago (2016-02-24 01:39:35 UTC) #5
vmpstr
On 2016/02/24 01:38:47, tapted wrote: > On 2016/02/24 00:43:06, vmpstr wrote: > > > https://codereview.chromium.org/1731483003/diff/1/chrome/browser/ui/app_list/app_list_prefs.h ...
4 years, 10 months ago (2016-02-24 23:53:01 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1731483003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1731483003/1
4 years, 10 months ago (2016-02-26 00:14:01 UTC) #10
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 10 months ago (2016-02-26 02:01:00 UTC) #11
commit-bot: I haz the power
4 years, 10 months ago (2016-02-26 02:02:39 UTC) #13
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/b8aacbe5510e9a7aaccb5646904f350bca8e3a7c
Cr-Commit-Position: refs/heads/master@{#377767}

Powered by Google App Engine
This is Rietveld 408576698