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

Issue 2570263002: DevTools: introduce API for the Common.FormatterWorkerPool. (Closed)

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

Description

DevTools: introduce API for the Common.FormatterWorkerPool. Currently, the Common.FormatterWorkerPool provides two methods: - runTask - runChunkedTask This is very low-level. In fact, FormatterWorkerPool is a front-end for formatter workers; it makes sense to introduce an API which will describe functionality of the worker. BUG=none R=dgozman Committed: https://crrev.com/04bdec650bdff2140ab3f7154a63d52d97318c53 Cr-Commit-Position: refs/heads/master@{#438699}

Patch Set 1 #

Patch Set 2 : nit #

Patch Set 3 : rebaseline #

Total comments: 12

Patch Set 4 : address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+246 lines, -183 lines) Patch
M third_party/WebKit/LayoutTests/inspector/network/network-json-parser.html View 1 2 3 3 chunks +2 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger/extract-javascript-identifiers.html View 1 chunk +2 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/audits/AuditRules.js View 6 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/common/FormatterWorkerPool.js View 1 2 3 4 chunks +193 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/formatter_worker/FormatterWorker.js View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/network/JSONView.js View 1 2 3 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sass/SASSSupport.js View 1 2 3 1 chunk +5 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sdk/CSSParser.js View 6 chunks +10 lines, -77 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/JavaScriptOutlineDialog.js View 1 2 3 3 chunks +5 lines, -29 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/ScriptFormatter.js View 1 2 3 5 chunks +10 lines, -25 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/SourceMapNamesResolver.js View 3 chunks +4 lines, -13 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 19 (13 generated)
lushnikov
please, take a lok
4 years ago (2016-12-14 05:15:40 UTC) #1
dgozman
Let's move it to it's own module in a follow-up. lgtm https://codereview.chromium.org/2570263002/diff/40001/third_party/WebKit/Source/devtools/front_end/common/FormatterWorkerPool.js File third_party/WebKit/Source/devtools/front_end/common/FormatterWorkerPool.js (right): ...
4 years ago (2016-12-14 19:33:00 UTC) #10
lushnikov
https://codereview.chromium.org/2570263002/diff/40001/third_party/WebKit/Source/devtools/front_end/common/FormatterWorkerPool.js File third_party/WebKit/Source/devtools/front_end/common/FormatterWorkerPool.js (right): https://codereview.chromium.org/2570263002/diff/40001/third_party/WebKit/Source/devtools/front_end/common/FormatterWorkerPool.js#newcode98 third_party/WebKit/Source/devtools/front_end/common/FormatterWorkerPool.js:98: * @return {!Promise<?Object>} On 2016/12/14 19:32:59, dgozman wrote: > ...
4 years ago (2016-12-14 23:36:56 UTC) #11
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/2570263002/60001
4 years ago (2016-12-14 23:47:46 UTC) #14
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years ago (2016-12-15 01:19:44 UTC) #17
commit-bot: I haz the power
4 years ago (2016-12-15 01:23:41 UTC) #19
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/04bdec650bdff2140ab3f7154a63d52d97318c53
Cr-Commit-Position: refs/heads/master@{#438699}

Powered by Google App Engine
This is Rietveld 408576698