Fix ExternalPopupMenu workaround on macOS.
On macOS, ExternalPopupMenu queued a timer event to dispatch an event to the main frame widget. This is incorrect and assumes that child frame is an in-process iframe. Instead, the event should be dispatched to the local root widget. Change-Id: I9a89496a333c6788621cca305d618900e3c4be88 Bug: 995981 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1775600 Commit-Queue: Daniel Cheng <dcheng@chromium.org> Reviewed-by:Daniel Cheng <dcheng@chromium.org> Auto-Submit: Erik Chen <erikchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#692195}
Showing
Please register or sign in to comment