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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 28 17:58:30 PDT 2009


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





--- Comment #2 from Eric Seidel <eric at webkit.org>  2009-10-28 17:58:30 PDT ---
(From update of attachment 42073)
You'll need to mark patches r=? for them to be reviewed.
See: http://webkit.org/coding/contributing.html

It's not clear to me why this is not already covered by existing AX apis.

This style is incorrect:
+    if (!focusChangeBlocked) {
+        page()->chrome()->focusedNodeChanged(m_focusedNode.get());
+    }
no {} around one-line ifs.

Please explain why no other port needs this/why this can't be implemented on
top of existing AX infrastructure in WebCore/WebKit?

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