cef/libcef/browser/osr
Nishant Kaushik 816f700d3e Implement accessibility enhancements (issue #1217)
- Add new CefBrowserHost::SetAccessibilityState method for toggling
  accessibility state when readers are detected by the client.
- Add new CefAccessibilityHandler interface for the delivery of
  accessibility notifications to windowless (OSR) clients.
- Fix delivery of CefFocusHandler callbacks to windowless clients.
- cefclient: Add example windowless accessibility implementation on Windows and macOS.
- cefclient: Automatically detect screen readers on Windows and macOS.
2017-05-12 18:28:25 +00:00
..
browser_platform_delegate_osr.cc Implement accessibility enhancements (issue #1217) 2017-05-12 18:28:25 +00:00
browser_platform_delegate_osr.h Implement accessibility enhancements (issue #1217) 2017-05-12 18:28:25 +00:00
browser_platform_delegate_osr_linux.cc Update to Chromium revision 6e53600d (#386251) 2016-04-28 12:57:08 -04:00
browser_platform_delegate_osr_linux.h Update to Chromium revision 6e53600d (#386251) 2016-04-28 12:57:08 -04:00
browser_platform_delegate_osr_mac.h Standardize IME callbacks for off-screen rendering (issue #1675) 2016-11-03 21:02:36 -04:00
browser_platform_delegate_osr_mac.mm Standardize IME callbacks for off-screen rendering (issue #1675) 2016-11-03 21:02:36 -04:00
browser_platform_delegate_osr_win.cc Update to Chromium revision 6e53600d (#386251) 2016-04-28 12:57:08 -04:00
browser_platform_delegate_osr_win.h Update to Chromium revision 6e53600d (#386251) 2016-04-28 12:57:08 -04:00
osr_accessibility_util.cc Implement accessibility enhancements (issue #1217) 2017-05-12 18:28:25 +00:00
osr_accessibility_util.h Implement accessibility enhancements (issue #1217) 2017-05-12 18:28:25 +00:00
osr_util.cc - Factor platform-specific code out of CefBrowserHostImpl (issue #1749). 2015-11-25 20:19:36 -05:00
osr_util.h - Factor platform-specific code out of CefBrowserHostImpl (issue #1749). 2015-11-25 20:19:36 -05:00
render_widget_host_view_osr.cc Update to Chromium revision a106f0ab (#464641) 2017-04-24 15:14:47 -04:00
render_widget_host_view_osr.h Update to Chromium revision a106f0ab (#464641) 2017-04-24 15:14:47 -04:00
render_widget_host_view_osr_linux.cc Update to Chromium revision a106f0ab (#464641) 2017-04-24 15:14:47 -04:00
render_widget_host_view_osr_mac.mm Update to Chromium revision a106f0ab (#464641) 2017-04-24 15:14:47 -04:00
render_widget_host_view_osr_win.cc Update to Chromium revision a106f0ab (#464641) 2017-04-24 15:14:47 -04:00
software_output_device_osr.cc Update to Chromium revision 939b32ee (#454471) 2017-03-08 13:33:05 -08:00
software_output_device_osr.h Update to Chromium revision 6e53600d (#386251) 2016-04-28 12:57:08 -04:00
text_input_client_osr_mac.h Standardize IME callbacks for off-screen rendering (issue #1675) 2016-11-03 21:02:36 -04:00
text_input_client_osr_mac.mm Standardize IME callbacks for off-screen rendering (issue #1675) 2016-11-03 21:02:36 -04:00
web_contents_view_osr.cc Implement accessibility enhancements (issue #1217) 2017-05-12 18:28:25 +00:00
web_contents_view_osr.h Implement accessibility enhancements (issue #1217) 2017-05-12 18:28:25 +00:00