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

Issue 613163006: Made SuspendableTimer smaller (removed redudant m_active field) (Closed)

Created:
6 years, 2 months ago by João Eiras
Modified:
6 years, 2 months ago
CC:
blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Made SuspendableTimer smaller (removed redudant m_active field) And fixed the FIXME in SuspendableTimer::resume() Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=183986

Patch Set 1 #

Patch Set 2 : #

Total comments: 1

Patch Set 3 : Extra comment. #

Patch Set 4 : m_nextFireInterval can be zero if the timer is active #

Total comments: 2

Patch Set 5 : Use -1 for invalid value. #

Total comments: 2

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -8 lines) Patch
M Source/core/frame/SuspendableTimer.h View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/frame/SuspendableTimer.cpp View 1 2 3 4 5 4 chunks +15 lines, -7 lines 0 comments Download

Messages

Total messages: 16 (5 generated)
João Eiras
6 years, 2 months ago (2014-10-02 14:12:52 UTC) #2
João Eiras
Hum, do you think this small CL should have an associated issue ?
6 years, 2 months ago (2014-10-02 14:13:25 UTC) #3
Mike West
Drive-by LGTM with one comment. https://codereview.chromium.org/613163006/diff/20001/Source/core/frame/SuspendableTimer.cpp File Source/core/frame/SuspendableTimer.cpp (right): https://codereview.chromium.org/613163006/diff/20001/Source/core/frame/SuspendableTimer.cpp#newcode77 Source/core/frame/SuspendableTimer.cpp:77: // start() was called ...
6 years, 2 months ago (2014-10-04 16:58:49 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/613163006/40001
6 years, 2 months ago (2014-10-06 12:25:36 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: linux_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/linux_blink_rel/builds/27843)
6 years, 2 months ago (2014-10-06 13:32:18 UTC) #9
João Eiras
https://codereview.chromium.org/613163006/diff/60001/Source/core/frame/SuspendableTimer.cpp File Source/core/frame/SuspendableTimer.cpp (right): https://codereview.chromium.org/613163006/diff/60001/Source/core/frame/SuspendableTimer.cpp#newcode35 Source/core/frame/SuspendableTimer.cpp:35: const double kNextFireIntervalInvalid = -DBL_MAX; m_nextFireInterval could be zero ...
6 years, 2 months ago (2014-10-17 16:04:10 UTC) #10
Mike West
https://codereview.chromium.org/613163006/diff/60001/Source/core/frame/SuspendableTimer.cpp File Source/core/frame/SuspendableTimer.cpp (right): https://codereview.chromium.org/613163006/diff/60001/Source/core/frame/SuspendableTimer.cpp#newcode35 Source/core/frame/SuspendableTimer.cpp:35: const double kNextFireIntervalInvalid = -DBL_MAX; On 2014/10/17 16:04:10, João ...
6 years, 2 months ago (2014-10-18 09:06:43 UTC) #11
João Eiras
On 2014/10/18 09:06:43, Mike West wrote: > https://codereview.chromium.org/613163006/diff/60001/Source/core/frame/SuspendableTimer.cpp > File Source/core/frame/SuspendableTimer.cpp (right): > > https://codereview.chromium.org/613163006/diff/60001/Source/core/frame/SuspendableTimer.cpp#newcode35 ...
6 years, 2 months ago (2014-10-20 09:40:23 UTC) #12
Mike West
LGTM if you make the two changes I've suggested inline. https://codereview.chromium.org/613163006/diff/80001/Source/core/frame/SuspendableTimer.cpp File Source/core/frame/SuspendableTimer.cpp (right): https://codereview.chromium.org/613163006/diff/80001/Source/core/frame/SuspendableTimer.cpp#newcode70 ...
6 years, 2 months ago (2014-10-20 10:13:52 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/613163006/100001
6 years, 2 months ago (2014-10-20 13:31:26 UTC) #15
commit-bot: I haz the power
6 years, 2 months ago (2014-10-20 14:35:41 UTC) #16
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as 183986

Powered by Google App Engine
This is Rietveld 408576698