[Webkit-unassigned] [Bug 30832] Notify the chrome when the focused node has changed.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 30 11:25:21 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=30832





--- Comment #12 from David Levin <levin at chromium.org>  2009-10-30 11:25:20 PDT ---
(In reply to comment #11)
> Anyway, I think I covered all the ChromeClient implementations that are in the
> WebKit tree (correct me if I'm wrong).

git grep "public WebCore::ChromeClient"
   WebKit/gtk/WebCoreSupport/ChromeClientGtk.h:    class ChromeClient : public
WebCore::ChromeClient { 
   WebKit/mac/WebCoreSupport/WebChromeClient.h:class WebChromeClient : public
WebCore::ChromeClient {
   WebKit/win/WebCoreSupport/WebChromeClient.h:class WebChromeClient : public
WebCore::ChromeClient {

git grep "public ChromeClient"
   WebCore/loader/EmptyClients.h:class EmptyChromeClient : public ChromeClient
{
   WebCore/page/chromium/ChromeClientChromium.h:    class ChromeClientChromium
: public ChromeClient {
   WebKit/haiku/WebCoreSupport/ChromeClientHaiku.h:    class ChromeClientHaiku
: public ChromeClient {
   WebKit/qt/WebCoreSupport/ChromeClientQt.h:    class ChromeClientQt : public
ChromeClient
   WebKit/wx/WebKitSupport/ChromeClientWx.h:class ChromeClientWx : public
ChromeClient {

It looks like there are at 8, so your patch is missing 6 of them.

-- 
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