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

Issue 2733283002: Require explicit selection of traits for LazyInstance (Closed)

Created:
3 years, 9 months ago by scottmg
Modified:
3 years, 9 months ago
CC:
chromium-reviews, ios-reviews+chrome_chromium.org, sadrul, achuith+watch_chromium.org, nasko+codewatch_chromium.org, dcheng, piman+watch_chromium.org, sebsg+autofillwatch_chromium.org, raymes+watch_chromium.org, nona+watch_chromium.org, kalyank, groby+virtualkb_chromium.org, mlamouri+watch-content_chromium.org, ntp-dev+reviews_chromium.org, media-router+watch_chromium.org, jochen+watch_chromium.org, sdefresne+watch_chromium.org, tfarina, avayvod+watch_chromium.org, ortuno+watch_chromium.org, mac-reviews_chromium.org, estade+watch_chromium.org, isheriff+watch_chromium.org, pfeldman, asanka, dominickn+watch_chromium.org, vmpstr+watch_chromium.org, shuchen+watch_chromium.org, scheib+watch_chromium.org, noyau+watch_chromium.org, agrieve+watch_chromium.org, yhanada+watchvk_chromium.org, kinuko+watch, jdonnelly+watch_chromium.org, jlklein+watch-tether_chromium.org, Aaron Boodman, iclelland+watch_chromium.org, samuong+watch_chromium.org, chasej+watch_chromium.org, halliwell+watch_chromium.org, vabr+watchlistautofill_chromium.org, chromium-apps-reviews_chromium.org, android-webview-reviews_chromium.org, alemate+watch_chromium.org, creis+watch_chromium.org, cmumford, jsbell+serviceworker_chromium.org, viettrungluu+watch_chromium.org, nhiroki, asvitkine+watch_chromium.org, shimazu+serviceworker_chromium.org, Lei Zhang, serviceworker-reviews, Eugene But (OOO till 7-30), jshin+watch_chromium.org, dtseng+watch_chromium.org, horo+watch_chromium.org, yusukes+watch_chromium.org, hidehiko+watch_chromium.org, browser-components-watch_chromium.org, msramek+watch_chromium.org, yzshen+watch_chromium.org, pennymac+watch_chromium.org, dmazzoni+watch_chromium.org, tracing+reviews_chromium.org, abarth-chromium, dfaden+virtualkb_google.com, miu+watch_chromium.org, extensions-reviews_chromium.org, ios-reviews_chromium.org, tengs+watch-tether_chromium.org, net-reviews_chromium.org, jhawkins+watch-tether_chromium.org, je_julie, darin-cc_chromium.org, jkarlin+watch_chromium.org, devtools-reviews_chromium.org, xjz+watch_chromium.org, blink-worker-reviews_chromium.org, michaeln, imcheng+watch_chromium.org, rouslan+autofill_chromium.org, jasonroberts+watch_google.com, oshima+watch_chromium.org, alokp+watch_chromium.org, sync-reviews_chromium.org, chfremer+watch_chromium.org, wfh+watch_chromium.org, phoglund+watch_chromium.org, tommycli, victorhsieh+watch_chromium.org, lhchavez+watch_chromium.org, kinuko+fileapi, davemoore+watch_chromium.org, oka+watchvk_chromium.org, chrome-grc-reviews_chromium.org, pkl (ping after 24h if needed), qsr+mojo_chromium.org, tzik, posciak+watch_chromium.org, rogerm+autofillwatch_chromium.org, bnc+watch_chromium.org, marq+watch_chromium.org, markusheintz_, darin (slow to review), cbentzel+watch_chromium.org, gavinp+disk_chromium.org, aboxhall+watch_chromium.org, grt+watch_chromium.org, ios-reviews+web_chromium.org, chromoting-reviews_chromium.org, kinuko+serviceworker, khorimoto+watch-tether_chromium.org, vabr+watchlistpasswordmanager_chromium.org, Peter Beverloo, yuzo+watch_chromium.org, hansberry+watch-tether_chromium.org, feature-media-reviews_chromium.org, mcasas+watch+vc_chromium.org, gcasto+watchlist_chromium.org, jsbell+idb_chromium.org, zpeng+watch_chromium.org, elijahtaylor+arcwatch_chromium.org, mathp+autofillwatch_chromium.org, nektar+watch_chromium.org, pkotwicz+watch_chromium.org, cc-bugs_chromium.org, lcwu+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Require explicit selection of traits for LazyInstance This change requires the user of LazyInstance to explicitly select either ::DestructorAtExit or ::Leaky. It seems clear that many users of LazyInstance have just gone with default and are either unaware or didn't consider that the default requires running an AtExit at process shutdown. As a first step, make this choice explicit, and update current users to be ::DestructorAtExit to maintain current behaviour. Follow ups can then attempt to consider individual switches from DestructorAtExit to Leaky including reviewers with domain-specific knowledge. i.e. No intended behaviour change from this CL. R=thakis@chromium.org Lots of TBRs for mechanical changes: boliu: android_webview/ danakj: cc/ dmurph: storage/ jam: content/ ipc/, mojo/ jbauman: gpu/ jochen: gin/ oshima: chromeos/ raymes: ppapi/ rdevlin.cronin: extensions/ rockot: device/, services/ rogerta: google_apis/ rsleevi: net/, crypto/ sdefresne: components/, ios/ sergeyu: jingle/ slan: chromecast/ thakis: base/, chrome/, third_party/, tools/, ui/ vitalybuka: printing/ wez: remoting/ TBR=above BUG=698982 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_cronet_tester;master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_site_isolation;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/2733283002 Cr-Commit-Position: refs/heads/master@{#455405} Committed: https://chromium.googlesource.com/chromium/src/+/5e65e3a4fbb5d4815760fc9b31f3bb5fb81bfbc9

Patch Set 1 #

Total comments: 12

Patch Set 2 : . #

Total comments: 6

Patch Set 3 : fixes #

Patch Set 4 : moar #

Patch Set 5 : moar2 #

Patch Set 6 : moar4 #

Patch Set 7 : moar5 #

Patch Set 8 : moar6 #

Patch Set 9 : moar7 #

Patch Set 10 : android and win #

Patch Set 11 : android2 #

Patch Set 12 : l10n #

Patch Set 13 : l10n again #

Unified diffs Side-by-side diffs Delta from patch set Stats (+857 lines, -735 lines) Patch
M android_webview/browser/aw_cookie_access_policy.h View 1 chunk +1 line, -1 line 0 comments Download
M android_webview/browser/deferred_gpu_command_service.h View 1 chunk +2 lines, -1 line 0 comments Download
M android_webview/browser/deferred_gpu_command_service.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M android_webview/browser/gl_view_renderer_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M android_webview/browser/net/token_binding_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M android_webview/browser/render_thread_manager.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M android_webview/browser/renderer_host/aw_resource_dispatcher_host_delegate.h View 1 chunk +1 line, -2 lines 0 comments Download
M android_webview/browser/renderer_host/aw_resource_dispatcher_host_delegate.cc View 1 2 3 4 5 6 7 1 chunk +3 lines, -2 lines 0 comments Download
M android_webview/browser/scoped_app_gl_state_restore.cc View 1 chunk +1 line, -1 line 0 comments Download
M android_webview/lib/main/aw_main_delegate.cc View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M android_webview/native/aw_contents_io_thread_client_impl.cc View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -3 lines 0 comments Download
M android_webview/native/aw_metrics_service_client_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M android_webview/native/cookie_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/android/jni_android.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/files/file_path_watcher_linux.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/i18n/number_formatting.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M base/lazy_instance.h View 1 2 6 chunks +37 lines, -17 lines 0 comments Download
M base/lazy_instance_unittest.cc View 5 chunks +14 lines, -9 lines 0 comments Download
M base/metrics/statistics_recorder.h View 1 chunk +1 line, -1 line 0 comments Download
M base/metrics/user_metrics.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M base/process/process_linux.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M base/test/launcher/test_launcher.cc View 1 chunk +6 lines, -4 lines 0 comments Download
M base/win/message_window.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/layers/empty_content_layer_client.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/empty_content_layer_client.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/test/fake_tile_manager.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/app/chrome_main_delegate.cc View 1 2 3 1 chunk +6 lines, -6 lines 0 comments Download
M chrome/browser/android/background_sync_launcher_android.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/android/background_sync_launcher_android.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/android/bookmarks/partner_bookmarks_shim.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/android/download/download_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/android/ntp/ntp_snippets_launcher.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/android/ntp/ntp_snippets_launcher.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/android/webapps/single_tab_mode_tab_helper.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/autofill/validation_rules_storage_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/autofill/validation_rules_storage_factory.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/chromeos/app_mode/kiosk_app_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/app_mode/kiosk_app_manager.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/chromeos/arc/intent_helper/arc_external_protocol_dialog.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/chromeos/boot_times_recorder.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/extensions/gfx_utils.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/extensions/input_method_api.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/extensions/media_player_api.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/extensions/wallpaper_api.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/signin/merge_session_throttling_utils.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/ui/login_web_dialog.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/printer_detector/printer_detector_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/printer_detector/printer_detector_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/printing/cups_print_job_manager_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/printing/cups_print_job_manager_factory.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/printing/printers_manager_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/printing/printers_manager_factory.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/devtools/device/usb/android_usb_device.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/download/download_prefs.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/activity_log/activity_log.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/extensions/api/activity_log_private/activity_log_private_api.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/autotest_private/autotest_private_api.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_api.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/bookmarks/bookmarks_api.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/braille_display_private/braille_display_private_api.cc View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/commands/command_service.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/content_settings/content_settings_service.cc View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/cookies/cookies_api.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/developer_private/developer_private_api.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/downloads/downloads_api.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_api.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_connection.cc View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/extension_action/extension_action_api.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/feedback_private/feedback_private_api.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/font_settings/font_settings_api.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/history/history_api.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/hotword_private/hotword_private_api.cc View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/identity/identity_api.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/image_writer_private/operation.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/image_writer_private/operation_manager.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/image_writer_private/removable_storage_provider.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/extensions/api/input_ime/input_ime_api.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/launcher_page/launcher_page_api.cc View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/log_private/log_private_api_chromeos.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/mdns/mdns_api.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/extensions/api/media_galleries/media_galleries_api.cc View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/messaging/incognito_connectability.cc View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/messaging/message_service.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/omnibox/omnibox_api.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/preference/chrome_direct_setting_api.cc View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/extensions/api/preference/preference_api.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/processes/processes_api.cc View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/runtime/chrome_runtime_api_delegate.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/extensions/api/screenlock_private/screenlock_private_api.cc View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/sessions/sessions_api.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/settings_overrides/settings_overrides_api.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/signed_in_devices/signed_in_devices_manager.cc View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/spellcheck/spellcheck_api.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/streams_private/streams_private_api.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/sync_file_system/extension_sync_event_observer.cc View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/tab_capture/tab_capture_registry.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/tabs/tabs_windows_api.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/web_navigation/web_navigation_api.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/extensions/api/webrtc_audio_private/webrtc_audio_private_api.cc View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/webstore_private/webstore_private_api.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/blacklist.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/chrome_extension_host_delegate.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/extensions/chrome_extensions_browser_client.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_commands_global_registry.cc View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_gcm_app_handler.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_install_error_menu_item_id_provider.cc View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -3 lines 0 comments Download
M chrome/browser/extensions/extension_message_bubble_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_web_ui_override_registrar.cc View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/install_signer.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/extensions/plugin_manager.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/signin/gaia_auth_extension_loader.cc View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/feedback/feedback_profile_observer.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/first_run/first_run.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/internal_auth.cc View 1 2 3 4 5 6 7 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/media/router/media_router_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/media/router/media_router_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/media/router/offscreen_presentation_manager_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/media/router/offscreen_presentation_manager_factory.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/media/webrtc/webrtc_browsertest_base.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/media_galleries/chromeos/mtp_device_task_helper_map_service.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/media_galleries/chromeos/mtp_device_task_helper_map_service.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/media_galleries/fileapi/mtp_device_map_service.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/media_galleries/fileapi/mtp_device_map_service.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/media_galleries/fileapi/supported_audio_video_checker.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/media_galleries/imported_media_gallery_registry.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/media_galleries/win/portable_device_map_service.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/media_galleries/win/portable_device_map_service.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/net/sth_distributor_provider.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/performance_monitor/performance_monitor.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/performance_monitor/performance_monitor.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/previews/previews_service_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/previews/previews_service_factory.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/printing/print_view_manager.cc View 1 2 3 4 5 6 7 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/resources_util.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_blocking_page.cc View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_service.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/safe_browsing/threat_details.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +7 lines, -6 lines 0 comments Download
M chrome/browser/speech/extension_api/tts_extension_api.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/sync_file_system/logger.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/task_manager/sampling/task_manager_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/task_manager/sampling/task_manager_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/app_list/arc/arc_app_icon.cc View 1 2 3 4 5 6 7 1 chunk +5 lines, -4 lines 0 comments Download
M chrome/browser/ui/extensions/extension_message_bubble_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/startup/startup_browser_creator.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/harmony/harmony_layout_delegate.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/harmony/layout_delegate.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/print_preview/print_preview_handler.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/print_preview/print_preview_ui.cc View 1 2 3 4 5 6 7 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/update_client/chrome_update_query_params_delegate.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/usb/usb_blocklist.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/chrome_paths.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/chrome_extensions_client.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/chrome_extensions_client.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/chrome_manifest_url_handlers.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/common/extensions/manifest_handlers/app_icon_color_info.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/common/extensions/manifest_handlers/app_launch_info.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/common/extensions/manifest_handlers/content_scripts_handler.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/common/extensions/manifest_handlers/linked_app_icons.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/installer/util/master_preferences.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/renderer/media/cast_session_delegate.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/media/cast_threads.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/pepper/pepper_flash_renderer_host.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/renderer/safe_browsing/phishing_classifier_delegate.cc View 1 2 3 4 5 6 7 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/service/cloud_print/cloud_print_token_store.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/test/base/web_ui_browser_test.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/test/chromedriver/server/chromedriver_server.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/chromedriver/session.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/logging/win/test_log_collector.cc View 1 chunk +1 line, -1 line 0 comments Download
M chromecast/base/chromecast_config_android.h View 1 chunk +1 line, -1 line 0 comments Download
M chromecast/base/chromecast_config_android.cc View 1 chunk +1 line, -1 line 0 comments Download
M chromecast/base/metrics/grouped_histogram.cc View 1 chunk +1 line, -1 line 0 comments Download
M chromecast/common/media/cast_media_client.h View 1 chunk +1 line, -1 line 0 comments Download
M chromecast/crash/app_state_tracker.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chromecast/graphics/cast_vsync_settings.h View 1 chunk +1 line, -1 line 0 comments Download
M chromecast/graphics/cast_vsync_settings.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chromecast/media/cma/backend/alsa/stream_mixer_alsa.cc View 1 chunk +1 line, -1 line 0 comments Download
M chromeos/login_event_recorder.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chromeos/process_proxy/process_proxy_registry.h View 1 chunk +1 line, -1 line 0 comments Download
M chromeos/process_proxy/process_proxy_registry.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M components/autofill/content/renderer/password_form_conversion_utils.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M components/autofill/core/browser/country_names.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/core/common/autofill_clock.h View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/core/common/autofill_clock.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/content_settings/core/browser/content_settings_registry.h View 1 chunk +1 line, -1 line 0 comments Download
M components/content_settings/core/browser/content_settings_registry.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/content_settings/core/browser/website_settings_registry.h View 1 chunk +1 line, -1 line 0 comments Download
M components/content_settings/core/browser/website_settings_registry.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M components/cookie_config/cookie_store_util.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M components/crash/content/app/breakpad_linux.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/crash/content/browser/crash_dump_observer_android.h View 1 chunk +1 line, -1 line 0 comments Download
M components/crash/content/browser/crash_dump_observer_android.cc View 1 chunk +2 lines, -1 line 0 comments Download
M components/cronet/histogram_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M components/guest_view/browser/guest_view_base.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M components/guest_view/renderer/guest_view_container.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M components/metrics/leak_detector/leak_detector.h View 2 chunks +2 lines, -2 lines 0 comments Download
M components/mime_util/mime_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/nacl/renderer/ppb_nacl_private_impl.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M components/os_crypt/key_storage_linux.cc View 1 chunk +2 lines, -1 line 0 comments Download
M components/policy/core/common/policy_loader_win.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M components/proximity_auth/logging/logging_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/proximity_auth/screenlock_bridge.h View 1 chunk +1 line, -1 line 0 comments Download
M components/proximity_auth/screenlock_bridge.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M components/ssl_errors/error_classification.cc View 1 chunk +2 lines, -1 line 0 comments Download
M components/sync/model_impl/model_type_store_backend.h View 1 chunk +1 line, -1 line 0 comments Download
M components/sync/model_impl/model_type_store_backend.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/url_matcher/url_matcher_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/app/android/child_process_service_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/app/android/content_main.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M content/app/content_main_runner.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M content/browser/accessibility/browser_accessibility.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/accessibility/browser_accessibility_manager.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M content/browser/accessibility/browser_accessibility_manager_android.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M content/browser/android/content_view_statics.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/android/java/java_bridge_thread.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/android/java/jni_helper.cc View 1 chunk +2 lines, -1 line 0 comments Download
M content/browser/appcache/appcache_navigation_handle_core.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M content/browser/bluetooth/bluetooth_blocklist.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/browser_child_process_host_impl.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M content/browser/browser_context.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/frame_host/frame_tree_node.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/frame_host/render_frame_host_impl.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M content/browser/frame_host/render_frame_proxy_host.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M content/browser/gpu/gpu_process_host_ui_shim.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/indexed_db/indexed_db_class_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/indexed_db/leveldb/leveldb_env.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/notification_service_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/browser_compositor_view_mac.mm View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/compositor_impl_android.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_widget_helper.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_impl.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/service_worker/service_worker_context_wrapper.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/tracing/background_tracing_manager_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/tracing/tracing_controller_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/web_contents/web_contents_android.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/web_contents/web_contents_impl.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/webrtc/webrtc_internals.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/webui/web_ui_controller_factory_registry.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/child/blob_storage/blob_transport_controller.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/child/child_process.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M content/child/child_thread_impl.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M content/child/fileapi/webfilesystem_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/child/indexed_db/indexed_db_dispatcher.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/child/quota_dispatcher.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/child/worker_thread_registry.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/common/host_shared_bitmap_manager.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/common/media/cdm_host_files.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/common/plugin_list.h View 1 chunk +1 line, -1 line 0 comments Download
M content/common/plugin_list.cc View 1 chunk +2 lines, -1 line 0 comments Download
M content/gpu/gpu_child_thread.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/gpu/gpu_main.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/public/renderer/render_frame_observer_tracker.h View 1 chunk +6 lines, -6 lines 0 comments Download
M content/public/renderer/render_thread.cc View 1 chunk +2 lines, -1 line 0 comments Download
M content/public/renderer/render_view_observer_tracker.h View 1 chunk +7 lines, -5 lines 0 comments Download
M content/public/test/browser_side_navigation_test_utils.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/public/test/nested_message_pump_android.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/public/utility/utility_thread.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/browser_plugin/browser_plugin.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/renderer/render_frame_impl.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M content/renderer/render_frame_proxy.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M content/renderer/render_thread_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/render_view_impl.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M content/renderer/renderer_main.cc View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M content/shell/android/shell_manager.cc View 1 chunk +2 lines, -1 line 0 comments Download
M content/utility/in_process_utility_thread.cc View 1 chunk +2 lines, -1 line 0 comments Download
M crypto/nss_util.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M device/bluetooth/bluetooth_adapter_factory.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M device/bluetooth/bluetooth_adapter_factory_wrapper.h View 1 chunk +1 line, -1 line 0 comments Download
M device/bluetooth/bluetooth_socket_thread.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M extensions/browser/api/alarms/alarm_manager.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M extensions/browser/api/audio/audio_api.cc View 1 chunk +2 lines, -1 line 0 comments Download
M extensions/browser/api/bluetooth/bluetooth_api.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M extensions/browser/api/bluetooth/bluetooth_private_api.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M extensions/browser/api/bluetooth_low_energy/bluetooth_api_advertisement.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_api.cc View 1 chunk +2 lines, -1 line 0 comments Download
M extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_connection.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_notify_session.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/api/bluetooth_socket/bluetooth_api_socket.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M extensions/browser/api/bluetooth_socket/bluetooth_socket_event_dispatcher.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M extensions/browser/api/cast_channel/cast_channel_api.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M extensions/browser/api/cast_channel/cast_socket.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M extensions/browser/api/clipboard/clipboard_api.cc View 1 2 3 4 5 6 7 1 chunk +3 lines, -2 lines 0 comments Download
M extensions/browser/api/declarative/rules_registry_service.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M extensions/browser/api/hid/hid_connection_resource.cc View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M extensions/browser/api/hid/hid_device_manager.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M extensions/browser/api/management/management_api.cc View 1 1 chunk +3 lines, -2 lines 0 comments Download
M extensions/browser/api/power/power_api.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M extensions/browser/api/printer_provider/printer_provider_api_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/api/printer_provider/printer_provider_api_factory.cc View 1 chunk +2 lines, -1 line 0 comments Download
M extensions/browser/api/printer_provider_internal/printer_provider_internal_api.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M extensions/browser/api/runtime/runtime_api.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M extensions/browser/api/serial/serial_connection.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M extensions/browser/api/serial/serial_event_dispatcher.cc View 1 chunk +2 lines, -1 line 0 comments Download
M extensions/browser/api/socket/socket.cc View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
M extensions/browser/api/socket/tcp_socket.cc View 1 2 3 4 5 2 chunks +5 lines, -5 lines 0 comments Download
M extensions/browser/api/socket/udp_socket.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M extensions/browser/api/sockets_tcp/tcp_socket_event_dispatcher.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M extensions/browser/api/sockets_tcp_server/tcp_server_socket_event_dispatcher.cc View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
M extensions/browser/api/sockets_udp/udp_socket_event_dispatcher.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M extensions/browser/api/storage/storage_frontend.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M extensions/browser/api/system_cpu/cpu_info_provider.h View 1 chunk +2 lines, -1 line 0 comments Download
M extensions/browser/api/system_cpu/cpu_info_provider.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M extensions/browser/api/system_info/system_info_api.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M extensions/browser/api/system_memory/memory_info_provider.h View 1 chunk +2 lines, -1 line 0 comments Download
M extensions/browser/api/system_memory/memory_info_provider.cc View 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/api/system_storage/storage_info_provider.h View 1 chunk +2 lines, -1 line 0 comments Download
M extensions/browser/api/system_storage/storage_info_provider.cc View 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/api/usb/usb_device_resource.cc View 1 2 3 4 5 1 chunk +3 lines, -3 lines 0 comments Download
M extensions/browser/api/virtual_keyboard_private/virtual_keyboard_private_api.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M extensions/browser/api/web_request/web_request_api.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M extensions/browser/api/webcam_private/webcam_private_api_chromeos.cc View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M extensions/browser/browser_context_keyed_api_factory.h View 1 chunk +2 lines, -2 lines 0 comments Download
M extensions/browser/error_map.cc View 1 chunk +2 lines, -1 line 0 comments Download
M extensions/browser/extension_api_frame_id_map.h View 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/extension_function_dispatcher.cc View 1 chunk +2 lines, -1 line 0 comments Download
M extensions/browser/guest_view/app_view/app_view_guest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M extensions/browser/guest_view/guest_view_events.cc View 1 chunk +2 lines, -1 line 0 comments Download
M extensions/browser/guest_view/web_view/web_view_guest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M extensions/common/feature_switch.cc View 1 chunk +1 line, -1 line 0 comments Download
M extensions/common/manifest_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M extensions/common/manifest_handler.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M extensions/common/manifest_handlers/background_info.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M extensions/common/manifest_handlers/content_capabilities_handler.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M extensions/common/manifest_handlers/icons_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
M extensions/common/manifest_handlers/oauth2_manifest_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
M extensions/common/manifest_handlers/sandboxed_page_info.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M extensions/common/manifest_handlers/shared_module_info.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M extensions/common/message_bundle.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M extensions/common/permissions/permissions_info.h View 1 chunk +1 line, -1 line 0 comments Download
M extensions/renderer/dispatcher.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M extensions/renderer/event_bindings.cc View 1 2 3 4 5 2 chunks +5 lines, -4 lines 0 comments Download
M extensions/renderer/extension_frame_helper.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M extensions/renderer/guest_view/guest_view_internal_custom_bindings.cc View 1 chunk +2 lines, -1 line 0 comments Download
M extensions/renderer/guest_view/mime_handler_view/mime_handler_view_container.cc View 1 2 3 4 5 1 chunk +3 lines, -2 lines 0 comments Download
M extensions/renderer/messaging_bindings.cc View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
M extensions/renderer/renderer_extension_registry.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M extensions/renderer/script_injection.cc View 1 chunk +1 line, -1 line 0 comments Download
M extensions/renderer/user_script_injector.cc View 1 chunk +1 line, -1 line 0 comments Download
M extensions/renderer/wake_event_page.cc View 1 chunk +2 lines, -1 line 0 comments Download
M extensions/renderer/worker_thread_dispatcher.cc View 1 2 3 4 5 1 chunk +3 lines, -3 lines 0 comments Download
M extensions/shell/browser/api/identity/identity_api.cc View 1 2 3 4 5 6 7 1 chunk +3 lines, -2 lines 0 comments Download
M extensions/shell/browser/shell_extension_host_delegate.cc View 1 chunk +1 line, -1 line 0 comments Download
M extensions/shell/common/shell_extensions_client.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M gin/public/v8_platform.h View 1 chunk +1 line, -1 line 0 comments Download
M google_apis/google_api_keys.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/mailbox_manager_sync.h View 1 chunk +2 lines, -1 line 0 comments Download
M gpu/command_buffer/service/mailbox_manager_sync.cc View 2 chunks +8 lines, -7 lines 0 comments Download
M gpu/command_buffer/service/shader_translator.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M gpu/ipc/in_process_command_buffer.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ios/chrome/browser/update_client/ios_chrome_update_query_params_delegate.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ios/web/webui/web_ui_ios_controller_factory_registry.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ipc/ipc_sync_channel.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M jingle/glue/thread_wrapper.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/public/cpp/bindings/lib/message.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M mojo/public/cpp/bindings/lib/sync_call_restrictions.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M net/base/mime_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/base/network_activity_monitor.h View 1 chunk +1 line, -1 line 0 comments Download
M net/cert/cert_verify_proc_mac.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/cert/cert_verify_proc_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/cert/ev_root_ca_metadata.h View 2 chunks +2 lines, -2 lines 0 comments Download
M net/cert/test_root_certs.h View 1 1 chunk +1 line, -1 line 0 comments Download
M net/cert/test_root_certs_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/cert/x509_certificate.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/cert_net/nss_ocsp.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/disk_cache/blockfile/file_win.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/dns/dns_reloader.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/ssl/client_key_store.h View 1 chunk +1 line, -1 line 0 comments Download
M net/url_request/url_fetcher_core.h View 1 chunk +1 line, -1 line 0 comments Download
M net/url_request/url_fetcher_core.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ppapi/proxy/interface_list.cc View 1 chunk +2 lines, -1 line 0 comments Download
M ppapi/shared_impl/ppapi_globals.cc View 1 chunk +1 line, -1 line 0 comments Download
M printing/print_settings.cc View 1 chunk +1 line, -1 line 0 comments Download
M printing/printed_document.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/audio_capturer_linux.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/security_key/security_key_ipc_constants.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/win/chromoting_module.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/host/win/rdp_client_window.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M services/catalog/catalog.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M services/file/user_id_map.cc View 1 chunk +1 line, -1 line 0 comments Download
M services/resource_coordinator/memory/coordinator/coordinator_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M storage/browser/blob/shareable_file_reference.cc View 1 chunk +2 lines, -1 line 0 comments Download
M storage/browser/fileapi/isolated_context.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/libaddressinput/chromium/string_compare.cc View 1 chunk +1 line, -1 line 0 comments Download
M tools/json_schema_compiler/cpp_bundle_generator.py View 1 chunk +1 line, -1 line 0 comments Download
M ui/accelerated_widget_mac/accelerated_widget_mac.mm View 1 chunk +1 line, -2 lines 0 comments Download
M ui/accelerated_widget_mac/display_link_mac.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/accelerated_widget_mac/display_link_mac.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M ui/accelerated_widget_mac/window_resize_helper_mac.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/accessibility/platform/ax_platform_node.cc View 1 chunk +1 line, -2 lines 0 comments Download
M ui/accessibility/platform/ax_platform_node_win.cc View 1 2 3 4 5 6 7 1 chunk +4 lines, -3 lines 0 comments Download
M ui/aura/env.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ui/base/clipboard/clipboard.h View 1 chunk +3 lines, -2 lines 0 comments Download
M ui/base/clipboard/clipboard.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M ui/base/cursor/cursor_loader_win.cc View 1 chunk +2 lines, -1 line 0 comments Download
M ui/base/l10n/formatter.h View 1 chunk +2 lines, -1 line 0 comments Download
M ui/base/l10n/l10n_util.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +4 lines, -3 lines 0 comments Download
M ui/base/l10n/l10n_util_mac.mm View 1 chunk +2 lines, -1 line 0 comments Download
M ui/base/l10n/l10n_util_win.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/base/l10n/time_format.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/events/keycodes/platform_key_map_win.cc View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -1 line 0 comments Download
M ui/gfx/font_list.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/gfx/icc_profile.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M ui/gfx/icc_profile_win.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M ui/gfx/paint_vector_icon.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M ui/gfx/shadow_util.cc View 1 chunk +2 lines, -1 line 0 comments Download
M ui/gl/gl_context.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/gl/gl_surface.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/keyboard/content/keyboard_content_util.cc View 1 chunk +2 lines, -1 line 0 comments Download
M ui/keyboard/keyboard_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/ozone/platform/cast/overlay_manager_cast.cc View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/examples/examples_main.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M ui/views/win/hwnd_message_handler.h View 1 chunk +2 lines, -1 line 0 comments Download
M ui/views/win/hwnd_message_handler.cc View 1 2 3 4 5 6 7 1 chunk +3 lines, -2 lines 0 comments Download

Messages

Total messages: 88 (68 generated)
scottmg
Nico, could you review base/lazy_instance? Looking at the rest of base/ will give you the ...
3 years, 9 months ago (2017-03-07 21:12:16 UTC) #7
Nico
Wow do we have a ton of code. A movie scrolling through all our code ...
3 years, 9 months ago (2017-03-07 21:43:02 UTC) #14
scottmg
Thanks! Yes, it was somewhat terrifying seeing how many of these there really are, especially ...
3 years, 9 months ago (2017-03-07 21:56:30 UTC) #15
scottmg
+jam tbr for top level OWNERS for mechanical-but-broad change The majority of the files are ...
3 years, 9 months ago (2017-03-07 22:01:20 UTC) #18
jam
On 2017/03/07 22:01:20, scottmg wrote: > +jam tbr for top level OWNERS for mechanical-but-broad change ...
3 years, 9 months ago (2017-03-07 22:34:51 UTC) #21
scottmg
On 2017/03/07 22:34:51, jam wrote: > On 2017/03/07 22:01:20, scottmg wrote: > > +jam tbr ...
3 years, 9 months ago (2017-03-07 22:36:31 UTC) #22
scottmg
Sorry for the enormous change. For everyone other than thakis@ this is simply converting LazyInstance<> ...
3 years, 9 months ago (2017-03-08 01:32:37 UTC) #33
Devlin
extensions lgtm
3 years, 9 months ago (2017-03-08 01:46:23 UTC) #34
Nico
Just add tbr=jam and land. I reviewed everything, and it's just an API update outside ...
3 years, 9 months ago (2017-03-08 01:57:54 UTC) #35
Lei Zhang
printing/ lgtm
3 years, 9 months ago (2017-03-08 02:15:05 UTC) #37
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/2733283002/170001
3 years, 9 months ago (2017-03-08 02:22:34 UTC) #41
raymes
On 2017/03/08 02:22:34, commit-bot: I haz the power wrote: > CQ is trying da patch. ...
3 years, 9 months ago (2017-03-08 02:25:31 UTC) #42
commit-bot: I haz the power
Try jobs failed on following builders: android_n5x_swarming_rel on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_n5x_swarming_rel/builds/132744) linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, ...
3 years, 9 months ago (2017-03-08 02:35:25 UTC) #44
Ryan Sleevi
net/ LGTM
3 years, 9 months ago (2017-03-08 02:36:20 UTC) #45
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/2733283002/270001
3 years, 9 months ago (2017-03-08 06:00:11 UTC) #76
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/402617)
3 years, 9 months ago (2017-03-08 06:46:14 UTC) #78
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/2733283002/270001
3 years, 9 months ago (2017-03-08 06:56:00 UTC) #80
commit-bot: I haz the power
Try jobs failed on following builders: win_optional_gpu_tests_rel on master.tryserver.chromium.win (JOB_TIMED_OUT, no build URL)
3 years, 9 months ago (2017-03-08 07:04:38 UTC) #82
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/2733283002/270001
3 years, 9 months ago (2017-03-08 07:07:58 UTC) #85
commit-bot: I haz the power
3 years, 9 months ago (2017-03-08 08:50:09 UTC) #88
Message was sent while issue was closed.
Committed patchset #13 (id:270001) as
https://chromium.googlesource.com/chromium/src/+/5e65e3a4fbb5d4815760fc9b31f3...

Powered by Google App Engine
This is Rietveld 408576698