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

Issue 1864213002: Convert //remoting to use std::unique_ptr (Closed)

Created:
4 years, 8 months ago by dcheng
Modified:
4 years, 8 months ago
Reviewers:
Sergey Ulanov, Devlin, Wez
CC:
dcheng, chromium-apps-reviews_chromium.org, chromium-reviews, chromoting-reviews_chromium.org, extensions-reviews_chromium.org, oshima+watch_chromium.org, scheib+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Convert //remoting to use std::unique_ptr BUG=554298 R=wez@chromium.org,rdevlin.cronin@chromium.org Committed: https://crrev.com/0765c49ae6fb26c49c98bf9205d690174de3c0e4 Cr-Commit-Position: refs/heads/master@{#385571}

Patch Set 1 #

Patch Set 2 : Mac IWYU #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3390 lines, -3046 lines) Patch
M extensions/browser/api/messaging/native_messaging_channel.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M remoting/base/auto_thread.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M remoting/base/auto_thread_task_runner.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M remoting/base/breakpad_win.cc View 1 4 chunks +4 lines, -3 lines 0 comments Download
M remoting/base/breakpad_win_unittest.cc View 1 3 chunks +5 lines, -4 lines 0 comments Download
M remoting/base/buffered_socket_writer.h View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/base/buffered_socket_writer.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/base/buffered_socket_writer_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/base/chromium_url_request.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M remoting/base/chromium_url_request.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M remoting/base/compound_buffer_unittest.cc View 1 3 chunks +6 lines, -5 lines 0 comments Download
M remoting/base/rsa_key_pair.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M remoting/base/rsa_key_pair.cc View 1 4 chunks +6 lines, -5 lines 0 comments Download
M remoting/base/url_request.h View 1 2 chunks +4 lines, -3 lines 0 comments Download
M remoting/base/url_request_context_getter.h View 1 2 chunks +5 lines, -4 lines 0 comments Download
M remoting/base/vlog_net_log.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M remoting/base/vlog_net_log.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M remoting/client/audio_decode_scheduler.h View 1 2 chunks +4 lines, -3 lines 0 comments Download
M remoting/client/audio_decode_scheduler.cc View 1 8 chunks +20 lines, -17 lines 0 comments Download
M remoting/client/audio_player.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/client/audio_player.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/client/audio_player_unittest.cc View 1 3 chunks +10 lines, -8 lines 0 comments Download
M remoting/client/chromoting_client.h View 1 4 chunks +9 lines, -8 lines 0 comments Download
M remoting/client/chromoting_client.cc View 1 4 chunks +5 lines, -4 lines 0 comments Download
M remoting/client/chromoting_client_runtime.h View 1 2 chunks +5 lines, -4 lines 0 comments Download
M remoting/client/chromoting_client_runtime.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M remoting/client/chromoting_client_runtime_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/client/client_status_logger.cc View 1 3 chunks +5 lines, -3 lines 0 comments Download
M remoting/client/client_status_logger_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/client/client_user_interface.h View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/client/jni/android_keymap.h View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/client/jni/chromoting_jni_instance.h View 1 2 chunks +8 lines, -8 lines 0 comments Download
M remoting/client/jni/chromoting_jni_instance.cc View 1 3 chunks +4 lines, -3 lines 0 comments Download
M remoting/client/jni/chromoting_jni_runtime.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/client/jni/jni_frame_consumer.h View 1 3 chunks +4 lines, -4 lines 0 comments Download
M remoting/client/jni/jni_frame_consumer.cc View 1 4 chunks +7 lines, -6 lines 0 comments Download
M remoting/client/normalizing_input_filter_cros_unittest.cc View 1 10 chunks +10 lines, -10 lines 0 comments Download
M remoting/client/normalizing_input_filter_mac_unittest.cc View 1 6 chunks +6 lines, -6 lines 0 comments Download
M remoting/client/plugin/chromoting_instance.h View 1 4 chunks +10 lines, -10 lines 0 comments Download
M remoting/client/plugin/chromoting_instance.cc View 1 18 chunks +25 lines, -24 lines 0 comments Download
M remoting/client/plugin/delegating_signal_strategy.h View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/client/plugin/delegating_signal_strategy.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M remoting/client/plugin/pepper_input_handler.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M remoting/client/plugin/pepper_mouse_locker.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M remoting/client/plugin/pepper_packet_socket_factory.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/client/plugin/pepper_port_allocator_factory.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M remoting/client/plugin/pepper_port_allocator_factory.cc View 1 2 chunks +5 lines, -4 lines 0 comments Download
M remoting/client/plugin/pepper_url_request.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/client/plugin/pepper_url_request.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M remoting/client/plugin/pepper_video_renderer_2d.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M remoting/client/plugin/pepper_video_renderer_2d.cc View 1 2 chunks +6 lines, -4 lines 0 comments Download
M remoting/client/plugin/pepper_video_renderer_3d.h View 1 3 chunks +4 lines, -4 lines 0 comments Download
M remoting/client/plugin/pepper_video_renderer_3d.cc View 1 3 chunks +5 lines, -4 lines 0 comments Download
M remoting/client/server_log_entry_client.h View 1 1 chunk +4 lines, -4 lines 0 comments Download
M remoting/client/server_log_entry_client.cc View 1 3 chunks +8 lines, -8 lines 0 comments Download
M remoting/client/server_log_entry_client_unittest.cc View 1 7 chunks +17 lines, -14 lines 0 comments Download
M remoting/client/software_video_renderer.h View 1 2 chunks +5 lines, -4 lines 0 comments Download
M remoting/client/software_video_renderer.cc View 1 7 chunks +12 lines, -10 lines 0 comments Download
M remoting/client/software_video_renderer_unittest.cc View 1 6 chunks +12 lines, -10 lines 0 comments Download
M remoting/codec/audio_decoder.h View 1 2 chunks +4 lines, -3 lines 0 comments Download
M remoting/codec/audio_decoder.cc View 1 1 chunk +4 lines, -3 lines 0 comments Download
M remoting/codec/audio_decoder_opus.h View 1 2 chunks +4 lines, -2 lines 0 comments Download
M remoting/codec/audio_decoder_opus.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M remoting/codec/audio_decoder_verbatim.h View 1 2 chunks +4 lines, -3 lines 0 comments Download
M remoting/codec/audio_decoder_verbatim.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/codec/audio_encoder.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M remoting/codec/audio_encoder_opus.h View 1 3 chunks +6 lines, -5 lines 0 comments Download
M remoting/codec/audio_encoder_opus.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M remoting/codec/audio_encoder_opus_unittest.cc View 1 3 chunks +22 lines, -23 lines 0 comments Download
M remoting/codec/audio_encoder_verbatim.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M remoting/codec/audio_encoder_verbatim.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/codec/codec_test.cc View 1 9 chunks +12 lines, -12 lines 0 comments Download
M remoting/codec/scoped_vpx_codec.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/codec/video_decoder_verbatim.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M remoting/codec/video_decoder_vpx.h View 1 2 chunks +4 lines, -3 lines 0 comments Download
M remoting/codec/video_decoder_vpx.cc View 1 2 chunks +5 lines, -4 lines 0 comments Download
M remoting/codec/video_decoder_vpx_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/codec/video_encoder.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M remoting/codec/video_encoder_helper.h View 1 2 chunks +6 lines, -3 lines 0 comments Download
M remoting/codec/video_encoder_helper.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M remoting/codec/video_encoder_helper_unittest.cc View 1 5 chunks +6 lines, -5 lines 0 comments Download
M remoting/codec/video_encoder_verbatim.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M remoting/codec/video_encoder_verbatim.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/codec/video_encoder_verbatim_unittest.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
M remoting/codec/video_encoder_vpx.h View 1 3 chunks +7 lines, -6 lines 0 comments Download
M remoting/codec/video_encoder_vpx.cc View 1 7 chunks +13 lines, -12 lines 0 comments Download
M remoting/codec/video_encoder_vpx_unittest.cc View 1 8 chunks +28 lines, -28 lines 0 comments Download
M remoting/host/audio_capturer.h View 1 3 chunks +4 lines, -3 lines 0 comments Download
M remoting/host/audio_capturer_linux.cc View 1 3 chunks +5 lines, -3 lines 0 comments Download
M remoting/host/audio_capturer_mac.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/audio_capturer_win.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M remoting/host/audio_capturer_win.cc View 1 3 chunks +4 lines, -3 lines 0 comments Download
M remoting/host/audio_pump.h View 1 4 chunks +6 lines, -5 lines 0 comments Download
M remoting/host/audio_pump.cc View 1 5 chunks +26 lines, -26 lines 0 comments Download
M remoting/host/audio_pump_unittest.cc View 1 7 chunks +10 lines, -8 lines 0 comments Download
M remoting/host/backoff_timer.h View 1 2 chunks +5 lines, -4 lines 0 comments Download
M remoting/host/backoff_timer.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/backoff_timer_unittest.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M remoting/host/basic_desktop_environment.h View 1 3 chunks +8 lines, -7 lines 0 comments Download
M remoting/host/basic_desktop_environment.cc View 1 5 chunks +12 lines, -10 lines 0 comments Download
M remoting/host/chromeos/aura_desktop_capturer.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M remoting/host/chromeos/aura_desktop_capturer.cc View 1 3 chunks +6 lines, -8 lines 0 comments Download
M remoting/host/chromeos/aura_desktop_capturer_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/host/chromeos/clipboard_aura.h View 1 3 chunks +5 lines, -3 lines 0 comments Download
M remoting/host/chromeos/clipboard_aura.cc View 1 3 chunks +4 lines, -3 lines 0 comments Download
M remoting/host/chromeos/clipboard_aura_unittest.cc View 1 3 chunks +3 lines, -2 lines 0 comments Download
M remoting/host/chromeos/mouse_cursor_monitor_aura.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M remoting/host/chromeos/skia_bitmap_desktop_frame.h View 1 2 chunks +5 lines, -4 lines 0 comments Download
M remoting/host/chromeos/skia_bitmap_desktop_frame.cc View 1 2 chunks +2 lines, -3 lines 0 comments Download
M remoting/host/chromoting_host.h View 1 5 chunks +5 lines, -5 lines 0 comments Download
M remoting/host/chromoting_host.cc View 1 4 chunks +7 lines, -6 lines 0 comments Download
M remoting/host/chromoting_host_context.h View 1 4 chunks +5 lines, -4 lines 0 comments Download
M remoting/host/chromoting_host_context.cc View 1 6 chunks +8 lines, -9 lines 0 comments Download
M remoting/host/chromoting_host_context_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/chromoting_host_unittest.cc View 1 5 chunks +15 lines, -14 lines 0 comments Download
M remoting/host/client_session.h View 1 6 chunks +11 lines, -11 lines 0 comments Download
M remoting/host/client_session.cc View 1 6 chunks +9 lines, -8 lines 0 comments Download
M remoting/host/client_session_unittest.cc View 1 3 chunks +5 lines, -5 lines 0 comments Download
M remoting/host/clipboard.h View 1 2 chunks +4 lines, -3 lines 0 comments Download
M remoting/host/clipboard_mac.mm View 1 4 chunks +11 lines, -7 lines 0 comments Download
M remoting/host/clipboard_win.cc View 1 5 chunks +7 lines, -6 lines 0 comments Download
M remoting/host/clipboard_x11.cc View 1 5 chunks +8 lines, -5 lines 0 comments Download
M remoting/host/config_file_watcher.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M remoting/host/config_file_watcher_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/continue_window_chromeos.cc View 1 3 chunks +4 lines, -3 lines 0 comments Download
M remoting/host/continue_window_linux.cc View 1 2 chunks +5 lines, -3 lines 0 comments Download
M remoting/host/continue_window_mac.mm View 1 3 chunks +5 lines, -3 lines 0 comments Download
M remoting/host/continue_window_win.cc View 1 3 chunks +5 lines, -3 lines 0 comments Download
M remoting/host/curtain_mode.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M remoting/host/curtain_mode_linux.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M remoting/host/curtain_mode_mac.cc View 1 2 chunks +4 lines, -3 lines 0 comments Download
M remoting/host/curtain_mode_win.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M remoting/host/daemon_process.h View 1 5 chunks +5 lines, -5 lines 0 comments Download
M remoting/host/daemon_process.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/host/daemon_process_unittest.cc View 1 5 chunks +7 lines, -5 lines 0 comments Download
M remoting/host/daemon_process_win.cc View 1 6 chunks +9 lines, -10 lines 0 comments Download
M remoting/host/desktop_capturer_proxy.h View 1 3 chunks +5 lines, -4 lines 0 comments Download
M remoting/host/desktop_capturer_proxy.cc View 1 8 chunks +10 lines, -9 lines 0 comments Download
M remoting/host/desktop_environment.h View 1 3 chunks +8 lines, -7 lines 0 comments Download
M remoting/host/desktop_process.h View 1 3 chunks +5 lines, -4 lines 0 comments Download
M remoting/host/desktop_process.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/desktop_process_main.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/host/desktop_process_unittest.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M remoting/host/desktop_resizer.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/host/desktop_resizer_mac.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M remoting/host/desktop_resizer_ozone.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M remoting/host/desktop_resizer_win.cc View 1 2 chunks +4 lines, -2 lines 0 comments Download
M remoting/host/desktop_resizer_x11.cc View 1 2 chunks +5 lines, -4 lines 0 comments Download
M remoting/host/desktop_session_agent.h View 1 5 chunks +13 lines, -13 lines 0 comments Download
M remoting/host/desktop_session_agent.cc View 1 12 chunks +24 lines, -22 lines 0 comments Download
M remoting/host/desktop_session_proxy.h View 1 5 chunks +10 lines, -9 lines 0 comments Download
M remoting/host/desktop_session_proxy.cc View 1 6 chunks +17 lines, -15 lines 0 comments Download
M remoting/host/desktop_session_win.h View 1 4 chunks +5 lines, -4 lines 0 comments Download
M remoting/host/desktop_session_win.cc View 1 5 chunks +17 lines, -14 lines 0 comments Download
M remoting/host/disconnect_window_chromeos.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M remoting/host/disconnect_window_linux.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M remoting/host/disconnect_window_mac.mm View 1 2 chunks +5 lines, -4 lines 0 comments Download
M remoting/host/disconnect_window_win.cc View 1 2 chunks +4 lines, -3 lines 0 comments Download
M remoting/host/dns_blackhole_checker.h View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/fake_desktop_environment.h View 1 3 chunks +9 lines, -7 lines 0 comments Download
M remoting/host/fake_desktop_environment.cc View 1 4 chunks +13 lines, -13 lines 0 comments Download
M remoting/host/fake_host_extension.h View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/fake_host_extension.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M remoting/host/fake_mouse_cursor_monitor.cc View 1 2 chunks +5 lines, -5 lines 0 comments Download
M remoting/host/gcd_rest_client.h View 1 3 chunks +5 lines, -5 lines 0 comments Download
M remoting/host/gcd_rest_client.cc View 1 3 chunks +4 lines, -4 lines 0 comments Download
M remoting/host/gcd_rest_client_unittest.cc View 1 3 chunks +6 lines, -4 lines 0 comments Download
M remoting/host/gcd_state_updater.h View 1 3 chunks +3 lines, -3 lines 0 comments Download
M remoting/host/gcd_state_updater.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M remoting/host/gcd_state_updater_unittest.cc View 1 6 chunks +8 lines, -7 lines 0 comments Download
M remoting/host/heartbeat_sender.h View 1 4 chunks +5 lines, -5 lines 0 comments Download
M remoting/host/heartbeat_sender.cc View 1 2 chunks +12 lines, -12 lines 0 comments Download
M remoting/host/heartbeat_sender_unittest.cc View 1 10 chunks +10 lines, -10 lines 0 comments Download
M remoting/host/host_change_notification_listener.h View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/host_change_notification_listener_unittest.cc View 1 6 chunks +15 lines, -14 lines 0 comments Download
M remoting/host/host_config.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M remoting/host/host_config.cc View 1 2 chunks +5 lines, -4 lines 0 comments Download
M remoting/host/host_config_unittest.cc View 1 3 chunks +6 lines, -3 lines 0 comments Download
M remoting/host/host_event_logger.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/host/host_event_logger_posix.cc View 1 3 chunks +10 lines, -8 lines 0 comments Download
M remoting/host/host_event_logger_win.cc View 1 2 chunks +6 lines, -4 lines 0 comments Download
M remoting/host/host_extension.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/host/host_extension_session.h View 1 1 chunk +0 lines, -2 lines 0 comments Download
M remoting/host/host_extension_session_manager.h View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/host_extension_session_manager.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/host_mock_objects.h View 1 3 chunks +7 lines, -7 lines 0 comments Download
M remoting/host/host_mock_objects.cc View 1 3 chunks +14 lines, -13 lines 0 comments Download
M remoting/host/host_status_logger.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/host_status_logger_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/host_window.h View 1 2 chunks +4 lines, -3 lines 0 comments Download
M remoting/host/host_window_proxy.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M remoting/host/host_window_proxy.cc View 1 4 chunks +4 lines, -4 lines 0 comments Download
M remoting/host/input_injector.h View 1 3 chunks +4 lines, -3 lines 0 comments Download
M remoting/host/input_injector_chromeos.h View 1 1 chunk +3 lines, -2 lines 0 comments Download
M remoting/host/input_injector_chromeos.cc View 1 4 chunks +9 lines, -8 lines 0 comments Download
M remoting/host/input_injector_mac.cc View 1 7 chunks +9 lines, -7 lines 0 comments Download
M remoting/host/input_injector_win.cc View 1 7 chunks +8 lines, -7 lines 0 comments Download
M remoting/host/input_injector_x11.cc View 1 8 chunks +12 lines, -9 lines 0 comments Download
M remoting/host/ipc_audio_capturer.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M remoting/host/ipc_audio_capturer.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/ipc_desktop_environment.h View 1 3 chunks +8 lines, -7 lines 0 comments Download
M remoting/host/ipc_desktop_environment.cc View 1 3 chunks +8 lines, -7 lines 0 comments Download
M remoting/host/ipc_desktop_environment_unittest.cc View 1 18 chunks +23 lines, -22 lines 0 comments Download
M remoting/host/ipc_host_event_logger.h View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/ipc_input_injector.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M remoting/host/ipc_input_injector.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/ipc_mouse_cursor_monitor.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M remoting/host/ipc_mouse_cursor_monitor.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/ipc_util.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/host/ipc_util_posix.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/ipc_util_win.cc View 1 2 chunks +4 lines, -6 lines 0 comments Download
M remoting/host/ipc_video_frame_capturer.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M remoting/host/ipc_video_frame_capturer.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/it2me/it2me_confirmation_dialog.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M remoting/host/it2me/it2me_confirmation_dialog.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M remoting/host/it2me/it2me_confirmation_dialog_chromeos.cc View 1 2 chunks +4 lines, -3 lines 0 comments Download
M remoting/host/it2me/it2me_confirmation_dialog_proxy.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/host/it2me/it2me_confirmation_dialog_proxy.cc View 1 4 chunks +5 lines, -6 lines 0 comments Download
M remoting/host/it2me/it2me_confirmation_dialog_proxy_unittest.cc View 1 3 chunks +4 lines, -4 lines 0 comments Download
M remoting/host/it2me/it2me_host.h View 1 6 chunks +21 lines, -20 lines 0 comments Download
M remoting/host/it2me/it2me_host.cc View 1 8 chunks +20 lines, -20 lines 0 comments Download
M remoting/host/it2me/it2me_native_messaging_host.h View 1 3 chunks +12 lines, -12 lines 0 comments Download
M remoting/host/it2me/it2me_native_messaging_host.cc View 1 9 chunks +14 lines, -13 lines 0 comments Download
M remoting/host/it2me/it2me_native_messaging_host_main.cc View 1 1 chunk +5 lines, -5 lines 0 comments Download
M remoting/host/it2me/it2me_native_messaging_host_unittest.cc View 1 17 chunks +29 lines, -25 lines 0 comments Download
M remoting/host/it2me_desktop_environment.h View 1 3 chunks +6 lines, -5 lines 0 comments Download
M remoting/host/it2me_desktop_environment.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M remoting/host/linux/audio_pipe_reader_unittest.cc View 1 2 chunks +5 lines, -4 lines 0 comments Download
M remoting/host/local_input_monitor.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M remoting/host/local_input_monitor_chromeos.cc View 1 3 chunks +5 lines, -4 lines 0 comments Download
M remoting/host/local_input_monitor_mac.mm View 1 3 chunks +4 lines, -2 lines 0 comments Download
M remoting/host/local_input_monitor_unittest.cc View 1 2 chunks +6 lines, -6 lines 0 comments Download
M remoting/host/local_input_monitor_win.cc View 1 4 chunks +5 lines, -4 lines 0 comments Download
M remoting/host/local_input_monitor_x11.cc View 1 2 chunks +4 lines, -2 lines 0 comments Download
M remoting/host/mac/me2me_preference_pane.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/host/mac/me2me_preference_pane.mm View 1 2 chunks +3 lines, -3 lines 0 comments Download
M remoting/host/me2me_desktop_environment.h View 1 3 chunks +5 lines, -5 lines 0 comments Download
M remoting/host/me2me_desktop_environment.cc View 1 3 chunks +6 lines, -4 lines 0 comments Download
M remoting/host/mouse_cursor_monitor_proxy.h View 1 3 chunks +5 lines, -4 lines 0 comments Download
M remoting/host/mouse_cursor_monitor_proxy.cc View 1 6 chunks +6 lines, -6 lines 0 comments Download
M remoting/host/mouse_cursor_monitor_proxy_unittest.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M remoting/host/mouse_shape_pump.h View 1 3 chunks +6 lines, -4 lines 0 comments Download
M remoting/host/mouse_shape_pump.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M remoting/host/mouse_shape_pump_unittest.cc View 1 4 chunks +4 lines, -3 lines 0 comments Download
M remoting/host/native_messaging/log_message_handler.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M remoting/host/native_messaging/log_message_handler.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/native_messaging/native_messaging_pipe.h View 1 2 chunks +7 lines, -6 lines 0 comments Download
M remoting/host/native_messaging/native_messaging_pipe.cc View 1 2 chunks +4 lines, -4 lines 0 comments Download
M remoting/host/native_messaging/native_messaging_reader.h View 1 3 chunks +5 lines, -4 lines 0 comments Download
M remoting/host/native_messaging/native_messaging_reader.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/host/native_messaging/native_messaging_reader_unittest.cc View 1 4 chunks +6 lines, -5 lines 0 comments Download
M remoting/host/native_messaging/native_messaging_writer_unittest.cc View 1 4 chunks +6 lines, -4 lines 0 comments Download
M remoting/host/native_messaging/pipe_messaging_channel.h View 1 2 chunks +5 lines, -4 lines 0 comments Download
M remoting/host/native_messaging/pipe_messaging_channel.cc View 1 1 chunk +3 lines, -2 lines 0 comments Download
M remoting/host/oauth_token_getter_impl.h View 1 3 chunks +4 lines, -4 lines 0 comments Download
M remoting/host/oauth_token_getter_impl.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/pairing_registry_delegate.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M remoting/host/pairing_registry_delegate.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/pairing_registry_delegate_linux.h View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/pairing_registry_delegate_linux.cc View 1 5 chunks +7 lines, -7 lines 0 comments Download
M remoting/host/pairing_registry_delegate_linux_unittest.cc View 1 3 chunks +4 lines, -4 lines 0 comments Download
M remoting/host/pairing_registry_delegate_mac.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/pairing_registry_delegate_win.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/host/pairing_registry_delegate_win.cc View 1 8 chunks +18 lines, -16 lines 0 comments Download
M remoting/host/pairing_registry_delegate_win_unittest.cc View 1 4 chunks +5 lines, -5 lines 0 comments Download
M remoting/host/pam_authorization_factory_posix.h View 1 2 chunks +5 lines, -4 lines 0 comments Download
M remoting/host/pam_authorization_factory_posix.cc View 1 7 chunks +14 lines, -12 lines 0 comments Download
M remoting/host/policy_watcher.h View 1 7 chunks +18 lines, -17 lines 0 comments Download
M remoting/host/policy_watcher.cc View 1 8 chunks +28 lines, -25 lines 0 comments Download
M remoting/host/policy_watcher_unittest.cc View 1 5 chunks +7 lines, -5 lines 0 comments Download
M remoting/host/register_support_host_request.h View 1 3 chunks +5 lines, -5 lines 0 comments Download
M remoting/host/register_support_host_request.cc View 1 2 chunks +7 lines, -7 lines 0 comments Download
M remoting/host/register_support_host_request_unittest.cc View 1 3 chunks +6 lines, -7 lines 0 comments Download
M remoting/host/remoting_me2me_host.cc View 1 23 chunks +48 lines, -43 lines 0 comments Download
M remoting/host/resizing_host_observer.h View 1 3 chunks +5 lines, -3 lines 0 comments Download
M remoting/host/resizing_host_observer.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/resizing_host_observer_unittest.cc View 1 11 chunks +23 lines, -27 lines 0 comments Download
M remoting/host/sas_injector.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/host/sas_injector_win.cc View 1 3 chunks +6 lines, -4 lines 0 comments Download
M remoting/host/security_key/fake_ipc_gnubby_auth_handler.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M remoting/host/security_key/fake_ipc_gnubby_auth_handler.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M remoting/host/security_key/fake_remote_security_key_ipc_client.h View 1 3 chunks +3 lines, -3 lines 0 comments Download
M remoting/host/security_key/fake_remote_security_key_ipc_client.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M remoting/host/security_key/fake_remote_security_key_ipc_server.h View 1 4 chunks +4 lines, -4 lines 0 comments Download
M remoting/host/security_key/fake_remote_security_key_ipc_server.cc View 1 2 chunks +6 lines, -4 lines 0 comments Download
M remoting/host/security_key/gnubby_auth_handler.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/host/security_key/gnubby_auth_handler_linux.cc View 1 3 chunks +6 lines, -5 lines 0 comments Download
M remoting/host/security_key/gnubby_auth_handler_linux_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/host/security_key/gnubby_auth_handler_mac.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/security_key/gnubby_auth_handler_win.cc View 1 5 chunks +7 lines, -6 lines 0 comments Download
M remoting/host/security_key/gnubby_auth_handler_win_unittest.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M remoting/host/security_key/gnubby_extension.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/host/security_key/gnubby_extension.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M remoting/host/security_key/gnubby_extension_session.h View 1 3 chunks +3 lines, -3 lines 0 comments Download
M remoting/host/security_key/gnubby_extension_session.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M remoting/host/security_key/gnubby_extension_session_unittest.cc View 1 5 chunks +6 lines, -4 lines 0 comments Download
M remoting/host/security_key/gnubby_socket.h View 1 4 chunks +4 lines, -4 lines 0 comments Download
M remoting/host/security_key/gnubby_socket.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/host/security_key/remote_security_key_ipc_client.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/host/security_key/remote_security_key_ipc_client_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/host/security_key/remote_security_key_ipc_server.h View 1 3 chunks +3 lines, -3 lines 0 comments Download
M remoting/host/security_key/remote_security_key_ipc_server.cc View 1 2 chunks +5 lines, -4 lines 0 comments Download
M remoting/host/security_key/remote_security_key_ipc_server_impl.h View 1 3 chunks +3 lines, -3 lines 0 comments Download
M remoting/host/security_key/remote_security_key_ipc_server_impl.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/security_key/remote_security_key_ipc_server_unittest.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M remoting/host/security_key/remote_security_key_message_handler.h View 1 3 chunks +9 lines, -8 lines 0 comments Download
M remoting/host/security_key/remote_security_key_message_handler.cc View 1 2 chunks +4 lines, -4 lines 0 comments Download
M remoting/host/security_key/remote_security_key_message_handler_unittest.cc View 1 3 chunks +6 lines, -6 lines 0 comments Download
M remoting/host/security_key/remote_security_key_message_reader.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/host/security_key/remote_security_key_message_reader_impl.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M remoting/host/security_key/remote_security_key_message_reader_impl.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/host/security_key/remote_security_key_message_reader_impl_unittest.cc View 1 4 chunks +7 lines, -8 lines 0 comments Download
M remoting/host/security_key/remote_security_key_message_writer_impl_unittest.cc View 1 2 chunks +3 lines, -4 lines 0 comments Download
M remoting/host/security_key/security_key_message.h View 1 3 chunks +3 lines, -3 lines 0 comments Download
M remoting/host/security_key/security_key_message.cc View 1 3 chunks +4 lines, -4 lines 0 comments Download
M remoting/host/server_log_entry_host.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/host/server_log_entry_host.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
M remoting/host/server_log_entry_host_unittest.cc View 1 6 chunks +18 lines, -12 lines 0 comments Download
M remoting/host/setup/daemon_controller.h View 1 10 chunks +14 lines, -15 lines 0 comments Download
M remoting/host/setup/daemon_controller.cc View 1 6 chunks +9 lines, -8 lines 0 comments Download
M remoting/host/setup/daemon_controller_delegate_linux.h View 1 2 chunks +5 lines, -4 lines 0 comments Download
M remoting/host/setup/daemon_controller_delegate_linux.cc View 1 5 chunks +9 lines, -7 lines 0 comments Download
M remoting/host/setup/daemon_controller_delegate_mac.h View 1 2 chunks +7 lines, -4 lines 0 comments Download
M remoting/host/setup/daemon_controller_delegate_mac.mm View 1 7 chunks +11 lines, -10 lines 0 comments Download
M remoting/host/setup/daemon_controller_delegate_win.h View 1 1 chunk +4 lines, -5 lines 0 comments Download
M remoting/host/setup/daemon_controller_delegate_win.cc View 1 9 chunks +11 lines, -9 lines 0 comments Download
M remoting/host/setup/host_starter.h View 1 2 chunks +5 lines, -5 lines 0 comments Download
M remoting/host/setup/host_starter.cc View 1 4 chunks +9 lines, -8 lines 0 comments Download
M remoting/host/setup/me2me_native_messaging_host.h View 1 7 chunks +50 lines, -58 lines 0 comments Download
M remoting/host/setup/me2me_native_messaging_host.cc View 1 30 chunks +55 lines, -53 lines 0 comments Download
M remoting/host/setup/me2me_native_messaging_host_main.cc View 1 3 chunks +4 lines, -4 lines 0 comments Download
M remoting/host/setup/me2me_native_messaging_host_unittest.cc View 1 25 chunks +44 lines, -37 lines 0 comments Download
M remoting/host/setup/service_client.cc View 1 3 chunks +5 lines, -3 lines 0 comments Download
M remoting/host/setup/start_host.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/signaling_connector.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/host/signaling_connector.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/single_window_desktop_environment.h View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/single_window_desktop_environment.cc View 1 5 chunks +12 lines, -11 lines 0 comments Download
M remoting/host/single_window_input_injector.h View 1 2 chunks +4 lines, -3 lines 0 comments Download
M remoting/host/single_window_input_injector_linux.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/host/single_window_input_injector_mac.cc View 1 4 chunks +11 lines, -10 lines 0 comments Download
M remoting/host/single_window_input_injector_win.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/host/token_validator_base.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M remoting/host/token_validator_base.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/token_validator_factory_impl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/token_validator_factory_impl.cc View 1 3 chunks +9 lines, -11 lines 0 comments Download
M remoting/host/token_validator_factory_impl_unittest.cc View 1 5 chunks +9 lines, -7 lines 0 comments Download
M remoting/host/touch_injector_win.h View 1 4 chunks +4 lines, -4 lines 0 comments Download
M remoting/host/touch_injector_win.cc View 1 4 chunks +7 lines, -8 lines 0 comments Download
M remoting/host/touch_injector_win_unittest.cc View 1 9 chunks +14 lines, -12 lines 0 comments Download
M remoting/host/usage_stats_consent_mac.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/host/win/host_service.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/host/win/launch_process_with_token.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M remoting/host/win/launch_process_with_token.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/host/win/rdp_client.h View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/win/rdp_client.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/win/rdp_client_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/host/win/rdp_desktop_session.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M remoting/host/win/session_desktop_environment.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/host/win/session_desktop_environment.cc View 1 3 chunks +6 lines, -4 lines 0 comments Download
M remoting/host/win/session_input_injector.h View 1 2 chunks +4 lines, -3 lines 0 comments Download
M remoting/host/win/session_input_injector.cc View 1 8 chunks +12 lines, -13 lines 0 comments Download
M remoting/host/win/unprivileged_process_delegate.h View 1 3 chunks +5 lines, -4 lines 0 comments Download
M remoting/host/win/unprivileged_process_delegate.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/host/win/worker_process_launcher.h View 1 3 chunks +4 lines, -3 lines 0 comments Download
M remoting/host/win/worker_process_launcher.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/win/worker_process_launcher_unittest.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
M remoting/host/win/wts_session_process_delegate.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M remoting/host/win/wts_session_process_delegate.cc View 1 6 chunks +8 lines, -10 lines 0 comments Download
M remoting/protocol/audio_reader.h View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/audio_reader.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/protocol/audio_stub.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M remoting/protocol/audio_writer.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M remoting/protocol/audio_writer.cc View 1 2 chunks +5 lines, -4 lines 0 comments Download
M remoting/protocol/authenticator.h View 1 5 chunks +7 lines, -7 lines 0 comments Download
M remoting/protocol/authenticator.cc View 1 2 chunks +4 lines, -2 lines 0 comments Download
M remoting/protocol/authenticator_test_base.h View 1 2 chunks +11 lines, -13 lines 0 comments Download
M remoting/protocol/authenticator_test_base.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M remoting/protocol/capture_scheduler.h View 1 3 chunks +5 lines, -5 lines 0 comments Download
M remoting/protocol/capture_scheduler.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M remoting/protocol/capture_scheduler_unittest.cc View 1 5 chunks +6 lines, -5 lines 0 comments Download
M remoting/protocol/channel_authenticator.h View 1 2 chunks +3 lines, -4 lines 0 comments Download
M remoting/protocol/channel_dispatcher_base.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M remoting/protocol/channel_dispatcher_base.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/channel_multiplexer.h View 1 3 chunks +4 lines, -4 lines 0 comments Download
M remoting/protocol/channel_multiplexer.cc View 1 10 chunks +17 lines, -15 lines 0 comments Download
M remoting/protocol/channel_multiplexer_unittest.cc View 1 7 chunks +30 lines, -31 lines 0 comments Download
M remoting/protocol/channel_socket_adapter_unittest.cc View 1 3 chunks +5 lines, -3 lines 0 comments Download
M remoting/protocol/chromium_port_allocator_factory.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/protocol/chromium_port_allocator_factory.cc View 1 2 chunks +5 lines, -4 lines 0 comments Download
M remoting/protocol/chromium_socket_factory.cc View 1 3 chunks +4 lines, -3 lines 0 comments Download
M remoting/protocol/chromium_socket_factory_unittest.cc View 1 3 chunks +10 lines, -9 lines 0 comments Download
M remoting/protocol/client_control_dispatcher.h View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/client_control_dispatcher.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/protocol/client_event_dispatcher.h View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/client_event_dispatcher.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/client_video_dispatcher.h View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/client_video_dispatcher.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/protocol/client_video_dispatcher_unittest.cc View 1 4 chunks +5 lines, -5 lines 0 comments Download
M remoting/protocol/connection_tester.h View 1 3 chunks +4 lines, -4 lines 0 comments Download
M remoting/protocol/connection_tester.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/protocol/connection_to_client.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/protocol/connection_to_host.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/protocol/connection_unittest.cc View 1 6 chunks +11 lines, -9 lines 0 comments Download
M remoting/protocol/content_description.h View 1 3 chunks +6 lines, -6 lines 0 comments Download
M remoting/protocol/content_description.cc View 1 4 chunks +8 lines, -8 lines 0 comments Download
M remoting/protocol/content_description_unittest.cc View 1 4 chunks +12 lines, -9 lines 0 comments Download
M remoting/protocol/datagram_channel_factory.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/protocol/fake_authenticator.h View 1 4 chunks +6 lines, -5 lines 0 comments Download
M remoting/protocol/fake_authenticator.cc View 1 5 chunks +9 lines, -7 lines 0 comments Download
M remoting/protocol/fake_connection_to_client.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M remoting/protocol/fake_connection_to_client.cc View 1 2 chunks +4 lines, -4 lines 0 comments Download
M remoting/protocol/fake_connection_to_host.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/protocol/fake_connection_to_host.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/fake_datagram_socket.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/protocol/fake_datagram_socket.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/protocol/fake_desktop_capturer.h View 1 3 chunks +4 lines, -3 lines 0 comments Download
M remoting/protocol/fake_desktop_capturer.cc View 1 3 chunks +4 lines, -4 lines 0 comments Download
M remoting/protocol/fake_session.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M remoting/protocol/fake_session.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/fake_stream_socket.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/protocol/fake_stream_socket.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/protocol/fake_video_renderer.h View 1 3 chunks +9 lines, -8 lines 0 comments Download
M remoting/protocol/fake_video_renderer.cc View 1 3 chunks +7 lines, -5 lines 0 comments Download
M remoting/protocol/frame_consumer.h View 1 2 chunks +4 lines, -3 lines 0 comments Download
M remoting/protocol/host_control_dispatcher.h View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/host_control_dispatcher.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/protocol/host_event_dispatcher.h View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/host_event_dispatcher.cc View 1 1 chunk +4 lines, -2 lines 0 comments Download
M remoting/protocol/host_video_dispatcher.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/protocol/host_video_dispatcher.cc View 1 1 chunk +5 lines, -4 lines 0 comments Download
M remoting/protocol/http_ice_config_request.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M remoting/protocol/http_ice_config_request.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M remoting/protocol/http_ice_config_request_unittest.cc View 1 3 chunks +8 lines, -6 lines 0 comments Download
M remoting/protocol/ice_connection_to_client.h View 1 4 chunks +9 lines, -9 lines 0 comments Download
M remoting/protocol/ice_connection_to_client.cc View 1 5 chunks +8 lines, -7 lines 0 comments Download
M remoting/protocol/ice_connection_to_host.h View 1 3 chunks +9 lines, -9 lines 0 comments Download
M remoting/protocol/ice_connection_to_host.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/ice_transport.h View 1 1 chunk +6 lines, -6 lines 0 comments Download
M remoting/protocol/ice_transport.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/protocol/ice_transport_channel.h View 1 3 chunks +5 lines, -4 lines 0 comments Download
M remoting/protocol/ice_transport_channel.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/ice_transport_unittest.cc View 1 7 chunks +16 lines, -15 lines 0 comments Download
M remoting/protocol/it2me_host_authenticator_factory.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/protocol/it2me_host_authenticator_factory.cc View 1 3 chunks +4 lines, -2 lines 0 comments Download
M remoting/protocol/jingle_info_request.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/protocol/jingle_info_request.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/jingle_messages.h View 1 5 chunks +7 lines, -7 lines 0 comments Download
M remoting/protocol/jingle_messages.cc View 1 3 chunks +6 lines, -6 lines 0 comments Download
M remoting/protocol/jingle_messages_unittest.cc View 1 6 chunks +8 lines, -9 lines 0 comments Download
M remoting/protocol/jingle_session.h View 1 2 chunks +7 lines, -6 lines 0 comments Download
M remoting/protocol/jingle_session.cc View 1 5 chunks +10 lines, -11 lines 0 comments Download
M remoting/protocol/jingle_session_manager.h View 1 2 chunks +8 lines, -7 lines 0 comments Download
M remoting/protocol/jingle_session_manager.cc View 1 2 chunks +6 lines, -6 lines 0 comments Download
M remoting/protocol/jingle_session_unittest.cc View 1 8 chunks +18 lines, -18 lines 0 comments Download
M remoting/protocol/me2me_host_authenticator_factory.h View 1 4 chunks +4 lines, -4 lines 0 comments Download
M remoting/protocol/me2me_host_authenticator_factory.cc View 1 10 chunks +12 lines, -10 lines 0 comments Download
M remoting/protocol/message_channel_factory.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M remoting/protocol/message_decoder_unittest.cc View 1 3 chunks +5 lines, -4 lines 0 comments Download
M remoting/protocol/message_pipe.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M remoting/protocol/message_reader.h View 1 3 chunks +4 lines, -3 lines 0 comments Download
M remoting/protocol/message_reader.cc View 1 2 chunks +4 lines, -3 lines 0 comments Download
M remoting/protocol/message_reader_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/protocol/message_serialization.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/protocol/monitored_video_stub.h View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/monitored_video_stub.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/monitored_video_stub_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/protocol/negotiating_authenticator_base.h View 1 3 chunks +5 lines, -4 lines 0 comments Download
M remoting/protocol/negotiating_authenticator_base.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M remoting/protocol/negotiating_authenticator_unittest.cc View 1 3 chunks +3 lines, -2 lines 0 comments Download
M remoting/protocol/negotiating_client_authenticator.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/protocol/negotiating_client_authenticator.cc View 1 5 chunks +7 lines, -5 lines 0 comments Download
M remoting/protocol/negotiating_host_authenticator.h View 1 4 chunks +4 lines, -4 lines 0 comments Download
M remoting/protocol/negotiating_host_authenticator.cc View 1 4 chunks +6 lines, -5 lines 0 comments Download
M remoting/protocol/pairing_authenticator_base.h View 1 2 chunks +4 lines, -3 lines 0 comments Download
M remoting/protocol/pairing_authenticator_base.cc View 1 2 chunks +4 lines, -3 lines 0 comments Download
M remoting/protocol/pairing_registry.h View 1 8 chunks +8 lines, -8 lines 0 comments Download
M remoting/protocol/pairing_registry.cc View 1 4 chunks +10 lines, -8 lines 0 comments Download
M remoting/protocol/pairing_registry_unittest.cc View 1 8 chunks +12 lines, -11 lines 0 comments Download
M remoting/protocol/port_allocator.h View 1 4 chunks +6 lines, -6 lines 0 comments Download
M remoting/protocol/port_allocator.cc View 1 4 chunks +6 lines, -6 lines 0 comments Download
M remoting/protocol/port_allocator_factory.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M remoting/protocol/protocol_mock_objects.h View 1 7 chunks +13 lines, -11 lines 0 comments Download
M remoting/protocol/protocol_mock_objects.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M remoting/protocol/pseudotcp_adapter.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M remoting/protocol/pseudotcp_adapter.cc View 1 4 chunks +5 lines, -7 lines 0 comments Download
M remoting/protocol/pseudotcp_adapter_unittest.cc View 1 4 chunks +7 lines, -6 lines 0 comments Download
M remoting/protocol/pseudotcp_channel_factory.h View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/pseudotcp_channel_factory.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/protocol/rejecting_authenticator.h View 1 1 chunk +3 lines, -2 lines 0 comments Download
M remoting/protocol/rejecting_authenticator.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/protocol/secure_channel_factory.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/protocol/secure_channel_factory.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/protocol/session_config.h View 1 5 chunks +10 lines, -10 lines 0 comments Download
M remoting/protocol/session_config.cc View 1 8 chunks +22 lines, -21 lines 0 comments Download
M remoting/protocol/session_config_unittest.cc View 1 3 chunks +13 lines, -12 lines 0 comments Download
M remoting/protocol/session_manager.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M remoting/protocol/spake2_authenticator.h View 1 4 chunks +6 lines, -5 lines 0 comments Download
M remoting/protocol/spake2_authenticator.cc View 1 5 chunks +10 lines, -9 lines 0 comments Download
M remoting/protocol/spake2_authenticator_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/ssl_hmac_channel_authenticator.h View 1 4 chunks +8 lines, -8 lines 0 comments Download
M remoting/protocol/ssl_hmac_channel_authenticator.cc View 1 9 chunks +23 lines, -24 lines 0 comments Download
M remoting/protocol/ssl_hmac_channel_authenticator_unittest.cc View 1 3 chunks +8 lines, -8 lines 0 comments Download
M remoting/protocol/stream_channel_factory.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/protocol/stream_message_pipe_adapter.h View 1 3 chunks +4 lines, -4 lines 0 comments Download
M remoting/protocol/stream_message_pipe_adapter.cc View 1 3 chunks +4 lines, -3 lines 0 comments Download
M remoting/protocol/third_party_authenticator_base.h View 1 3 chunks +5 lines, -4 lines 0 comments Download
M remoting/protocol/third_party_authenticator_base.cc View 1 2 chunks +4 lines, -3 lines 0 comments Download
M remoting/protocol/third_party_authenticator_unittest.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M remoting/protocol/third_party_client_authenticator.h View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/third_party_host_authenticator.h View 1 3 chunks +3 lines, -3 lines 0 comments Download
M remoting/protocol/third_party_host_authenticator.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/token_validator.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/protocol/transport.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/protocol/transport_context.h View 1 3 chunks +7 lines, -6 lines 0 comments Download
M remoting/protocol/transport_context.cc View 1 4 chunks +5 lines, -4 lines 0 comments Download
M remoting/protocol/v2_authenticator.h View 1 4 chunks +6 lines, -5 lines 0 comments Download
M remoting/protocol/v2_authenticator.cc View 1 4 chunks +8 lines, -7 lines 0 comments Download
M remoting/protocol/v2_authenticator_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/video_feedback_stub.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M remoting/protocol/video_frame_pump.h View 1 6 chunks +19 lines, -19 lines 0 comments Download
M remoting/protocol/video_frame_pump.cc View 1 9 chunks +18 lines, -16 lines 0 comments Download
M remoting/protocol/video_frame_pump_unittest.cc View 1 9 chunks +19 lines, -18 lines 0 comments Download
M remoting/protocol/video_stub.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M remoting/protocol/webrtc_connection_to_client.h View 1 4 chunks +7 lines, -7 lines 0 comments Download
M remoting/protocol/webrtc_connection_to_client.cc View 1 2 chunks +4 lines, -4 lines 0 comments Download
M remoting/protocol/webrtc_connection_to_host.h View 1 3 chunks +7 lines, -7 lines 0 comments Download
M remoting/protocol/webrtc_connection_to_host.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/webrtc_data_stream_adapter.cc View 1 5 chunks +5 lines, -4 lines 0 comments Download
M remoting/protocol/webrtc_transport.h View 1 4 chunks +5 lines, -4 lines 0 comments Download
M remoting/protocol/webrtc_transport.cc View 1 9 chunks +11 lines, -9 lines 0 comments Download
M remoting/protocol/webrtc_transport_unittest.cc View 1 3 chunks +11 lines, -11 lines 0 comments Download
M remoting/protocol/webrtc_video_capturer_adapter.h View 1 3 chunks +4 lines, -4 lines 0 comments Download
M remoting/protocol/webrtc_video_capturer_adapter.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/protocol/webrtc_video_renderer_adapter.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M remoting/protocol/webrtc_video_renderer_adapter.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M remoting/protocol/webrtc_video_stream.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M remoting/protocol/webrtc_video_stream.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/signaling/fake_signal_strategy.h View 1 1 chunk +4 lines, -4 lines 0 comments Download
M remoting/signaling/fake_signal_strategy.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M remoting/signaling/iq_sender.h View 1 4 chunks +10 lines, -10 lines 0 comments Download
M remoting/signaling/iq_sender.cc View 1 5 chunks +15 lines, -13 lines 0 comments Download
M remoting/signaling/iq_sender_unittest.cc View 1 5 chunks +7 lines, -7 lines 0 comments Download
M remoting/signaling/log_to_server.h View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/signaling/log_to_server.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/signaling/log_to_server_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/signaling/mock_signal_strategy.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M remoting/signaling/push_notification_subscriber.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M remoting/signaling/push_notification_subscriber.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M remoting/signaling/server_log_entry.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M remoting/signaling/server_log_entry.cc View 1 2 chunks +6 lines, -5 lines 0 comments Download
M remoting/signaling/signal_strategy.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/signaling/xmpp_login_handler.h View 1 4 chunks +4 lines, -4 lines 0 comments Download
M remoting/signaling/xmpp_login_handler.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/signaling/xmpp_login_handler_unittest.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M remoting/signaling/xmpp_signal_strategy.h View 1 3 chunks +4 lines, -3 lines 0 comments Download
M remoting/signaling/xmpp_signal_strategy.cc View 1 8 chunks +15 lines, -14 lines 0 comments Download
M remoting/signaling/xmpp_signal_strategy_unittest.cc View 1 9 chunks +12 lines, -11 lines 0 comments Download
M remoting/signaling/xmpp_stream_parser.h View 1 3 chunks +3 lines, -3 lines 0 comments Download
M remoting/signaling/xmpp_stream_parser.cc View 1 4 chunks +4 lines, -3 lines 0 comments Download
M remoting/signaling/xmpp_stream_parser_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/test/access_token_fetcher.h View 1 3 chunks +4 lines, -4 lines 0 comments Download
M remoting/test/access_token_fetcher.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/test/access_token_fetcher_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/test/app_remoting_connected_client_fixture.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M remoting/test/app_remoting_connected_client_fixture.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/test/app_remoting_connection_helper.h View 1 3 chunks +5 lines, -5 lines 0 comments Download
M remoting/test/app_remoting_connection_helper.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M remoting/test/app_remoting_latency_test_fixture.h View 1 3 chunks +5 lines, -5 lines 0 comments Download
M remoting/test/app_remoting_latency_test_fixture.cc View 1 3 chunks +5 lines, -4 lines 0 comments Download
M remoting/test/app_remoting_report_issue_request.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/test/app_remoting_report_issue_request_unittest.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M remoting/test/app_remoting_sample_test_driver_environment.cc View 1 1 chunk +3 lines, -2 lines 0 comments Download
M remoting/test/app_remoting_test_driver.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/test/app_remoting_test_driver_environment.h View 1 3 chunks +3 lines, -3 lines 0 comments Download
M remoting/test/app_remoting_test_driver_environment.cc View 1 5 chunks +5 lines, -5 lines 0 comments Download
M remoting/test/app_remoting_test_driver_environment_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/test/chromoting_test_driver.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/test/chromoting_test_driver_environment.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/test/chromoting_test_driver_environment.cc View 1 4 chunks +4 lines, -4 lines 0 comments Download
M remoting/test/chromoting_test_driver_environment_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/test/chromoting_test_fixture.h View 1 3 chunks +4 lines, -3 lines 0 comments Download
M remoting/test/codec_perftest.cc View 1 3 chunks +5 lines, -5 lines 0 comments Download
M remoting/test/connection_time_observer_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/test/cyclic_frame_generator.h View 1 4 chunks +4 lines, -4 lines 0 comments Download
M remoting/test/cyclic_frame_generator.cc View 1 5 chunks +6 lines, -6 lines 0 comments Download
M remoting/test/fake_network_manager.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M remoting/test/fake_port_allocator.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M remoting/test/fake_port_allocator.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M remoting/test/fake_socket_factory.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/test/host_list_fetcher.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/test/host_list_fetcher.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/test/host_list_fetcher_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/test/mock_access_token_fetcher.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/test/mock_access_token_fetcher.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/test/protocol_perftest.cc View 1 15 chunks +30 lines, -29 lines 0 comments Download
M remoting/test/refresh_token_store.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/test/refresh_token_store.cc View 1 4 chunks +7 lines, -4 lines 0 comments Download
M remoting/test/remote_host_info_fetcher.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/test/remote_host_info_fetcher.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/test/remote_host_info_fetcher_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M remoting/test/test_chromoting_client.h View 1 4 chunks +10 lines, -9 lines 0 comments Download
M remoting/test/test_chromoting_client.cc View 1 4 chunks +6 lines, -5 lines 0 comments Download
M remoting/test/test_chromoting_client_unittest.cc View 1 3 chunks +6 lines, -4 lines 0 comments Download
M remoting/test/test_video_renderer.h View 1 3 chunks +6 lines, -5 lines 0 comments Download
M remoting/test/test_video_renderer.cc View 1 9 chunks +17 lines, -14 lines 0 comments Download
M remoting/test/test_video_renderer_unittest.cc View 1 13 chunks +24 lines, -22 lines 0 comments Download

Messages

Total messages: 10 (4 generated)
dcheng
+rdevlin.cronin for //extensions +wez for //remoting This ended up being bigger than I thought.
4 years, 8 months ago (2016-04-06 18:55:22 UTC) #1
Devlin
extensions lgtm.
4 years, 8 months ago (2016-04-06 19:15:18 UTC) #2
Sergey Ulanov
LGTM (I didn't look at every file, but I assume it's all trivial mechanical changes). ...
4 years, 8 months ago (2016-04-06 21:13:19 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1864213002/10001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1864213002/10001
4 years, 8 months ago (2016-04-06 21:15:44 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:10001)
4 years, 8 months ago (2016-04-06 22:42:05 UTC) #8
commit-bot: I haz the power
4 years, 8 months ago (2016-04-06 22:43:26 UTC) #10
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/0765c49ae6fb26c49c98bf9205d690174de3c0e4
Cr-Commit-Position: refs/heads/master@{#385571}

Powered by Google App Engine
This is Rietveld 408576698