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

Issue 1548153002: Switch to standard integer types in chrome/. (Closed)

Created:
4 years, 12 months ago by Avi (use Gerrit)
Modified:
4 years, 12 months ago
Reviewers:
Nico
CC:
chromium-reviews, skanuj+watch_chromium.org, sadrul, tzik, tburkard+watch_chromium.org, dhollowa+watch_chromium.org, dougw+watch_chromium.org, bondd+autofillwatch_chromium.org, rginda+watch_chromium.org, native-client-reviews_googlegroups.com, imcheng+watch_chromium.org, extensions-reviews_chromium.org, cbentzel+watch_chromium.org, melevin+watch_chromium.org, Matt Giuca, grt+watch_chromium.org, samuong+watch_chromium.org, chromoting-reviews_chromium.org, rlp+watch_chromium.org, devtools-reviews_chromium.org, groby+spellwatch_chromium.org, chromium-apps-reviews_chromium.org, xjz+watch_chromium.org, miu+watch_chromium.org, isheriff+watch_chromium.org, vabr+watchlistpasswordmanager_chromium.org, tapted, rouslan+autofill_chromium.org, jasonroberts+watch_google.com, nhiroki, gavinp+prer_chromium.org, jfweitz+watch_chromium.org, rouslan+spell_chromium.org, estade+watch_chromium.org, piman+watch_chromium.org, gcasto+watchlist_chromium.org, Jered, mkwst+watchlist-passwords_chromium.org, davidben+watch_chromium.org, kalyank, media-router+watch_chromium.org, feature-media-reviews_chromium.org, Lei Zhang, tfarina, donnd+watch_chromium.org, avayvod+watch_chromium.org, jdonnelly+autofillwatch_chromium.org, tommycli, David Black, samarth+watch_chromium.org, wfh+watch_chromium.org, kmadhusu+watch_chromium.org, vabr+watchlistautofill_chromium.org, kinuko+fileapi, pfeldman
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Switch to standard integer types in chrome/. BUG=138542 TBR=thakis@chromium.org NOPRESUBMIT=true Committed: https://crrev.com/2729e442b1172c5094503a03fe356c8580bb919d Cr-Commit-Position: refs/heads/master@{#366893}

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2328 lines, -1191 lines) Patch
M chrome/app/android/chrome_main_delegate_android.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/app/chrome_crash_reporter_client.h View 1 chunk +4 lines, -1 line 0 comments Download
M chrome/app/chrome_crash_reporter_client.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/app/chrome_exe_main_mac.c View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/app/chrome_exe_main_win.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/app/chrome_main.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/app/chrome_main_delegate.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/app/chrome_main_delegate.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/app/chrome_main_mac.mm View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/app/chrome_watcher_client_unittest_win.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/app/chrome_watcher_client_win.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/app/chrome_watcher_command_line_win.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/app/close_handle_hook_win.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/app/delay_load_hook_unittest_win.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/app/kasko_client.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/app/main_dll_loader_win.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/app/signature_validator_win.cc View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/app/signature_validator_win_unittest.cc View 2 chunks +5 lines, -3 lines 0 comments Download
M chrome/app_shim/chrome_main_app_mode_mac.mm View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/child/pdf_child_init.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/all_messages.h View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/common/auto_start_linux.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/auto_start_linux.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/benchmarking_messages.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/common/cast_messages.h View 2 chunks +55 lines, -65 lines 0 comments Download
M chrome/common/channel_info.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/channel_info_mac.mm View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/common/child_process_logging.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/chrome_constants.h View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/common/chrome_constants.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_content_client.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_content_client.cc View 3 chunks +4 lines, -5 lines 0 comments Download
M chrome/common/chrome_content_client_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_paths.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_paths_linux.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_paths_mac.mm View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_paths_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_switches.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_utility_messages.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_utility_printing_messages.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/cloud_print/cloud_print_cdd_conversion.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/cloud_print/cloud_print_constants.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/common/component_flash_hint_file_linux.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/component_flash_hint_file_linux_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/crash_keys.h View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/common/crash_keys.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/crash_keys_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/descriptors_android.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/api/commands/commands_handler.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/api/commands/commands_manifest_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/api/common_extension_api_unittest.cc View 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/common/extensions/api/file_browser_handlers/file_browser_handler.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/common/extensions/api/file_browser_handlers/file_browser_handler.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/extensions/api/file_browser_handlers/file_browser_handler_manifest_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/api/file_system_provider_capabilities/file_system_provider_capabilities_handler.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/api/input_ime/input_components_handler.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/api/input_ime/input_components_handler.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/extensions/api/networking_private/networking_private_crypto.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/common/extensions/api/networking_private/networking_private_crypto.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/api/networking_private/networking_private_crypto_unittest.cc View 3 chunks +7 lines, -5 lines 0 comments Download
M chrome/common/extensions/api/plugins/plugins_handler.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/api/plugins/plugins_handler.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/common/extensions/api/speech/tts_engine_manifest_handler.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/api/speech/tts_engine_manifest_handler.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/extensions/api/spellcheck/spellcheck_handler.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/api/storage/storage_schema_manifest_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/api/system_indicator/system_indicator_handler.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/api/url_handlers/url_handlers_parser.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/chrome_extension_messages.h View 3 chunks +5 lines, -3 lines 0 comments Download
M chrome/common/extensions/chrome_extensions_client.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/chrome_manifest_handlers.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/chrome_manifest_url_handlers.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/chrome_manifest_url_handlers.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/chrome_utility_extensions_messages.h View 4 chunks +10 lines, -8 lines 0 comments Download
M chrome/common/extensions/command.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/common/extensions/command_unittest.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/common/extensions/extension_constants.h View 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/common/extensions/extension_constants.cc View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/common/extensions/extension_unittest.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/common/extensions/features/chrome_channel_feature_filter_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/manifest_handlers/app_icon_color_info.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/manifest_handlers/app_launch_info.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/manifest_handlers/app_launch_info.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/manifest_handlers/automation.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/manifest_handlers/content_scripts_handler.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/manifest_handlers/content_scripts_handler.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/common/extensions/manifest_handlers/content_scripts_manifest_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/manifest_handlers/copresence_manifest.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/manifest_handlers/exclude_matches_manifest_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/manifest_handlers/extension_action_handler.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/manifest_handlers/linked_app_icons.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/manifest_handlers/minimum_chrome_version_checker.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/manifest_handlers/settings_overrides_handler.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/manifest_handlers/settings_overrides_handler_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/manifest_handlers/theme_handler.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/manifest_handlers/ui_overrides_handler.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/manifest_tests/extension_manifests_about_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/manifest_tests/extension_manifests_contentsecuritypolicy_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/manifest_tests/extension_manifests_homepage_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/manifest_tests/extension_manifests_initvalue_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/manifest_tests/extension_manifests_kiosk_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/manifest_tests/extension_manifests_launch_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/manifest_tests/extension_manifests_options_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/manifest_tests/extension_manifests_override_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/manifest_tests/extension_manifests_platformapp_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/manifest_tests/extension_manifests_requirements_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/manifest_tests/extension_manifests_sandboxed_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/manifest_tests/extension_manifests_update_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/manifest_tests/extension_manifests_web_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/permissions/chrome_api_permissions.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/common/extensions/permissions/chrome_permission_message_provider.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/permissions/chrome_permission_message_provider_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/permissions/chrome_permission_message_rules.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/permissions/chrome_permission_message_rules.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/permissions/chrome_permission_message_rules_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/extensions/permissions/permission_set_unittest.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/common/extensions/permissions/permissions_data_unittest.cc View 3 chunks +7 lines, -5 lines 0 comments Download
M chrome/common/extensions/permissions/settings_override_permission_unittest.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/common/extensions/sync_type_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/external_ipc_dumper.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/importer/firefox_importer_utils.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/common/importer/firefox_importer_utils.cc View 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/common/importer/firefox_importer_utils_unittest.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/common/importer/importer_bridge.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/importer/importer_data_types.h View 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/common/importer/importer_data_types.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/importer/importer_test_registry_overrider_win.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/importer/profile_import_process_messages.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/importer/profile_import_process_param_traits_macros.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/importer/safari_importer_utils.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/common/importer/safari_importer_utils.mm View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/ini_parser.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/ini_parser.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/ini_parser_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/instant_types.h View 3 chunks +7 lines, -6 lines 0 comments Download
M chrome/common/instant_types_unittest.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/common/local_discovery/local_discovery_messages.h View 4 chunks +20 lines, -19 lines 0 comments Download
M chrome/common/local_discovery/local_domain_resolver_unittest.cc View 3 chunks +4 lines, -2 lines 0 comments Download
M chrome/common/local_discovery/service_discovery_client.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/local_discovery/service_discovery_client_impl.h View 2 chunks +4 lines, -1 line 0 comments Download
M chrome/common/local_discovery/service_discovery_client_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/local_discovery/service_discovery_client_unittest.cc View 7 chunks +8 lines, -6 lines 0 comments Download
M chrome/common/localized_error.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/localized_error.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/common/logging_chrome.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/mac/cfbundle_blocker.mm View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/mac/cfbundle_blocker_unittest.mm View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/common/mac/launchd.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/mac/mock_launchd.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/common/media/media_resource_provider.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/media/webrtc_logging_message_data.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/common/media_galleries/iphoto_library.h View 2 chunks +5 lines, -3 lines 0 comments Download
M chrome/common/media_galleries/iphoto_library.cc View 1 chunk +2 lines, -5 lines 0 comments Download
M chrome/common/media_galleries/itunes_library.h View 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/common/media_galleries/itunes_library.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M chrome/common/media_galleries/picasa_test_util.h View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/common/media_galleries/picasa_test_util.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/common/media_galleries/picasa_types.h View 2 chunks +5 lines, -3 lines 0 comments Download
M chrome/common/media_galleries/picasa_types.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/common/media_galleries/pmp_constants.h View 2 chunks +7 lines, -6 lines 0 comments Download
M chrome/common/media_galleries/pmp_test_util.h View 2 chunks +5 lines, -4 lines 0 comments Download
M chrome/common/media_galleries/pmp_test_util.cc View 4 chunks +48 lines, -27 lines 0 comments Download
M chrome/common/multi_process_lock_linux.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/common/multi_process_lock_mac.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/multi_process_lock_unittest.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/common/multi_process_lock_win.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/net/x509_certificate_model.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/net/x509_certificate_model_nss.cc View 2 chunks +4 lines, -1 line 0 comments Download
M chrome/common/net/x509_certificate_model_openssl.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/common/net/x509_certificate_model_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/partial_circular_buffer.h View 3 chunks +15 lines, -15 lines 0 comments Download
M chrome/common/partial_circular_buffer.cc View 8 chunks +32 lines, -33 lines 0 comments Download
M chrome/common/partial_circular_buffer_unittest.cc View 12 chunks +29 lines, -25 lines 0 comments Download
M chrome/common/pepper_flash.h View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/common/pepper_flash.cc View 2 chunks +6 lines, -4 lines 0 comments Download
M chrome/common/pref_names.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/common/pref_names_util.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/prerender_messages.h View 2 chunks +4 lines, -1 line 0 comments Download
M chrome/common/profiling.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/profiling.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/ref_counted_util.h View 1 chunk +3 lines, -1 line 0 comments Download
M chrome/common/render_messages.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/resource_usage_reporter_type_converters.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/safe_browsing/binary_feature_extractor.h View 1 chunk +4 lines, -1 line 0 comments Download
M chrome/common/safe_browsing/binary_feature_extractor_mac.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/common/safe_browsing/binary_feature_extractor_posix.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/common/safe_browsing/binary_feature_extractor_unittest.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/common/safe_browsing/binary_feature_extractor_win.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/safe_browsing/download_protection_util.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/safe_browsing/mach_o_image_reader_mac.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/safe_browsing/mach_o_image_reader_mac_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/safe_browsing/pe_image_reader_win.h View 1 chunk +3 lines, -1 line 0 comments Download
M chrome/common/safe_browsing/pe_image_reader_win.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/safe_browsing/pe_image_reader_win_unittest.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/common/safe_browsing/zip_analyzer.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/common/service_process_util.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/service_process_util.cc View 4 chunks +7 lines, -3 lines 0 comments Download
M chrome/common/service_process_util_posix.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/service_process_util_posix.cc View 1 chunk +3 lines, -1 line 0 comments Download
M chrome/common/service_process_util_unittest.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/common/spellcheck_common.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/spellcheck_marker.h View 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/common/spellcheck_messages.h View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/common/spellcheck_result.h View 2 chunks +9 lines, -9 lines 0 comments Download
M chrome/common/switch_utils.cc View 1 chunk +3 lines, -1 line 0 comments Download
M chrome/common/switch_utils_unittest.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/common/tts_utterance_request.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/common/url_constants.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/url_constants.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/common/variations/variations_util.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/variations/variations_util_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/widevine_cdm_constants.h View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/common/widevine_cdm_constants.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/common/worker_thread_ticker.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/installer/gcapi/gcapi.cc View 4 chunks +6 lines, -3 lines 0 comments Download
M chrome/installer/gcapi/gcapi_last_run_test.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/installer/gcapi/gcapi_omaha_experiment.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/installer/gcapi/gcapi_omaha_experiment_test.cc View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/installer/gcapi/gcapi_reactivation.cc View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/installer/gcapi/gcapi_reactivation_test.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/installer/gcapi/gcapi_test_registry_overrider.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/installer/gcapi_mac/gcapi.mm View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/installer/mini_installer/configuration.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/installer/mini_installer/configuration_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/installer/mini_installer/decompress.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/installer/mini_installer/mini_installer.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/installer/mini_installer/mini_string.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/installer/mini_installer/mini_string_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/installer/mini_installer/pe_resource.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/installer/mini_installer/regkey.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/installer/setup/archive_patch_helper.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/installer/setup/archive_patch_helper.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/installer/setup/install_unittest.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/installer/setup/install_worker.cc View 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/installer/setup/install_worker_unittest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/installer/setup/installer_crash_reporter_client.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/installer/setup/installer_crash_reporting.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/installer/setup/memory_unittest.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/installer/setup/setup_main.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/installer/setup/setup_util.h View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/installer/setup/setup_util.cc View 3 chunks +3 lines, -1 line 0 comments Download
M chrome/installer/setup/uninstall.cc View 3 chunks +5 lines, -2 lines 0 comments Download
M chrome/installer/test/alternate_version_generator.cc View 9 chunks +26 lines, -20 lines 0 comments Download
M chrome/installer/test/alternate_version_generator_main.cc View 1 chunk +3 lines, -1 line 0 comments Download
M chrome/installer/test/pe_image_resources.h View 2 chunks +7 lines, -3 lines 0 comments Download
M chrome/installer/test/pe_image_resources.cc View 4 chunks +18 lines, -16 lines 0 comments Download
M chrome/installer/test/resource_loader.h View 2 chunks +9 lines, -4 lines 0 comments Download
M chrome/installer/test/resource_loader.cc View 4 chunks +6 lines, -5 lines 0 comments Download
M chrome/installer/test/resource_updater.h View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/installer/test/resource_updater.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/installer/util/advanced_firewall_manager_win.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/installer/util/advanced_firewall_manager_win.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/installer/util/advanced_firewall_manager_win_unittest.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/installer/util/app_command.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/installer/util/app_commands.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/installer/util/beacons.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/installer/util/browser_distribution.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/installer/util/channel_info.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/installer/util/channel_info_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/installer/util/chrome_binaries_operations.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/installer/util/chrome_browser_operations.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/installer/util/chrome_browser_sxs_operations.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/installer/util/chrome_frame_operations.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/installer/util/chrome_frame_operations.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/installer/util/chromium_binaries_distribution.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/installer/util/create_reg_key_work_item.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/installer/util/delete_after_reboot_helper.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/installer/util/delete_after_reboot_helper_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/installer/util/delete_reg_key_work_item.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/installer/util/delete_reg_key_work_item_unittest.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/installer/util/delete_reg_value_work_item_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/installer/util/delete_tree_work_item.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/installer/util/firewall_manager_win.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/installer/util/firewall_manager_win.cc View 2 chunks +4 lines, -1 line 0 comments Download
M chrome/installer/util/google_chrome_binaries_distribution.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/installer/util/google_update_settings.h View 1 chunk +4 lines, -1 line 0 comments Download
M chrome/installer/util/google_update_settings.cc View 3 chunks +4 lines, -2 lines 0 comments Download
M chrome/installer/util/google_update_settings_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/installer/util/html_dialog.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/installer/util/install_util.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/installer/util/install_util.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/installer/util/installation_state.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/installer/util/installation_validation_helper.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/installer/util/installation_validator.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/installer/util/installation_validator.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/installer/util/installation_validator_unittest.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/installer/util/installer_state.h View 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/installer/util/installer_state.cc View 3 chunks +5 lines, -3 lines 0 comments Download
M chrome/installer/util/installer_state_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/installer/util/language_selector.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/installer/util/language_selector.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/installer/util/language_selector_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/installer/util/legacy_firewall_manager_win.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/installer/util/legacy_firewall_manager_win_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/installer/util/logging_installer.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/installer/util/logging_installer.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M chrome/installer/util/logging_installer_unittest.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M chrome/installer/util/lzma_file_allocator.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/installer/util/lzma_file_allocator_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/installer/util/lzma_util.h View 2 chunks +5 lines, -4 lines 0 comments Download
M chrome/installer/util/lzma_util.cc View 2 chunks +5 lines, -3 lines 0 comments Download
M chrome/installer/util/master_preferences.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/installer/util/master_preferences.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/installer/util/master_preferences_unittest.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/installer/util/move_tree_work_item_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/installer/util/product.h View 2 chunks +4 lines, -1 line 0 comments Download
M chrome/installer/util/product.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/installer/util/registry_key_backup.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/installer/util/registry_key_backup.cc View 6 chunks +15 lines, -11 lines 0 comments Download
M chrome/installer/util/registry_test_data.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/installer/util/self_cleaning_temp_dir.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/installer/util/self_cleaning_temp_dir_unittest.cc View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/installer/util/set_reg_value_work_item.h View 3 chunks +4 lines, -3 lines 0 comments Download
M chrome/installer/util/set_reg_value_work_item.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M chrome/installer/util/shell_util.h View 3 chunks +5 lines, -3 lines 0 comments Download
M chrome/installer/util/shell_util.cc View 8 chunks +10 lines, -9 lines 0 comments Download
M chrome/installer/util/shell_util_unittest.cc View 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/installer/util/user_experiment.cc View 2 chunks +4 lines, -1 line 0 comments Download
M chrome/installer/util/util_constants.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/installer/util/wmi.cc View 3 chunks +5 lines, -4 lines 0 comments Download
M chrome/installer/util/work_item.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/installer/util/work_item.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/installer/util/work_item_list.h View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/installer/util/work_item_list.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/autofill/autofill_renderer_browsertest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/autofill/form_autocomplete_browsertest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/autofill/form_autofill_browsertest.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/renderer/autofill/page_click_tracker_browsertest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/renderer/autofill/password_autofill_agent_browsertest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/autofill/password_generation_agent_browsertest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/banners/app_banner_client.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/chrome_content_renderer_client.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/renderer/chrome_content_renderer_client.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/renderer/chrome_content_renderer_client_unittest.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/renderer/chrome_mock_render_thread.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/chrome_render_frame_observer.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/chrome_render_frame_observer.cc View 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/renderer/chrome_render_process_observer.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/chrome_render_process_observer.cc View 3 chunks +4 lines, -0 lines 0 comments Download
M chrome/renderer/chrome_render_view_observer.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/renderer/chrome_render_view_observer.cc View 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/renderer/content_settings_observer.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/content_settings_observer_browsertest.cc View 1 chunk +3 lines, -1 line 0 comments Download
M chrome/renderer/extensions/app_bindings.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/extensions/app_bindings.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/extensions/automation_internal_custom_bindings.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/extensions/automation_internal_custom_bindings.cc View 3 chunks +7 lines, -3 lines 0 comments Download
M chrome/renderer/extensions/cast_streaming_native_handler.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/extensions/cast_streaming_native_handler.cc View 3 chunks +5 lines, -1 line 0 comments Download
M chrome/renderer/extensions/chrome_v8_extension_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/extensions/extension_localization_peer.h View 4 chunks +6 lines, -3 lines 0 comments Download
M chrome/renderer/extensions/extension_localization_peer.cc View 4 chunks +5 lines, -4 lines 0 comments Download
M chrome/renderer/extensions/extension_localization_peer_unittest.cc View 2 chunks +4 lines, -1 line 0 comments Download
M chrome/renderer/extensions/file_browser_handler_custom_bindings.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/extensions/file_browser_handler_custom_bindings.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/extensions/file_manager_private_custom_bindings.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/extensions/file_manager_private_custom_bindings.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/renderer/extensions/media_galleries_custom_bindings.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/extensions/notifications_native_handler.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/extensions/platform_keys_natives.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/extensions/renderer_permissions_policy_delegate.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/extensions/sync_file_system_custom_bindings.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/extensions/tabs_custom_bindings.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/renderer/extensions/webstore_bindings.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/extensions/webstore_bindings.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/renderer/external_extension.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/renderer/instant_restricted_id_cache.h View 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/renderer/media/cast_ipc_dispatcher.h View 3 chunks +17 lines, -16 lines 0 comments Download
M chrome/renderer/media/cast_ipc_dispatcher.cc View 6 chunks +10 lines, -11 lines 0 comments Download
M chrome/renderer/media/cast_receiver_session.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/media/cast_receiver_session_delegate.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/media/cast_rtp_stream.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/media/cast_rtp_stream.cc View 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/renderer/media/cast_session.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/media/cast_session.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/renderer/media/cast_session_delegate.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/media/cast_session_delegate.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/media/cast_threads.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/media/cast_transport_sender_ipc.h View 4 chunks +17 lines, -15 lines 0 comments Download
M chrome/renderer/media/cast_transport_sender_ipc.cc View 4 chunks +14 lines, -14 lines 0 comments Download
M chrome/renderer/media/cast_udp_transport.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/media/chrome_key_systems.cc View 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/renderer/media/chrome_webrtc_log_message_delegate.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/media/chrome_webrtc_log_message_delegate_unittest.cc View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/renderer/media/mock_webrtc_logging_message_filter.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/media/mock_webrtc_logging_message_filter.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/renderer/media/webrtc_logging_message_filter.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/net/net_error_helper.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/net/net_error_helper.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/page_load_histograms.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/page_load_histograms.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/renderer/pepper/chrome_renderer_pepper_host_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/pepper/pepper_flash_drm_renderer_host.h View 1 chunk +3 lines, -1 line 0 comments Download
M chrome/renderer/pepper/pepper_flash_font_file_host.h View 1 chunk +5 lines, -1 line 0 comments Download
M chrome/renderer/pepper/pepper_flash_fullscreen_host.h View 1 chunk +3 lines, -1 line 0 comments Download
M chrome/renderer/pepper/pepper_flash_menu_host.h View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/renderer/pepper/pepper_flash_menu_host.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/renderer/pepper/pepper_flash_renderer_host.h View 1 chunk +3 lines, -1 line 0 comments Download
M chrome/renderer/pepper/pepper_flash_renderer_host.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/renderer/pepper/pepper_helper.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/pepper/pepper_shared_memory_message_filter.h View 1 chunk +3 lines, -1 line 0 comments Download
M chrome/renderer/pepper/pepper_uma_host.h View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/renderer/pepper/pepper_uma_host.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/renderer/plugins/chrome_plugin_placeholder.h View 3 chunks +5 lines, -2 lines 0 comments Download
M chrome/renderer/plugins/chrome_plugin_placeholder.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/plugins/plugin_uma.h View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/renderer/plugins/plugin_uma.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/plugins/power_saver_info.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/renderer/prerender/prerender_dispatcher.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/renderer/prerender/prerender_dispatcher_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/prerender/prerender_extra_data.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/prerender/prerender_helper.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/safe_browsing/feature_extractor_clock.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/safe_browsing/features.h View 1 chunk +3 lines, -1 line 0 comments Download
M chrome/renderer/safe_browsing/features_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/renderer/safe_browsing/mock_feature_extractor_clock.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/safe_browsing/murmurhash3_util.h View 1 chunk +4 lines, -3 lines 0 comments Download
M chrome/renderer/safe_browsing/murmurhash3_util.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/renderer/safe_browsing/phishing_classifier.h View 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/renderer/safe_browsing/phishing_classifier.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/renderer/safe_browsing/phishing_classifier_browsertest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/safe_browsing/phishing_classifier_delegate.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/renderer/safe_browsing/phishing_dom_feature_extractor.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/safe_browsing/phishing_term_feature_extractor.h View 5 chunks +10 lines, -7 lines 0 comments Download
M chrome/renderer/safe_browsing/phishing_term_feature_extractor.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/renderer/safe_browsing/phishing_term_feature_extractor_unittest.cc View 11 chunks +14 lines, -11 lines 0 comments Download
M chrome/renderer/safe_browsing/phishing_url_feature_extractor.h View 1 chunk +3 lines, -1 line 0 comments Download
M chrome/renderer/safe_browsing/scorer.h View 3 chunks +7 lines, -4 lines 0 comments Download
M chrome/renderer/safe_browsing/scorer.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/renderer/safe_browsing/scorer_unittest.cc View 2 chunks +5 lines, -3 lines 0 comments Download
M chrome/renderer/safe_browsing/threat_dom_details.h View 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/renderer/safe_browsing/threat_dom_details.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/searchbox/search_bouncer.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/searchbox/searchbox.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/searchbox/searchbox.cc View 2 chunks +10 lines, -4 lines 0 comments Download
M chrome/renderer/searchbox/searchbox_extension.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/searchbox/searchbox_extension.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/renderer/searchbox/searchbox_extension_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/renderer/searchbox/searchbox_unittest.cc View 1 chunk +3 lines, -1 line 0 comments Download
M chrome/renderer/security_filter_peer.h View 6 chunks +8 lines, -5 lines 0 comments Download
M chrome/renderer/security_filter_peer.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M chrome/renderer/spellchecker/custom_dictionary_engine.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/renderer/spellchecker/hunspell_engine.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/renderer/spellchecker/spellcheck.cc View 2 chunks +8 lines, -4 lines 0 comments Download
M chrome/renderer/spellchecker/spellcheck_language.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/spellchecker/spellcheck_multilingual_unittest.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/renderer/spellchecker/spellcheck_provider.h View 2 chunks +5 lines, -1 line 0 comments Download
M chrome/renderer/spellchecker/spellcheck_provider.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/renderer/spellchecker/spellcheck_provider_test.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/renderer/spellchecker/spellcheck_unittest.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/renderer/spellchecker/spellcheck_worditerator.h View 1 chunk +3 lines, -1 line 0 comments Download
M chrome/renderer/spellchecker/spellcheck_worditerator.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/spellchecker/spellcheck_worditerator_unittest.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/renderer/translate/translate_helper_browsertest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/translate/translate_script_browsertest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/tts_dispatcher.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/tts_dispatcher.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/renderer/web_apps.cc View 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/renderer/web_apps_unittest.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/renderer/worker_content_settings_client_proxy.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/service/cloud_print/cdd_conversion_win.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/service/cloud_print/cloud_print_auth.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/service/cloud_print/cloud_print_connector.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/service/cloud_print/cloud_print_connector.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/service/cloud_print/cloud_print_proxy.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/service/cloud_print/cloud_print_proxy.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/service/cloud_print/cloud_print_proxy_backend.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/service/cloud_print/cloud_print_proxy_backend.cc View 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/service/cloud_print/cloud_print_token_store.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/service/cloud_print/cloud_print_url_fetcher.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/service/cloud_print/cloud_print_wipeout.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/service/cloud_print/connector_settings.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/service/cloud_print/connector_settings.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/service/cloud_print/connector_settings_unittest.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/service/cloud_print/job_status_updater.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/service/cloud_print/print_system_cups.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/service/cloud_print/printer_job_handler.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/service/cloud_print/printer_job_handler.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/service/cloud_print/printer_job_queue_handler.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/service/cloud_print/printer_job_queue_handler.cc View 2 chunks +7 lines, -4 lines 0 comments Download
M chrome/service/cloud_print/printer_job_queue_handler_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/service/net/service_url_request_context_getter.cc View 3 chunks +10 lines, -7 lines 0 comments Download
M chrome/service/service_ipc_server.h View 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/service/service_ipc_server.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/service/service_ipc_server_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/service/service_process.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/service/service_process.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/service/service_process_prefs.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/service/service_utility_process_host.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/service/service_utility_process_host.cc View 3 chunks +5 lines, -1 line 0 comments Download
M chrome/test/base/always_on_top_window_killer_win.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/base/browser_with_test_window_test.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/test/base/browser_with_test_window_test.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/base/chrome_process_util.h View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/test/base/chrome_process_util.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/test/base/chrome_process_util_mac.cc View 2 chunks +6 lines, -3 lines 0 comments Download
M chrome/test/base/chrome_render_view_host_test_harness.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/base/chrome_render_view_test.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/base/chrome_test_launcher.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/test/base/chrome_test_suite.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/base/chrome_test_suite.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/base/chrome_unit_test_suite.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/base/chrome_unit_test_suite.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/test/base/dialog_test_browser_window.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/base/extension_js_browser_test.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/base/extension_load_waiter_one_shot.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/base/find_in_page_observer.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/base/history_index_restore_observer.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/base/in_process_browser_test.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/base/in_process_browser_test.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/test/base/in_process_browser_test_browsertest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/test/base/interactive_test_utils.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/base/interactive_test_utils_aura.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/base/interactive_test_utils_views.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/base/interactive_test_utils_win.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/base/interactive_ui_tests_main.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/base/javascript_browser_test.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/base/scoped_browser_locale.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/base/scoped_testing_local_state.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/base/test_browser_window.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/base/test_browser_window.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/base/test_browser_window_aura.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/base/test_chrome_web_ui_controller_factory.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/base/test_launcher_utils.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/base/test_switches.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/base/testing_browser_process.h View 2 chunks +4 lines, -1 line 0 comments Download
M chrome/test/base/testing_browser_process.cc View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/test/base/testing_browser_process_platform_part.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/base/testing_io_thread_state.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/base/testing_io_thread_state.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/base/testing_profile.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/test/base/testing_profile.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/test/base/testing_profile_manager.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/base/testing_profile_manager.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/test/base/tracing.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/base/ui_test_utils.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/base/ui_test_utils.cc View 4 chunks +7 lines, -3 lines 0 comments Download
M chrome/test/base/view_event_test_base.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/test/base/view_event_test_base.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/base/view_event_test_platform_part_ash.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/base/view_event_test_platform_part_chromeos.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/base/view_event_test_platform_part_mac.mm View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/base/web_ui_browser_test.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/test/base/web_ui_browser_test_browsertest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/chromedriver/capabilities.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/capabilities.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/chrome/automation_extension.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/chromedriver/chrome/browser_info.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/chrome/chrome_desktop_impl.cc View 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/chrome/chrome_finder.cc View 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/chrome/chrome_finder_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/chrome/chrome_impl.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/chrome/console_logger.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/chromedriver/chrome/console_logger.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/chrome/debugger_tracker.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/chromedriver/chrome/device_manager.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/chromedriver/chrome/devtools_client_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/chromedriver/chrome/devtools_http_client.h View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/chrome/dom_tracker.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/chromedriver/chrome/dom_tracker.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/chrome/frame_tracker.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/chromedriver/chrome/geolocation_override_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/chromedriver/chrome/heap_snapshot_taker.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/chromedriver/chrome/heap_snapshot_taker.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/chrome/heap_snapshot_taker_unittest.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/chrome/javascript_dialog_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/chromedriver/chrome/log.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/chrome/mobile_emulation_override_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/chromedriver/chrome/navigation_tracker.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/chromedriver/chrome/network_conditions_override_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/chromedriver/chrome/web_view_impl.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/chrome_launcher.cc View 9 chunks +11 lines, -8 lines 0 comments Download
M chrome/test/chromedriver/command_listener_proxy.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/chromedriver/commands.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/commands_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/element_commands.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/key_converter.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/key_converter_unittest.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/keycode_text_conversion.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/chromedriver/keycode_text_conversion_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/chromedriver/keycode_text_conversion_win.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/test/chromedriver/keycode_text_conversion_x.cc View 2 chunks +6 lines, -2 lines 0 comments Download
M chrome/test/chromedriver/logging.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/chromedriver/logging.cc View 3 chunks +6 lines, -3 lines 0 comments Download
M chrome/test/chromedriver/logging_unittest.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/net/adb_client_socket.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/chromedriver/net/adb_client_socket.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/net/net_util.cc View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/test/chromedriver/net/port_server.h View 3 chunks +18 lines, -16 lines 0 comments Download
M chrome/test/chromedriver/net/port_server.cc View 8 chunks +23 lines, -17 lines 0 comments Download
M chrome/test/chromedriver/net/port_server_unittest.cc View 7 chunks +10 lines, -5 lines 0 comments Download
M chrome/test/chromedriver/net/sync_websocket_impl.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/test/chromedriver/net/test_http_server.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/chromedriver/net/url_request_context_getter.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/chromedriver/net/websocket.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/chromedriver/net/websocket.cc View 3 chunks +4 lines, -1 line 0 comments Download
M chrome/test/chromedriver/net/websocket_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/performance_logger.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/chromedriver/performance_logger_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/server/chromedriver_server.cc View 8 chunks +9 lines, -5 lines 0 comments Download
M chrome/test/chromedriver/server/http_handler.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/chromedriver/server/http_handler.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/test/chromedriver/session.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/test/chromedriver/test_util.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/test/chromedriver/test_util.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/chromedriver/util.cc View 10 chunks +30 lines, -35 lines 0 comments Download
M chrome/test/chromedriver/window_commands.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/test/data/nacl/bad/ppapi_bad_event_replay_crash.cc View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/test/data/nacl/bad/ppapi_bad_get_ppp_instance_crash.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/test/data/nacl/bad/ppapi_bad_get_ppp_messaging_crash.cc View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/test/data/nacl/bad/ppapi_bad_get_ppp_printing_crash.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/test/data/nacl/bad/ppapi_bad_no_ppp_instance.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/test/data/nacl/bad/ppapi_bad_ppp_initialize.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/test/data/nacl/bad/ppapi_bad_ppp_initialize_crash.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/test/data/nacl/bad/ppapi_bad_ppp_instance_didcreate.cc View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/test/data/nacl/bad/ppapi_bad_ppp_instance_didcreate_crash.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/test/data/nacl/crash/ppapi_crash_in_callback.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/test/data/nacl/exit_status/pm_exit_status_test.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/test/data/nacl/extension_mime_handler/ppapi_extension_mime_handler.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/data/nacl/manifest_file/irt_manifest_file_test.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/test/data/nacl/nonsfi/libc_free.c View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/data/nacl/pnacl_dyncode_syscall_disabled/pnacl_dyncode_syscall_disabled.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/data/nacl/pnacl_hw_eh_disabled/pnacl_hw_eh_disabled.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/data/nacl/ppapi/ppb_core/ppapi_ppb_core.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/test/data/nacl/ppapi/ppp_instance/ppapi_ppp_instance.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/data/nacl/sysconf_nprocessors_onln/sysconf_nprocessors_onln_test.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/data/webui/async_gen.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/data/webui/certificate_viewer_ui_test-inl.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/data/webui/chrome_send_browsertest.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/data/webui/history_ui_browsertest.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/data/webui/ntp4_browsertest.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/data/webui/print_preview.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/gpu/webgl_infobar_browsertest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/logging/win/file_logger.h View 4 chunks +7 lines, -6 lines 0 comments Download
M chrome/test/logging/win/file_logger.cc View 3 chunks +5 lines, -3 lines 0 comments Download
M chrome/test/logging/win/log_file_printer.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/test/logging/win/log_file_reader.cc View 2 chunks +4 lines, -1 line 0 comments Download
M chrome/test/logging/win/mof_data_parser.h View 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/test/logging/win/mof_data_parser.cc View 1 chunk +4 lines, -5 lines 0 comments Download
M chrome/test/logging/win/mof_data_parser_unittest.cc View 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/test/logging/win/test_log_collector.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/media_router/media_router_base_browsertest.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/nacl/nacl_browsertest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/nacl/nacl_browsertest_uma.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/nacl/nacl_browsertest_util.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/test/nacl/nacl_browsertest_util.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/nacl/pnacl_header_test.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/ppapi/ppapi_browsertest.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/test/ppapi/ppapi_test.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/ppapi/ppapi_test.cc View 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/test/remoting/it2me_browsertest.cc View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/test/remoting/key_code_conv.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/test/remoting/key_code_map.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/test/remoting/page_load_notification_observer.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/remoting/remote_desktop_browsertest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/test/remoting/remote_test_helper.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/remoting/waiter.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/remoting/webapp_javascript_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp View 1 chunk +3 lines, -1 line 0 comments Download
M chrome/third_party/mozilla_security_manager/nsUsageArrayHelper.cpp View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/tools/convert_dict/aff_reader.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/tools/convert_dict/convert_dict.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/tools/convert_dict/convert_dict_unittest.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/tools/convert_dict/dic_reader.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/tools/convert_dict/hunspell_reader.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/tools/crash_service/caps/logger_win.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/tools/mac_helpers/infoplist_strings_util.mm View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/tools/service_discovery_sniffer/service_discovery_sniffer.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/utility/chrome_content_utility_client.h View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/utility/chrome_content_utility_client.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/utility/chrome_content_utility_client_unittest.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/utility/chrome_content_utility_ipc_whitelist.h View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/utility/chrome_content_utility_ipc_whitelist.cc View 1 chunk +6 lines, -4 lines 0 comments Download
M chrome/utility/cloud_print/bitmap_image.h View 2 chunks +8 lines, -5 lines 0 comments Download
M chrome/utility/cloud_print/bitmap_image.cc View 1 chunk +5 lines, -7 lines 0 comments Download
M chrome/utility/cloud_print/pwg_encoder.h View 3 chunks +5 lines, -4 lines 0 comments Download
M chrome/utility/cloud_print/pwg_encoder.cc View 6 chunks +74 lines, -70 lines 0 comments Download
M chrome/utility/cloud_print/pwg_encoder_unittest.cc View 3 chunks +5 lines, -3 lines 0 comments Download
M chrome/utility/extensions/extensions_handler.h View 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/utility/extensions/extensions_handler.cc View 3 chunks +5 lines, -3 lines 0 comments Download
M chrome/utility/font_cache_handler_win.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/utility/image_writer/error_messages.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/utility/image_writer/image_writer.h View 4 chunks +5 lines, -2 lines 0 comments Download
M chrome/utility/image_writer/image_writer.cc View 2 chunks +4 lines, -1 line 0 comments Download
M chrome/utility/image_writer/image_writer_handler.h View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/utility/image_writer/image_writer_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/utility/image_writer/image_writer_mac.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/utility/image_writer/image_writer_unittest.cc View 3 chunks +5 lines, -2 lines 0 comments Download
M chrome/utility/image_writer/image_writer_win.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/utility/importer/bookmark_html_reader.cc View 3 chunks +6 lines, -2 lines 0 comments Download
M chrome/utility/importer/bookmark_html_reader_unittest.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/utility/importer/bookmarks_file_importer.h View 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/utility/importer/bookmarks_file_importer.cc View 2 chunks +4 lines, -1 line 0 comments Download
M chrome/utility/importer/bookmarks_file_importer_unittest.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/utility/importer/edge_database_reader_unittest_win.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/utility/importer/edge_database_reader_win.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/utility/importer/edge_importer_win.h View 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/utility/importer/edge_importer_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/utility/importer/external_process_importer_bridge.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/utility/importer/external_process_importer_bridge.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/utility/importer/favicon_reencode.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/utility/importer/firefox_importer.h View 2 chunks +7 lines, -3 lines 0 comments Download
M chrome/utility/importer/firefox_importer.cc View 3 chunks +6 lines, -5 lines 0 comments Download
M chrome/utility/importer/firefox_importer_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/utility/importer/firefox_importer_unittest_utils.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/utility/importer/ie_importer_win.h View 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/utility/importer/ie_importer_win.cc View 13 chunks +35 lines, -31 lines 0 comments Download
M chrome/utility/importer/importer.h View 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/utility/importer/importer_creator.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/utility/importer/nss_decryptor.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/utility/importer/nss_decryptor_mac.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/utility/importer/nss_decryptor_system_nss.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/utility/importer/nss_decryptor_system_nss.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/utility/importer/nss_decryptor_win.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/utility/importer/safari_importer.h View 3 chunks +5 lines, -3 lines 0 comments Download
M chrome/utility/importer/safari_importer.mm View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/utility/importer/safari_importer_unittest.mm View 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/utility/local_discovery/service_discovery_message_handler.h View 3 chunks +28 lines, -22 lines 0 comments Download
M chrome/utility/local_discovery/service_discovery_message_handler.cc View 15 chunks +28 lines, -23 lines 0 comments Download
M chrome/utility/media_galleries/iapps_xml_utils.h View 2 chunks +4 lines, -1 line 0 comments Download
M chrome/utility/media_galleries/iapps_xml_utils.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/utility/media_galleries/image_metadata_extractor.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/utility/media_galleries/image_metadata_extractor.cc View 4 chunks +10 lines, -8 lines 0 comments Download
M chrome/utility/media_galleries/ipc_data_source.h View 3 chunks +14 lines, -11 lines 0 comments Download
M chrome/utility/media_galleries/ipc_data_source.cc View 6 chunks +13 lines, -9 lines 0 comments Download
M chrome/utility/media_galleries/iphoto_library_parser.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/utility/media_galleries/iphoto_library_parser.cc View 5 chunks +8 lines, -6 lines 0 comments Download
M chrome/utility/media_galleries/iphoto_library_parser_unittest.cc View 2 chunks +4 lines, -1 line 0 comments Download
M chrome/utility/media_galleries/itunes_library_parser.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/utility/media_galleries/itunes_library_parser.cc View 3 chunks +5 lines, -2 lines 0 comments Download
M chrome/utility/media_galleries/itunes_library_parser_unittest.cc View 2 chunks +8 lines, -2 lines 0 comments Download
M chrome/utility/media_galleries/media_metadata_parser.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/utility/media_galleries/picasa_album_table_reader.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/utility/media_galleries/picasa_album_table_reader.cc View 4 chunks +6 lines, -4 lines 0 comments Download
M chrome/utility/media_galleries/picasa_album_table_reader_unittest.cc View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/utility/media_galleries/picasa_albums_indexer.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/utility/media_galleries/pmp_column_reader.h View 2 chunks +13 lines, -11 lines 0 comments Download
M chrome/utility/media_galleries/pmp_column_reader.cc View 9 chunks +30 lines, -25 lines 0 comments Download
M chrome/utility/media_galleries/pmp_column_reader_unittest.cc View 5 chunks +14 lines, -11 lines 0 comments Download
M chrome/utility/printing_handler.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/utility/printing_handler.cc View 2 chunks +4 lines, -1 line 0 comments Download
M chrome/utility/profile_import_handler.h View 3 chunks +7 lines, -7 lines 0 comments Download
M chrome/utility/profile_import_handler.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/utility/safe_browsing/mac/convert_big_endian.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/utility/safe_browsing/mac/crdmg.cc View 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/utility/safe_browsing/mac/dmg_analyzer.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/utility/safe_browsing/mac/dmg_iterator.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/utility/safe_browsing/mac/dmg_test_utils.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/utility/safe_browsing/mac/dmg_test_utils.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/utility/safe_browsing/mac/hfs.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/utility/safe_browsing/mac/hfs_unittest.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/utility/safe_browsing/mac/read_stream.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/utility/safe_browsing/mac/read_stream_unittest.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/utility/safe_browsing/mac/udif.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/utility/safe_browsing/mac/udif.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/utility/safe_browsing/mac/udif_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (11 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1548153002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1548153002/1
4 years, 12 months ago (2015-12-26 03:16:06 UTC) #2
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/131603)
4 years, 12 months ago (2015-12-26 03:39:45 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1548153002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1548153002/1
4 years, 12 months ago (2015-12-26 03:42:32 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/146716)
4 years, 12 months ago (2015-12-26 03:44:44 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1548153002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1548153002/20001
4 years, 12 months ago (2015-12-26 03:48:47 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1548153002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1548153002/20001
4 years, 12 months ago (2015-12-26 03:50:54 UTC) #15
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 12 months ago (2015-12-26 05:27:57 UTC) #17
commit-bot: I haz the power
4 years, 12 months ago (2015-12-26 05:28:50 UTC) #19
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/2729e442b1172c5094503a03fe356c8580bb919d
Cr-Commit-Position: refs/heads/master@{#366893}

Powered by Google App Engine
This is Rietveld 408576698