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

Issue 2615083002: DevTools: setImmediate polyfill should handle arguments (Closed)

Created:
3 years, 11 months ago by paulirish
Modified:
3 years, 11 months ago
Reviewers:
pfeldman, PhistucK
CC:
apavlov+blink_chromium.org, blink-reviews, caseq+blink_chromium.org, chromium-reviews, devtools-reviews_chromium.org, kozyatinskiy+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

DevTools: setImmediate polyfill should handle arguments BUG=678722 Review-Url: https://codereview.chromium.org/2615083002 Cr-Commit-Position: refs/heads/master@{#442049} Committed: https://chromium.googlesource.com/chromium/src/+/901cf165f79e89e6e041cc413e1b47e20a8fe898

Patch Set 1 #

Total comments: 1

Patch Set 2 : _ => () #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M third_party/WebKit/Source/devtools/front_end/platform/utilities.js View 1 1 chunk +2 lines, -1 line 1 comment Download

Messages

Total messages: 16 (10 generated)
paulirish
PTAL
3 years, 11 months ago (2017-01-05 20:12:24 UTC) #2
pfeldman
lgtm https://codereview.chromium.org/2615083002/diff/1/third_party/WebKit/Source/devtools/front_end/platform/utilities.js File third_party/WebKit/Source/devtools/front_end/platform/utilities.js (right): https://codereview.chromium.org/2615083002/diff/1/third_party/WebKit/Source/devtools/front_end/platform/utilities.js#newcode1371 third_party/WebKit/Source/devtools/front_end/platform/utilities.js:1371: Promise.resolve().then(_ => callback(...args)); nit: () =>
3 years, 11 months ago (2017-01-06 00:08:51 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2615083002/20001
3 years, 11 months ago (2017-01-06 18:54:20 UTC) #10
commit-bot: I haz the power
Committed patchset #2 (id:20001) as https://chromium.googlesource.com/chromium/src/+/901cf165f79e89e6e041cc413e1b47e20a8fe898
3 years, 11 months ago (2017-01-06 21:07:14 UTC) #13
PhistucK
Also, why not switch to requestIdleCallback? https://codereview.chromium.org/2615083002/diff/20001/third_party/WebKit/Source/devtools/front_end/platform/utilities.js File third_party/WebKit/Source/devtools/front_end/platform/utilities.js (right): https://codereview.chromium.org/2615083002/diff/20001/third_party/WebKit/Source/devtools/front_end/platform/utilities.js#newcode1369 third_party/WebKit/Source/devtools/front_end/platform/utilities.js:1369: self.setImmediate = function(callback) ...
3 years, 11 months ago (2017-01-07 11:29:29 UTC) #15
pfeldman
3 years, 11 months ago (2017-01-09 22:05:05 UTC) #16
Message was sent while issue was closed.
setImmediate and requestIdleCallback have different semantics.

Powered by Google App Engine
This is Rietveld 408576698