mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
* changes for getting the configuration * running autofill * simplifications, remove unused map * more changes * make single autofill fields work. remove print messages * remove an extra line * remove extra file. also update chrome version * addressing reviewers comments * addressing reviewer comments * addressing reviewer comments * addressing reviewer comments * changing comments * changing comments * adding a comment on subscriptions lifecycle * fixing a bug which was failing the existing unit tests * add unit tests for AutofillInfo and EngineAutofillForm. add autocomplete to textarea * add unit tests for method channels * remove json from the end of the file * do not change the input type for the focused element * check name instead of autocomplete for firefox * check name instead of autocomplete for firefox in other methods as well * fixing a bug in the autofillhints file, testing if firefox is failing for username hint or for all autocomplete values * fix the breaking unit test
11 lines
252 B
YAML
11 lines
252 B
YAML
chrome:
|
|
# It seems Chrome can't always release from the same build for all operating
|
|
# systems, so we specify per-OS build number.
|
|
Linux: 753189
|
|
Mac: 735194
|
|
Win: 735105
|
|
firefox:
|
|
version: '72.0'
|
|
edge:
|
|
launcher_version: '1.2.0.0'
|