minor fixes and enable datalist elements in OSR
This commit is contained in:
parent
a95d6b997b
commit
218e28b136
12 changed files with 402 additions and 58 deletions
|
@ -1635,6 +1635,7 @@ void WebContents::OnShowAutofillPopup(
|
|||
autofill_popup_->CreateView(
|
||||
routing_id,
|
||||
web_contents(),
|
||||
IsOffScreen() || (embedder_ && embedder_->IsOffScreen()),
|
||||
relay->widget(),
|
||||
bounds);
|
||||
autofill_popup_->SetItems(values, labels);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue