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

Issue 2163393002: DevTools: Give autocomplete suggestions even after brackets (Closed)

Created:
4 years, 5 months ago by einbinder
Modified:
4 years, 4 months ago
Reviewers:
lushnikov, luoe
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, sergeyv+blink_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

DevTools: Give autocomplete suggestions even after brackets BUG= Committed: https://crrev.com/77811a237b6865e5b41af0d031f809d11d00b0f9 Cr-Commit-Position: refs/heads/master@{#408776}

Patch Set 1 #

Total comments: 10

Patch Set 2 : Style and apostrophe test #

Total comments: 10

Patch Set 3 : style, race condition #

Total comments: 1

Patch Set 4 : Understand promises #

Total comments: 8

Patch Set 5 : Nicer sequential #

Unified diffs Side-by-side diffs Delta from patch set Stats (+112 lines, -5 lines) Patch
A third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions.html View 1 2 3 4 1 chunk +65 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions-expected.txt View 1 1 chunk +31 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/components/ExecutionContextSelector.js View 1 2 3 4 1 chunk +16 lines, -5 lines 0 comments Download

Messages

Total messages: 19 (4 generated)
einbinder
4 years, 5 months ago (2016-07-20 19:54:01 UTC) #2
lushnikov
https://codereview.chromium.org/2163393002/diff/1/third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions.html File third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions.html (right): https://codereview.chromium.org/2163393002/diff/1/third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions.html#newcode40 third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions.html:40: testCompletions("window.", "do", ["document"]), can we evaluate some object in ...
4 years, 5 months ago (2016-07-20 23:37:54 UTC) #3
luoe
Seems good to me after lushnikov's comments.
4 years, 5 months ago (2016-07-21 00:43:23 UTC) #4
einbinder
https://codereview.chromium.org/2163393002/diff/1/third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions.html File third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions.html (right): https://codereview.chromium.org/2163393002/diff/1/third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions.html#newcode40 third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions.html:40: testCompletions("window.", "do", ["document"]), On 2016/07/20 23:37:54, lushnikov wrote: > ...
4 years, 5 months ago (2016-07-22 23:26:46 UTC) #5
lushnikov
https://codereview.chromium.org/2163393002/diff/20001/third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions.html File third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions.html (right): https://codereview.chromium.org/2163393002/diff/20001/third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions.html#newcode19 third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions.html:19: return new Promise(resolve => { style: we don't use ...
4 years, 5 months ago (2016-07-25 18:12:30 UTC) #6
einbinder
https://codereview.chromium.org/2163393002/diff/20001/third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions.html File third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions.html (right): https://codereview.chromium.org/2163393002/diff/20001/third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions.html#newcode19 third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions.html:19: return new Promise(resolve => { On 2016/07/25 18:12:29, lushnikov ...
4 years, 5 months ago (2016-07-25 20:11:35 UTC) #7
lushnikov
https://codereview.chromium.org/2163393002/diff/40001/third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions.html File third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions.html (right): https://codereview.chromium.org/2163393002/diff/40001/third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions.html#newcode48 third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions.html:48: testCompletions("window.", "do", ["document"]), still, not really sequential ;)
4 years, 5 months ago (2016-07-25 22:48:20 UTC) #8
einbinder
4 years, 5 months ago (2016-07-26 00:17:40 UTC) #9
paulirish
This ready for another review?
4 years, 4 months ago (2016-07-28 18:46:50 UTC) #10
lushnikov
lgtm https://codereview.chromium.org/2163393002/diff/60001/third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions.html File third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions.html (right): https://codereview.chromium.org/2163393002/diff/60001/third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions.html#newcode19 third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions.html:19: return innerCompletions; Let's nest it less var div ...
4 years, 4 months ago (2016-07-29 01:56:55 UTC) #11
luoe
LGTM https://codereview.chromium.org/2163393002/diff/60001/third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions.html File third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions.html (right): https://codereview.chromium.org/2163393002/diff/60001/third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions.html#newcode54 third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions.html:54: testCompletions("templateString`asdf`","should",["shouldNotFindThis"]) Nit: There should be spaces after the ...
4 years, 4 months ago (2016-07-29 02:03:38 UTC) #12
einbinder
https://codereview.chromium.org/2163393002/diff/60001/third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions.html File third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions.html (right): https://codereview.chromium.org/2163393002/diff/60001/third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions.html#newcode19 third_party/WebKit/LayoutTests/inspector/console/console-correct-suggestions.html:19: return innerCompletions; On 2016/07/29 at 01:56:54, lushnikov wrote: > ...
4 years, 4 months ago (2016-07-29 20:33:53 UTC) #13
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/2163393002/80001
4 years, 4 months ago (2016-07-29 20:34:45 UTC) #16
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 4 months ago (2016-07-29 21:44:52 UTC) #17
commit-bot: I haz the power
4 years, 4 months ago (2016-07-29 21:46:20 UTC) #19
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/77811a237b6865e5b41af0d031f809d11d00b0f9
Cr-Commit-Position: refs/heads/master@{#408776}

Powered by Google App Engine
This is Rietveld 408576698