RESOLVED FIXED 73687
[chromium] Separate setFocus() and setActive() in WebViewImpl
https://bugs.webkit.org/show_bug.cgi?id=73687
Summary [chromium] Separate setFocus() and setActive() in WebViewImpl
Nate Chapin
Reported 2011-12-02 13:31:37 PST
See: http://code.google.com/p/chromium/issues/detail?id=101455 http://trac.webkit.org/changeset/96912 Historically, chromium has only explicitly sent IPCs for setting a WebView as active on mac. http://src.chromium.org/viewvc/chrome?view=rev&revision=108392 changed this. Now, WebViewImpl::setFocus() shouldn't need to call FocusController::setActive() to get proper behavior.
Attachments
patch (2.62 KB, patch)
2011-12-02 14:32 PST, Nate Chapin
no flags
Nate Chapin
Comment 1 2011-12-02 14:32:31 PST
Eric Seidel (no email)
Comment 2 2011-12-02 14:48:52 PST
Comment on attachment 117692 [details] patch seems reasonable.
Eric Seidel (no email)
Comment 3 2011-12-02 14:49:09 PST
CCing fishd as it's API related.
Darin Fisher (:fishd, Google)
Comment 4 2011-12-02 15:19:47 PST
Comment on attachment 117692 [details] patch OK
WebKit Review Bot
Comment 5 2011-12-02 21:51:18 PST
Comment on attachment 117692 [details] patch Clearing flags on attachment: 117692 Committed r101905: <http://trac.webkit.org/changeset/101905>
WebKit Review Bot
Comment 6 2011-12-02 21:51:22 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.