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

Issue 9233018: Convert use of int ms to TimeDelta in files owned by brettw. (Closed)

Created:
8 years, 11 months ago by Ted Vessenes
Modified:
8 years, 11 months ago
Reviewers:
brettw
CC:
chromium-reviews, cbentzel+watch_chromium.org, jam, sadrul, tfarina, yoshiki+watch_chromium.org, mihaip+watch_chromium.org, dpranke-watch+content_chromium.org, joi+watch-content_chromium.org, Aaron Boodman, darin-cc_chromium.org, brettw-cc_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Convert use of int ms to TimeDelta in files owned by brettw. BUG=108171 TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=119321

Patch Set 1 #

Patch Set 2 : Rebase onto latest master. #

Patch Set 3 : Revert changes in content/plugin. #

Patch Set 4 : Rebase onto master. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+146 lines, -109 lines) Patch
M base/message_loop_proxy_impl.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M base/timer.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/feedback/feedback_util.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/browser/google/google_url_tracker.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/history/expire_history_backend.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/history/history_backend.cc View 2 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/history/redirect_uitest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/history/text_database_manager.cc View 5 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/images_uitest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/intranet_redirect_detector.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/media_uitest.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M chrome/browser/omnibox_search_hint.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/process_singleton_linux.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/renderer_host/web_cache_manager.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/safe_browsing/client_side_detection_service.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_service.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/service/service_process_control.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/task_manager/task_manager.cc View 3 chunks +11 lines, -6 lines 0 comments Download
M chrome/browser/translate/translate_manager.h View 3 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/translate/translate_manager.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/unload_uitest.cc View 3 chunks +7 lines, -5 lines 0 comments Download
M chrome/browser/visitedlink/visitedlink_unittest.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/browser/web_resource/promo_resource_service.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/web_resource/web_resource_service.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/important_file_writer_unittest.cc View 3 chunks +12 lines, -6 lines 0 comments Download
M chrome/common/profiling.cc View 1 2 3 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/common/service_process_util_unittest.cc View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/common/worker_thread_ticker.h View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/common/worker_thread_ticker.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/worker_thread_ticker_unittest.cc View 1 chunk +5 lines, -3 lines 0 comments Download
M chrome/renderer/about_handler.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/renderer/chrome_render_process_observer.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/renderer/chrome_render_view_observer.cc View 1 2 3 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/renderer/extensions/user_script_idle_scheduler.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/net/renderer_net_predictor.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/renderer/translate_helper.cc View 4 chunks +13 lines, -7 lines 0 comments Download
M content/browser/browser_child_process_host_impl.cc View 1 2 3 1 chunk +3 lines, -2 lines 0 comments Download
M content/browser/browser_thread_impl.cc View 1 2 3 1 chunk +3 lines, -2 lines 0 comments Download
M content/browser/gamepad/gamepad_provider.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/resource_dispatcher_host_uitest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/ppapi_plugin/broker_process_dispatcher.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/ppapi_plugin/plugin_process_dispatcher.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/renderer/load_progress_tracker.cc View 2 chunks +5 lines, -3 lines 0 comments Download
M content/renderer/render_widget.cc View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M dbus/test_service.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 13 (0 generated)
Ted Vessenes
I looked into what caused the crash that required a revert before. It seems to ...
8 years, 11 months ago (2012-01-20 21:25:19 UTC) #1
brettw
LGTM rubberstamp
8 years, 11 months ago (2012-01-21 01:49:39 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tedvessenes@gmail.com/9233018/1
8 years, 11 months ago (2012-01-22 16:49:57 UTC) #3
commit-bot: I haz the power
Can't process patch for file content/plugin/plugin_channel.cc. File's status is None, patchset upload is incomplete.
8 years, 11 months ago (2012-01-22 16:50:04 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tedvessenes@gmail.com/9233018/6001
8 years, 11 months ago (2012-01-22 17:24:08 UTC) #5
commit-bot: I haz the power
Can't process patch for file content/plugin/plugin_channel.cc. File's status is None, patchset upload is incomplete.
8 years, 11 months ago (2012-01-22 17:24:14 UTC) #6
Ted Vessenes
On 2012/01/22 17:24:14, I haz the power (commit-bot) wrote: > Can't process patch for file ...
8 years, 11 months ago (2012-01-22 18:06:47 UTC) #7
brettw
Nope, sorry.
8 years, 11 months ago (2012-01-22 18:08:10 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/9233018/9002
8 years, 11 months ago (2012-01-22 18:14:09 UTC) #9
Ted Vessenes
On 2012/01/22 18:08:10, brettw wrote: > Nope, sorry. For now I just reverted the changes ...
8 years, 11 months ago (2012-01-22 18:14:35 UTC) #10
commit-bot: I haz the power
Try job failure for 9233018-9002 (retry) (retry) on linux_rel for step "net_unittests" (clobber build). It's ...
8 years, 11 months ago (2012-01-22 19:45:08 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tedvessenes@gmail.com/9233018/12001
8 years, 11 months ago (2012-01-26 20:38:15 UTC) #12
commit-bot: I haz the power
8 years, 11 months ago (2012-01-27 00:45:35 UTC) #13
Change committed as 119321

Powered by Google App Engine
This is Rietveld 408576698