Chromium Code Reviews
        
  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 #
 Messages
    Total messages: 7 (1 generated)
     
  
  
       | 
    ||||||||||||||||||||||||||||||||||||||||||||||