Bug 73687 - [chromium] Separate setFocus() and setActive() in WebViewImpl
Summary: [chromium] Separate setFocus() and setActive() in WebViewImpl
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nate Chapin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-02 13:31 PST by Nate Chapin
Modified: 2011-12-02 21:51 PST (History)
3 users (show)

See Also:


Attachments
patch (2.62 KB, patch)
2011-12-02 14:32 PST, Nate Chapin
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nate Chapin 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.
Comment 1 Nate Chapin 2011-12-02 14:32:31 PST
Created attachment 117692 [details]
patch
Comment 2 Eric Seidel (no email) 2011-12-02 14:48:52 PST
Comment on attachment 117692 [details]
patch

seems reasonable.
Comment 3 Eric Seidel (no email) 2011-12-02 14:49:09 PST
CCing fishd as it's API related.
Comment 4 Darin Fisher (:fishd, Google) 2011-12-02 15:19:47 PST
Comment on attachment 117692 [details]
patch

OK
Comment 5 WebKit Review Bot 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>
Comment 6 WebKit Review Bot 2011-12-02 21:51:22 PST
All reviewed patches have been landed.  Closing bug.