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

Issue 1361803003: Clamp resolution of requestIdleCallback timeRemaining() to 5us. (Closed)

Created:
5 years, 3 months ago by rmcilroy
Modified:
5 years, 2 months ago
Reviewers:
igrigorik, esprehn
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@rIC_histograms
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Clamp resolution of requestIdleCallback timeRemaining() to 5us. BUG=532260, 514651 Committed: https://crrev.com/a732b113dd01d00aca7376b61ac20a6126cee3de Cr-Commit-Position: refs/heads/master@{#350809}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Address review comments. #

Patch Set 3 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -3 lines) Patch
M third_party/WebKit/Source/core/dom/IdleDeadline.cpp View 1 2 chunks +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/timing/PerformanceBase.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/timing/PerformanceBase.cpp View 1 2 1 chunk +8 lines, -2 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 24 (8 generated)
rmcilroy
Elliott, could you take a look please? Thanks.
5 years, 3 months ago (2015-09-24 21:30:33 UTC) #3
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1361803003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1361803003/1
5 years, 3 months ago (2015-09-24 21:32:45 UTC) #4
esprehn
https://codereview.chromium.org/1361803003/diff/1/third_party/WebKit/Source/core/dom/IdleDeadline.cpp File third_party/WebKit/Source/core/dom/IdleDeadline.cpp (right): https://codereview.chromium.org/1361803003/diff/1/third_party/WebKit/Source/core/dom/IdleDeadline.cpp#newcode24 third_party/WebKit/Source/core/dom/IdleDeadline.cpp:24: const double resolutionSeconds = 0.000005; This is just duplicating ...
5 years, 3 months ago (2015-09-24 21:33:06 UTC) #5
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_gn_rel on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_gn_rel/builds/8963)
5 years, 3 months ago (2015-09-24 21:48:22 UTC) #7
rmcilroy
https://codereview.chromium.org/1361803003/diff/1/third_party/WebKit/Source/core/dom/IdleDeadline.cpp File third_party/WebKit/Source/core/dom/IdleDeadline.cpp (right): https://codereview.chromium.org/1361803003/diff/1/third_party/WebKit/Source/core/dom/IdleDeadline.cpp#newcode24 third_party/WebKit/Source/core/dom/IdleDeadline.cpp:24: const double resolutionSeconds = 0.000005; On 2015/09/24 21:33:06, esprehn ...
5 years, 3 months ago (2015-09-24 22:53:18 UTC) #9
esprehn
On 2015/09/24 at 22:53:18, rmcilroy wrote: > https://codereview.chromium.org/1361803003/diff/1/third_party/WebKit/Source/core/dom/IdleDeadline.cpp > File third_party/WebKit/Source/core/dom/IdleDeadline.cpp (right): > > https://codereview.chromium.org/1361803003/diff/1/third_party/WebKit/Source/core/dom/IdleDeadline.cpp#newcode24 ...
5 years, 3 months ago (2015-09-24 22:54:39 UTC) #11
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1361803003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1361803003/20001
5 years, 3 months ago (2015-09-24 22:54:46 UTC) #12
commit-bot: I haz the power
Dry run: 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/45300) win_chromium_x64_rel_ng on ...
5 years, 3 months ago (2015-09-24 23:02:01 UTC) #14
rmcilroy
> > By this do you mean the likes of PerformanceTimer, PerformanceUserTiming, > ResourceTimingInfo, etc? ...
5 years, 3 months ago (2015-09-24 23:16:09 UTC) #15
esprehn
lgtm
5 years, 3 months ago (2015-09-24 23:27:30 UTC) #16
esprehn
On 2015/09/24 at 23:27:30, esprehn wrote: > lgtm Should we move the * 1000 in ...
5 years, 3 months ago (2015-09-24 23:27:37 UTC) #17
igrigorik
On 2015/09/24 22:54:39, esprehn wrote: > On 2015/09/24 at 22:53:18, rmcilroy wrote: > > By ...
5 years, 3 months ago (2015-09-24 23:46:15 UTC) #18
rmcilroy
On 2015/09/24 23:27:37, esprehn wrote: > On 2015/09/24 at 23:27:30, esprehn wrote: > > lgtm ...
5 years, 2 months ago (2015-09-25 10:18:58 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1361803003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1361803003/40001
5 years, 2 months ago (2015-09-25 10:20:45 UTC) #22
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 2 months ago (2015-09-25 12:38:12 UTC) #23
commit-bot: I haz the power
5 years, 2 months ago (2015-09-25 12:39:12 UTC) #24
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/a732b113dd01d00aca7376b61ac20a6126cee3de
Cr-Commit-Position: refs/heads/master@{#350809}

Powered by Google App Engine
This is Rietveld 408576698