[Webkit-unassigned] [Bug 43542] New: [chromium] WidgetChromium does not need to notify the ChromeClient when it gets focused
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 5 00:16:04 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=43542
Summary: [chromium] WidgetChromium does not need to notify the
ChromeClient when it gets focused
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: WebKit Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: jcivelli at chromium.org
WidgetChromium notifies the ChromeClient (via the ChromiumBridge) of every setFocus call.
This is called every time a new node gets focused and is not used. (There is a ChromeClient::focusedNodeChange() that notifies every time a new node gets focused.)
Calls to window.focus()/blur() are directly passed to the ChromeClient in WebCore/Chrome.cpp.
For these reasons WidgetChromium::setFocus() should not do anything and the corresponding code in ChromiumBridge should be cleaned.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list