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
|
b854992ae6
|
Update generated files for int/char typedef removal (see #3507)
|
2023-06-01 19:32:36 +03: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 |
Mike Wiedenbauer
|
8d01442d75
|
Re-implement audio capturing based on the AudioService API (fixes issue #2755)
|
2020-05-01 18:18:18 +00:00 |
Marshall Greenblatt
|
e3723dcda5
|
Revert "Add ability to capture audio output to buffer (see issue #2381)"
This reverts commit 9f41a27e58 .
This needs to be reimplemented to support out of process audio (see issue #2755).
|
2019-09-20 17:23:33 +03:00 |
Mike Wiedenbauer
|
58e1149c71
|
Add ability to capture audio output to buffer (issue #2381)
|
2019-03-07 17:09:54 -05:00 |