<webview>: Focusing <webview> should propagate to BrowserPlugin.
This patch does two things: 1. It gives <webview> a tabIndex if it doesn't already have one so that it can participate in tab order and keyboard focus. 2. When <webview> gets keyboard focus then we pass the focus to BrowserPlugin. When <webview> loses keyboard focus then BrowserPlugin loses focus. BUG=231633 Test=WebViewTest.Focus Review URL: https://chromiumcodereview.appspot.com/14272003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195294 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment