Marshall Greenblatt
49a34d9160
Apply new Chromium style for #include sorting
...
Add "cef/" prefix for CEF #includes in libcef/ directory.
Sort #includes by following
https://google.github.io/styleguide/cppguide.html#Names_and_Order_of_Includes
2024-05-01 14:34:32 -04:00
Marshall Greenblatt
9a45102db0
Update copyright year for generated files
2024-01-05 13:03:36 -05:00
Marshall Greenblatt
c18545a7f5
Replace NOTREACHED() with DCHECK(false) in generated files (see #3500 )
...
Restores the old behavior of assertion in Debug build only.
2023-05-08 18:36:00 +03:00
Marshall Greenblatt
d84b07a5cb
Update generated files for copyright year and bracket style
2023-01-04 17:47:12 -05:00
Marshall Greenblatt
2b9a06933b
Update copyright year in generated files
2022-01-06 13:34:35 -05:00
Marshall Greenblatt
119415b8e9
Update copyright year on generated files
2021-01-27 13:36:54 -05:00
Marshall Greenblatt
97d559982e
Update generated files for NULL to nullptr conversion (see issue #2861 )
2020-01-15 14:53:19 +01:00
Marshall Greenblatt
beb005138a
Update copyright year
2020-01-06 11:59:05 +02:00
Marshall Greenblatt
6bfb5ab33b
Remove old approach for debugging leaked wrapper object references (issue #2593 )
2019-02-14 17:08:44 -05:00
Marshall Greenblatt
3fe062a5b6
Implement new approach for debugging leaked wrapper object references (issue #2593 )
2019-02-14 17:08:43 -05:00
Marshall Greenblatt
bac8fb5e61
Update copyright year on generated files
2019-01-10 15:22:19 +01:00
Marshall Greenblatt
1c7391b70a
Update generated file copyright year
2018-01-03 15:46:26 -05:00
Marshall Greenblatt
f229796a39
Update to Chromium revision ff259bab ( #488528 )
2017-07-28 18:30:34 -04:00
Marshall Greenblatt
31d9407ee2
Apply clang-format to all C, C++ and ObjC files (issue #2171 )
2017-05-18 12:30:05 +02:00
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