commit | 974f5cccd455afb776f5393089fb99616c7077bf | [log] [tgz] |
---|---|---|
author | Krishna Govind <govind@chromium.org> | Wed Dec 16 01:15:39 2020 |
committer | Krishna Govind <govind@chromium.org> | Wed Dec 16 01:32:04 2020 |
tree | 2b1a5bf84935409b004cd2661d17dec53b0437f4 | |
parent | db2245479d114a694ad92e5cf7a5d06f7325733f [diff] |
Revert "TextPrompt: Limit Autocomplete Retry to suggestion builder filters" This reverts commit db2245479d114a694ad92e5cf7a5d06f7325733f. Reason for revert: Breaks Android M88 Official Beta Build, https://bugs.chromium.org/p/chromium/issues/detail?id=1157017#c18 Original change's description: > TextPrompt: Limit Autocomplete Retry to suggestion builder filters > > This CL addresses a bug caused by attempting to autocomplete > a suggestion repeatedly when the list of suggestions has not changed. > > The autocomplete retry was added to fix a bug with filters that > use suggestion builders, which change suggestions with successive > autocompletes: i.e "m" -> "method:" -> "method:GET" in the network > tool filter bar. > > However, for text prompts with static suggestions, it's possible > to get stuck in an autocomplete loop if the user types the full > suggestion, then presses "tab" to accept. > > This CL limits the autocomplete retry to text prompts that use > suggestion builders (network filter, console filter, Protocol > Monitor filter) > > Original CL: https://crrev.com/c/2472845 > > Repro steps available in bug > > Bug: 1157017 > Change-Id: Ifb2c211fb9014c5409a055945493a1c8f50d1db7 > Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2582446 > Reviewed-by: Tim van der Lippe <tvanderlippe@chromium.org> > Reviewed-by: Yang Guo <yangguo@chromium.org> > Commit-Queue: Brandon Goddard <brgoddar@microsoft.com> > (cherry picked from commit b9e29f68c2686a10b51d712dd223652448d43709) > Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2594367 > Reviewed-by: Brandon Goddard <brgoddar@microsoft.com> TBR=yangguo@chromium.org,brgoddar@microsoft.com,tvanderlippe@chromium.org Change-Id: I5aed2035e7d860347451c9202b6a66c498909eff No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1157017 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2594474 Reviewed-by: Krishna Govind <govind@chromium.org> Reviewed-by: Gary Kacmarcik <garykac@chromium.org> Commit-Queue: Krishna Govind <govind@chromium.org>
The client-side of the Chrome DevTools, including all JS & CSS to run the DevTools webapp.
The frontend is available on chromium.googlesource.com.
Please be aware that DevTools follows additional development guidelines.
The issue triage guidelines can be found here.
Instructions to set up, use, and maintain a DevTools frontend checkout can be found here.
DevTools frontend repository is mirrored on GitHub.
DevTools frontend is also available on NPM as the chrome-devtools-frontend package. It's not currently available via CJS or ES modules, so consuming this package in other tools may require some effort.
The version number of the npm package (e.g. 1.0.373466
) refers to the Chromium commit position of latest frontend git commit. It's incremented with every Chromium commit, however the package is updated roughly daily.
All DevTools commits: View the log or follow @DevToolsCommits on Twitter
All open DevTools tickets on crbug.com
File a new DevTools ticket: new.crbug.com
Code reviews mailing list: devtools-reviews@chromium.org
@ChromeDevTools on Twitter
Chrome DevTools mailing list: groups.google.com/forum/google-chrome-developer-tools