[webkit-reviews] review requested: [Bug 37961] Add a way for Widget to know about focus loss : [Attachment 54008] Adds blur() to Widget

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 21 17:30:59 PDT 2010


Stuart Morgan <stuartmorgan at chromium.org> has asked  for review:
Bug 37961: Add a way for Widget to know about focus loss
https://bugs.webkit.org/show_bug.cgi?id=37961

Attachment 54008: Adds blur() to Widget
https://bugs.webkit.org/attachment.cgi?id=54008&action=review

------- Additional Comments from Stuart Morgan <stuartmorgan at chromium.org>
This adds blur() to Widget, along with an empty implementation on all
platforms, and causes it to be called the same way setFocus() is currently
called. Also adds the plumbing to connect blur() to the appropriate plugin
method in Chromium (currently a no-op, but necessary for later non-WebKit
Chromium changes).

No actual behavior changes should result from this patch. It will be up to
platforms to start using this new method as they need it.


More information about the webkit-reviews mailing list