Commit Graph

2 Commits

Author SHA1 Message Date
Marshall Greenblatt 33f077616f Apply clang-format to all C, C++ and ObjC files (issue #2171) 2017-05-18 13:47:15 +02:00
Nishant Kaushik 406867f293 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 14:31:14 -04:00