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

Issue 10026013: Update use of TimeDelta in chrome/browser/*, ui/views/*, and other places. (Closed)

Created:
8 years, 8 months ago by Ted Vessenes
Modified:
8 years, 7 months ago
CC:
chromium-reviews, asanka, MAD, sadrul, nkostylev+watch_chromium.org, ben+watch_chromium.org, yusukes+watch_chromium.org, Ilya Sherman, Randy Smith (Not in Mondays), mihaip+watch_chromium.org, dcheng, cbentzel+watch_chromium.org, Aaron Boodman, rginda+watch_chromium.org, darin-cc_chromium.org, penghuang+watch_chromium.org, tfarina, James Su, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Update use of TimeDelta in chrome/browser/*, ui/views/*, and other places. R=ben@chromium.org BUG=108171 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=137682

Patch Set 1 #

Patch Set 2 : Remove debug comment. #

Total comments: 1

Patch Set 3 : Fix nit. #

Patch Set 4 : Rebase onto master. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+86 lines, -69 lines) Patch
M ash/wm/workspace/multi_window_resize_controller.cc View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M base/process_util_linux.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/app_controller_mac.mm View 1 2 3 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/audio/audio_mixer_alsa.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/boot_times_loader.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_browser_event_router.cc View 1 2 3 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_browser_notifications.h View 3 chunks +5 lines, -6 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_browser_notifications.cc View 3 chunks +10 lines, -11 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_browser_notifications_browsertest.cc View 1 2 3 7 chunks +13 lines, -8 lines 0 comments Download
M chrome/browser/chromeos/external_metrics.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/kiosk_mode/kiosk_mode_settings.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/net/network_change_notifier_chromeos.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/web_socket_proxy_controller.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/debugger/devtools_sanity_browsertest.cc View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/geolocation/wifi_data_provider_chromeos.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/browser_actions_container.cc View 1 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/ui/views/download/download_item_view.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/download/download_shelf_view.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/views/extensions/extension_installed_bubble.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/status_bubble_views.cc View 1 7 chunks +8 lines, -8 lines 0 comments Download
M ui/aura/root_window.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/button/button_dropdown.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/textfield/native_textfield_views.cc View 1 2 3 2 chunks +3 lines, -2 lines 0 comments Download
M ui/views/mouse_watcher.h View 3 chunks +5 lines, -2 lines 0 comments Download
M ui/views/mouse_watcher.cc View 2 chunks +5 lines, -4 lines 0 comments Download
M ui/views/widget/aero_tooltip_manager.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M ui/views/widget/tooltip_manager_win.cc View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 10 (0 generated)
Ted Vessenes
8 years, 8 months ago (2012-04-09 02:31:43 UTC) #1
Ben Goodger (Google)
lgtm
8 years, 8 months ago (2012-04-09 19:28:49 UTC) #2
Ted Vessenes
On 2012/04/09 19:28:49, Ben Goodger (Google) wrote: > lgtm I'm getting try bot failures on ...
8 years, 8 months ago (2012-04-09 23:30:36 UTC) #3
Ted Vessenes
jar@chromium.org: Please review base/process_util_linux.cc. That block of code triggered once and I figured that as ...
8 years, 7 months ago (2012-05-15 01:49:08 UTC) #4
Ilya Sherman
https://chromiumcodereview.appspot.com/10026013/diff/22003/base/process_util_linux.cc File base/process_util_linux.cc (right): https://chromiumcodereview.appspot.com/10026013/diff/22003/base/process_util_linux.cc#newcode79 base/process_util_linux.cc:79: << "'\n"; nit: No need for the trailing "\n" ...
8 years, 7 months ago (2012-05-15 05:30:01 UTC) #5
jar (doing other things)
Base change LGTM. I only did a skimming of the changes to use TimeDelta elsewhere, ...
8 years, 7 months ago (2012-05-15 18:37:51 UTC) #6
Ted Vessenes
Do you have an opinion on labeling the InspectSharedWorker test flaky on windows releases? I'm ...
8 years, 7 months ago (2012-05-15 18:40:23 UTC) #7
jar (doing other things)
Looking at the source for that test... it looks to be heavily marked up as ...
8 years, 7 months ago (2012-05-15 19:03:24 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tedvessenes@gmail.com/10026013/27031
8 years, 7 months ago (2012-05-17 15:51:42 UTC) #9
commit-bot: I haz the power
8 years, 7 months ago (2012-05-17 17:47:41 UTC) #10
Change committed as 137682

Powered by Google App Engine
This is Rietveld 408576698