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

Issue 11419224: Add missing (and remove superfluous) 'explicit' from constructors.

Created:
8 years ago by hans
Modified:
8 years ago
Reviewers:
Visibility:
Public.

Description

Add missing (and remove superfluous) 'explicit' from constructors. This is part of a clean-up in preparation for having the Clang style-check plugin checking for this automatically. BUG=163357

Patch Set 1 #

Patch Set 2 : Make sure the tests build too #

Patch Set 3 : Rebase + moar fixes #

Patch Set 4 : Rebase + remove non-straightforward changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+426 lines, -418 lines) Patch
M base/bind_unittest.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M base/callback_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M base/containers/small_map_unittest.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M base/debug/stack_trace_posix.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/debug/trace_event.h View 1 2 3 1 chunk +12 lines, -12 lines 0 comments Download
M base/event_recorder.h View 1 chunk +1 line, -1 line 0 comments Download
M base/i18n/char_iterator.h View 2 chunks +2 lines, -2 lines 0 comments Download
M base/mach_ipc_mac.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M base/memory/ref_counted_memory.h View 1 chunk +1 line, -1 line 0 comments Download
M base/message_pump_libevent_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M base/metrics/bucket_ranges.h View 1 chunk +1 line, -1 line 0 comments Download
M base/metrics/histogram_base.h View 1 chunk +1 line, -1 line 0 comments Download
M base/metrics/histogram_samples.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/metrics/sample_map.h View 1 chunk +1 line, -1 line 0 comments Download
M base/metrics/sparse_histogram.h View 1 chunk +1 line, -1 line 0 comments Download
M base/synchronization/condition_variable_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M base/synchronization/lock_unittest.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M base/task_runner.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/test/trace_event_analyzer.h View 2 chunks +4 lines, -4 lines 0 comments Download
M base/thread_task_runner_handle.h View 1 chunk +1 line, -1 line 0 comments Download
M base/threading/non_thread_safe_unittest.cc View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M base/threading/thread_checker_unittest.cc View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M base/threading/thread_collision_warner.h View 1 chunk +1 line, -1 line 0 comments Download
M base/threading/worker_pool.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M base/time.h View 1 chunk +1 line, -1 line 0 comments Download
M base/timer.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/timer_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M base/values.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/layer_quad.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/layer_tree_host_impl.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/layer_tree_host_impl_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/layer_tree_impl.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/layer_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/managed_memory_policy.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/picture.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/picture_layer_tiling_set.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/picture_pile.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M cc/quad_culler_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/region.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/resource_update_controller_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/test/animation_test_common.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/test/fake_layer_tree_host_client.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/test/fake_layer_tree_host_impl.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/test/fake_output_surface.h View 1 2 3 1 chunk +4 lines, -4 lines 0 comments Download
M cc/test/scheduler_test_common.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/tile_manager.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M cc/tree_synchronizer_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/autofill/autocomplete_history_manager_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/autofill/autofill_external_delegate_unittest.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/autofill/autofill_manager_unittest.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/background/background_mode_manager.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/browsing_data/cookies_tree_model.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/browsing_data/mock_browsing_data_server_bound_cert_helper.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chrome_to_mobile_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/component_updater/recovery_component_installer.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/component_updater/test/component_updater_service_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/download/download_path_reservation_tracker_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/alarms/alarm_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/declarative_webrequest/webrequest_action.h View 1 2 3 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/extensions/api/declarative_webrequest/webrequest_condition_attribute.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/downloads/downloads_api.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/downloads/downloads_api.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/downloads/downloads_api_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/serial/serial_apitest.cc View 1 2 1 chunk +2 lines, -4 lines 0 comments Download
M chrome/browser/extensions/api/socket/tcp_socket_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_function_registry.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/script_badge_controller.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/geolocation/chrome_access_token_store.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/google_apis/base_operations.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/history/in_memory_url_index.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/history/web_history_service_factory.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/importer/firefox_importer_unittest_utils_mac.cc View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/mac/security_wrappers.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/net/http_pipelining_compatibility_client.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/net/pref_proxy_config_tracker_impl.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/policy/configuration_policy_handler.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/prerender/prerender_unittest.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/safe_browsing/client_side_detection_host_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sessions/session_service_test_helper.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/signin/oauth2_token_service_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/spellchecker/spellcheck_message_filter_mac.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/backend_unrecoverable_error_handler.h View 2 chunks +1 line, -2 lines 0 comments Download
M chrome/browser/sync/glue/shared_change_processor_ref.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/typed_url_data_type_controller.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/profile_sync_service_bookmark_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/about_ipc_dialog.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller_unittest.mm View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/bookmarks/bookmark_editor_base_controller.mm View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/cocoa/browser/avatar_button_controller.mm View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/content_settings/collected_cookies_mac.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/download/background_theme.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/first_run_dialog.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/global_error_bubble_controller.mm View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/cocoa/history_menu_bridge_unittest.mm View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/importer/import_progress_dialog_cocoa.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/infobars/infobar_container_controller.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/location_bar/bubble_decoration.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/location_bar/keyword_hint_decoration.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/location_bar/selected_keyword_decoration.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/panels/panel_cocoa.mm View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/panels/panel_cocoa_unittest.mm View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/profile_menu_controller.mm View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/cocoa/tabs/tab_controller.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/tabs/throbbing_image_view.mm View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/fullscreen/fullscreen_exit_bubble.h View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/gtk/download/download_in_progress_dialog_gtk.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/gtk/ssl_client_certificate_selector.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/gtk/website_settings/website_settings_popup_gtk.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/about_ui.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/crashes_ui.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/extensions/extension_info_ui.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/fileicon_source.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/fileicon_source_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/ntp/suggestions_combiner.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/ntp/suggestions_combiner_unittest.cc View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/plugins_ui.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/screenshot_source.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/extension.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/common/extensions/permissions/api_permission.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/permissions/api_permission_set.h View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/nacl/nacl_ipc_adapter.cc View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M chrome/renderer/extensions/app_bindings.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/renderer/extensions/dispatcher.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/extensions/module_system.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/extensions/native_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/extensions/request_sender.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/renderer/extensions/webstore_bindings.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/renderer/net/predictor_queue_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/service/cloud_print/cloud_print_url_fetcher_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/service/net/service_url_request_context.h View 1 chunk +1 line, -1 line 0 comments Download
M content/app/content_main_runner.cc View 1 2 3 1 chunk +3 lines, -2 lines 0 comments Download
M content/browser/device_orientation/message_filter.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/device_orientation/provider.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/device_orientation/provider_impl.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/browser/dom_storage/dom_storage_message_filter.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/download/download_manager_impl.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M content/browser/download/download_manager_impl_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/browser/download/save_file.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/gamepad/gamepad_service.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/geolocation/core_location_provider_mac.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/browser/in_process_webkit/indexed_db_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/browser/loader/resource_dispatcher_host_unittest.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/mach_broker_mac.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/browser/plugin_service_impl_browsertest.cc View 1 2 3 4 chunks +4 lines, -4 lines 0 comments Download
M content/browser/renderer_host/media/audio_renderer_host_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/media/video_capture_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/media/video_capture_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/media/video_capture_host.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/media/video_capture_host_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/p2p/socket_dispatcher_host.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/p2p/socket_host_test_utils.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/pepper/pepper_printing_host_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/text_input_client_mac_unittest.mm View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M content/browser/speech/audio_encoder.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/trace_controller_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/web_contents/navigation_controller_impl_unittest.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/web_contents/web_contents_impl_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/browser/worker_host/worker_process_host.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/common/gpu/gpu_command_buffer_stub.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M content/common/gpu/gpu_memory_allocation.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/common/gpu/media/mac_video_decode_accelerator.mm View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/common/inter_process_time_ticks_converter.h View 4 chunks +4 lines, -4 lines 0 comments Download
M content/common/inter_process_time_ticks_converter.cc View 1 chunk +2 lines, -1 line 0 comments Download
M content/common/quota_dispatcher.cc View 1 chunk +2 lines, -1 line 0 comments Download
M content/gpu/gpu_child_thread.h View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M content/plugin/plugin_carbon_interpose_mac.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/plugin/plugin_interpose_util_mac.mm View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/public/browser/child_process_data.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M content/public/browser/color_chooser.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M content/public/test/test_file_error_injector.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/public/test/test_navigation_observer.h View 1 2 1 chunk +2 lines, -3 lines 0 comments Download
M content/renderer/browser_plugin/browser_plugin_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/browser_plugin/browser_plugin_manager_impl.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/browser_plugin/mock_browser_plugin_manager.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/gpu/compositor_software_output_device_gl_adapter.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/gpu/gpu_benchmarking_extension.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/gpu/input_event_filter_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/idle_user_detector.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/java/java_bridge_dispatcher.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/media/peer_connection_handler_base.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/p2p/host_address_request.h View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/p2p/ipc_network_manager.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M content/renderer/p2p/socket_dispatcher.h View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/pepper/pepper_file_chooser_host.cc View 1 2 3 2 chunks +1 line, -2 lines 0 comments Download
M content/renderer/pepper/pepper_in_process_router.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/pepper/pepper_in_process_router.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/pepper/pepper_plugin_delegate_impl.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/pepper/pepper_websocket_host.h View 1 chunk +3 lines, -3 lines 0 comments Download
M content/renderer/render_view_impl.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/render_widget_fullscreen.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/renderer_webcolorchooser_impl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/test/layout_browsertest.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M crypto/openpgp_symmetric_encryption.cc View 1 chunk +1 line, -1 line 0 comments Download
M dbus/bus.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M dbus/mock_bus.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M dbus/test_service.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M google_apis/gaia/oauth2_mint_token_flow_unittest.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M gpu/command_buffer/client/buffer_tracker.h View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/client/gles2_implementation.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/client/query_tracker.h View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/client/share_group.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M gpu/command_buffer/client/transfer_buffer.h View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/buffer_manager.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/feature_info.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M gpu/tools/compositor_model_bench/forward_render_model.h View 1 2 2 chunks +3 lines, -4 lines 0 comments Download
M ipc/ipc_channel_posix_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M ipc/ipc_channel_proxy.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ipc/ipc_fuzzing_tests.cc View 1 2 3 3 chunks +3 lines, -6 lines 0 comments Download
M ipc/ipc_send_fds_test.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M ipc/ipc_sync_channel_unittest.cc View 1 2 3 4 chunks +4 lines, -4 lines 0 comments Download
M jingle/glue/fake_network_manager.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M jingle/glue/mock_task.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M jingle/glue/pseudotcp_adapter.h View 1 chunk +1 line, -1 line 0 comments Download
M jingle/glue/pseudotcp_adapter.cc View 1 chunk +1 line, -1 line 0 comments Download
M jingle/glue/thread_wrapper.cc View 1 chunk +1 line, -1 line 0 comments Download
M jingle/glue/thread_wrapper_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M jingle/notifier/listener/non_blocking_push_client.h View 1 chunk +1 line, -1 line 0 comments Download
M jingle/notifier/listener/non_blocking_push_client.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M media/base/media_log.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M media/ffmpeg/ffmpeg_regression_tests.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M net/base/mock_file_stream.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M net/base/net_util.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M net/base/network_change_notifier.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M net/base/network_config_watcher_mac.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M net/base/server_bound_cert_service.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M net/base/upload_file_element_reader.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M net/cookies/parsed_cookie.h View 1 chunk +1 line, -1 line 0 comments Download
M net/ftp/ftp_ctrl_response_buffer.h View 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_pipelined_connection_impl_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_pipelined_host.h View 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_pipelined_host_pool_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_response_body_drainer_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_stream_factory_impl_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M net/proxy/proxy_service.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M net/socket/buffered_write_stream_socket.h View 1 chunk +1 line, -1 line 0 comments Download
M net/socket/client_socket_pool_histograms.h View 1 chunk +1 line, -1 line 0 comments Download
M net/socket/transport_client_socket_pool_unittest.cc View 1 2 3 2 chunks +3 lines, -2 lines 0 comments Download
M net/spdy/spdy_session_spdy2_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/spdy_session_spdy3_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/spdy_stream.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/test/base_test_server.h View 1 2 3 2 chunks +1 line, -2 lines 0 comments Download
M net/tools/flip_server/balsa_headers.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M net/tools/flip_server/spdy_interface.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M net/tools/gdig/file_net_log.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M net/url_request/url_fetcher_impl_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M net/url_request/url_request_job.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M net/url_request/url_request_unittest.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M remoting/base/plugin_thread_task_runner.h View 1 chunk +1 line, -1 line 0 comments Download
M remoting/base/rate_counter.h View 1 chunk +1 line, -1 line 0 comments Download
M remoting/client/client_context.h View 1 chunk +1 line, -1 line 0 comments Download
M remoting/client/frame_consumer_proxy.h View 1 chunk +2 lines, -1 line 0 comments Download
M remoting/client/plugin/pepper_network_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M remoting/codec/codec_test.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/chromoting_host_context.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/desktop_process.cc View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M remoting/host/ipc_event_executor.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M remoting/host/json_host_config.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/linux/audio_pipe_reader.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M remoting/host/linux/x11_util.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/log_to_server.h View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M remoting/host/mac/me2me_preference_pane.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/pam_authorization_factory_posix.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/pam_authorization_factory_posix.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/service_client.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/service_client.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M remoting/jingle_glue/chromium_socket_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M remoting/jingle_glue/fake_signal_strategy.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/channel_multiplexer.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/clipboard_echo_filter.h View 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/protocol/connection_to_host.h View 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/jingle_messages.h View 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/jingle_session_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/negotiating_authenticator.h View 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/protobuf_video_reader.h View 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/ssl_hmac_channel_authenticator.h View 1 chunk +1 line, -1 line 0 comments Download
M rlz/lib/financial_ping.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M rlz/lib/rlz_lib.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M rlz/lib/rlz_lib_test.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M skia/ext/SkFontHost_fontconfig.cpp View 1 chunk +1 line, -1 line 0 comments Download
M sync/internal_api/public/internal_components_factory_impl.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M sync/internal_api/public/test/test_internal_components_factory.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/base/dialogs/gtk/select_file_dialog_impl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/base/dialogs/gtk/select_file_dialog_impl_gtk.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/base/dialogs/select_file_dialog.h View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/base/dialogs/select_file_dialog_mac.mm View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ui/base/resource/data_pack.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/gfx/image/image.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M ui/gfx/image/image_skia_unittest.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/appcache/appcache_request_handler_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M webkit/appcache/mock_appcache_storage_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M webkit/blob/blob_url_request_job_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M webkit/blob/mock_blob_url_request_context.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M webkit/blob/mock_blob_url_request_context.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/cpp_bound_class.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/glue/image_decoder.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/multipart_response_delegate.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/multipart_response_delegate_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/web_intent_data.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/webmenuitem.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/webthread_impl.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M webkit/glue/weburlrequest_extradata_impl.h View 1 chunk +2 lines, -3 lines 0 comments Download
M webkit/glue/worker_task_runner.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M webkit/media/webvideoframe_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/support/web_audio_device_mock.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M webkit/tools/test_shell/simple_resource_loader_bridge.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M webkit/tools/test_shell/test_navigation_controller.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/tools/test_shell/test_shell_platform_delegate.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M webkit/tools/test_shell/test_webview_delegate_mac.mm View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
hans
Apologies for the mega-patch, but this is 99% mechanical. The classes that relied on having ...
8 years ago (2012-11-29 16:08:35 UTC) #1
Mark Mentovai
You’ve chosen 15 reviewers for a mechanical cleanup change. This is a spam trap. No. ...
8 years ago (2012-11-29 16:44:39 UTC) #2
hans
8 years ago (2012-11-29 17:22:12 UTC) #3
On 2012/11/29 16:44:39, Mark Mentovai wrote:
> You’ve chosen 15 reviewers for a mechanical cleanup change. This is a spam
trap.
> No.
> 
> Either choose one competent reviewer for the whole thing, or break it up into
15
> separate changes so as to not spam the world over this.

OK. Removing everyone from this until I've figured out how to get it reviewed.
Sorry for the spam.

Powered by Google App Engine
This is Rietveld 408576698