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

Issue 1548113002: Switch to standard integer types in components/, part 2 of 4. (Closed)

Created:
4 years, 12 months ago by Avi (use Gerrit)
Modified:
4 years, 12 months ago
Reviewers:
blundell
CC:
chromium-reviews, rjkroege, cbentzel+watch_chromium.org, mlamouri+watch-test-runner_chromium.org, zea+watch_chromium.org, viettrungluu+watch_chromium.org, Peter Beverloo, jam, dcheng, abarth-chromium, Aaron Boodman, darin-cc_chromium.org, yzshen+watch_chromium.org, asvitkine+watch_chromium.org, piman+watch_chromium.org, darin (slow to review), ben+mojo_chromium.org, jochen+watch_chromium.org, qsr+mojo_chromium.org
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/, part 2 of 4. BUG=138542 TBR=blundell@chromium.org Committed: https://crrev.com/2606292a9f46c507f23d878f22b7359a11c1e123 Cr-Commit-Position: refs/heads/master@{#366877}

Patch Set 1 #

Patch Set 2 : gn #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1425 lines, -607 lines) Patch
M components/gcm_driver/android/component_jni_registrar.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/gcm_driver/crypto/encryption_header_parsers_unittest.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M components/gcm_driver/crypto/gcm_crypto_test_helpers.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M components/gcm_driver/crypto/gcm_encryption_provider_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M components/gcm_driver/crypto/gcm_key_store.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M components/gcm_driver/crypto/gcm_message_cryptographer.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/gcm_driver/crypto/gcm_message_cryptographer_nss.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/gcm_driver/crypto/gcm_message_cryptographer_openssl.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M components/gcm_driver/crypto/gcm_message_cryptographer_unittest.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M components/gcm_driver/crypto/p256_key_util.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/gcm_driver/crypto/p256_key_util_nss.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M components/gcm_driver/crypto/p256_key_util_openssl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/gcm_driver/crypto/p256_key_util_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M components/gcm_driver/default_gcm_app_handler.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/gcm_driver/fake_gcm_app_handler.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/gcm_driver/fake_gcm_client.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/gcm_driver/fake_gcm_client.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M components/gcm_driver/gcm_account_tracker.h View 1 chunk +3 lines, -0 lines 0 comments Download
M components/gcm_driver/gcm_account_tracker.cc View 2 chunks +5 lines, -2 lines 0 comments Download
M components/gcm_driver/gcm_account_tracker_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/gcm_driver/gcm_app_handler.h View 1 chunk +0 lines, -1 line 0 comments Download
M components/gcm_driver/gcm_channel_status_syncer.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M components/gcm_driver/gcm_client.h View 2 chunks +3 lines, -2 lines 0 comments Download
M components/gcm_driver/gcm_client_impl.h View 4 chunks +6 lines, -3 lines 0 comments Download
M components/gcm_driver/gcm_client_impl.cc View 3 chunks +4 lines, -2 lines 0 comments Download
M components/gcm_driver/gcm_client_impl_unittest.cc View 8 chunks +22 lines, -19 lines 0 comments Download
M components/gcm_driver/gcm_connection_observer.h View 1 chunk +0 lines, -1 line 0 comments Download
M components/gcm_driver/gcm_delayed_task_controller.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/gcm_driver/gcm_delayed_task_controller.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M components/gcm_driver/gcm_desktop_utils.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/gcm_driver/gcm_driver.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M components/gcm_driver/gcm_driver_android.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/gcm_driver/gcm_driver_desktop.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M components/gcm_driver/gcm_driver_desktop_unittest.cc View 5 chunks +11 lines, -7 lines 0 comments Download
M components/gcm_driver/gcm_profile_service.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/gcm_driver/gcm_profile_service.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M components/gcm_driver/gcm_stats_recorder_android.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M components/gcm_driver/gcm_stats_recorder_android_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M components/gcm_driver/gcm_stats_recorder_impl.h View 5 chunks +12 lines, -10 lines 0 comments Download
M components/gcm_driver/gcm_stats_recorder_impl.cc View 5 chunks +8 lines, -7 lines 0 comments Download
M components/gcm_driver/gcm_stats_recorder_impl_unittest.cc View 3 chunks +4 lines, -2 lines 0 comments Download
M components/gcm_driver/instance_id/instance_id_driver.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/gcm_driver/instance_id/instance_id_driver_unittest.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M components/gcm_driver/instance_id/instance_id_impl.cc View 3 chunks +4 lines, -2 lines 0 comments Download
M components/gcm_driver/registration_info.h View 1 chunk +0 lines, -1 line 0 comments Download
M components/gcm_driver/registration_info.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M components/google/core/browser/google_url_tracker.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/google/core/browser/google_url_tracker.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/google/core/browser/google_url_tracker_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/google/core/browser/google_util.h View 1 chunk +0 lines, -2 lines 0 comments Download
M components/google/core/browser/google_util.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M components/google/core/browser/google_util_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/guest_view/browser/guest_view.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/guest_view/browser/guest_view_base.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/guest_view/browser/guest_view_base.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/guest_view/browser/guest_view_event.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/guest_view/browser/guest_view_manager_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/guest_view/browser/guest_view_message_filter.h View 2 chunks +4 lines, -1 line 0 comments Download
M components/guest_view/browser/guest_view_message_filter.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/guest_view/browser/test_guest_view_manager.h View 1 chunk +3 lines, -0 lines 0 comments Download
M components/guest_view/renderer/guest_view_container.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/guest_view/renderer/guest_view_container.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/guest_view/renderer/guest_view_container_dispatcher.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/guest_view/renderer/guest_view_request.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/guest_view/renderer/iframe_guest_view_container.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/guest_view/renderer/iframe_guest_view_request.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/handoff/handoff_manager.mm View 1 chunk +1 line, -0 lines 0 comments Download
M components/history/content/browser/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M components/history/content/browser/content_history_backend_db_unittest.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M components/history/content/browser/content_visit_delegate.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/history/content/browser/download_constants_utils.h View 2 chunks +4 lines, -2 lines 0 comments Download
M components/history/content/browser/download_constants_utils.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M components/history/content/browser/web_contents_top_sites_observer.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/history/core/browser/android/android_cache_database.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/history/core/browser/android/android_history_types.h View 4 chunks +8 lines, -5 lines 0 comments Download
M components/history/core/browser/android/android_history_types.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M components/history/core/browser/android/android_time.h View 2 chunks +4 lines, -2 lines 0 comments Download
M components/history/core/browser/android/android_urls_database.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/history/core/browser/android/android_urls_database.cc View 2 chunks +3 lines, -1 line 0 comments Download
M components/history/core/browser/android/android_urls_sql_handler.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/history/core/browser/android/android_urls_sql_handler.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/history/core/browser/android/favicon_sql_handler.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/history/core/browser/android/favicon_sql_handler.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/history/core/browser/android/sql_handler.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/history/core/browser/android/urls_sql_handler.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/history/core/browser/android/urls_sql_handler.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/history/core/browser/android/visit_sql_handler.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/history/core/browser/android/visit_sql_handler.cc View 2 chunks +4 lines, -1 line 0 comments Download
M components/history/core/browser/delete_directive_handler.h View 2 chunks +4 lines, -1 line 0 comments Download
M components/history/core/browser/delete_directive_handler.cc View 4 chunks +8 lines, -6 lines 0 comments Download
M components/history/core/browser/download_database.h View 4 chunks +7 lines, -3 lines 0 comments Download
M components/history/core/browser/download_database.cc View 10 chunks +16 lines, -16 lines 0 comments Download
M components/history/core/browser/download_row.h View 3 chunks +6 lines, -4 lines 0 comments Download
M components/history/core/browser/download_row.cc View 2 chunks +3 lines, -4 lines 0 comments Download
M components/history/core/browser/expire_history_backend.h View 1 chunk +1 line, -1 line 0 comments Download
M components/history/core/browser/expire_history_backend.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M components/history/core/browser/expire_history_backend_unittest.cc View 1 chunk +2 lines, -1 line 0 comments Download
M components/history/core/browser/history_backend.h View 3 chunks +7 lines, -2 lines 0 comments Download
M components/history/core/browser/history_backend.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M components/history/core/browser/history_backend_client.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/history/core/browser/history_backend_db_unittest.cc View 5 chunks +6 lines, -4 lines 0 comments Download
M components/history/core/browser/history_backend_unittest.cc View 2 chunks +4 lines, -1 line 0 comments Download
M components/history/core/browser/history_database.h View 1 chunk +3 lines, -1 line 0 comments Download
M components/history/core/browser/history_database.cc View 5 chunks +6 lines, -3 lines 0 comments Download
M components/history/core/browser/history_match.h View 1 chunk +2 lines, -0 lines 0 comments Download
M components/history/core/browser/history_model_worker.h View 1 chunk +1 line, -1 line 0 comments Download
M components/history/core/browser/history_querying_unittest.cc View 1 chunk +3 lines, -1 line 0 comments Download
M components/history/core/browser/history_service.h View 4 chunks +7 lines, -3 lines 0 comments Download
M components/history/core/browser/history_service.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M components/history/core/browser/history_service_unittest.cc View 7 chunks +9 lines, -6 lines 0 comments Download
M components/history/core/browser/history_types.h View 6 chunks +11 lines, -8 lines 0 comments Download
M components/history/core/browser/history_types.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M components/history/core/browser/history_types_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M components/history/core/browser/in_memory_database.h View 1 chunk +1 line, -1 line 0 comments Download
M components/history/core/browser/in_memory_history_backend.h View 1 chunk +1 line, -1 line 0 comments Download
M components/history/core/browser/keyword_id.h View 1 chunk +2 lines, -2 lines 0 comments Download
M components/history/core/browser/thumbnail_database.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/history/core/browser/thumbnail_database.cc View 6 chunks +11 lines, -6 lines 0 comments Download
M components/history/core/browser/thumbnail_database_unittest.cc View 1 chunk +2 lines, -1 line 0 comments Download
M components/history/core/browser/top_sites.h View 1 chunk +1 line, -1 line 0 comments Download
M components/history/core/browser/top_sites_backend.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/history/core/browser/top_sites_backend.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M components/history/core/browser/top_sites_cache.h View 1 chunk +3 lines, -0 lines 0 comments Download
M components/history/core/browser/top_sites_cache_unittest.cc View 1 chunk +3 lines, -1 line 0 comments Download
M components/history/core/browser/top_sites_database.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/history/core/browser/top_sites_database.cc View 4 chunks +6 lines, -3 lines 0 comments Download
M components/history/core/browser/top_sites_database_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M components/history/core/browser/top_sites_impl.h View 1 chunk +3 lines, -1 line 0 comments Download
M components/history/core/browser/top_sites_impl.cc View 4 chunks +10 lines, -7 lines 0 comments Download
M components/history/core/browser/top_sites_impl_unittest.cc View 2 chunks +13 lines, -8 lines 0 comments Download
M components/history/core/browser/typed_url_syncable_service.h View 2 chunks +4 lines, -1 line 0 comments Download
M components/history/core/browser/typed_url_syncable_service.cc View 2 chunks +3 lines, -1 line 0 comments Download
M components/history/core/browser/typed_url_syncable_service_unittest.cc View 14 chunks +28 lines, -24 lines 0 comments Download
M components/history/core/browser/url_database.h View 1 chunk +3 lines, -1 line 0 comments Download
M components/history/core/browser/url_database.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/history/core/browser/url_row.h View 2 chunks +3 lines, -2 lines 0 comments Download
M components/history/core/browser/url_utils_unittest.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M components/history/core/browser/visit_database.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/history/core/browser/visit_database.cc View 3 chunks +11 lines, -8 lines 0 comments Download
M components/history/core/browser/visit_database_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M components/history/core/browser/visit_filter.h View 1 chunk +2 lines, -0 lines 0 comments Download
M components/history/core/browser/visit_filter_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/history/core/browser/visit_tracker.h View 1 chunk +1 line, -1 line 0 comments Download
M components/history/core/browser/visit_tracker.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M components/history/core/browser/visit_tracker_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/history/core/browser/visitsegment_database.h View 1 chunk +1 line, -1 line 0 comments Download
M components/history/core/browser/visitsegment_database.cc View 3 chunks +5 lines, -2 lines 0 comments Download
M components/history/core/browser/web_history_service.h View 1 chunk +3 lines, -0 lines 0 comments Download
M components/history/core/common/thumbnail_score.h View 2 chunks +3 lines, -1 line 0 comments Download
M components/history/core/common/thumbnail_score.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/history/core/test/fake_web_history_service.cc View 2 chunks +4 lines, -1 line 0 comments Download
M components/history/core/test/history_backend_db_base_test.h View 2 chunks +3 lines, -1 line 0 comments Download
M components/history/core/test/history_backend_db_base_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/history/core/test/history_client_fake_bookmarks.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/history/core/test/history_client_fake_bookmarks.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M components/history/core/test/history_unittest_base.cc View 2 chunks +3 lines, -1 line 0 comments Download
M components/history/core/test/wait_top_sites_loaded_observer.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/history/ios/browser/web_state_top_sites_observer.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/html_viewer/ax_provider_apptest.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M components/html_viewer/ax_provider_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M components/html_viewer/ax_provider_impl_unittest.cc View 3 chunks +5 lines, -2 lines 0 comments Download
M components/html_viewer/blink_basic_type_converters.h View 1 chunk +3 lines, -0 lines 0 comments Download
M components/html_viewer/blink_platform_impl.h View 1 chunk +4 lines, -0 lines 0 comments Download
M components/html_viewer/blink_platform_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/html_viewer/blink_resource_constants.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/html_viewer/blink_settings.h View 1 chunk +1 line, -1 line 0 comments Download
M components/html_viewer/blink_settings_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M components/html_viewer/blink_settings_impl.cc View 2 chunks +4 lines, -1 line 0 comments Download
M components/html_viewer/blink_text_input_type_converters.cc View 2 chunks +8 lines, -7 lines 0 comments Download
M components/html_viewer/blink_url_request_type_converters.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M components/html_viewer/discardable_memory_allocator.h View 1 chunk +3 lines, -0 lines 0 comments Download
M components/html_viewer/discardable_memory_allocator.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M components/html_viewer/discardable_memory_allocator_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M components/html_viewer/document_resource_waiter.h View 1 chunk +3 lines, -1 line 0 comments Download
M components/html_viewer/global_state.h View 1 chunk +2 lines, -1 line 0 comments Download
M components/html_viewer/global_state.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M components/html_viewer/html_document.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/html_viewer/html_document_application_delegate.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/html_viewer/html_frame.h View 2 chunks +4 lines, -2 lines 0 comments Download
M components/html_viewer/html_frame.cc View 2 chunks +3 lines, -1 line 0 comments Download
M components/html_viewer/html_frame_apptest.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M components/html_viewer/html_frame_properties.h View 1 chunk +2 lines, -0 lines 0 comments Download
M components/html_viewer/html_frame_properties.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M components/html_viewer/html_frame_tree_manager.h View 1 chunk +3 lines, -1 line 0 comments Download
M components/html_viewer/html_frame_tree_manager.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M components/html_viewer/html_widget.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/html_viewer/html_widget.cc View 2 chunks +3 lines, -1 line 0 comments Download
M components/html_viewer/layout_test_blink_settings_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M components/html_viewer/layout_test_blink_settings_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/html_viewer/layout_test_content_handler_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/html_viewer/layout_test_content_handler_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/html_viewer/media_factory.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/html_viewer/media_factory.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M components/html_viewer/mock_web_blob_registry_impl.h View 1 chunk +2 lines, -0 lines 0 comments Download
M components/html_viewer/replicated_frame_state.h View 1 chunk +2 lines, -0 lines 0 comments Download
M components/html_viewer/run_all_unittests.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/html_viewer/stats_collection_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M components/html_viewer/test_html_viewer_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M components/html_viewer/test_html_viewer_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/html_viewer/touch_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M components/html_viewer/web_clipboard_impl.h View 1 chunk +3 lines, -0 lines 0 comments Download
M components/html_viewer/web_clipboard_impl.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M components/html_viewer/web_cookie_jar_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/html_viewer/web_graphics_context_3d_command_buffer_impl.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M components/html_viewer/web_layer_tree_view_impl.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M components/html_viewer/web_notification_manager_impl.h View 1 chunk +4 lines, -0 lines 0 comments Download
M components/html_viewer/web_preferences.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/html_viewer/web_preferences.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/html_viewer/web_socket_handle_impl.h View 1 chunk +3 lines, -0 lines 0 comments Download
M components/html_viewer/web_url_loader_impl.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M components/infobars/core/confirm_infobar_delegate.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/infobars/core/infobar.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/infobars/core/infobar_container.h View 1 chunk +3 lines, -0 lines 0 comments Download
M components/infobars/core/infobar_delegate.h View 1 chunk +2 lines, -1 line 0 comments Download
M components/infobars/core/infobar_manager.h View 1 chunk +3 lines, -0 lines 0 comments Download
M components/infobars/core/simple_alert_infobar_delegate.h View 1 chunk +1 line, -1 line 0 comments Download
M components/invalidation/impl/android/component_jni_registrar.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/invalidation/impl/fake_invalidation_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M components/invalidation/impl/gcm_invalidation_bridge.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/invalidation/impl/gcm_invalidation_bridge.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/invalidation/impl/gcm_invalidation_bridge_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/invalidation/impl/gcm_network_channel.h View 1 chunk +1 line, -1 line 0 comments Download
M components/invalidation/impl/gcm_network_channel.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/invalidation/impl/gcm_network_channel_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/invalidation/impl/invalidation_logger.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/invalidation/impl/invalidation_notifier.h View 1 chunk +1 line, -1 line 0 comments Download
M components/invalidation/impl/invalidation_service_android.h View 2 chunks +5 lines, -4 lines 0 comments Download
M components/invalidation/impl/invalidation_service_android_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/invalidation/impl/invalidation_service_test_template.h View 1 chunk +1 line, -1 line 0 comments Download
M components/invalidation/impl/invalidation_state_tracker.h View 1 chunk +0 lines, -1 line 0 comments Download
M components/invalidation/impl/invalidation_test_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/invalidation/impl/invalidator_registrar.h View 1 chunk +1 line, -1 line 0 comments Download
M components/invalidation/impl/invalidator_registrar_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/invalidation/impl/invalidator_storage.cc View 1 chunk +2 lines, -1 line 0 comments Download
M components/invalidation/impl/invalidator_test_template.h View 1 chunk +1 line, -1 line 0 comments Download
M components/invalidation/impl/non_blocking_invalidator.h View 1 chunk +1 line, -1 line 0 comments Download
M components/invalidation/impl/non_blocking_invalidator.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/invalidation/impl/object_id_invalidation_map_test_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/invalidation/impl/p2p_invalidation_service.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/invalidation/impl/p2p_invalidator.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/invalidation/impl/p2p_invalidator_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M components/invalidation/impl/push_client_channel.h View 2 chunks +9 lines, -7 lines 0 comments Download
M components/invalidation/impl/push_client_channel.cc View 5 chunks +7 lines, -6 lines 0 comments Download
M components/invalidation/impl/push_client_channel_unittest.cc View 10 chunks +11 lines, -9 lines 0 comments Download
M components/invalidation/impl/registration_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M components/invalidation/impl/registration_manager.cc View 2 chunks +3 lines, -1 line 0 comments Download
M components/invalidation/impl/registration_manager_unittest.cc View 2 chunks +6 lines, -2 lines 0 comments Download
M components/invalidation/impl/sync_invalidation_listener.h View 1 chunk +1 line, -1 line 0 comments Download
M components/invalidation/impl/sync_invalidation_listener_unittest.cc View 7 chunks +13 lines, -9 lines 0 comments Download
M components/invalidation/impl/sync_system_resources_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/invalidation/impl/ticl_invalidation_service.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M components/invalidation/impl/ticl_invalidation_service_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/invalidation/impl/ticl_profile_settings_provider_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/invalidation/impl/unacked_invalidation_set.h View 1 chunk +2 lines, -0 lines 0 comments Download
M components/invalidation/impl/unacked_invalidation_set_test_util.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/invalidation/impl/unacked_invalidation_set_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M components/invalidation/public/ack_handle.h View 1 chunk +0 lines, -1 line 0 comments Download
M components/invalidation/public/ack_handle.cc View 3 chunks +5 lines, -3 lines 0 comments Download
M components/invalidation/public/invalidation.h View 5 chunks +6 lines, -5 lines 0 comments Download
M components/invalidation/public/invalidation.cc View 4 chunks +6 lines, -7 lines 0 comments Download
M components/invalidation/public/object_id_invalidation_map.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M components/invalidation/public/single_object_invalidation_set.h View 1 chunk +2 lines, -0 lines 0 comments Download
M components/json_schema/json_schema_validator.h View 1 chunk +1 line, -1 line 0 comments Download
M components/json_schema/json_schema_validator.cc View 2 chunks +3 lines, -0 lines 0 comments Download
M components/json_schema/json_schema_validator_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M components/keyed_service/content/browser_context_keyed_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M components/keyed_service/content/browser_context_keyed_service_shutdown_notifier_factory.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/keyed_service/content/refcounted_browser_context_keyed_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M components/keyed_service/core/dependency_graph.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/keyed_service/core/dependency_graph.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M components/keyed_service/core/dependency_graph_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/keyed_service/core/keyed_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M components/keyed_service/core/keyed_service_shutdown_notifier.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/keyed_service/core/refcounted_keyed_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M components/keyed_service/ios/browser_state_keyed_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M components/keyed_service/ios/refcounted_browser_state_keyed_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M components/language_usage_metrics/language_usage_metrics.h View 1 chunk +1 line, -1 line 0 comments Download
M components/leveldb_proto/leveldb_database.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/leveldb_proto/proto_database_impl.h View 1 chunk +2 lines, -1 line 0 comments Download
M components/leveldb_proto/proto_database_impl_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M components/login/base_screen_handler_utils.h View 1 chunk +2 lines, -0 lines 0 comments Download
M components/login/screens/screen_context.h View 1 chunk +1 line, -1 line 0 comments Download
M components/memory_pressure/direct_memory_pressure_calculator.h View 1 chunk +2 lines, -0 lines 0 comments Download
M components/memory_pressure/filtered_memory_pressure_calculator.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/memory_pressure/filtered_memory_pressure_calculator_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/memory_pressure/memory_pressure_calculator.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/memory_pressure/memory_pressure_listener.h View 1 chunk +2 lines, -1 line 0 comments Download
M components/memory_pressure/memory_pressure_stats_collector.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/memory_pressure/memory_pressure_stats_collector.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M components/memory_pressure/test_memory_pressure_calculator.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/message_port/web_message_port_channel_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M components/message_port/web_message_port_channel_impl.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M components/metrics/call_stack_profile_metrics_provider.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/metrics/call_stack_profile_metrics_provider.cc View 3 chunks +6 lines, -3 lines 0 comments Download
M components/metrics/call_stack_profile_metrics_provider_unittest.cc View 5 chunks +23 lines, -20 lines 0 comments Download
M components/metrics/clean_exit_beacon.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/metrics/client_info.h View 2 chunks +4 lines, -3 lines 0 comments Download
M components/metrics/cloned_install_detector.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/metrics/cloned_install_detector.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M components/metrics/daily_event_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/metrics/drive_metrics_provider_linux.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/metrics/gpu/gpu_metrics_provider.h View 1 chunk +1 line, -1 line 0 comments Download
M components/metrics/histogram_encoder.h View 1 chunk +0 lines, -1 line 0 comments Download
M components/metrics/histogram_encoder.cc View 1 chunk +0 lines, -1 line 0 comments Download
M components/metrics/histogram_encoder_unittest.cc View 1 chunk +0 lines, -1 line 0 comments Download
M components/metrics/leak_detector/call_stack_manager.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/metrics/leak_detector/call_stack_table.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/metrics/leak_detector/leak_analyzer.h View 1 chunk +2 lines, -0 lines 0 comments Download
M components/metrics/leak_detector/leak_analyzer_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M components/metrics/leak_detector/leak_detector_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/metrics/leak_detector/leak_detector_impl_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/metrics/leak_detector/ranked_list_unittest.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M components/metrics/machine_id_provider_win.cc View 3 chunks +4 lines, -3 lines 0 comments Download
M components/metrics/metrics_log.h View 3 chunks +8 lines, -6 lines 0 comments Download
M components/metrics/metrics_log.cc View 9 chunks +16 lines, -14 lines 0 comments Download
M components/metrics/metrics_log_manager.h View 1 chunk +3 lines, -1 line 0 comments Download
M components/metrics/metrics_log_manager_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M components/metrics/metrics_log_unittest.cc View 2 chunks +8 lines, -5 lines 0 comments Download
M components/metrics/metrics_log_uploader.h View 1 chunk +0 lines, -1 line 0 comments Download
M components/metrics/metrics_provider.h View 1 chunk +1 line, -1 line 0 comments Download
M components/metrics/metrics_reporting_scheduler.h View 1 chunk +1 line, -1 line 0 comments Download
M components/metrics/metrics_reporting_scheduler.cc View 2 chunks +5 lines, -3 lines 0 comments Download
M components/metrics/metrics_reporting_scheduler_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/metrics/metrics_service.h View 3 chunks +7 lines, -4 lines 0 comments Download
M components/metrics/metrics_service.cc View 7 chunks +10 lines, -7 lines 0 comments Download
M components/metrics/metrics_service_client.h View 2 chunks +1 line, -2 lines 0 comments Download
M components/metrics/metrics_service_unittest.cc View 4 chunks +7 lines, -4 lines 0 comments Download
M components/metrics/metrics_state_manager.h View 1 chunk +0 lines, -1 line 0 comments Download
M components/metrics/metrics_state_manager.cc View 2 chunks +3 lines, -0 lines 0 comments Download
M components/metrics/metrics_state_manager_unittest.cc View 3 chunks +7 lines, -4 lines 0 comments Download
M components/metrics/net/net_metrics_log_uploader.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/metrics/net/net_metrics_log_uploader_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/metrics/net/network_metrics_provider.h View 1 chunk +1 line, -1 line 0 comments Download
M components/metrics/net/network_metrics_provider.cc View 4 chunks +6 lines, -3 lines 0 comments Download
M components/metrics/net/wifi_access_point_info_provider.h View 1 chunk +2 lines, -1 line 0 comments Download
M components/metrics/net/wifi_access_point_info_provider_chromeos.h View 1 chunk +1 line, -1 line 0 comments Download
M components/metrics/net/wifi_access_point_info_provider_chromeos.cc View 2 chunks +3 lines, -1 line 0 comments Download
M components/metrics/persisted_logs.h View 1 chunk +3 lines, -1 line 0 comments Download
M components/metrics/persisted_logs_unittest.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M components/metrics/profiler/content/content_tracking_synchronizer_delegate.h View 1 chunk +1 line, -1 line 0 comments Download
M components/metrics/profiler/ios/ios_tracking_synchronizer_delegate.h View 1 chunk +1 line, -1 line 0 comments Download
M components/metrics/profiler/profiler_metrics_provider.h View 1 chunk +1 line, -1 line 0 comments Download
M components/metrics/profiler/profiler_metrics_provider.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/metrics/profiler/tracking_synchronizer.h View 1 chunk +1 line, -1 line 0 comments Download
M components/metrics/profiler/tracking_synchronizer.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M components/metrics/profiler/tracking_synchronizer_delegate.h View 1 chunk +0 lines, -1 line 0 comments Download
M components/metrics/profiler/tracking_synchronizer_observer.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/metrics/profiler/tracking_synchronizer_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/metrics/serialization/serialization_utils.cc View 2 chunks +2 lines, -1 line 0 comments Download
M components/metrics/serialization/serialization_utils_unittest.cc View 6 chunks +8 lines, -5 lines 0 comments Download
M components/metrics/stability_metrics_helper.h View 1 chunk +1 line, -1 line 0 comments Download
M components/metrics/stability_metrics_helper.cc View 3 chunks +4 lines, -1 line 0 comments Download
M components/metrics/stability_metrics_helper_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/metrics/system_memory_stats_recorder_linux.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/metrics/test_metrics_service_client.h View 1 chunk +3 lines, -0 lines 0 comments Download
M components/metrics/ui/screen_info_metrics_provider.h View 1 chunk +1 line, -1 line 0 comments Download
M components/metrics/ui/screen_info_metrics_provider.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/metrics/ui/screen_info_metrics_provider_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/metrics_services_manager/metrics_services_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M components/metrics_services_manager/metrics_services_manager_client.h View 1 chunk +0 lines, -1 line 0 comments Download
M components/mime_util/mime_util.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M components/mus/android_loader.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/mus/common/transient_window_utils.h View 1 chunk +2 lines, -0 lines 0 comments Download
M components/mus/common/util.h View 1 chunk +2 lines, -0 lines 0 comments Download
M components/mus/gles2/command_buffer_driver.h View 1 chunk +2 lines, -0 lines 0 comments Download
M components/mus/gles2/command_buffer_driver.cc View 3 chunks +5 lines, -2 lines 0 comments Download
M components/mus/gles2/command_buffer_impl.h View 1 chunk +3 lines, -0 lines 0 comments Download
M components/mus/gles2/command_buffer_impl.cc View 2 chunks +2 lines, -1 line 0 comments Download
M components/mus/gles2/command_buffer_local.h View 2 chunks +8 lines, -5 lines 0 comments Download
M components/mus/gles2/command_buffer_local.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M components/mus/gles2/command_buffer_local_client.h View 1 chunk +2 lines, -0 lines 0 comments Download
M components/mus/gles2/gpu_memory_tracker.h View 1 chunk +4 lines, -0 lines 0 comments Download
M components/mus/gles2/mojo_buffer_backing.h View 1 chunk +2 lines, -0 lines 0 comments Download
M components/mus/gles2/mojo_gpu_memory_buffer.h View 1 chunk +3 lines, -0 lines 0 comments Download
M components/mus/gles2/mojo_gpu_memory_buffer.cc View 2 chunks +4 lines, -1 line 0 comments Download
M components/mus/gles2/mojo_gpu_memory_buffer_manager.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/mus/gles2/raster_thread_helper.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/mus/mus_app.h View 1 chunk +3 lines, -0 lines 0 comments Download
M components/mus/mus_app.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/mus/public/cpp/context_provider.h View 1 chunk +2 lines, -0 lines 0 comments Download
M components/mus/public/cpp/lib/context_provider.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M components/mus/public/cpp/lib/in_flight_change.h View 1 chunk +2 lines, -0 lines 0 comments Download
M components/mus/public/cpp/lib/property_type_converters.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M components/mus/public/cpp/lib/window.cc View 3 chunks +12 lines, -8 lines 0 comments Download
M components/mus/public/cpp/lib/window_private.h View 1 chunk +3 lines, -0 lines 0 comments Download
M components/mus/public/cpp/lib/window_tree_client_impl.h View 2 chunks +4 lines, -1 line 0 comments Download
M components/mus/public/cpp/lib/window_tree_client_impl.cc View 4 chunks +5 lines, -3 lines 0 comments Download
M components/mus/public/cpp/scoped_window_ptr.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/mus/public/cpp/tests/test_window_tree.h View 1 chunk +2 lines, -0 lines 0 comments Download
M components/mus/public/cpp/tests/window_server_test_base.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/mus/public/cpp/tests/window_server_test_suite.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/mus/public/cpp/tests/window_tree_client_impl_unittest.cc View 2 chunks +4 lines, -1 line 0 comments Download
M components/mus/public/cpp/tests/window_unittest.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M components/mus/public/cpp/window.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/mus/public/cpp/window_manager_delegate.h View 1 chunk +2 lines, -0 lines 0 comments Download
M components/mus/public/cpp/window_observer.h View 1 chunk +2 lines, -0 lines 0 comments Download
M components/mus/public/cpp/window_tracker.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/mus/public/cpp/window_tree_connection.h View 1 chunk +2 lines, -0 lines 0 comments Download
M components/mus/public/cpp/window_tree_host_factory.h View 1 chunk +0 lines, -1 line 0 comments Download
M components/mus/surfaces/direct_output_surface.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M components/mus/surfaces/surfaces_context_provider.h View 1 chunk +2 lines, -0 lines 0 comments Download
M components/mus/surfaces/surfaces_context_provider.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M components/mus/surfaces/surfaces_context_provider_delegate.h View 1 chunk +2 lines, -0 lines 0 comments Download
M components/mus/surfaces/surfaces_scheduler.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/mus/surfaces/surfaces_state.h View 1 chunk +3 lines, -0 lines 0 comments Download
M components/mus/surfaces/top_level_display_client.h View 1 chunk +3 lines, -0 lines 0 comments Download
M components/mus/ws/access_policy.h View 1 chunk +2 lines, -0 lines 0 comments Download
M components/mus/ws/client_connection.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/mus/ws/connection_manager.h View 1 chunk +3 lines, -1 line 0 comments Download
M components/mus/ws/connection_manager_delegate.h View 1 chunk +2 lines, -0 lines 0 comments Download
M components/mus/ws/default_access_policy.h View 1 chunk +3 lines, -1 line 0 comments Download
M components/mus/ws/display_manager.h View 1 chunk +4 lines, -1 line 0 comments Download
M components/mus/ws/display_manager.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/mus/ws/event_dispatcher.h View 1 chunk +3 lines, -0 lines 0 comments Download
M components/mus/ws/event_dispatcher_delegate.h View 1 chunk +2 lines, -0 lines 0 comments Download
M components/mus/ws/event_dispatcher_unittest.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M components/mus/ws/focus_controller.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/mus/ws/focus_controller.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/mus/ws/focus_controller_unittest.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M components/mus/ws/forwarding_window_manager.h View 1 chunk +2 lines, -0 lines 0 comments Download
M components/mus/ws/ids.h View 1 chunk +2 lines, -0 lines 0 comments Download
M components/mus/ws/server_window.h View 1 chunk +2 lines, -0 lines 0 comments Download
M components/mus/ws/server_window.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/mus/ws/server_window_drawn_tracker.h View 1 chunk +1 line, -1 line 0 comments Download
M components/mus/ws/server_window_drawn_tracker_unittest.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M components/mus/ws/server_window_observer.h View 1 chunk +2 lines, -0 lines 0 comments Download
M components/mus/ws/test_change_tracker.h View 1 chunk +3 lines, -1 line 0 comments Download
M components/mus/ws/test_change_tracker.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M components/mus/ws/test_server_window_delegate.h View 1 chunk +1 line, -1 line 0 comments Download
M components/mus/ws/transient_windows_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/mus/ws/window_manager_access_policy.h View 1 chunk +3 lines, -1 line 0 comments Download
M components/mus/ws/window_manager_client_apptest.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M components/mus/ws/window_tree_apptest.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M components/mus/ws/window_tree_host_impl.h View 1 chunk +2 lines, -0 lines 0 comments Download
M components/mus/ws/window_tree_impl.h View 2 chunks +4 lines, -2 lines 0 comments Download
M components/mus/ws/window_tree_impl.cc View 2 chunks +4 lines, -1 line 0 comments Download
M components/mus/ws/window_tree_unittest.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M components/nacl/broker/nacl_broker_listener.h View 2 chunks +5 lines, -2 lines 0 comments Download
M components/nacl/broker/nacl_broker_listener.cc View 3 chunks +4 lines, -3 lines 0 comments Download
M components/nacl/browser/nacl_broker_host_win.h View 3 chunks +5 lines, -3 lines 0 comments Download
M components/nacl/browser/nacl_broker_host_win.cc View 3 chunks +5 lines, -2 lines 0 comments Download
M components/nacl/browser/nacl_broker_service_win.h View 2 chunks +5 lines, -3 lines 0 comments Download
M components/nacl/browser/nacl_broker_service_win.cc View 2 chunks +5 lines, -3 lines 0 comments Download
M components/nacl/browser/nacl_browser.h View 2 chunks +9 lines, -3 lines 0 comments Download
M components/nacl/browser/nacl_browser.cc View 5 chunks +11 lines, -7 lines 0 comments Download
M components/nacl/browser/nacl_file_host.cc View 3 chunks +7 lines, -4 lines 0 comments Download
M components/nacl/browser/nacl_file_host_unittest.cc View 1 chunk +2 lines, -1 line 0 comments Download
M components/nacl/browser/nacl_host_message_filter.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/nacl/browser/nacl_host_message_filter.cc View 3 chunks +8 lines, -5 lines 0 comments Download
M components/nacl/browser/nacl_process_host.h View 4 chunks +7 lines, -3 lines 0 comments Download
M components/nacl/browser/nacl_process_host.cc View 7 chunks +10 lines, -8 lines 0 comments Download
M components/nacl/browser/nacl_process_host_unittest.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M components/nacl/browser/nacl_validation_cache.h View 1 chunk +3 lines, -0 lines 0 comments Download
M components/nacl/browser/pnacl_host.h View 1 chunk +3 lines, -0 lines 0 comments Download
M components/nacl/browser/pnacl_host_unittest.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M components/nacl/browser/pnacl_translation_cache.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/nacl/browser/pnacl_translation_cache.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M components/nacl/browser/pnacl_translation_cache_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/nacl/browser/test_nacl_browser_delegate.h View 1 chunk +1 line, -1 line 0 comments Download
M components/nacl/common/nacl_cmd_line.cc View 1 chunk +2 lines, -1 line 0 comments Download
M components/nacl/common/nacl_debug_exception_handler_win.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/nacl/common/nacl_host_messages.h View 2 chunks +4 lines, -3 lines 0 comments Download
M components/nacl/common/nacl_messages.h View 4 chunks +10 lines, -6 lines 0 comments Download
M components/nacl/common/nacl_paths.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/nacl/common/nacl_types.h View 3 chunks +13 lines, -13 lines 0 comments Download
M components/nacl/common/nacl_types.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M components/nacl/loader/nacl_helper_linux.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M components/nacl/loader/nacl_ipc_adapter.h View 4 chunks +11 lines, -8 lines 0 comments Download
M components/nacl/loader/nacl_ipc_adapter.cc View 4 chunks +5 lines, -6 lines 0 comments Download
M components/nacl/loader/nacl_ipc_adapter_unittest.cc View 5 chunks +8 lines, -6 lines 0 comments Download
M components/nacl/loader/nacl_listener.h View 1 chunk +5 lines, -0 lines 0 comments Download
M components/nacl/loader/nacl_listener.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/nacl/loader/nacl_main_platform_delegate.h View 1 chunk +1 line, -1 line 0 comments Download
M components/nacl/loader/nacl_trusted_listener.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/nacl/loader/nacl_trusted_listener.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/nacl/loader/nacl_validation_db.h View 1 chunk +1 line, -1 line 0 comments Download
M components/nacl/loader/nacl_validation_query.h View 1 chunk +3 lines, -1 line 0 comments Download
M components/nacl/loader/nacl_validation_query.cc View 2 chunks +4 lines, -1 line 0 comments Download
M components/nacl/loader/nacl_validation_query_unittest.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M components/nacl/loader/nonsfi/nonsfi_listener.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/nacl/loader/nonsfi/nonsfi_main.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M components/nacl/loader/nonsfi/nonsfi_sandbox.h View 1 chunk +1 line, -1 line 0 comments Download
M components/nacl/loader/nonsfi/nonsfi_sandbox.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/nacl/loader/nonsfi/nonsfi_sandbox_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/nacl/loader/sandbox_linux/nacl_bpf_sandbox_linux.cc View 2 chunks +1 line, -1 line 0 comments Download
M components/nacl/loader/sandbox_linux/nacl_sandbox_linux.cc View 2 chunks +1 line, -1 line 0 comments Download
M components/nacl/renderer/file_downloader.h View 1 chunk +2 lines, -0 lines 0 comments Download
M components/nacl/renderer/histogram.h View 1 chunk +2 lines, -0 lines 0 comments Download
M components/nacl/renderer/json_manifest.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M components/nacl/renderer/manifest_downloader.h View 1 chunk +3 lines, -0 lines 0 comments Download
M components/nacl/renderer/manifest_service_channel.h View 2 chunks +3 lines, -1 line 0 comments Download
M components/nacl/renderer/manifest_service_channel.cc View 2 chunks +2 lines, -1 line 0 comments Download
M components/nacl/renderer/nacl_helper.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/nacl/renderer/nexe_load_manager.h View 1 chunk +2 lines, -0 lines 0 comments Download
M components/nacl/renderer/nexe_load_manager.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M components/nacl/renderer/platform_info.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/nacl/renderer/plugin/nacl_subprocess.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/nacl/renderer/plugin/nacl_subprocess.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M components/nacl/renderer/plugin/plugin.h View 1 chunk +2 lines, -0 lines 0 comments Download
M components/nacl/renderer/plugin/plugin_error.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/nacl/renderer/plugin/pnacl_coordinator.h View 1 chunk +4 lines, -0 lines 0 comments Download
M components/nacl/renderer/plugin/pnacl_resources.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/nacl/renderer/plugin/pnacl_resources.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M components/nacl/renderer/plugin/pnacl_translate_thread.h View 1 chunk +3 lines, -0 lines 0 comments Download
M components/nacl/renderer/plugin/pnacl_translate_thread.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M components/nacl/renderer/plugin/ppapi_entrypoints.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M components/nacl/renderer/plugin/service_runtime.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/nacl/renderer/plugin/srpc_client.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/nacl/renderer/plugin/srpc_client.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M components/nacl/renderer/plugin/srpc_params.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/nacl/renderer/plugin/srpc_params.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M components/nacl/renderer/plugin/temporary_file.h View 1 chunk +3 lines, -0 lines 0 comments Download
M components/nacl/renderer/plugin/temporary_file.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/nacl/renderer/plugin/utility.h View 1 chunk +2 lines, -0 lines 0 comments Download
M components/nacl/renderer/pnacl_translation_resource_host.h View 1 chunk +3 lines, -0 lines 0 comments Download
M components/nacl/renderer/ppb_nacl_private_impl.cc View 2 chunks +5 lines, -0 lines 0 comments Download
M components/nacl/renderer/progress_event.h View 1 chunk +2 lines, -0 lines 0 comments Download
M components/nacl/renderer/trusted_plugin_channel.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/nacl/zygote/nacl_fork_delegate_linux.h View 1 chunk +1 line, -1 line 0 comments Download
M components/nacl/zygote/nacl_fork_delegate_linux.cc View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 9 (4 generated)
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1548113002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1548113002/1
4 years, 12 months ago (2015-12-25 21:02:34 UTC) #2
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_gn_rel on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_gn_rel/builds/46917)
4 years, 12 months ago (2015-12-25 21:11:46 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1548113002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1548113002/20001
4 years, 12 months ago (2015-12-25 21:49:30 UTC) #6
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 12 months ago (2015-12-26 00:14:31 UTC) #7
commit-bot: I haz the power
4 years, 12 months ago (2015-12-26 00:15:20 UTC) #9
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/2606292a9f46c507f23d878f22b7359a11c1e123
Cr-Commit-Position: refs/heads/master@{#366877}

Powered by Google App Engine
This is Rietveld 408576698