cef/tests/cefclient/browser
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
..
binding_test.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
binding_test.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
browser_window.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
browser_window.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
browser_window_osr_gtk.cc Implement accessibility enhancements (issue #1217) 2017-05-12 18:28:25 +00:00
browser_window_osr_gtk.h Implement accessibility enhancements (issue #1217) 2017-05-12 18:28:25 +00:00
browser_window_osr_mac.h Implement accessibility enhancements (issue #1217) 2017-05-12 18:28:25 +00:00
browser_window_osr_mac.mm Implement accessibility enhancements (issue #1217) 2017-05-12 18:28:25 +00:00
browser_window_osr_win.cc Update to Chromium revision a106f0ab (#464641) 2017-04-24 15:14:47 -04:00
browser_window_osr_win.h Update to Chromium revision a106f0ab (#464641) 2017-04-24 15:14:47 -04:00
browser_window_std_gtk.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
browser_window_std_gtk.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
browser_window_std_mac.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
browser_window_std_mac.mm Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
browser_window_std_win.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
browser_window_std_win.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
bytes_write_handler.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
bytes_write_handler.h cefclient: Organize source files into directories by target process (browser, renderer, common) (issue #1500). 2015-01-31 00:55:56 +00:00
client_app_delegates_browser.cc Improve crashpad integration (issue #1995) 2017-01-10 18:40:31 -05:00
client_browser.cc Improve crashpad integration (issue #1995) 2017-01-10 18:40:31 -05:00
client_browser.h Improve crashpad integration (issue #1995) 2017-01-10 18:40:31 -05:00
client_handler.cc views: Support styling of menus (issue #2102) 2017-02-28 12:17:47 -05:00
client_handler.h views: Support styling of menus (issue #2102) 2017-02-28 12:17:47 -05:00
client_handler_osr.cc Implement accessibility enhancements (issue #1217) 2017-05-12 18:28:25 +00:00
client_handler_osr.h Implement accessibility enhancements (issue #1217) 2017-05-12 18:28:25 +00:00
client_handler_std.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
client_handler_std.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
client_types.h cefclient: Organize source files into directories by target process (browser, renderer, common) (issue #1500). 2015-01-31 00:55:56 +00:00
dialog_handler_gtk.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
dialog_handler_gtk.h Update to Chromium revision 6e53600d (#386251) 2016-04-28 12:57:08 -04:00
dialog_test.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
dialog_test.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
drm_test.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
drm_test.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
main_context.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
main_context.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
main_context_impl.cc Update to Chromium revision a106f0ab (#464641) 2017-04-24 15:14:47 -04:00
main_context_impl.h Update to Chromium revision a106f0ab (#464641) 2017-04-24 15:14:47 -04:00
main_context_impl_posix.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
main_context_impl_win.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
main_message_loop_multithreaded_win.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
main_message_loop_multithreaded_win.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
osr_accessibility_helper.cc Implement accessibility enhancements (issue #1217) 2017-05-12 18:28:25 +00:00
osr_accessibility_helper.h Implement accessibility enhancements (issue #1217) 2017-05-12 18:28:25 +00:00
osr_accessibility_node.cc Implement accessibility enhancements (issue #1217) 2017-05-12 18:28:25 +00:00
osr_accessibility_node.h Implement accessibility enhancements (issue #1217) 2017-05-12 18:28:25 +00:00
osr_accessibility_node_mac.mm Implement accessibility enhancements (issue #1217) 2017-05-12 18:28:25 +00:00
osr_accessibility_node_win.cc Implement accessibility enhancements (issue #1217) 2017-05-12 18:28:25 +00:00
osr_dragdrop_events.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
osr_dragdrop_win.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
osr_dragdrop_win.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
osr_ime_handler_win.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
osr_ime_handler_win.h Standardize IME callbacks for off-screen rendering (issue #1675) 2016-11-03 21:02:36 -04:00
osr_renderer.cc Update to Chromium revision a106f0ab (#464641) 2017-04-24 15:14:47 -04:00
osr_renderer.h Update to Chromium revision a106f0ab (#464641) 2017-04-24 15:14:47 -04:00
osr_window_win.cc Implement accessibility enhancements (issue #1217) 2017-05-12 18:28:25 +00:00
osr_window_win.h Implement accessibility enhancements (issue #1217) 2017-05-12 18:28:25 +00:00
preferences_test.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
preferences_test.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
print_handler_gtk.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
print_handler_gtk.h Add CefPrintHandler::OnPrintStart callback (issue #1736) 2015-10-13 14:04:02 -04:00
resource.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
resource_util_linux.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
resource_util_win_idmap.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
response_filter_test.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
response_filter_test.h Add support for response filtering (issue #515). 2015-12-08 13:47:52 -05:00
root_window.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
root_window.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
root_window_create.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
root_window_gtk.cc Update to Chromium revision a106f0ab (#464641) 2017-04-24 15:14:47 -04:00
root_window_gtk.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
root_window_mac.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
root_window_mac.mm Implement accessibility enhancements (issue #1217) 2017-05-12 18:28:25 +00:00
root_window_manager.cc Add is_main_frame argument to CefRequestContextHandler::OnBeforePluginLoad (issue #2015) 2017-01-24 18:53:08 -05:00
root_window_manager.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
root_window_views.cc views: Support styling of menus (issue #2102) 2017-02-28 12:17:47 -05:00
root_window_views.h views: Support styling of menus (issue #2102) 2017-02-28 12:17:47 -05:00
root_window_win.cc Implement accessibility enhancements (issue #1217) 2017-05-12 18:28:25 +00:00
root_window_win.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
scheme_test.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
scheme_test.h cefclient: Fix/improve source code documentation (issue #1500). 2015-02-02 23:18:16 +00:00
temp_window.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
temp_window_mac.h cefclient: Fix typo in TempWindow comments 2017-01-17 12:46:49 -05:00
temp_window_mac.mm Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
temp_window_win.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
temp_window_win.h cefclient: Fix typo in TempWindow comments 2017-01-17 12:46:49 -05:00
temp_window_x11.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
temp_window_x11.h cefclient: Fix typo in TempWindow comments 2017-01-17 12:46:49 -05:00
test_runner.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
test_runner.h Add support for response filtering (issue #515). 2015-12-08 13:47:52 -05:00
text_input_client_osr_mac.h cefclient: macOS: Fix CefBrowser leak during OSR shutdown (issue #2151) 2017-04-26 15:05:12 -04:00
text_input_client_osr_mac.mm cefclient: macOS: Fix CefBrowser leak during OSR shutdown (issue #2151) 2017-04-26 15:05:12 -04:00
urlrequest_test.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
urlrequest_test.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
views_menu_bar.cc views: Support styling of menus (issue #2102) 2017-02-28 12:17:47 -05:00
views_menu_bar.h views: Support accelerators in MenuButton label (issue #2102) 2017-02-23 12:47:20 -08:00
views_style.cc views: Support styling of menus (issue #2102) 2017-02-28 12:17:47 -05:00
views_style.h views: Support styling of menus (issue #2102) 2017-02-28 12:17:47 -05:00
views_window.cc views: Support styling of menus (issue #2102) 2017-02-28 12:17:47 -05:00
views_window.h views: Support styling of menus (issue #2102) 2017-02-28 12:17:47 -05:00
window_test.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
window_test.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
window_test_runner.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
window_test_runner.h Implement Views framework on Windows and Linux (issue #1749). 2016-04-26 11:58:13 -04:00
window_test_runner_gtk.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
window_test_runner_gtk.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
window_test_runner_mac.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
window_test_runner_mac.mm Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
window_test_runner_views.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
window_test_runner_views.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
window_test_runner_win.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
window_test_runner_win.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00