Marshall Greenblatt
31d9407ee2
Apply clang-format to all C, C++ and ObjC files (issue #2171 )
2017-05-18 12:30:05 +02:00
Marshall Greenblatt
0afcb82ee6
Rename CefBase to CefBaseRefCounted (issue #2090 )
2017-02-09 17:50:59 -05:00
Marshall Greenblatt
c6111d5947
Update to Chromium revision 304f01a1 ( #358063 )
...
- Improve ordering of CefLoadHandler callbacks. OnLoadingStateChange will
be called before and after all calls to OnLoadStart and OnLoadEnd.
OnLoadStart/OnLoadEnd calls will occur as matching pairs
(see http://crbug.com/539952#c2 ).
- Remove the |requesting_url| argument to CefGeolocationHandler::
OnCancelGeolocationPermission. Clients can use the |request_id| argument
to track this information themselves.
- Fix a crash when loading the PDF extension in multiple browsers with a
custom CefRequestContext (issue #1757 ).
2015-11-11 18:24:00 -05:00
Marshall Greenblatt
cb907f3649
Update to Chromium revision 280796.
...
- Mac: Remove Carbon interpose library (see http://crbug.com/157130 ).
- Remove unused LOGSEVERITY_ERROR_REPORT value (see http://crbug.com/352378 ).
- CefURLRequest in the render process will now always have the UR_FLAG_REPORT_LOAD_TIMING flag set (see http://crbug.com/376025#c15 ).
- Change CefGeolocationHandler::OnRequestGeolocationPermission return value from void to boolean.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1753 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-07-02 18:25:22 +00:00
Marshall Greenblatt
74b35c30eb
Update to Chromium revision 272007.
...
- Remove CefSettings.accelerated_compositing option (see https://crbug.com/363772 ).
- Remove experimental x-webkit-speech support (see https://crbug.com/223198 ).
- Execute CefGeolocationHandler callbacks on the UI thread (see https://crbug.com/304341#c212 ).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1711 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-05-29 17:15:34 +00:00
Marshall Greenblatt
34adee805c
Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564 ).
...
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@571 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2012-04-03 01:34:16 +00:00