Dmitry Azaraev
|
27d3089804
|
Add CefBaseTime and use it instead of CefTime (see issue #2935)
|
2022-07-19 10:09:35 -04:00 |
Marshall Greenblatt
|
9484d6528c
|
Remove DISALLOW_ macro from libcef/ (see issue #3234)
Also perform related C++ cleanup:
- Use =default instead of {} for default implementations of
constructors/destructors.
- Replace typedef with using.
|
2021-12-07 15:02:28 -05:00 |
Marshall Greenblatt
|
10c1fd6b8d
|
Add API for SSL status and certificate retrieval (issue #1924)
|
2016-09-02 13:01:33 +03:00 |
Marshall Greenblatt
|
378a64b39a
|
Update to Chromium revision 14bd12d6 (#333041)
- Remove CefNavigationEntry::GetFrameName() (see http://crbug.com/477150#c5).
- Devirtualize base::BindState (see http://crbug.com/486594).
- Move Tuple to the base namespace.
|
2015-06-08 17:31:50 -04:00 |
Marshall Greenblatt
|
8eb14dd71f
|
Add CefBrowserHost::GetNavigationEntries for retrieving a snapshot of navigation history (issue #1442).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1924 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
|
2014-11-24 19:23:26 +00:00 |