cef/libcef
Sergey Markelov c3648f42b2 Use less error prone string list, map or multimap pointer types
Use pointers to incomplete struct types. If an argument of a not suitable
type is passed to a function of any string collection,
C compiler will warn:
  warning: passing argument 1 of <func> from incompatible pointer type
C++ compiler will raise an error, for example:
  error: cannot convert 'cef_string_list_t' ... to 'cef_string_multimap_t'

With the previously used `void*` pointer types, such errors in a code were not
diagnosed.
2023-04-13 16:06:02 +00:00
..
browser alloy: Fix incorrect rendering of PiP overlay on mouseover (fixes #3482) 2023-04-11 14:08:36 -04:00
common Use less error prone string list, map or multimap pointer types 2023-04-13 16:06:02 +00:00
features Fix includes path for Linux ARM cross-compile (see issue #2926) 2022-02-09 16:54:54 -05:00
renderer Update to Chromium version 113.0.5672.0 (#1121455) 2023-04-05 17:48:51 -04:00
resources Update to Chromium version 103.0.5060.0 (#1002911) 2022-05-20 19:39:32 +03:00