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

Issue 1611783002: Devtools Console: Tab to autocomplete and enter to execute command (Closed)

Created:
4 years, 11 months ago by samli
Modified:
4 years, 11 months ago
Reviewers:
pfeldman
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 Console: Tab to autocomplete and enter to execute command Redone to avoid affecting suggest box in Sources pane. BUG=578901 Committed: https://crrev.com/71f4ff03d781881d1e661e507f7b48d5f949651e Cr-Commit-Position: refs/heads/master@{#370912}

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Total comments: 6

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -1 line) Patch
M third_party/WebKit/Source/devtools/front_end/ui/TextPrompt.js View 1 2 2 chunks +4 lines, -1 line 0 comments Download

Messages

Total messages: 18 (5 generated)
samli
4 years, 11 months ago (2016-01-21 00:22:18 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1611783002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1611783002/1
4 years, 11 months ago (2016-01-21 00:24:32 UTC) #4
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 11 months ago (2016-01-21 02:35:59 UTC) #6
pfeldman
https://codereview.chromium.org/1611783002/diff/1/third_party/WebKit/Source/devtools/front_end/ui/TextPrompt.js File third_party/WebKit/Source/devtools/front_end/ui/TextPrompt.js (right): https://codereview.chromium.org/1611783002/diff/1/third_party/WebKit/Source/devtools/front_end/ui/TextPrompt.js#newcode291 third_party/WebKit/Source/devtools/front_end/ui/TextPrompt.js:291: handled = this._suggestBox.enterKeyPressed(); Do you want to dispatch tabKeyPressed ...
4 years, 11 months ago (2016-01-21 19:23:38 UTC) #7
samli
https://codereview.chromium.org/1611783002/diff/1/third_party/WebKit/Source/devtools/front_end/ui/TextPrompt.js File third_party/WebKit/Source/devtools/front_end/ui/TextPrompt.js (right): https://codereview.chromium.org/1611783002/diff/1/third_party/WebKit/Source/devtools/front_end/ui/TextPrompt.js#newcode291 third_party/WebKit/Source/devtools/front_end/ui/TextPrompt.js:291: handled = this._suggestBox.enterKeyPressed(); On 2016/01/21 at 19:23:38, pfeldman wrote: ...
4 years, 11 months ago (2016-01-21 23:03:47 UTC) #8
pfeldman
https://codereview.chromium.org/1611783002/diff/20001/third_party/WebKit/Source/devtools/front_end/ui/TextPrompt.js File third_party/WebKit/Source/devtools/front_end/ui/TextPrompt.js (right): https://codereview.chromium.org/1611783002/diff/20001/third_party/WebKit/Source/devtools/front_end/ui/TextPrompt.js#newcode289 third_party/WebKit/Source/devtools/front_end/ui/TextPrompt.js:289: // Accept autocomplete suggestion. Looked at the code. So ...
4 years, 11 months ago (2016-01-22 01:09:08 UTC) #9
samli
https://codereview.chromium.org/1611783002/diff/20001/third_party/WebKit/Source/devtools/front_end/ui/TextPrompt.js File third_party/WebKit/Source/devtools/front_end/ui/TextPrompt.js (right): https://codereview.chromium.org/1611783002/diff/20001/third_party/WebKit/Source/devtools/front_end/ui/TextPrompt.js#newcode289 third_party/WebKit/Source/devtools/front_end/ui/TextPrompt.js:289: // Accept autocomplete suggestion. On 2016/01/22 at 01:09:08, pfeldman ...
4 years, 11 months ago (2016-01-22 01:17:27 UTC) #10
pfeldman
https://codereview.chromium.org/1611783002/diff/20001/third_party/WebKit/Source/devtools/front_end/ui/TextPrompt.js File third_party/WebKit/Source/devtools/front_end/ui/TextPrompt.js (right): https://codereview.chromium.org/1611783002/diff/20001/third_party/WebKit/Source/devtools/front_end/ui/TextPrompt.js#newcode299 third_party/WebKit/Source/devtools/front_end/ui/TextPrompt.js:299: case "Right": Or even better add Tab to the ...
4 years, 11 months ago (2016-01-22 01:21:20 UTC) #11
samli
https://codereview.chromium.org/1611783002/diff/20001/third_party/WebKit/Source/devtools/front_end/ui/TextPrompt.js File third_party/WebKit/Source/devtools/front_end/ui/TextPrompt.js (right): https://codereview.chromium.org/1611783002/diff/20001/third_party/WebKit/Source/devtools/front_end/ui/TextPrompt.js#newcode299 third_party/WebKit/Source/devtools/front_end/ui/TextPrompt.js:299: case "Right": On 2016/01/22 at 01:21:20, pfeldman wrote: > ...
4 years, 11 months ago (2016-01-22 03:13:08 UTC) #12
pfeldman
lgtm
4 years, 11 months ago (2016-01-22 04:11:35 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1611783002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1611783002/40001
4 years, 11 months ago (2016-01-22 04:21:04 UTC) #15
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 11 months ago (2016-01-22 05:39:29 UTC) #16
commit-bot: I haz the power
4 years, 11 months ago (2016-01-22 05:40:41 UTC) #18
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/71f4ff03d781881d1e661e507f7b48d5f949651e
Cr-Commit-Position: refs/heads/master@{#370912}

Powered by Google App Engine
This is Rietveld 408576698