iOS build produces numerous JS compiler type warnings |
||
Issue description
For example:
../../components/autofill/ios/browser/resources/autofill_controller.js:157: WARNING - Bad type annotation. Unknown type FormControlElement
* @param {!FormControlElement} element An element to examine.
../../components/autofill/ios/browser/resources/autofill_controller.js:465: WARNING - Bad type annotation. Unknown type AutofillFormFieldData
* @param {AutofillFormFieldData|null} field Field to fill in the form field
^
,
Oct 27 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/da45998ad2904af356dbc545e161a534adcf2034 commit da45998ad2904af356dbc545e161a534adcf2034 Author: jdonnelly <jdonnelly@chromium.org> Date: Thu Oct 27 14:30:01 2016 Fix iOS autofill JavaScript compiler warnings. BUG= 642135 Review-Url: https://codereview.chromium.org/2454863002 Cr-Commit-Position: refs/heads/master@{#428019} [modify] https://crrev.com/da45998ad2904af356dbc545e161a534adcf2034/components/autofill/ios/browser/resources/autofill_controller.js [modify] https://crrev.com/da45998ad2904af356dbc545e161a534adcf2034/ios/web/web_state/js/resources/common.js
,
Oct 27 2016
|
||
►
Sign in to add a comment |
||
Comment 1 by thestig@chromium.org
, Aug 29 2016