pkv
bc1b856b96
alloy: Fix audio capturer crash on exit ( fixes #3689 )
2024-05-21 17:58:13 +00:00
Marshall Greenblatt
befa827da1
ceftests: Format with clang-tidy (see #3632 )
2024-01-20 12:06:28 -05:00
Marshall Greenblatt
5042d71408
Remove CEF-specific integer and char16 typedef's (see #3507 )
2023-06-01 19:32:36 +03:00
Marshall Greenblatt
de4f9e8908
tests: Change HTTP test URLs to HTTPS
...
This avoids unexpected HTTP to HTTPS redirects which cause test failures with
the Chrome runtime.
2023-05-05 22:53:16 +03:00
Marshall Greenblatt
3af3eab3e4
Update source files for bracket style
2023-01-04 17:47:17 -05:00
Marshall Greenblatt
17fc2b3e3b
Various fixes related to the C++11/14 update (see issue #3140 )
...
- Convert scoped_ptr to std::unique_ptr from <memory>
- Convert arraysize to base::size from include/base/cef_cxx17_backports.h
- Convert NULL to nullptr
- Include include/base/cef_callback.h instead of include/base/cef_bind.h
- Implicit conversion of CefRefPtr<T> or scoped_refptr<T> to T* is gone;
use .get() instead
See the issue for additional details.
2021-06-18 13:42:31 -04:00
Marshall Greenblatt
a9aef28966
Improve AudioOutputTest.AudioTogglePlaybackTest to avoid flakyness.
2020-06-10 15:26:40 -04: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
Alexander Guettler
46d3a81ba0
Update to Chromium version 77.0.3865.0 ( #681094 )
...
- Windows: SDK version 10.0.18362.0 is now required.
2019-09-04 15:13:32 +00:00
Petra Öhlin
cc0db5f166
Update to Chromium version 76.0.3809.0 ( #665002 )
...
OSR tests will be fixed by a follow-up merge of Viz support (see issue #2575 ).
2019-07-16 15:34:16 -04:00
Mike Wiedenbauer
58e1149c71
Add ability to capture audio output to buffer (issue #2381 )
2019-03-07 17:09:54 -05:00