[Webkit-unassigned] [Bug 177571] New: AX: Reduce the IPC traffic when calling rootViewToAccessibilityScreen
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 27 15:22:10 PDT 2017
https://bugs.webkit.org/show_bug.cgi?id=177571
Bug ID: 177571
Summary: AX: Reduce the IPC traffic when calling
rootViewToAccessibilityScreen
Product: WebKit
Version: WebKit Nightly Build
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: Accessibility
Assignee: webkit-unassigned at lists.webkit.org
Reporter: n_wang at apple.com
CC: webkit-bug-importer at group.apple.com
Currently with accessibility enabled, the web process constantly sends IPC messages to the UI process asking for a converted element frame. This could lead to a bad performance when there are thousands of elements on the page.
We should be able to cache enough information on the web process during page load or window movement, so that we are able to save lots of effort communicating back and forth.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170927/19b5632d/attachment-0001.html>
More information about the webkit-unassigned
mailing list