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

Issue 2592513002: DevTools: Add Closure docs and clean up UISourceCode (Closed)

Created:
4 years ago by einbinder
Modified:
4 years ago
Reviewers:
lushnikov
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, pfeldman
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

DevTools: Add Closure docs and clean up UISourceCode BUG=none Committed: https://crrev.com/bc6fa35d85a5041c400f104ebed16ba92a0c6f64 Cr-Commit-Position: refs/heads/master@{#439665}

Patch Set 1 #

Total comments: 9

Patch Set 2 : Make requestContent promise just in time #

Total comments: 2

Patch Set 3 : Fast return #

Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -39 lines) Patch
M third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/script-snippet-model.html View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/workspace/UISourceCode.js View 1 2 11 chunks +41 lines, -35 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 14 (6 generated)
einbinder
ptal https://codereview.chromium.org/2592513002/diff/1/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/script-snippet-model.html File third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/script-snippet-model.html (right): https://codereview.chromium.org/2592513002/diff/1/third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/script-snippet-model.html#newcode107 third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/script-snippet-model.html:107: uiSourceCode1._requestContentPromise = null; There was a race condition ...
4 years ago (2016-12-19 21:34:16 UTC) #2
lushnikov
https://codereview.chromium.org/2592513002/diff/1/third_party/WebKit/Source/devtools/front_end/workspace/UISourceCode.js File third_party/WebKit/Source/devtools/front_end/workspace/UISourceCode.js (right): https://codereview.chromium.org/2592513002/diff/1/third_party/WebKit/Source/devtools/front_end/workspace/UISourceCode.js#newcode314 third_party/WebKit/Source/devtools/front_end/workspace/UISourceCode.js:314: this._requestContentPromise = Promise.resolve(/** @type {?string} */ (content)); let's clean ...
4 years ago (2016-12-19 23:32:13 UTC) #3
einbinder
https://codereview.chromium.org/2592513002/diff/1/third_party/WebKit/Source/devtools/front_end/workspace/UISourceCode.js File third_party/WebKit/Source/devtools/front_end/workspace/UISourceCode.js (right): https://codereview.chromium.org/2592513002/diff/1/third_party/WebKit/Source/devtools/front_end/workspace/UISourceCode.js#newcode314 third_party/WebKit/Source/devtools/front_end/workspace/UISourceCode.js:314: this._requestContentPromise = Promise.resolve(/** @type {?string} */ (content)); On 2016/12/19 ...
4 years ago (2016-12-19 23:48:49 UTC) #4
lushnikov
lgtm https://codereview.chromium.org/2592513002/diff/20001/third_party/WebKit/Source/devtools/front_end/workspace/UISourceCode.js File third_party/WebKit/Source/devtools/front_end/workspace/UISourceCode.js (right): https://codereview.chromium.org/2592513002/diff/20001/third_party/WebKit/Source/devtools/front_end/workspace/UISourceCode.js#newcode223 third_party/WebKit/Source/devtools/front_end/workspace/UISourceCode.js:223: if (!this._requestContentPromise) { let's fast-return!
4 years ago (2016-12-19 23:51:58 UTC) #5
einbinder
https://codereview.chromium.org/2592513002/diff/20001/third_party/WebKit/Source/devtools/front_end/workspace/UISourceCode.js File third_party/WebKit/Source/devtools/front_end/workspace/UISourceCode.js (right): https://codereview.chromium.org/2592513002/diff/20001/third_party/WebKit/Source/devtools/front_end/workspace/UISourceCode.js#newcode223 third_party/WebKit/Source/devtools/front_end/workspace/UISourceCode.js:223: if (!this._requestContentPromise) { On 2016/12/19 at 23:51:58, lushnikov wrote: ...
4 years ago (2016-12-20 00:28:45 UTC) #6
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/2592513002/40001
4 years ago (2016-12-20 00:29:28 UTC) #9
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years ago (2016-12-20 01:58:14 UTC) #12
commit-bot: I haz the power
4 years ago (2016-12-20 02:01:26 UTC) #14
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/bc6fa35d85a5041c400f104ebed16ba92a0c6f64
Cr-Commit-Position: refs/heads/master@{#439665}

Powered by Google App Engine
This is Rietveld 408576698