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

Issue 2598963005: Include-what-you-use for WrapUnique/MakeUnique. (Closed)

Created:
3 years, 12 months ago by fdoray
Modified:
3 years, 12 months ago
Reviewers:
gab, brettw
CC:
chromium-reviews, sadrul, danakj+watch_chromium.org, mlamouri+watch-screen-orientation_chromium.org, jam, nasko+codewatch_chromium.org, dcheng, kmarshall+watch-blimp_chromium.org, piman+watch_chromium.org, shaktisahu+watch-blimp_chromium.org, bgoldman+watch-blimp_chromium.org, sebsg+autofillwatch_chromium.org, gcasto+watch-blimp_chromium.org, Patrick Dubroy, nona+watch_chromium.org, einbinder+watch-test-runner_chromium.org, sync-reviews_chromium.org, kalyank, scf+watch-blimp_chromium.org, mlamouri+watch-content_chromium.org, lethalantidote+watch-blimp_chromium.org, ntp-dev+reviews_chromium.org, yamaguchi+watch_chromium.org, Randy Smith (Not in Mondays), media-router+watch_chromium.org, twellington+watch_chromium.org, pam+watch_chromium.org, Ian Vollick, mlamouri+watch-sensors_chromium.org, bruthig+ink_drop_chromium.org, jochen+watch_chromium.org, sdefresne+watch_chromium.org, rjkroege, mlamouri+watch-test-runner_chromium.org, tfarina, perumaal+watch-blimp_chromium.org, mac-reviews_chromium.org, estade+watch_chromium.org, vabr+watchlistautofill_chromium.org, mmenke, msramek+watch_chromium.org, viettrungluu+watch_chromium.org, tburkard+watch_chromium.org, scheib+watch_chromium.org, lhchavez+watch_chromium.org, fukino+watch_chromium.org, kinuko+watch, wjmaclean, jlklein+watch-tether_chromium.org, Matt Giuca, lcwu+watch_chromium.org, achuith+watch_chromium.org, marcinjb+watch-blimp_chromium.org, halliwell+watch_chromium.org, loading-reviews_chromium.org, chromium-apps-reviews_chromium.org, android-webview-reviews_chromium.org, Avi (use Gerrit), alemate+watch_chromium.org, creis+watch_chromium.org, jsbell+serviceworker_chromium.org, timvolodine, feature-vr-reviews_chromium.org, nhiroki, asvitkine+watch_chromium.org, shimazu+serviceworker_chromium.org, sriramsr+watch-blimp_chromium.org, gavinp+prer_chromium.org, serviceworker-reviews, loading-reviews+metrics_chromium.org, eroman, pfeldman, dtseng+watch_chromium.org, horo+watch_chromium.org, yusukes+watch_chromium.org, hidehiko+watch_chromium.org, oka+watch_chromium.org, browser-components-watch_chromium.org, yzshen+watch_chromium.org, nyquist+watch-blimp_chromium.org, rginda+watch_chromium.org, dmazzoni+watch_chromium.org, miu+watch_chromium.org, extensions-reviews_chromium.org, awdf+watch_chromium.org, tzik, abarth-chromium, jhawkins+watch-tether_chromium.org, je_julie, darin-cc_chromium.org, devtools-reviews_chromium.org, xjz+watch_chromium.org, blink-worker-reviews_chromium.org, michaeln, rouslan+autofill_chromium.org, csharrison+watch_chromium.org, oshima+watch_chromium.org, alokp+watch_chromium.org, khushalsagar+watch-blimp_chromium.org, anandc+watch-blimp_chromium.org, shalamov, donnd+watch_chromium.org, shuchen+watch_chromium.org, Aaron Boodman, blink-reviews, cmumford, ortuno+watch_chromium.org, James Su, kinuko+fileapi, davemoore+watch_chromium.org, erickung+watch_chromium.org, pkl (ping after 24h if needed), qsr+mojo_chromium.org, tengs+watch-tether_chromium.org, posciak+watch_chromium.org, steimel+watch-blimp_chromium.org, dtapuska+chromiumwatch_chromium.org, apacible+watch_chromium.org, ajwong+watch_chromium.org, markusheintz_, stevenjb+watch_chromium.org, cbentzel+watch_chromium.org, maniscalco+watch-blimp_chromium.org, derat+watch_chromium.org, aboxhall+watch_chromium.org, jbauman+watch_chromium.org, chromoting-reviews_chromium.org, wanming.lin, khorimoto+watch-tether_chromium.org, vabr+watchlistpasswordmanager_chromium.org, Peter Beverloo, mlamouri+watch-notifications_chromium.org, yuzo+watch_chromium.org, dkrahn+watch_chromium.org, hansberry+watch-tether_chromium.org, feature-media-reviews_chromium.org, mcasas+watch+vc_chromium.org, riju_, gcasto+watchlist_chromium.org, jsbell+idb_chromium.org, darin (slow to review), gavinp+disk_chromium.org, elijahtaylor+arcwatch_chromium.org, mathp+autofillwatch_chromium.org, nektar+watch_chromium.org, dbeam+watch-history_chromium.org, kinuko+serviceworker, cc-bugs_chromium.org, dtrainor+watch-blimp_chromium.org, scheduler-bugs_chromium.org, Mikhail
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Include-what-you-use for WrapUnique/MakeUnique. This CL adds #include "base/memory/ptr_util.h" to any .h/.cc/.cpp/.mm file that contains the string "base::MakeUnique" or "base::WrapUnique" on a line that doesn't start with "//" and whose corresponding .h file doesn't already contain the include. .h files are processed first so that the #include is not added to a .cc/.cpp/.mm file if it is also added to the corresponding .h file. tools/sort-headers.py was applied to affected files. TBR=brettw@chromium.org BUG=675631 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel Committed: https://crrev.com/ba12142132d0e0920acfd23a867a0746846ffc16 Cr-Commit-Position: refs/heads/master@{#440654}

Patch Set 1 #

Patch Set 2 : manual change #

Total comments: 2

Patch Set 3 : restore order of includes in x11_topmost_window_finder_interactive_uitest.cc #

Unified diffs Side-by-side diffs Delta from patch set Stats (+462 lines, -1 line) Patch
M android_webview/browser/aw_permission_manager.cc View 1 chunk +1 line, -0 lines 0 comments Download
M android_webview/browser/browser_view_renderer_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M android_webview/browser/test/rendering_test.cc View 1 chunk +1 line, -0 lines 0 comments Download
M android_webview/native/aw_contents_client_bridge.cc View 1 chunk +1 line, -0 lines 0 comments Download
M android_webview/renderer/aw_content_renderer_client.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ash/ash_touch_exploration_manager_chromeos.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ash/common/devtools/ash_devtools_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ash/common/shelf/app_list_button.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ash/common/shelf/shelf_button.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ash/common/system/tray/tray_background_view.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ash/common/system/tray/tray_details_view.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ash/common/system/tray/tray_popup_utils.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ash/common/system/user/user_view.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ash/common/test/ash_test.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ash/common/wm/lock_window_state.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ash/common/wm/overview/scoped_transform_overview_window.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ash/common/wm/window_cycle_list.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ash/display/display_util.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ash/first_run/desktop_cleaner.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ash/mus/test/wm_test_base.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ash/system/chromeos/power/tablet_power_button_controller_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ash/wm/lock_state_controller_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ash/wm/resize_shadow_controller.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ash/wm/system_modal_container_layout_manager_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M blimp/client/app/android/blimp_environment.cc View 1 chunk +1 line, -0 lines 0 comments Download
M blimp/client/app/linux/blimp_main.cc View 1 chunk +1 line, -0 lines 0 comments Download
M blimp/client/core/compositor/blimp_compositor_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M blimp/client/core/compositor/blob_channel_feature.cc View 1 chunk +1 line, -0 lines 0 comments Download
M blimp/client/core/contents/blimp_contents_impl_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M blimp/client/support/compositor/blimp_embedder_compositor.cc View 1 chunk +1 line, -0 lines 0 comments Download
M blimp/client/support/compositor/compositor_dependencies_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M blimp/client/test/compositor/blimp_compositor_with_fake_host.cc View 1 chunk +1 line, -0 lines 0 comments Download
M blimp/engine/browser/font_data_fetcher_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M blimp/engine/browser/font_data_fetcher_impl_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M blimp/engine/mojo/font_fetcher_mojo_impl_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M blimp/engine/renderer/blob_channel_sender_proxy.cc View 1 chunk +1 line, -0 lines 0 comments Download
M blimp/engine/renderer/blob_channel_sender_proxy_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M blimp/helium/lazy_syncable_adapter_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M blimp/helium/lww_register_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M blimp/helium/object_sync_state.h View 1 chunk +1 line, -0 lines 0 comments Download
M cc/animation/element_animations_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M cc/blimp/compositor_state_deserializer_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M cc/blimp/layer_tree_host_remote_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M cc/input/browser_controls_offset_manager_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M cc/layers/layer_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M cc/layers/scrollbar_layer_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M cc/layers/surface_layer.cc View 1 chunk +1 line, -0 lines 0 comments Download
M cc/raster/one_copy_raster_buffer_provider.cc View 1 chunk +1 line, -0 lines 0 comments Download
M cc/surfaces/direct_compositor_frame_sink_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M cc/surfaces/display_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M cc/surfaces/sequence_surface_reference_factory.cc View 1 chunk +1 line, -0 lines 0 comments Download
M cc/surfaces/surface_factory.cc View 1 chunk +1 line, -0 lines 0 comments Download
M cc/test/fake_tile_manager.cc View 1 chunk +1 line, -0 lines 0 comments Download
M cc/test/layer_tree_pixel_resource_test.cc View 1 chunk +1 line, -0 lines 0 comments Download
M cc/test/layer_tree_pixel_test.cc View 1 chunk +1 line, -0 lines 0 comments Download
M cc/test/pixel_test.cc View 1 chunk +1 line, -0 lines 0 comments Download
M cc/test/remote_compositor_test.cc View 1 chunk +1 line, -0 lines 0 comments Download
M cc/test/test_compositor_frame_sink.cc View 1 chunk +1 line, -0 lines 0 comments Download
M cc/test/test_layer_tree_host_base.cc View 1 chunk +1 line, -0 lines 0 comments Download
M cc/tiles/picture_layer_tiling_set_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M cc/tiles/tile_manager_perftest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_scroll.cc View 1 chunk +1 line, -0 lines 0 comments Download
M cc/trees/layer_tree_impl_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M cc/trees/proxy_main.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/android/blimp/blimp_client_context_factory.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/browser_process_platform_part_chromeos.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/browsing_data/browsing_data_remover.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/browsing_data/conditional_cache_deletion_helper_browsertest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/budget_service/budget_database.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/budget_service/budget_database_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/budget_service/budget_service_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/accessibility/accessibility_manager.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/arc/arc_session_manager.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/arc/arc_support_host.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/arc/auth/arc_robot_auth_code_fetcher_browsertest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/arc/notification/arc_boot_error_notification.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/arc/video/gpu_arc_video_service_host.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/attestation/platform_verification_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/extensions/quick_unlock_private/quick_unlock_private_api.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/hats/hats_notification_controller.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/login/login_manager_test.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/login/saml/saml_browsertest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/login/session/chrome_session_manager.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/login/ui/shared_web_view.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/login/ui/web_view_handle.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/login/users/wallpaper/wallpaper_manager_policy_browsertest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/net/network_pref_state_observer_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/net/network_throttling_observer_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/printing/cups_print_job_notification_manager.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/system/tray_accessibility_browsertest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/component_updater/subresource_filter_component_installer_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/data_use_measurement/chrome_data_use_ascriber_service_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/api/certificate_provider/certificate_provider_api.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/api/input_ime/input_ime_api.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/api/networking_private/networking_private_chromeos_apitest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/api/webstore_private/webstore_private_api.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/chrome_content_verifier_delegate.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/extension_disabled_ui.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/extension_icon_manager_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/extension_migrator_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/tab_helper.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/field_trial_recorder.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/history/android/sqlite_cursor_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/importer/external_process_importer_client.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/loader/chrome_resource_dispatcher_host_delegate_browsertest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/media/output_protection_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/metrics/leak_detector/leak_detector_remote_controller.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/net_benchmarking.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ntp_snippets/download_suggestions_provider_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/page_load_metrics/observers/no_state_prefetch_page_load_metrics_observer.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/page_load_metrics/observers/previews_page_load_metrics_observer_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/password_manager/native_backend_libsecret_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/plugins/chrome_plugin_service_filter.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/predictors/resource_prefetch_predictor_browsertest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/prefs/preferences_connection_manager.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/prefs/preferences_manager.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/prefs/preferences_manager_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/prerender/prerender_contents.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/prerender/prerender_test_utils.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/previews/previews_infobar_delegate_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/previews/previews_infobar_tab_helper_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/profiles/profile_browsertest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/search_engines/template_url_service_android.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ssl/bad_clock_blocking_page.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ssl/ssl_error_handler_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/supervised_user/supervised_user_navigation_observer.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/supervised_user/supervised_user_resource_throttle_browsertest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/app_list/arc/arc_app_list_prefs.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/app_list/arc/arc_package_syncable_service.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/ash/cast_config_client_media_router.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/ash/chrome_keyboard_ui.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/ash/launcher/settings_window_observer.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/ash/palette_delegate_chromeos.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/blocked_content/popup_blocker_tab_helper.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/passwords/base_passwords_controller_test.mm View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/extensions/extension_message_bubble_bridge_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/libgtkui/select_file_dialog_impl_kde.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/tab_contents/core_tab_helper.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/apps/app_info_dialog/app_info_dialog_ash_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/apps/app_info_dialog/app_info_dialog_views_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/apps/chrome_native_app_window_views.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/chrome_browser_main_extra_parts_views.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_frame_mus.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/frame/immersive_mode_controller_ash.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/ime_driver/ime_driver_mus.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/ime_driver/input_method_bridge_chromeos.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/ime_driver/input_method_bridge_chromeos_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/passwords/password_dialog_view_browsertest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/payments/view_stack.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/payments/view_stack_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/tabs/tab_drag_controller.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/toolbar/toolbar_actions_bar_bubble_views_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/browsing_history_handler.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/media_router/media_router_ui.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/media_router/media_router_web_ui_test.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/print_preview/print_preview_handler.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/profile_helper.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/webshare/share_service_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/chrome_content_renderer_client.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/chrome_render_thread_observer.cc View 1 chunk +1 line, -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/utility/chrome_content_utility_client.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/utility/profile_import_handler.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/utility/shell_handler_impl_win.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chromecast/browser/cast_media_blocker_browsertest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chromecast/browser/test/cast_browser_test.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chromeos/components/tether/local_device_data_provider_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chromeos/printing/ppd_cache_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/arc/bluetooth/arc_bluetooth_bridge.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/arc/bluetooth/arc_bluetooth_bridge_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/arc/bluetooth/bluetooth_struct_traits.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/arc/bluetooth/bluetooth_type_converters.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/arc/bluetooth/bluetooth_type_converters_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/arc/test/fake_bluetooth_instance.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/autofill/core/browser/webdata/autofill_data_type_controller_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/certificate_reporting/error_report_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/constrained_window/constrained_window_views_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/contextual_search/browser/contextual_search_js_api_service_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/contextual_search/renderer/overlay_js_render_frame_observer.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/data_use_measurement/core/data_use_measurement_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/data_use_measurement/core/data_use_network_delegate_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/dom_distiller/content/browser/distillability_driver.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/dom_distiller/content/browser/distiller_javascript_service_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/dom_distiller/content/renderer/distiller_js_render_frame_observer.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/drive/job_scheduler.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/exo/compositor_frame_sink.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/exo/compositor_frame_sink_holder.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/filesystem/directory_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/filesystem/file_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/filesystem/file_system_app.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/filesystem/file_system_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/nacl/browser/nacl_process_host.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/nacl/common/nacl_service.cc 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/ntp_snippets/remote/remote_suggestions_database.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/ntp_snippets/remote/remote_suggestions_status_service_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/ntp_snippets/remote/scheduling_remote_suggestions_provider.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/ntp_snippets/remote/test_utils.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/ntp_tiles/popular_sites_impl_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/password_manager/content/browser/content_password_manager_driver_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/password_manager/core/browser/login_database.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/password_manager/core/browser/password_autofill_manager_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/policy/core/common/policy_statistics_collector_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/printing/renderer/print_web_view_helper.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/rappor/rappor_recorder_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/safe_json/utility/safe_json_parser_mojo_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/startup_metric_utils/browser/startup_metric_host_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/sync/driver/async_directory_type_controller.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/sync/driver/async_directory_type_controller_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/sync/model_impl/attachments/task_queue_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/translate/core/browser/translate_manager_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/variations/variations_params_manager.cc View 1 chunk +1 line, -0 lines 0 comments Download
M components/web_restrictions/browser/web_restrictions_mojo_implementation.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/android/synchronous_compositor_browser_filter.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/battery_status/battery_monitor_integration_browsertest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/blob_storage/blob_storage_context_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/bluetooth/bluetooth_device_chooser_controller.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/browser_child_process_host_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/compositor/gpu_process_transport_factory.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/device_sensors/device_sensor_host.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/dom_storage/local_storage_context_mojo.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/frame_host/navigation_request.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/hyphenation/hyphenation_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/indexed_db/cursor_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/indexed_db/database_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/indexed_db/indexed_db_active_blob_registry_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/indexed_db/indexed_db_callbacks.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/indexed_db/indexed_db_context_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/indexed_db/indexed_db_factory_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/indexed_db/indexed_db_index_writer.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/indexed_db/indexed_db_transaction_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/indexed_db/indexed_db_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/leveldb_wrapper_impl_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/loader/downloaded_temp_file_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/loader/url_loader_factory_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/media/capture/image_capture_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/media/capture/screen_capture_device_android_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/media/media_interface_proxy.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/media/session/media_session_impl_service_routing_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/memory/memory_coordinator_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/memory/memory_coordinator_impl_browsertest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/memory/memory_coordinator_impl_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/mime_registry_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/plugin_private_storage_helper.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/ppapi_plugin_process_host.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/context_provider_factory_impl_android.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/media/audio_input_renderer_host_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/media/audio_output_authorization_handler.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/media/audio_output_authorization_handler_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/media/audio_output_delegate_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/media/audio_renderer_host_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/media/video_capture_controller_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/media/video_capture_host.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/media/video_capture_manager.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/offscreen_canvas_compositor_frame_sink.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/offscreen_canvas_compositor_frame_sink_provider_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/offscreen_canvas_surface_factory_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/offscreen_canvas_surface_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/offscreen_canvas_surface_manager_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/render_process_host_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_android.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/service_worker/embedded_worker_instance_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/service_worker/embedded_worker_test_helper.h View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/storage_partition_impl_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/utility_process_host_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/vibration_browsertest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/web_contents/web_contents_android.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/web_contents/web_contents_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/web_contents/web_contents_view_aura.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/webui/web_ui_mojo_browsertest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/child/child_thread_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/child/fileapi/file_system_dispatcher.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/child/indexed_db/indexed_db_dispatcher.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/child/indexed_db/webidbcursor_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/child/indexed_db/webidbdatabase_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/child/indexed_db/webidbfactory_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/child/memory/child_memory_coordinator_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/child/memory/child_memory_coordinator_impl_android.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/ppapi_plugin/ppapi_thread.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/public/browser/provision_fetcher_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/public/browser/web_contents_binding_set.h View 1 chunk +1 line, -0 lines 0 comments Download
M content/public/test/mock_render_thread.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/public/test/test_renderer_host.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/accessibility/blink_ax_tree_source.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/accessibility/render_accessibility_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/dom_storage/local_storage_cached_area.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/gpu/render_widget_compositor.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/input/input_event_filter_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/media/video_track_recorder.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/mus/compositor_mus_connection.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/pepper/ppb_image_data_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/render_view_browsertest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/screen_orientation/screen_orientation_dispatcher_browsertest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/service_worker/embedded_worker_dispatcher.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/service_worker/embedded_worker_instance_client_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/service_worker/service_worker_context_client.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/shell/browser/layout_test/blink_test_controller.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/shell/browser/layout_test/layout_test_bluetooth_fake_adapter_setter_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/shell/browser/layout_test/layout_test_permission_manager.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/shell/renderer/layout_test/layout_test_content_renderer_client.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/shell/utility/shell_content_utility_client.cc View 1 chunk +1 line, -0 lines 0 comments Download
M device/bluetooth/device.cc View 1 chunk +1 line, -0 lines 0 comments Download
M device/gamepad/gamepad_monitor.cc View 1 chunk +1 line, -0 lines 0 comments Download
M device/generic_sensor/platform_sensor_and_provider_unittest_linux.cc View 1 chunk +1 line, -1 line 0 comments Download
M device/generic_sensor/platform_sensor_and_provider_unittest_win.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M device/generic_sensor/platform_sensor_provider_win.cc View 1 chunk +1 line, -0 lines 0 comments Download
M device/generic_sensor/platform_sensor_reader_linux.cc View 1 chunk +1 line, -0 lines 0 comments Download
M device/generic_sensor/platform_sensor_reader_win.cc View 1 chunk +1 line, -0 lines 0 comments Download
M device/generic_sensor/sensor_provider_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M device/power_monitor/power_monitor_message_broadcaster.cc View 1 chunk +1 line, -0 lines 0 comments Download
M device/serial/serial_service_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M device/usb/mojo/device_manager_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M device/vr/android/gvr/gvr_gamepad_data_fetcher.cc View 1 chunk +1 line, -0 lines 0 comments Download
M device/vr/vr_display_impl_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M device/vr/vr_service_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M device/vr/vr_service_impl_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M device/wake_lock/wake_lock_service_context.cc View 1 chunk +1 line, -0 lines 0 comments Download
M extensions/browser/api/cast_channel/logger.cc View 1 chunk +1 line, -0 lines 0 comments Download
M extensions/browser/api/declarative_webrequest/webrequest_condition_attribute_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M extensions/browser/api/display_source/wifi_display/wifi_display_media_service_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M extensions/browser/api/display_source/wifi_display/wifi_display_session_service_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M extensions/browser/api/mime_handler_private/mime_handler_private.cc View 1 chunk +1 line, -0 lines 0 comments Download
M extensions/browser/api/networking_private/networking_private_service_client.cc View 1 chunk +1 line, -0 lines 0 comments Download
M extensions/browser/api/runtime/restart_after_delay_api_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M extensions/browser/extension_function_dispatcher.cc View 1 chunk +1 line, -0 lines 0 comments Download
M extensions/browser/guest_view/mime_handler_view/mime_handler_view_browsertest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M extensions/browser/lazy_background_task_queue.cc View 1 chunk +1 line, -0 lines 0 comments Download
M extensions/common/permissions/extensions_api_permissions.cc View 1 chunk +1 line, -0 lines 0 comments Download
M extensions/renderer/messaging_bindings.cc View 1 chunk +1 line, -0 lines 0 comments Download
M extensions/renderer/mojo/keep_alive_client_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M extensions/renderer/native_extension_bindings_system.cc View 1 chunk +1 line, -0 lines 0 comments Download
M extensions/renderer/request_sender.cc View 1 chunk +1 line, -0 lines 0 comments Download
M extensions/renderer/user_script_set_manager.cc View 1 chunk +1 line, -0 lines 0 comments Download
M extensions/renderer/worker_thread_dispatcher.cc View 1 chunk +1 line, -0 lines 0 comments Download
M extensions/shell/browser/shell_content_browser_client.cc View 1 chunk +1 line, -0 lines 0 comments Download
M extensions/shell/browser/shell_desktop_controller_aura.cc View 1 chunk +1 line, -0 lines 0 comments Download
M headless/app/headless_shell.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ios/chrome/browser/native_app_launcher/native_app_navigation_controller_unittest.mm View 1 chunk +1 line, -0 lines 0 comments Download
M mash/package/mash_packaged_service.cc View 1 chunk +1 line, -0 lines 0 comments Download
M mash/webtest/webtest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M media/mojo/clients/mojo_audio_decoder_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M media/mojo/clients/mojo_renderer_factory.cc View 1 chunk +1 line, -0 lines 0 comments Download
M media/mojo/clients/mojo_renderer_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M media/mojo/common/mojo_decoder_buffer_converter_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M media/mojo/services/interface_factory_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M media/mojo/services/media_service.cc View 1 chunk +1 line, -0 lines 0 comments Download
M media/mojo/services/media_service_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M media/mojo/services/mojo_renderer_service.cc View 1 chunk +1 line, -0 lines 0 comments Download
M media/mojo/services/strong_binding_set_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M media/remoting/fake_remoting_controller.cc View 1 chunk +1 line, -0 lines 0 comments Download
M media/remoting/remote_renderer_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M media/remoting/remote_renderer_impl_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M media/remoting/remoting_cdm_factory.cc View 1 chunk +1 line, -0 lines 0 comments Download
M media/remoting/remoting_renderer_controller_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M media/remoting/remoting_renderer_factory.cc View 1 chunk +1 line, -0 lines 0 comments Download
M mojo/common/common_custom_types_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M mojo/common/values_struct_traits.cc View 1 chunk +1 line, -0 lines 0 comments Download
M mojo/public/cpp/bindings/binding_set.h View 1 chunk +1 line, -0 lines 0 comments Download
M mojo/public/cpp/bindings/tests/associated_interface_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M mojo/public/cpp/bindings/tests/binding_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M mojo/public/cpp/bindings/tests/e2e_perftest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M mojo/public/cpp/bindings/tests/handle_passing_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M mojo/public/cpp/bindings/tests/interface_ptr_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M mojo/public/cpp/bindings/tests/struct_traits_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M mojo/public/cpp/bindings/thread_safe_interface_ptr.h View 1 chunk +1 line, -0 lines 0 comments Download
M net/disk_cache/simple/simple_experiment_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/dns/host_resolver_mojo.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/dns/mojo_host_resolver_impl_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/dns/mojo_host_struct_traits.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/http/http_cache_lookup_manager.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/http/http_cache_lookup_manager_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/http/http_stream_factory_impl_request_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/log/file_net_log_observer_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/proxy/in_process_mojo_proxy_resolver_factory.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/proxy/mojo_proxy_resolver_impl_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/proxy/proxy_resolver_factory_mojo.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/quic/chromium/quic_network_transaction_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/spdy/spdy_session.cc View 1 chunk +1 line, -0 lines 0 comments Download
M net/url_request/url_request_context_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M remoting/host/mouse_cursor_monitor_proxy_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M remoting/host/win/wts_session_process_delegate.cc View 1 chunk +1 line, -0 lines 0 comments Download
M services/file/file_system.cc View 1 chunk +1 line, -0 lines 0 comments Download
M services/image_decoder/image_decoder_service.cc View 1 chunk +1 line, -0 lines 0 comments Download
M services/navigation/navigation.cc View 1 chunk +1 line, -0 lines 0 comments Download
M services/navigation/public/cpp/view.cc View 1 chunk +1 line, -0 lines 0 comments Download
M services/preferences/public/cpp/pref_observer_store.cc View 1 chunk +1 line, -0 lines 0 comments Download
M services/service_manager/public/cpp/lib/interface_registry.cc View 1 chunk +1 line, -0 lines 0 comments Download
M services/service_manager/public/cpp/lib/service_context.cc View 1 chunk +1 line, -0 lines 0 comments Download
M services/service_manager/public/cpp/lib/service_runner.cc View 1 chunk +1 line, -0 lines 0 comments Download
M services/service_manager/public/cpp/tests/interface_registry_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M services/service_manager/service_manager.cc View 1 chunk +1 line, -0 lines 0 comments Download
M services/service_manager/tests/connect/connect_test_package.cc View 1 chunk +1 line, -0 lines 0 comments Download
M services/service_manager/tests/connect/connect_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M services/ui/gpu/gpu_main.cc View 1 chunk +1 line, -0 lines 0 comments Download
M services/ui/ime/test_ime_driver/test_ime_application.cc View 1 chunk +1 line, -0 lines 0 comments Download
M services/ui/public/cpp/gpu/gpu.cc View 1 chunk +1 line, -0 lines 0 comments Download
M services/ui/public/cpp/window_compositor_frame_sink.cc View 1 chunk +1 line, -0 lines 0 comments Download
M services/ui/surfaces/display_compositor.cc View 1 chunk +1 line, -0 lines 0 comments Download
M services/ui/surfaces/display_compositor_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M services/ui/ws/display.cc View 1 chunk +1 line, -0 lines 0 comments Download
M services/ui/ws/drag_controller_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M services/ui/ws/event_dispatcher.cc View 1 chunk +1 line, -0 lines 0 comments Download
M services/ui/ws/event_dispatcher_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M services/ui/ws/focus_controller.cc View 1 chunk +1 line, -0 lines 0 comments Download
M services/ui/ws/frame_generator_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M services/ui/ws/gpu_host.cc View 1 chunk +1 line, -0 lines 0 comments Download
M services/ui/ws/modal_window_controller.cc View 1 chunk +1 line, -0 lines 0 comments Download
M services/ui/ws/platform_display_default.cc View 1 chunk +1 line, -0 lines 0 comments Download
M services/ui/ws/server_window.cc View 1 chunk +1 line, -0 lines 0 comments Download
M services/ui/ws/user_activity_monitor.cc View 1 chunk +1 line, -0 lines 0 comments Download
M services/ui/ws/user_activity_monitor_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M services/ui/ws/window_manager_client_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M services/ui/ws/window_tree_client_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M services/video_capture/device_factory_media_to_mojo_adapter.cc View 1 chunk +1 line, -0 lines 0 comments Download
M services/video_capture/device_media_to_mojo_adapter.cc View 1 chunk +1 line, -0 lines 0 comments Download
M services/video_capture/service_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M services/video_capture/test/mock_device_factory.cc View 1 chunk +1 line, -0 lines 0 comments Download
M services/video_capture/test/mock_device_test.cc View 1 chunk +1 line, -0 lines 0 comments Download
M storage/browser/fileapi/file_system_operation_runner.cc View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/scheduler/test/renderer_scheduler_test_support.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ui/android/delegated_frame_host_android.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ui/arc/notification/arc_custom_notification_view.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ui/arc/notification/arc_notification_manager_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ui/aura/gestures/gesture_recognizer_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ui/aura/mus/drag_drop_controller_mus.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ui/aura/mus/input_method_mus.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ui/aura/mus/os_exchange_data_provider_mus.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ui/aura/mus/property_converter.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ui/aura/mus/window_compositor_frame_sink.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ui/aura/mus/window_port_mus.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ui/aura/mus/window_tree_client_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ui/aura/mus/window_tree_host_mus_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ui/chromeos/touch_exploration_controller_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ui/compositor/layer_owner_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ui/message_center/views/message_popup_collection_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ui/snapshot/screenshot_grabber.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ui/snapshot/snapshot_aura.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ui/views/animation/ink_drop_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ui/views/controls/button/label_button_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ui/views/controls/button/md_text_button.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ui/views/controls/button/menu_button_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ui/views/controls/menu/menu_runner_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ui/views/controls/scroll_view_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ui/views/controls/textfield/textfield.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ui/views/mus/aura_init.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ui/views/mus/drop_target_mus.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ui/views/mus/input_method_mus.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ui/views/mus/input_method_mus_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ui/views/mus/native_widget_mus.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ui/views/mus/native_widget_mus_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ui/views/mus/pointer_watcher_event_router2_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ui/views/mus/pointer_watcher_event_router_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ui/views/mus/views_aura_mus_test_suite.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ui/views/mus/views_mus_test_suite.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ui/views/view_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ui/views/widget/desktop_aura/desktop_native_widget_aura.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ui/views/widget/desktop_aura/desktop_window_tree_host_x11_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ui/views/widget/desktop_aura/x11_topmost_window_finder_interactive_uitest.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M ui/views/widget/native_widget_aura_interactive_uitest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ui/wm/core/wm_state.cc View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 24 (16 generated)
fdoray
PTAL
3 years, 12 months ago (2016-12-23 15:03:22 UTC) #6
gab
LGTM w/ comment https://codereview.chromium.org/2598963005/diff/20001/ui/views/widget/desktop_aura/x11_topmost_window_finder_interactive_uitest.cc File ui/views/widget/desktop_aura/x11_topmost_window_finder_interactive_uitest.cc (left): https://codereview.chromium.org/2598963005/diff/20001/ui/views/widget/desktop_aura/x11_topmost_window_finder_interactive_uitest.cc#oldcode9 ui/views/widget/desktop_aura/x11_topmost_window_finder_interactive_uitest.cc:9: #include <X11/extensions/shape.h> Not sure why those ...
3 years, 12 months ago (2016-12-23 15:42:11 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2598963005/40001
3 years, 12 months ago (2016-12-23 17:34:08 UTC) #12
fdoray
https://codereview.chromium.org/2598963005/diff/20001/ui/views/widget/desktop_aura/x11_topmost_window_finder_interactive_uitest.cc File ui/views/widget/desktop_aura/x11_topmost_window_finder_interactive_uitest.cc (left): https://codereview.chromium.org/2598963005/diff/20001/ui/views/widget/desktop_aura/x11_topmost_window_finder_interactive_uitest.cc#oldcode9 ui/views/widget/desktop_aura/x11_topmost_window_finder_interactive_uitest.cc:9: #include <X11/extensions/shape.h> On 2016/12/23 15:42:11, gab (HOHOHO) wrote: > ...
3 years, 12 months ago (2016-12-23 17:34:08 UTC) #13
fdoray
3 years, 12 months ago (2016-12-23 17:46:42 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2598963005/40001
3 years, 12 months ago (2016-12-23 17:47:35 UTC) #19
commit-bot: I haz the power
Committed patchset #3 (id:40001)
3 years, 12 months ago (2016-12-23 19:52:30 UTC) #22
commit-bot: I haz the power
3 years, 12 months ago (2016-12-23 19:54:43 UTC) #24
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/ba12142132d0e0920acfd23a867a0746846ffc16
Cr-Commit-Position: refs/heads/master@{#440654}

Powered by Google App Engine
This is Rietveld 408576698