I'll take a look. From the video it seems like what happens: * The http auth dialog is shown for the previous page. (Not getting cancelled on navigation?) * Autofill suggestions are shown for the *current* page. What's interesting here is that this doesn't seem to be our own suggestions, but come from Android's Autofill API (which is also confirmed by the user seeing suggestions from their accounts stored in Chrome). I'm curious whether we pass the domain along or whether the Autofill service tries to interpolate it from the view structure.
Bug 1709257 Comment 5 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
I'll take a look. From the video it seems like what happens: * ~~The http auth dialog is shown for the previous page. (Not getting cancelled on navigation?)~~ [Edit: That assumption was wrong, the dialog is for the *next* page that should get loaded] * Autofill suggestions are shown for the *current* page. What's interesting here is that this doesn't seem to be our own suggestions, but come from Android's Autofill API (which is also confirmed by the user seeing suggestions from their accounts stored in Chrome). I'm curious whether we pass the domain along or whether the Autofill service tries to interpolate it from the view structure.