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

Issue 2181123002: DevTools: Remove unused parameters to TextPrompt._loadCompletions callback (Closed)

Created:
4 years, 4 months ago by aboxhall
Modified:
4 years, 4 months ago
Reviewers:
lushnikov
CC:
chromium-reviews, caseq+blink_chromium.org, blink-reviews-style_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, blink-reviews, sergeyv+blink_chromium.org, pfeldman, kozyatinskiy+blink_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove unused parameters to TextPrompt._loadCompletions callback Committed: https://crrev.com/017986cf841346d5eb71891daf4dfac4c27e2f22 Cr-Commit-Position: refs/heads/master@{#408158}

Patch Set 1 #

Patch Set 2 : Fix broken tests #

Total comments: 2

Patch Set 3 : Remove toLowerCase() #

Messages

Total messages: 28 (18 generated)
aboxhall
As discussed; PTAL.
4 years, 4 months ago (2016-07-25 23:01:56 UTC) #4
lushnikov
Seems like this doesn't pass a few completion tests.
4 years, 4 months ago (2016-07-26 00:38:19 UTC) #7
lushnikov
Could you please also add "DevTools:" prefix to the issue description, and either remove "BUG=" ...
4 years, 4 months ago (2016-07-26 00:39:24 UTC) #8
aboxhall
On 2016/07/26 00:39:24, lushnikov wrote: > Could you please also add "DevTools:" prefix to the ...
4 years, 4 months ago (2016-07-26 17:00:24 UTC) #10
lushnikov
https://codereview.chromium.org/2181123002/diff/20001/third_party/WebKit/Source/devtools/front_end/ui_lazy/FilteredListWidget.js File third_party/WebKit/Source/devtools/front_end/ui_lazy/FilteredListWidget.js (right): https://codereview.chromium.org/2181123002/diff/20001/third_party/WebKit/Source/devtools/front_end/ui_lazy/FilteredListWidget.js#newcode160 third_party/WebKit/Source/devtools/front_end/ui_lazy/FilteredListWidget.js:160: var completions = wordRange.startOffset === 0 ? [this._delegate.autocomplete(wordRange.toString().toLowerCase())] : ...
4 years, 4 months ago (2016-07-26 22:22:58 UTC) #17
aboxhall
https://codereview.chromium.org/2181123002/diff/20001/third_party/WebKit/Source/devtools/front_end/ui_lazy/FilteredListWidget.js File third_party/WebKit/Source/devtools/front_end/ui_lazy/FilteredListWidget.js (right): https://codereview.chromium.org/2181123002/diff/20001/third_party/WebKit/Source/devtools/front_end/ui_lazy/FilteredListWidget.js#newcode160 third_party/WebKit/Source/devtools/front_end/ui_lazy/FilteredListWidget.js:160: var completions = wordRange.startOffset === 0 ? [this._delegate.autocomplete(wordRange.toString().toLowerCase())] : ...
4 years, 4 months ago (2016-07-26 22:32:27 UTC) #19
lushnikov
thanks, lgtm
4 years, 4 months ago (2016-07-26 22:42:10 UTC) #21
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/2181123002/40001
4 years, 4 months ago (2016-07-27 16:57:56 UTC) #25
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 4 months ago (2016-07-27 17:02:33 UTC) #26
commit-bot: I haz the power
4 years, 4 months ago (2016-07-27 17:04:07 UTC) #28
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/017986cf841346d5eb71891daf4dfac4c27e2f22
Cr-Commit-Position: refs/heads/master@{#408158}

Powered by Google App Engine
This is Rietveld 408576698