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

Issue 1543423002: Switch to standard integer types in components/policy/. (Closed)

Created:
4 years, 12 months ago by Avi (use Gerrit)
Modified:
4 years, 12 months ago
Reviewers:
CC:
chromium-reviews
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 components/policy/. BUG=138542 TBR=bartfab@chromium.org Committed: https://crrev.com/9681501e833c05ec29230996e94aba384ad05a71 Cr-Commit-Position: refs/heads/master@{#366866}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+395 lines, -253 lines) Patch
M components/policy/core/browser/android/component_jni_registrar.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/policy/core/browser/android/policy_converter_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M components/policy/core/browser/autofill_policy_handler.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/policy/core/browser/browser_policy_connector.h View 2 chunks +4 lines, -1 line 0 comments Download
M components/policy/core/browser/browser_policy_connector.cc View 2 chunks +4 lines, -1 line 0 comments Download
M components/policy/core/browser/browser_policy_connector_base.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/policy/core/browser/browser_policy_connector_base.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M components/policy/core/browser/browser_policy_connector_ios.h View 1 chunk +1 line, -1 line 0 comments Download
M components/policy/core/browser/browser_policy_connector_ios.mm View 3 chunks +7 lines, -4 lines 0 comments Download
M components/policy/core/browser/browser_policy_connector_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/policy/core/browser/configuration_policy_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M components/policy/core/browser/configuration_policy_handler.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M components/policy/core/browser/configuration_policy_handler_list.h View 1 chunk +1 line, -1 line 0 comments Download
M components/policy/core/browser/configuration_policy_pref_store.h View 1 chunk +1 line, -1 line 0 comments Download
M components/policy/core/browser/configuration_policy_pref_store_test.h View 1 chunk +1 line, -1 line 0 comments Download
M components/policy/core/browser/policy_error_map.h View 1 chunk +3 lines, -1 line 0 comments Download
M components/policy/core/browser/policy_error_map.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/policy/core/browser/proxy_policy_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M components/policy/core/browser/proxy_policy_handler.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M components/policy/core/browser/url_blacklist_manager.h View 3 chunks +6 lines, -3 lines 0 comments Download
M components/policy/core/browser/url_blacklist_manager.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/policy/core/browser/url_blacklist_manager_unittest.cc View 5 chunks +17 lines, -8 lines 0 comments Download
M components/policy/core/browser/url_blacklist_policy_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M components/policy/core/common/async_policy_loader.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/policy/core/common/async_policy_provider.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/policy/core/common/async_policy_provider_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/policy/core/common/cloud/cloud_external_data_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M components/policy/core/common/cloud/cloud_policy_client.h View 4 chunks +7 lines, -5 lines 0 comments Download
M components/policy/core/common/cloud/cloud_policy_client.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M components/policy/core/common/cloud/cloud_policy_client_registration_helper.h View 1 chunk +2 lines, -1 line 0 comments Download
M components/policy/core/common/cloud/cloud_policy_client_registration_helper.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/policy/core/common/cloud/cloud_policy_client_unittest.cc View 4 chunks +4 lines, -2 lines 0 comments Download
M components/policy/core/common/cloud/cloud_policy_constants.cc View 2 chunks +29 lines, -26 lines 0 comments Download
M components/policy/core/common/cloud/cloud_policy_core.h View 1 chunk +1 line, -1 line 0 comments Download
M components/policy/core/common/cloud/cloud_policy_core_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/policy/core/common/cloud/cloud_policy_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M components/policy/core/common/cloud/cloud_policy_manager.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/policy/core/common/cloud/cloud_policy_manager_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/policy/core/common/cloud/cloud_policy_refresh_scheduler.h View 4 chunks +13 lines, -11 lines 0 comments Download
M components/policy/core/common/cloud/cloud_policy_refresh_scheduler.cc View 3 chunks +17 lines, -16 lines 0 comments Download
M components/policy/core/common/cloud/cloud_policy_refresh_scheduler_unittest.cc View 5 chunks +8 lines, -5 lines 0 comments Download
M components/policy/core/common/cloud/cloud_policy_service.h View 1 chunk +1 line, -1 line 0 comments Download
M components/policy/core/common/cloud/cloud_policy_service.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M components/policy/core/common/cloud/cloud_policy_service_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/policy/core/common/cloud/cloud_policy_store.h View 4 chunks +7 lines, -8 lines 0 comments Download
M components/policy/core/common/cloud/cloud_policy_store.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/policy/core/common/cloud/cloud_policy_validator.h View 2 chunks +6 lines, -3 lines 0 comments Download
M components/policy/core/common/cloud/cloud_policy_validator.cc View 4 chunks +16 lines, -15 lines 0 comments Download
M components/policy/core/common/cloud/cloud_policy_validator_unittest.cc View 2 chunks +5 lines, -1 line 0 comments Download
M components/policy/core/common/cloud/component_cloud_policy_service.h View 1 chunk +2 lines, -1 line 0 comments Download
M components/policy/core/common/cloud/component_cloud_policy_service.cc View 2 chunks +3 lines, -0 lines 0 comments Download
M components/policy/core/common/cloud/component_cloud_policy_store.h View 1 chunk +1 line, -1 line 0 comments Download
M components/policy/core/common/cloud/component_cloud_policy_store.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M components/policy/core/common/cloud/component_cloud_policy_store_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M components/policy/core/common/cloud/component_cloud_policy_updater.h View 1 chunk +1 line, -1 line 0 comments Download
M components/policy/core/common/cloud/component_cloud_policy_updater.cc View 2 chunks +5 lines, -2 lines 0 comments Download
M components/policy/core/common/cloud/device_management_service.h View 2 chunks +4 lines, -2 lines 0 comments Download
M components/policy/core/common/cloud/device_management_service.cc View 2 chunks +3 lines, -1 line 0 comments Download
M components/policy/core/common/cloud/device_management_service_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/policy/core/common/cloud/external_policy_data_fetcher.h View 3 chunks +6 lines, -4 lines 0 comments Download
M components/policy/core/common/cloud/external_policy_data_fetcher.cc View 6 chunks +9 lines, -11 lines 0 comments Download
M components/policy/core/common/cloud/external_policy_data_fetcher_unittest.cc View 2 chunks +4 lines, -1 line 0 comments Download
M components/policy/core/common/cloud/external_policy_data_updater.h View 2 chunks +6 lines, -3 lines 0 comments Download
M components/policy/core/common/cloud/external_policy_data_updater.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M components/policy/core/common/cloud/external_policy_data_updater_unittest.cc View 2 chunks +4 lines, -1 line 0 comments Download
M components/policy/core/common/cloud/mock_cloud_external_data_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M components/policy/core/common/cloud/mock_cloud_policy_client.h View 1 chunk +3 lines, -1 line 0 comments Download
M components/policy/core/common/cloud/mock_cloud_policy_store.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/policy/core/common/cloud/mock_device_management_service.h View 1 chunk +1 line, -1 line 0 comments Download
M components/policy/core/common/cloud/mock_device_management_service.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/policy/core/common/cloud/mock_user_cloud_policy_store.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/policy/core/common/cloud/policy_builder.h View 4 chunks +9 lines, -6 lines 0 comments Download
M components/policy/core/common/cloud/policy_builder.cc View 11 chunks +17 lines, -16 lines 0 comments Download
M components/policy/core/common/cloud/policy_header_io_helper.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/policy/core/common/cloud/policy_header_service.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/policy/core/common/cloud/resource_cache.h View 1 chunk +1 line, -1 line 0 comments Download
M components/policy/core/common/cloud/resource_cache_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M components/policy/core/common/cloud/system_policy_request_context.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/policy/core/common/cloud/user_cloud_policy_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M components/policy/core/common/cloud/user_cloud_policy_manager_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/policy/core/common/cloud/user_cloud_policy_store.h View 1 chunk +1 line, -1 line 0 comments Download
M components/policy/core/common/cloud/user_cloud_policy_store.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M components/policy/core/common/cloud/user_cloud_policy_store_base.h View 1 chunk +1 line, -1 line 0 comments Download
M components/policy/core/common/cloud/user_cloud_policy_store_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/policy/core/common/cloud/user_info_fetcher.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/policy/core/common/config_dir_policy_loader.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/policy/core/common/config_dir_policy_loader.cc View 2 chunks +3 lines, -0 lines 0 comments Download
M components/policy/core/common/config_dir_policy_loader_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/policy/core/common/configuration_policy_provider.h View 1 chunk +1 line, -1 line 0 comments Download
M components/policy/core/common/configuration_policy_provider_test.h View 1 chunk +1 line, -1 line 0 comments Download
M components/policy/core/common/mock_configuration_policy_provider.h View 1 chunk +1 line, -1 line 0 comments Download
M components/policy/core/common/policy_bundle.h View 1 chunk +1 line, -1 line 0 comments Download
M components/policy/core/common/policy_details.h View 1 chunk +2 lines, -1 line 0 comments Download
M components/policy/core/common/policy_load_status.h View 1 chunk +1 line, -1 line 0 comments Download
M components/policy/core/common/policy_loader_ios.h View 1 chunk +1 line, -1 line 0 comments Download
M components/policy/core/common/policy_loader_ios.mm View 1 chunk +1 line, -0 lines 0 comments Download
M components/policy/core/common/policy_loader_ios_unittest.mm View 1 chunk +1 line, -1 line 0 comments Download
M components/policy/core/common/policy_loader_mac.h View 1 chunk +2 lines, -0 lines 0 comments Download
M components/policy/core/common/policy_loader_mac.mm View 1 chunk +1 line, -0 lines 0 comments Download
M components/policy/core/common/policy_loader_mac_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/policy/core/common/policy_loader_win.h View 1 chunk +1 line, -1 line 0 comments Download
M components/policy/core/common/policy_loader_win.cc View 2 chunks +2 lines, -1 line 0 comments Download
M components/policy/core/common/policy_loader_win_unittest.cc View 8 chunks +13 lines, -10 lines 0 comments Download
M components/policy/core/common/policy_map.h View 1 chunk +3 lines, -0 lines 0 comments Download
M components/policy/core/common/policy_namespace.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/policy/core/common/policy_service.h View 1 chunk +1 line, -1 line 0 comments Download
M components/policy/core/common/policy_service_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M components/policy/core/common/policy_service_impl.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M components/policy/core/common/policy_service_impl_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/policy/core/common/policy_service_stub.h View 1 chunk +1 line, -1 line 0 comments Download
M components/policy/core/common/policy_statistics_collector.h View 1 chunk +1 line, -1 line 0 comments Download
M components/policy/core/common/policy_test_utils.h View 1 chunk +2 lines, -1 line 0 comments Download
M components/policy/core/common/policy_test_utils.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/policy/core/common/preferences_mac.h View 1 chunk +1 line, -1 line 0 comments Download
M components/policy/core/common/preg_parser_win.cc View 13 chunks +31 lines, -28 lines 0 comments Download
M components/policy/core/common/proxy_policy_provider.h View 1 chunk +1 line, -1 line 0 comments Download
M components/policy/core/common/proxy_policy_provider_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/policy/core/common/registry_dict_win.h View 1 chunk +1 line, -1 line 0 comments Download
M components/policy/core/common/remote_commands/remote_commands_queue_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/policy/core/common/remote_commands/remote_commands_service_unittest.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M components/policy/core/common/remote_commands/test_remote_command_job.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/policy/core/common/schema.h View 1 chunk +0 lines, -1 line 0 comments Download
M components/policy/core/common/schema.cc View 2 chunks +3 lines, -0 lines 0 comments Download
M components/policy/core/common/schema_map.h View 1 chunk +1 line, -1 line 0 comments Download
M components/policy/core/common/schema_registry.h View 1 chunk +1 line, -1 line 0 comments Download
M components/policy/core/common/schema_registry_tracking_policy_provider.h View 1 chunk +1 line, -1 line 0 comments Download
M components/policy/core/common/schema_unittest.cc View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (6 generated)
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1543423002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1543423002/1
4 years, 12 months ago (2015-12-25 18:16:04 UTC) #2
commit-bot: I haz the power
No L-G-T-M from a valid reviewer yet. Only full committers are accepted. Even if an ...
4 years, 12 months ago (2015-12-25 18:16:06 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1543423002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1543423002/1
4 years, 12 months ago (2015-12-25 18:17:35 UTC) #7
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 12 months ago (2015-12-25 19:40:02 UTC) #9
commit-bot: I haz the power
4 years, 12 months ago (2015-12-25 19:40:52 UTC) #11
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/9681501e833c05ec29230996e94aba384ad05a71
Cr-Commit-Position: refs/heads/master@{#366866}

Powered by Google App Engine
This is Rietveld 408576698