Inject password_controller.js on frame created |
||
Issue descriptionNow password_controller.js is injected by adding it to call of __gCrWeb.findPasswordForms(). It has performance drawbacks since __gCrWeb.findPasswordForms() could be called multiple times and so password_controller.js is compiled and executed multiple times. It's much better to use WKWebView injection, in the same way as autofill_controller.js is injected.
,
Apr 6 2018
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Apr 5 2018