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

Issue 2679083002: [Merge to M57] Scheduler: Enqueue non-JS-timer tasks into the unthrottled task runner (Closed)

Created:
3 years, 10 months ago by nhiroki
Modified:
3 years, 10 months ago
Reviewers:
CC:
chromium-reviews
Target Ref:
refs/pending/branch-heads/2987
Project:
chromium
Visibility:
Public.

Description

[Merge to M57] Scheduler: Enqueue non-JS-timer tasks into the unthrottled task runner We found throttling some of non-JS-timer tasks may break existing web pages, so this CL tentatively makes them unthrottled. In addition, this CL switches a task type for PostMessageTimer from TaskType::Timer to TaskType::PostedMessage because the timer is used only for performing postMessage() and actually not used as a JS timer. BUG=684947 Review-Url: https://codereview.chromium.org/2669883003 Cr-Commit-Position: refs/heads/master@{#448173} (cherry picked from commit 04055dd2786e27cde8d210b68e7a726fab6d0c42) Review-Url: https://codereview.chromium.org/2679083002 . Cr-Commit-Position: refs/branch-heads/2987@{#359} Cr-Branched-From: ad51088c0e8776e8dcd963dbe752c4035ba6dab6-refs/heads/master@{#444943} Committed: https://chromium.googlesource.com/chromium/src/+/91f69c5c73122c96f0690490d09b176526bf975b

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -8 lines) Patch
M third_party/WebKit/Source/core/dom/TaskRunnerHelper.cpp View 2 chunks +12 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (1 generated)
nhiroki
3 years, 10 months ago (2017-02-07 11:05:34 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
91f69c5c73122c96f0690490d09b176526bf975b.

Powered by Google App Engine
This is Rietveld 408576698