[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:36:17 PST 2010


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





--- Comment #14 from chris fleizach <cfleizach at apple.com>  2010-01-07 20:36:17 PST ---
(In reply to comment #13)
> 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

there's only one test that registers
platform/mac/accessibility/aria-liveregions-notifications.html

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

I'll be looking into this some more tonite so that the notification callbacks
are not so static and get cleared approriately

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