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

Issue 1208063002: [Autofill/Autocomplete Feature] Substring matching instead of prefix matching (Blink). (Closed)

Created:
5 years, 6 months ago by Pritam Nikam
Modified:
5 years, 5 months ago
CC:
blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

[Autofill/Autocomplete Feature] Substring matching instead of prefix matching (Blink). With present implementation autofill/autocomplete suggestions are matched for prefix for what user has typed. This patch brings in suggestions with substring matching (i.e. substring matching to the beginning of suggestion tokens) instead of prefix matching. Patch spread across chromium side as well as on Blink side. [1] Blink side: https://codereview.chromium.org/1208063002/ (This CL) - aims to cache the suggestion start index with |WebFormControlElement| so that chromium content can make use of it on setting selection range. [2] Chromium side: https://codereview.chromium.org/1208133002/ - aims to add IPC changes to introduce |match_start| for suggestion preview in case of password manager and autocomplete so that additional calulation on renderer to get selection range in not needed. [3] Chromium side: https://codereview.chromium.org/962673004/ - Substring match instead of prefixes. BUG=77194

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -0 lines) Patch
M Source/core/html/HTMLTextFormControlElement.h View 2 chunks +3 lines, -0 lines 0 comments Download
M Source/core/html/HTMLTextFormControlElement.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M Source/web/WebFormControlElement.cpp View 1 chunk +17 lines, -0 lines 0 comments Download
M public/web/WebFormControlElement.h View 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (1 generated)
Pritam Nikam
Hi Rouslan, IMO, I don't think we need this patch, please let me know if ...
5 years, 6 months ago (2015-06-25 16:19:00 UTC) #2
please use gerrit instead
On 2015/06/25 16:19:00, Pritam Nikam wrote: > Hi Rouslan, > IMO, I don't think we ...
5 years, 6 months ago (2015-06-25 17:24:45 UTC) #3
Pritam Nikam
On 2015/06/25 17:24:45, Rouslan wrote: > On 2015/06/25 16:19:00, Pritam Nikam wrote: > > Hi ...
5 years, 6 months ago (2015-06-25 18:00:20 UTC) #4
please use gerrit instead
On 2015/06/25 18:00:20, Pritam Nikam wrote: > On 2015/06/25 17:24:45, Rouslan wrote: > > On ...
5 years, 6 months ago (2015-06-25 18:33:15 UTC) #5
Pritam Nikam
On 2015/06/25 18:33:15, Rouslan wrote: > On 2015/06/25 18:00:20, Pritam Nikam wrote: > > On ...
5 years, 6 months ago (2015-06-26 14:04:43 UTC) #6
please use gerrit instead
5 years, 5 months ago (2015-06-28 00:43:51 UTC) #7
You're right, this change is not necessary. Let's discard it.

Powered by Google App Engine
This is Rietveld 408576698