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

Issue 1355063004: Template methods on Timer classes instead of the classes themselves. (Closed)

Created:
5 years, 3 months ago by danakj
Modified:
5 years, 3 months ago
Reviewers:
Nico, sky, brettw
CC:
chromium-reviews, sadrul, achuith+watch_chromium.org, nasko+codewatch_chromium.org, dcheng, ben+mojo_chromium.org, tim+watch_chromium.org, pvalenzuela+watch_chromium.org, rlp+watch_chromium.org, kalyank, mlamouri+watch-content_chromium.org, derat+watch_chromium.org, tdresser+watch_chromium.org, jianli, pam+watch_chromium.org, mlamouri+watch-sensors_chromium.org, chirantan+watch_chromium.org, plundblad+watch_chromium.org, riju_, avayvod+watch_chromium.org, plaree+watch_chromium.org, tfarina, estade+watch_chromium.org, isheriff+watch_chromium.org, pfeldman, asanka, viettrungluu+watch_chromium.org, tburkard+watch_chromium.org, vabr+watchlist_chromium.org, gavinp+memory_chromium.org, bondd+autofillwatch_chromium.org, kinuko+watch, tapted, tdanderson+views_chromium.org, Matt Giuca, benjhayden+dwatch_chromium.org, jam, groby+spellwatch_chromium.org, chromium-apps-reviews_chromium.org, android-webview-reviews_chromium.org, jennb, creis+watch_chromium.org, jsbell+serviceworker_chromium.org, nhiroki, timvolodine, asvitkine+watch_chromium.org, Michael van Ouwerkerk, mkwst+watchlist-passwords_chromium.org, michaelpg+watch-options_chromium.org, gavinp+prer_chromium.org, serviceworker-reviews, yurys, mmenke, dtseng+watch_chromium.org, horo+watch_chromium.org, peter+watch_chromium.org, yusukes+watch_chromium.org, zea+watch_chromium.org, jdduke+watch_chromium.org, browser-components-watch_chromium.org, yzshen+watch_chromium.org, dgrogan, dmazzoni+watch_chromium.org, tracing+reviews_chromium.org, mlamouri+watch-media_chromium.org, miu+watch_chromium.org, extensions-reviews_chromium.org, nona+watch_chromium.org, dzhioev+watch_chromium.org, abarth-chromium, je_julie, darin-cc_chromium.org, jkarlin+watch_chromium.org, devtools-reviews_chromium.org, xjz+watch_chromium.org, blink-worker-reviews_chromium.org, pedrosimonetti+watch_chromium.org, dbeam+watch-ntp_chromium.org, imcheng+watch_chromium.org, rouslan+autofill_chromium.org, jasonroberts+watch_google.com, rouslan+spell_chromium.org, oshima+watch_chromium.org, piman+watch_chromium.org, davidben+watch_chromium.org, wfh+watch_chromium.org, maxbogue+watch_chromium.org, shuchen+watch_chromium.org, Aaron Boodman, cmumford, James Su, kinuko+fileapi, davemoore+watch_chromium.org, felt, qsr+mojo_chromium.org, tzik, posciak+watch_chromium.org, mcasas+watch_chromium.org, stevenjb+watch_chromium.org, cbentzel+watch_chromium.org, gavinp+disk_chromium.org, aboxhall+watch_chromium.org, grt+watch_chromium.org, chromoting-reviews_chromium.org, ozone-reviews_chromium.org, dbeam+watch-options_chromium.org, mlamouri+watch-notifications_chromium.org, yuzo+watch_chromium.org, feature-media-reviews_chromium.org, gcasto+watchlist_chromium.org, jsbell+idb_chromium.org, cc-bugs_chromium.org, michaeln, nektar+watch_chromium.org, Dmitry Titov, jdonnelly+autofillwatch_chromium.org, kinuko+serviceworker, mkwst+moarreviews-renderer_chromium.org, darin (slow to review), piman, vmpstr
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

base: Template methods on Timer classes instead of the classes themselves. The base class for OneShotTimer and DelayedTimer is templated but only the Start method needs to be (which has a TODO to make it go away entirely too). The DelayedTimer class is also templated but only its constructor needs to be, and the type can be inferred at the callsite, so less typing all around. R=thakis@chromium.org TBR=sky,brettw BUG=148832 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Committed: https://crrev.com/8c3eb804c56b7173f00e58e040f47fe867dabda7 Cr-Commit-Position: refs/heads/master@{#350496}

Patch Set 1 #

Patch Set 2 : timer: . #

Patch Set 3 : timer: typedef #

Patch Set 4 : timer: . #

Total comments: 4

Patch Set 5 : timer: enum #

Patch Set 6 : timer: rebase #

Patch Set 7 : timer: . #

Patch Set 8 : timer: rebase #

Patch Set 9 : timer: anothernewtimer #

Patch Set 10 : timer: fixwindowslink+rebase #

Total comments: 2

Patch Set 11 : timer: rebase-and-fix-linking-once-and-for-all #

Patch Set 12 : timer: okthistimeforrealhahahahahaha #

Patch Set 13 : timer: rebase-yetanothernewtimer-D: #

Patch Set 14 : timer: fixcaller #

Unified diffs Side-by-side diffs Delta from patch set Stats (+531 lines, -560 lines) Patch
M android_webview/renderer/aw_render_view_ext.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/accelerators/exit_warning_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/desktop_background/desktop_background_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/display/display_configurator_animation.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/display/display_configurator_animation.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/display/resolution_notification_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/frame/caption_buttons/frame_size_button.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/magnifier/magnification_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/metrics/user_metrics_recorder.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/shelf/shelf_layout_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/shelf/shelf_tooltip_manager.cc View 1 chunk +1 line, -2 lines 0 comments Download
M ash/system/chromeos/network/tray_network_state_observer.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/chromeos/session/logout_confirmation_dialog.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/chromeos/session/tray_session_length_limit.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/chromeos/session/tray_session_length_limit.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/date/date_view.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/tray/system_tray_bubble.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/tray/tray_notification_view.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/tray_update.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/gestures/long_press_affordance_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/immersive_fullscreen_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/lock_state_controller.h View 1 chunk +4 lines, -4 lines 0 comments Download
M ash/wm/system_gesture_event_filter_unittest.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M ash/wm/workspace/multi_window_resize_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M base/files/important_file_writer.h View 1 chunk +1 line, -1 line 0 comments Download
M base/memory/memory_pressure_monitor_chromeos.h View 1 chunk +1 line, -1 line 0 comments Download
M base/memory/memory_pressure_monitor_win.h View 1 chunk +1 line, -1 line 0 comments Download
M base/power_monitor/power_monitor_device_source.h View 1 chunk +1 line, -1 line 0 comments Download
M base/test/launcher/test_launcher.h View 1 chunk +1 line, -1 line 0 comments Download
M base/timer/timer.h View 1 2 3 4 5 6 7 8 9 10 11 5 chunks +30 lines, -19 lines 0 comments Download
M base/timer/timer_unittest.cc View 1 9 chunks +18 lines, -24 lines 0 comments Download
M base/trace_event/memory_dump_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M base/trace_event/trace_event_memory.h View 1 chunk +1 line, -1 line 0 comments Download
M base/trace_event/trace_event_system_stats_monitor.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/android/feedback/connectivity_checker.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/android/omnibox/autocomplete_controller_android.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/apps/drive/drive_app_provider_browsertest.cc View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/apps/ephemeral_app_service.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/browser_process_impl.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/captive_portal/captive_portal_service.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/captive_portal/captive_portal_tab_reloader.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/accessibility/magnification_controller_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/app_mode/kiosk_app_update_service.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/app_mode/kiosk_mode_idle_app_name_notification.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/camera_presence_notifier.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/customization/customization_wallpaper_downloader.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/extensions/install_limiter.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/file_system_provider/request_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/first_run/drive_first_run_controller.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/idle_detector.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/app_launch_controller.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/chrome_restart_request.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/existing_user_controller.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/existing_user_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/existing_user_controller_auto_login_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/existing_user_controller_browsertest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/kiosk_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/saml/saml_offline_signin_limiter.h View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/chromeos/login/saml/saml_offline_signin_limiter.cc View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/chromeos/login/screens/network_screen.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/screens/terms_of_service_screen.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/screens/update_screen.h View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/login/screens/update_screen.cc View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/chromeos/login/screens/user_selection_screen.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/screenshot_testing/screenshot_testing_mixin.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/supervised/supervised_user_creation_controller_new.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/users/avatar/user_image_manager_impl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/users/wallpaper/wallpaper_manager.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/wizard_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/mobile/mobile_activator.h View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/policy/device_status_collector.h View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/policy/recommendation_restorer.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/policy/remote_commands/device_command_reboot_job.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/power/cpu_data_collector.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/power/idle_action_warning_dialog_view.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/session_length_limiter.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/session_length_limiter.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/system/automatic_reboot_manager.h View 2 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/system/automatic_reboot_manager.cc View 4 chunks +4 lines, -6 lines 0 comments Download
M chrome/browser/chromeos/system/automatic_reboot_manager_unittest.cc View 1 2 3 chunks +4 lines, -6 lines 0 comments Download
M chrome/browser/chromeos/ui/idle_app_name_notification_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/upgrade_detector_chromeos.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/devtools/devtools_network_interceptor.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/enumerate_modules_model_win.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/activity_log/activity_database.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/audio_modem/audio_modem_api.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/audio_modem/audio_modem_api.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/dial/dial_registry.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/dial/dial_service.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_api.cc View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/extensions/updater/extension_updater.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/webstore_installer.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/image_decoder.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/image_decoder.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M chrome/browser/jumplist_win.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/media/android/remote/remote_media_player_bridge.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/memory/oom_priority_manager.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/memory/oom_priority_manager_delegate_chromeos.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/metrics/perf/perf_provider_chromeos.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/metrics/variations/variations_registry_syncer_win.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/net/predictor_unittest.cc View 1 2 3 4 chunks +8 lines, -9 lines 0 comments Download
M chrome/browser/net/utility_process_mojo_proxy_resolver_factory.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/notifications/extension_welcome_notification.h View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/notifications/extension_welcome_notification.cc View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/notifications/screen_lock_notification_blocker.h View 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/power/process_power_collector.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/prerender/prerender_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/printing/print_view_manager_base.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/process_singleton_posix.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/profile_resetter/brandcode_config_fetcher.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/profiles/gaia_info_update_service.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/profiles/profile_impl.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/renderer_context_menu/spelling_menu_observer.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/renderer_host/safe_browsing_resource_throttle.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/safe_browsing/incident_reporting/delayed_callback_runner.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/safe_browsing/incident_reporting/incident_reporting_service.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/safe_browsing/protocol_manager.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sessions/tab_loader.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/signin/cross_device_promo.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/spellchecker/feedback_sender.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/spellchecker/spellcheck_host_metrics.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ssl/ssl_error_handler.h View 2 chunks +2 lines, -4 lines 0 comments Download
M chrome/browser/supervised_user/child_accounts/child_account_service.h View 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/browser_thread_model_worker_unittest.cc View 3 chunks +2 lines, -3 lines 0 comments Download
M chrome/browser/sync/glue/sync_backend_host_core.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/glue/sync_backend_host_core.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/profile_sync_service.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync/test/integration/status_change_checker.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync_file_system/local/local_file_sync_context.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync_file_system/local/local_file_sync_context.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/sync_file_system/sync_process_runner.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/task_manager/task_manager_browsertest_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/app_list/search/common/webservice_search_provider.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/app_list/search/launcher_search/launcher_search_provider.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/app_sync_ui_state.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/exclusive_access/exclusive_access_bubble.h View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/panels/display_settings_provider.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/panels/panel_mouse_watcher_timer.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/app_list/win/activation_tracker_win.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/autofill/tooltip_icon.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/critical_notification_bubble_view.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/download/download_item_view.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/download/download_item_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +4 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/download/download_item_view_md.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/download/download_item_view_md.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +4 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_view.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/frame/web_contents_close_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/location_bar/zoom_bubble_view.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/tabs/tab_drag_controller.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/tabs/tab_strip.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/toolbar/reload_button.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/about_ui.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/chromeos/login/demo_mode_detector.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/chromeos/login/network_dropdown.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/flash_ui.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/history_ui.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/ntp/new_tab_ui.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/options/sync_setup_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/options/sync_setup_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/upgrade_detector.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/upgrade_detector_impl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/test/base/tracing.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/remoting/waiter.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chromeos/audio/cras_audio_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M chromeos/geolocation/simple_geolocation_request.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chromeos/timezone/timezone_request.h View 1 chunk +1 line, -1 line 0 comments Download
M chromeos/timezone/timezone_resolver.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/autofill/content/browser/risk/fingerprint.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/copresence/copresence_manager_impl.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M components/copresence/handlers/audio/audio_directive_handler_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/copresence/timed_map.h View 1 chunk +1 line, -1 line 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_compression_stats.h View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.h View 1 chunk +1 line, -2 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_experiments_stats.h View 1 chunk +1 line, -1 line 0 comments Download
M components/feedback/feedback_uploader.h View 1 chunk +1 line, -1 line 0 comments Download
M components/history/core/browser/top_sites_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M components/invalidation/impl/registration_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M components/invalidation/impl/ticl_invalidation_service.h View 1 chunk +1 line, -1 line 0 comments Download
M components/metrics/metrics_reporting_scheduler.h View 1 chunk +1 line, -1 line 0 comments Download
M components/omnibox/browser/autocomplete_controller.h View 1 chunk +2 lines, -2 lines 0 comments Download
M components/omnibox/browser/search_provider.h View 1 chunk +1 line, -1 line 0 comments Download
M components/page_load_metrics/renderer/metrics_render_frame_observer.cc View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M components/password_manager/core/browser/affiliated_match_helper.h View 1 chunk +2 lines, -2 lines 0 comments Download
M components/plugins/renderer/loadable_plugin_placeholder.h View 1 chunk +1 line, -1 line 0 comments Download
M components/policy/core/common/remote_commands/remote_commands_queue.h View 1 chunk +1 line, -1 line 0 comments Download
M components/proximity_auth/ble/proximity_auth_ble_system.h View 1 chunk +1 line, -1 line 0 comments Download
M components/proximity_auth/device_to_device_authenticator.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/proximity_auth/remote_device_life_cycle_impl.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M components/rappor/log_uploader.h View 1 chunk +1 line, -1 line 0 comments Download
M components/rappor/rappor_service.h View 1 chunk +1 line, -1 line 0 comments Download
M components/signin/core/browser/account_fetcher_service.h View 1 chunk +1 line, -1 line 0 comments Download
M components/signin/core/browser/child_account_info_fetcher_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M components/signin/core/browser/device_activity_fetcher.h View 1 chunk +1 line, -1 line 0 comments Download
M components/signin/core/browser/gaia_cookie_manager_service.h View 1 2 3 2 chunks +3 lines, -5 lines 0 comments Download
M components/sync_driver/model_association_manager.h View 2 chunks +2 lines, -2 lines 0 comments Download
M components/sync_driver/model_association_manager.cc View 1 chunk +1 line, -2 lines 0 comments Download
M components/sync_driver/sync_stopped_reporter.h View 1 chunk +1 line, -1 line 0 comments Download
M components/update_client/background_downloader_win.h View 1 chunk +1 line, -1 line 0 comments Download
M components/update_client/background_downloader_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/variations/variations_request_scheduler.h View 1 chunk +2 lines, -2 lines 0 comments Download
M components/variations/variations_request_scheduler_mobile.h View 1 chunk +1 line, -1 line 0 comments Download
M components/visitedlink/browser/visitedlink_event_listener.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/appcache/appcache_service_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/appcache/appcache_storage_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/browser_main_loop.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/device_sensors/data_fetcher_shared_memory_base.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/download/download_file_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/download/download_file_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/indexed_db/indexed_db_backing_store.h View 2 chunks +3 lines, -5 lines 0 comments Download
M content/browser/indexed_db/indexed_db_transaction.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/loader/async_resource_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/loader/detachable_resource_handler.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/loader/detachable_resource_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/loader/power_save_block_resource_throttle.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/loader/resource_dispatcher_host_impl.h View 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/loader/resource_dispatcher_host_impl.cc View 1 2 3 4 5 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/loader/resource_dispatcher_host_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/media/audio_stream_monitor.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/media/capture/desktop_capture_device.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/power_profiler/power_profiler_service.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/compositor_impl_android.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/input/gesture_event_queue.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/input/tap_suppression_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/input/timeout_monitor.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_view_base.h View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/websocket_dispatcher_host.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/service_worker/service_worker_version.h View 1 chunk +2 lines, -2 lines 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/background_tracing_rule.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M content/child/npapi/webplugin_delegate_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M content/child/npapi/webplugin_delegate_impl_mac.mm View 1 chunk +1 line, -1 line 0 comments Download
M content/common/gpu/gpu_channel.h View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M content/common/gpu/gpu_channel.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M content/common/gpu/media/android_video_decode_accelerator.h View 1 chunk +1 line, -1 line 0 comments Download
M content/common/gpu/media/android_video_encode_accelerator.h View 1 chunk +1 line, -1 line 0 comments Download
M content/common/gpu/media/video_encode_accelerator_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/renderer/device_sensors/device_sensor_event_pump.h View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/fetchers/resource_fetcher_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/pepper/plugin_instance_throttler_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/render_thread_impl.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/render_view_impl.h View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M content/renderer/resource_fetcher_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/api/alarms/alarm_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/api/cast_channel/cast_socket.cc View 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/api/idle/idle_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/app_window/app_window_geometry_cache.h View 1 chunk +1 line, -1 line 0 comments Download
M extensions/browser/quota_service.h View 1 chunk +1 line, -1 line 0 comments Download
M extensions/renderer/dispatcher.h View 1 chunk +1 line, -1 line 0 comments Download
M extensions/renderer/dispatcher.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M extensions/shell/browser/shell_network_controller_chromeos.h View 1 chunk +1 line, -1 line 0 comments Download
M google_apis/gaia/oauth2_token_service.cc View 1 chunk +1 line, -1 line 0 comments Download
M google_apis/gaia/ubertoken_fetcher.h View 1 chunk +1 line, -1 line 0 comments Download
M google_apis/gcm/engine/connection_handler_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M jingle/notifier/communicator/login.h View 1 chunk +1 line, -1 line 0 comments Download
M media/audio/agc_audio_stream.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M media/audio/audio_output_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M media/audio/audio_output_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M media/audio/audio_output_dispatcher_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M media/base/android/media_player_bridge.h View 1 chunk +1 line, -1 line 0 comments Download
M media/blink/skcanvas_video_renderer.h View 1 chunk +1 line, -1 line 0 comments Download
M media/cast/test/receiver.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M media/mojo/services/mojo_renderer_service.h View 1 chunk +1 line, -1 line 0 comments Download
M net/base/network_change_notifier.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M net/base/network_change_notifier_win.h View 1 chunk +1 line, -1 line 0 comments Download
M net/cert_net/cert_net_fetcher_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/blockfile/backend_impl.h View 2 chunks +2 lines, -2 lines 0 comments Download
M net/disk_cache/blockfile/backend_impl.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/disk_cache/blockfile/backend_impl_v3.h View 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/blockfile/backend_impl_v3.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/blockfile/backend_worker_v3.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/disk_cache_test_util.h View 1 chunk +1 line, -1 line 0 comments Download
M net/disk_cache/simple/simple_index.h View 1 chunk +1 line, -1 line 0 comments Download
M net/dns/dns_config_service.h View 1 chunk +1 line, -1 line 0 comments Download
M net/dns/dns_transaction.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_response_body_drainer.h View 1 chunk +1 line, -1 line 0 comments Download
M net/http/http_server_properties_manager.h View 2 chunks +2 lines, -4 lines 0 comments Download
M net/http/http_server_properties_manager.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M net/proxy/dhcp_proxy_script_adapter_fetcher_win.h View 1 chunk +1 line, -1 line 0 comments Download
M net/proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/proxy/dhcp_proxy_script_fetcher_win.h View 1 chunk +1 line, -1 line 0 comments Download
M net/proxy/dhcp_proxy_script_fetcher_win_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M net/proxy/proxy_config_service_linux.cc View 6 chunks +13 lines, -15 lines 0 comments Download
M net/proxy/proxy_script_decider.h View 2 chunks +2 lines, -2 lines 0 comments Download
M net/socket/client_socket_pool_base.h View 3 chunks +3 lines, -3 lines 0 comments Download
M net/socket/transport_client_socket_pool.h View 1 chunk +1 line, -1 line 0 comments Download
M net/socket/websocket_transport_client_socket_pool.h View 1 chunk +1 line, -1 line 0 comments Download
M net/url_request/url_fetcher_core.h View 1 chunk +1 line, -2 lines 0 comments Download
M net/url_request/url_fetcher_core.cc View 1 chunk +1 line, -2 lines 0 comments Download
M net/websockets/websocket_channel.h View 1 chunk +1 line, -1 line 0 comments Download
M remoting/client/plugin/chromoting_instance.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/audio_capturer_win.h View 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/audio_capturer_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/cast_extension_session.h View 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/cast_video_capturer_adapter.h View 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/cast_video_capturer_adapter.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/chromeos/clipboard_aura.h View 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/client_session.h View 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/clipboard_mac.mm View 2 chunks +2 lines, -2 lines 0 comments Download
M remoting/host/config_file_watcher.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M remoting/host/continue_window.h View 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/host/desktop_session_win.h View 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/heartbeat_sender.h View 2 chunks +3 lines, -3 lines 0 comments Download
M remoting/host/linux/audio_pipe_reader.h View 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/oauth_token_getter_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/oauth_token_getter_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/resizing_host_observer.h View 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/setup/me2me_native_messaging_host.h View 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/setup/win/auth_code_getter.h View 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/signaling_connector.h View 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/win/worker_process_launcher.h View 3 chunks +3 lines, -3 lines 0 comments Download
M remoting/protocol/jingle_session.h View 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/libjingle_transport_factory.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/monitored_video_stub.h View 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/monitored_video_stub_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/performance_tracker.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/pseudotcp_adapter.cc View 1 chunk +1 line, -1 line 0 comments Download
M storage/browser/quota/quota_database.h View 1 chunk +1 line, -1 line 0 comments Download
M storage/browser/quota/quota_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M storage/browser/quota/quota_temporary_storage_evictor.h View 1 chunk +2 lines, -2 lines 0 comments Download
M storage/browser/quota/storage_monitor.h View 1 chunk +1 line, -1 line 0 comments Download
M sync/engine/sync_scheduler_impl.h View 3 chunks +4 lines, -4 lines 0 comments Download
M ui/accelerated_widget_mac/io_surface_layer.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/app_list/search_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/app_list/views/app_list_item_view.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/app_list/views/app_list_main_view.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/app_list/views/app_list_main_view_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/app_list/views/apps_grid_view.h View 2 chunks +4 lines, -4 lines 0 comments Download
M ui/app_list/views/pulsing_block_view.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/base/x/selection_owner.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/base/x/selection_requestor.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/chromeos/ime/infolist_window.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/chromeos/ime/mode_indicator_view.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/chromeos/touch_exploration_controller.h View 1 chunk +3 lines, -3 lines 0 comments Download
M ui/display/chromeos/display_configurator.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/events/gesture_detection/gesture_detector.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/events/ozone/evdev/libgestures_glue/gesture_timer_provider.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/gfx/animation/animation_container.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/gfx/screen_mac.mm View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/message_center/message_center_impl.h View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M ui/message_center/message_center_impl.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M ui/message_center/popup_timer.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M ui/message_center/popup_timer.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M ui/message_center/views/message_popup_collection.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/message_center/views/message_popup_collection.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/ozone/demo/software_renderer.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/ozone/platform/drm/gpu/drm_window.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/menu/menu_controller.h View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/controls/menu/menu_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/textfield/textfield.h View 3 chunks +3 lines, -3 lines 0 comments Download
M ui/views/controls/throbber.h View 2 chunks +3 lines, -3 lines 0 comments Download
M ui/views/controls/throbber.cc View 1 2 3 4 5 6 2 chunks +4 lines, -2 lines 0 comments Download
M ui/views/corewm/tooltip_controller.h View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/repeat_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/touchui/touch_selection_controller_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.h View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/views/widget/desktop_aura/desktop_screen_x11.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/widget/desktop_aura/desktop_screen_x11.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 74 (37 generated)
danakj
Today I asked myself "Why is OneShotTimer templated?" It appears to be for no reason. ...
5 years, 3 months ago (2015-09-22 00:47:41 UTC) #1
danakj
The patch is just a regex to drop the <T> from call sites, with these ...
5 years, 3 months ago (2015-09-22 00:49:28 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1355063004/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1355063004/60001
5 years, 3 months ago (2015-09-22 00:56:43 UTC) #4
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/116124)
5 years, 3 months ago (2015-09-22 01:04:04 UTC) #6
Nico
rad! lgtm https://codereview.chromium.org/1355063004/diff/60001/base/timer/timer.h File base/timer/timer.h (right): https://codereview.chromium.org/1355063004/diff/60001/base/timer/timer.h#newcode212 base/timer/timer.h:212: BaseTimerMethodPointer(bool repeats) : Timer(repeats, repeats) {} nit: ...
5 years, 3 months ago (2015-09-22 01:16:22 UTC) #7
Nico
(once it builds :-) )
5 years, 3 months ago (2015-09-22 01:16:52 UTC) #8
danakj
On 2015/09/22 01:16:52, Nico (traveling Tue Sep 22) wrote: > (once it builds :-) ) ...
5 years, 3 months ago (2015-09-22 18:28:03 UTC) #9
danakj
https://codereview.chromium.org/1355063004/diff/60001/base/timer/timer.h File base/timer/timer.h (right): https://codereview.chromium.org/1355063004/diff/60001/base/timer/timer.h#newcode212 base/timer/timer.h:212: BaseTimerMethodPointer(bool repeats) : Timer(repeats, repeats) {} On 2015/09/22 01:16:22, ...
5 years, 3 months ago (2015-09-22 18:31:14 UTC) #10
danakj
TBR'ing sky/brettw since this touches... pretty much every file in chrome, but it's mechanical outside ...
5 years, 3 months ago (2015-09-22 18:53:56 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1355063004/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1355063004/100001
5 years, 3 months ago (2015-09-22 18:57:25 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/66007)
5 years, 3 months ago (2015-09-22 19:14:55 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1355063004/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1355063004/120001
5 years, 3 months ago (2015-09-22 19:55:43 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_compile_dbg_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg_ng/builds/100991)
5 years, 3 months ago (2015-09-22 20:18:37 UTC) #23
brettw
I looked at exactly one file and it seemed like an improvement. LGTM :)
5 years, 3 months ago (2015-09-22 21:11:45 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1355063004/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1355063004/140001
5 years, 3 months ago (2015-09-22 21:12:43 UTC) #28
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/102641)
5 years, 3 months ago (2015-09-22 21:25:24 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1355063004/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1355063004/160001
5 years, 3 months ago (2015-09-22 22:06:04 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1355063004/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1355063004/180001
5 years, 3 months ago (2015-09-22 22:11:58 UTC) #36
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_compile_dbg_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_compile_dbg_ng/builds/86295)
5 years, 3 months ago (2015-09-22 23:50:29 UTC) #38
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1355063004/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1355063004/200001
5 years, 3 months ago (2015-09-23 00:21:19 UTC) #41
Nico
https://codereview.chromium.org/1355063004/diff/200001/base/timer/timer.h File base/timer/timer.h (right): https://codereview.chromium.org/1355063004/diff/200001/base/timer/timer.h#newcode257 base/timer/timer.h:257: BASE_EXPORT DelayTimer(const tracked_objects::Location& posted_from, Huh, that's really needed? Surprising, ...
5 years, 3 months ago (2015-09-23 00:21:25 UTC) #42
commit-bot: I haz the power
Try jobs failed on following builders: win8_chromium_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win8_chromium_ng/builds/44210)
5 years, 3 months ago (2015-09-23 01:41:15 UTC) #44
danakj
https://codereview.chromium.org/1355063004/diff/200001/base/timer/timer.h File base/timer/timer.h (right): https://codereview.chromium.org/1355063004/diff/200001/base/timer/timer.h#newcode257 base/timer/timer.h:257: BASE_EXPORT DelayTimer(const tracked_objects::Location& posted_from, On 2015/09/23 00:21:25, Nico (traveling ...
5 years, 3 months ago (2015-09-23 19:00:32 UTC) #45
danakj
Darn, no luck. This is related to https://code.google.com/p/chromium/issues/detail?id=441916 clang-plugin ignores this class right now because ...
5 years, 3 months ago (2015-09-23 19:59:08 UTC) #46
danakj
On 2015/09/23 19:59:08, danakj wrote: > Darn, no luck. This is related to > https://code.google.com/p/chromium/issues/detail?id=441916 ...
5 years, 3 months ago (2015-09-23 21:02:47 UTC) #51
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1355063004/240001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1355063004/240001
5 years, 3 months ago (2015-09-23 21:04:22 UTC) #52
danakj
It builds! http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_compile_dbg_ng/builds/86698
5 years, 3 months ago (2015-09-23 22:14:45 UTC) #55
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1355063004/240001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1355063004/240001
5 years, 3 months ago (2015-09-23 22:16:12 UTC) #56
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/117063)
5 years, 3 months ago (2015-09-23 22:30:58 UTC) #58
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1355063004/240001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1355063004/240001
5 years, 3 months ago (2015-09-23 22:38:06 UTC) #60
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/106868)
5 years, 3 months ago (2015-09-23 23:07:25 UTC) #62
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1355063004/240001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1355063004/240001
5 years, 3 months ago (2015-09-23 23:11:12 UTC) #64
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1355063004/260001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1355063004/260001
5 years, 3 months ago (2015-09-23 23:41:47 UTC) #67
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/107018)
5 years, 3 months ago (2015-09-24 00:16:55 UTC) #69
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1355063004/280001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1355063004/280001
5 years, 3 months ago (2015-09-24 00:38:39 UTC) #72
commit-bot: I haz the power
Committed patchset #14 (id:280001)
5 years, 3 months ago (2015-09-24 07:53:13 UTC) #73
commit-bot: I haz the power
5 years, 3 months ago (2015-09-24 07:53:54 UTC) #74
Message was sent while issue was closed.
Patchset 14 (id:??) landed as
https://crrev.com/8c3eb804c56b7173f00e58e040f47fe867dabda7
Cr-Commit-Position: refs/heads/master@{#350496}

Powered by Google App Engine
This is Rietveld 408576698