[Webkit-unassigned] [Bug 33300] REGRESSION(52819?): AXLoadComplete and AXLayoutComplete causes 4 tests fail on Snow Leopard Debug bot

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 7 20:32:21 PST 2010


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





--- Comment #13 from Eric Seidel <eric at webkit.org>  2010-01-07 20:32:21 PST ---
I expect that some test is registering an AX NotificationListener, and then
it's never getting unset (just as Mark said above).

Since 
static JSObjectRef AXNotificationFunctionCallback = 0;

is static in:
http://trac.webkit.org/browser/trunk/WebCore/accessibility/mac/AccessibilityObjectWrapper.mm#L2662

we can just clear it in our "reset state" callback.

I can write that patch.  It will be a hack, but someone with more AX knowledge
can also write a better patch which is less of a hack.  Either way, we need to
make the bots green again asap.

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