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

Issue 2080563003: (Merge m52) Fix a bug with throttling and timer queue suspension (Closed)

Created:
4 years, 6 months ago by alex clarke (OOO till 29th)
Modified:
4 years, 6 months ago
Reviewers:
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@2743
Target Ref:
refs/pending/branch-heads/2743
Project:
chromium
Visibility:
Public.

Description

(Merge m52) Fix a bug with throttling and timer queue suspension Both the ThrottlingHelper and timer queue suspension (via SuspendTimerQueue/ResumeTimerQueue and SuspendTimerQueueWhenBackgrounded / ResumeTimerQueueWhenForegrounded) call TaskQueue::SetEnabled and it was possible for the ThrottlingHelper to re-enable a suspended queue by mistake. This patch prevents that from happening. BUG=616052 Review-Url: https://codereview.chromium.org/2028433004 Cr-Commit-Position: refs/heads/master@{#397437} (cherry picked from commit 22ca5b9bce1453364fdb32979af7175ccf234e15)

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+167 lines, -12 lines) Patch
M components/scheduler/renderer/renderer_scheduler_impl.cc View 5 chunks +15 lines, -5 lines 0 comments Download
M components/scheduler/renderer/renderer_scheduler_impl_unittest.cc View 1 chunk +61 lines, -0 lines 0 comments Download
M components/scheduler/renderer/throttling_helper.h View 2 chunks +18 lines, -1 line 0 comments Download
M components/scheduler/renderer/throttling_helper.cc View 3 chunks +25 lines, -5 lines 0 comments Download
M components/scheduler/renderer/throttling_helper_unittest.cc View 2 chunks +48 lines, -1 line 0 comments Download

Messages

Total messages: 1 (0 generated)
alex clarke (OOO till 29th)
4 years, 6 months ago (2016-06-20 17:22:39 UTC) #1
Message was sent while issue was closed.
Committed patchset #1 (id:1) to pending queue manually as
4d2936fe75fce2a1fe1e8af63da34a7898d0a5dd.

Powered by Google App Engine
This is Rietveld 408576698