[Webkit-unassigned] [Bug 46605] Add method which checks if a WebAccessibilityObject is in the cache.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 27 09:37:49 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=46605
chris.guillory at google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dmazzoni at google.com
--- Comment #4 from chris.guillory at google.com 2010-09-27 09:37:49 PST ---
This is for an issue in Chromium.
http://code.google.com/p/chromium/issues/detail?id=46209
Within the renderer WebAccessibilityObject instances are added to WebAccessibilityCacheImpl's cache before they are sent to the browser. The issue is that the browser cannot process a notification for a WebAccessibilityObject that isn't in this cache.
AXObjectCache has
// to be used with render objects
AccessibilityObject* getOrCreate(RenderObject*);
// will only return the AccessibilityObject if it already exists
AccessibilityObject* get(RenderObject*);
This is an attempt to add a method similar to AXObjectCache::get.
--
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