[Webkit-unassigned] [Bug 112003] [EFL] accessibility/loading-iframe-sends-notification.html is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 24 07:31:05 PDT 2013


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


Denis Nomiyama (dnomi) <d.nomiyama at samsung.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |d.nomiyama at samsung.com,
                   |                            |mario at webkit.org




--- Comment #1 from Denis Nomiyama (dnomi) <d.nomiyama at samsung.com>  2013-09-24 07:30:06 PST ---
Hi, this issue has been fixed on the GTK port, both on WebKit1 (bug 98370) and WebKit2 (bug 121674).

For the EFL port to work, please enable the EFL guards in the following files:

- Source/WebCore/dom/Document.cpp at Document::implicitClose()
  To send notifications for AXObjectCache::AXLayoutComplete.

- Source/WebCore/page/FrameView.cpp at FrameView::layout()
  To send notifications for AXObjectCache::AXLayoutComplete.

- Tools/WebKitTestRunner/InjectedBundle/AccessibilityController.cpp
  To disable stub implementations of addNotificationListener() and removeNotificationListener().

- Tools/WebKitTestRunner/InjectedBundle/atk/AccessibilityControllerAtk.cpp
  To enable actual implementations of addNotificationListener() and removeNotificationListener() for ATK.

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