Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/obsproject/cef
Fork of CEF (Chromium Embedded Framework) with OBS-specific patches
https://github.com/obsproject/cef
6546556a14a58cb23d2282a5a5ab715bd98482e9 authored over 5 years ago
6193d8c5541850cdb03a445307c258e04b3ab545 authored over 5 years ago
ab6fd322d11c2e1126ce85e729d803fc0aec2da1 authored over 5 years ago
7e742f6e1f0b662ebfdc72e8c4e3c001953d0e34 authored over 5 years ago
The behavior has changed as follows with NetworkService enabled:
- All pending and in-progress r...
This change avoids the starting of new requests during shutdown.
fd80e5c6534827c27ac89809bc04c607f18a75d0 authored over 5 years ago
This change fixes an issue where the cancel_callback for a pending request
might already have be...
This change moves the SendProcessMessage method from CefBrowser to CefFrame and
adds CefBrowser ...
Choose the stricter "no-cache" behavior which implies the "no-store" behavior.
35295d2e2731434f9c77115a915d152e1963f45c authored over 5 years ago
The NetworkService can still be disabled for a limited time by specifying the
`--disable-feature...
To test: ResourceRequestHandlerTest.Filter* tests pass with NetworkService
enabled.
e5c7fd1c5515b920b1ac4c8e1bbdf3a4bab00252 authored over 5 years ago
This adds support for the CloseAllConnections and ResolveHost methods.
To test: RequestContextT...
99eebd00c447c10eac642f5fe9042f04076df763 authored over 5 years ago
Always return ERR_NONE and the response body if a CefURLRequest completes
successfully, includin...
9a30f05f80c911620a57995267dcd376ecc86507 authored over 5 years ago
Pending requests that are associated with a browser will be canceled when that
browser is destro...
Requests created using CefURLRequest::Create are not associated with a
browser/frame. When origi...
f9b042c3759958da8c3a7f759eff68e4021c6a52 authored over 5 years ago
This fixes an issue where the 64-bit version of d3dcompiler_47.dll would be
included with 32-bit...
03c1c21fd3e8369363fcf86c37d3fbe3b78d40fb authored over 5 years ago
The optional |extra_info| parameter provides an opportunity to specify extra
information specifi...
ad4ce5f44117ad8ee009b556168d11a27ca04262 authored over 5 years ago
The d3dcompiler_43.dll file was only required on Windows XP, which is no longer
supported.
This change adds the d3dcompiler_47.dll version that was included with Windows
SDK 10.0.17134. T...
3827f817c728d60361a9934030780ba9ee92017d authored over 5 years ago
With this change the CefCookieManager::SetSupportedSchemes method can be used
to disable all loa...
To test: When running `cefclient --cache-path=c:\temp\cache` with NetworkService
enabled the the...
When the NetworkService is enabled the U-A string is configured via
SystemNetworkContextManager:...
b1018ad64bc80d3df9a82fd0af9b44306ac28fba authored over 5 years ago
To test:
- All tests pass with NetworkService disabled. DownloadTest.*, ExtensionTest.*
and Pl...
0193a3fe54b7c85392e293563f90329c9eb846ef authored over 5 years ago
fb0133cd4bd78f59f699b42f85a8ba72b2f52d2c authored over 5 years ago
Known behavior changes:
- Unsupported chrome hosts no longer redirect to chrome://version.
To t...
370cc028cbe3bddb83efd72f6de289ebab5adc9f authored over 5 years agoFixes FATAL:os_crypt_mac.mm(103)] Check failed: g_key_creation_util
9fd6c8a1eea906675ae87009a3d079c1f68b55d6 authored over 5 years ago
When using multi-threaded message loop mode the PrefService needs to be created
on the UI thread...
cc80175e89a4d9aad4a153a82a52a219ea14a142 authored over 5 years ago
This change fixes a load hang when no custom handlers (CefResourceRequestHandler
or registered s...
This change allows the NetworkService to handle cookie load/save in cases where
cookies will not...
edd9efd1b3a10f4a4e72d75992e0e7a2abb7395d authored over 5 years ago
Implementation notes:
- Chromium change: CookieMonster::SetCookieableSchemes needs to be called
...
Under ARC (Automatic Reference Counting), assigning to an Objective-C
pointer has different sema...
Ozone builds can run with different platform backends (Wayland, X11, etc). Usage of the Views fr...
491253fa037113cad7416218beb2bb949b458185 authored over 5 years ago07863c0d468b3e59897e5b7dcbc2e3215eb58022 authored almost 6 years ago
879911b7218f8e3e5f71df31dd21ebf1a866fed0 authored almost 6 years ago
1beec23065e3da8b8aeaa29b96455e38ec78e212 authored almost 6 years ago
5623338662e9afe558c12f3e4439a3c8da701f1b authored almost 6 years ago
941d53ebfd57f7c097ab55e8724160e90132b6f4 authored almost 6 years ago
We don't support the WebRequestAPI yet, so we shouldn't be creating any objects
for it.
To test...
9ce29e8ec5ccef8e649ae734de4179d02671e887 authored almost 6 years agoaa42db6e2589e7dd653f162eff27e4c7b4235709 authored almost 6 years ago
This fixes an build break that was introduced by commit af349ad (see issue #2604).
04e2728dc2b63768708e7f6ef982c731e517c583 authored almost 6 years ago
The Chromium content layer (which also exposes the NetworkService interface)
generally runs on t...
To test: Run `ceftests --gtest_filter=CookieTest.*:-CookieTest.GetCookieManager*
...
This change adds a new CefSettings.root_cache_path value that must be either
equal to or a paren...
A CefBrowserHostImpl is created using a CefRequestContextImpl that may have a
CefRequestContextH...
9b43d265c38dd55f2a1cd21428db565379032f4e authored almost 6 years ago
This change removes cookie and request handler functionality that will not
supported by the Netw...
This change adds an --enable-network-service command-line flag to run with
NetworkService enable...
- Implement multi-tree support (e.g. page with iframes contains several trees)
- Implement OnAcc...
This adds *.pak, locales/*.pak , chrome-sandbox, libGLESv2.so, libEGL.so and
swiftshader/*.so to...
48f7c67587f8df880ff93ac61a69cfa4b2c11702 authored almost 6 years ago
e5568118ac594e801175bdc1cf3b5ffec7809bdf authored almost 6 years ago
a48e0720762ac3f2c0c6e08b65f82f5ca8050fbd authored almost 6 years ago
531df6eabafbf9f4fde7ae7dfeb640de92c6649d authored almost 6 years ago
64ad8c32f289307f1e9a39e0b9c942696f0fdd3f authored almost 6 years ago
d8845b88f44cdbff5eb0639eb98f454d79787ac9 authored almost 6 years ago
To continue using the old format set the CEF_OLD_VERSION_FORMAT=1 environment
variable before bu...
This change updates make_distrib.py to link in all of libc++ and libc++abi from the Chromium bui...
1b9bc33bcffebbac17062a71cb1440d4cd18f03b authored almost 6 years agoa4f0b4c5fbdb93849cf8b4eea104846631667df2 authored almost 6 years ago
872f25dcc6d2225e14ee5d80bef3c8da60129bd9 authored almost 6 years ago
The version format can now be controlled by setting the CEF_OLD_VERSION_FORMAT
environment varia...
This splits out the API hashes from the cef_version.h file which is generated at
build time. Cha...
- Windows: 10.0.17763.0 SDK is now required.
- Mac: 10.13 SDK is now required.
- Removed CefRequ...
58e1149c7127314072903d3d45b9ba8b9fd2fc92 authored almost 6 years ago
7b5d30e9a92bacdcb81c60de19f1712aaf53ff74 authored almost 6 years ago
4cbcb4615a074fe5089889e1e801cc2a6420cacc authored almost 6 years ago
602c1631279a4c5aa6efb01f4c67073b4c60a4e4 authored almost 6 years ago
feffedbae999031505b2bbe0224c622df7c3f76e authored almost 6 years ago
18ef4f72c768f8de0085d38b09d34cb89be82323 authored almost 6 years ago
34db87563ea1c05dc44650924e35644a78dafa67 authored almost 6 years ago
658bf2834a191f4c1f943be7d1f859b7b5362d34 authored almost 6 years ago
Link to libbase.so to fix FATAL:content_main_runner_impl.cc(731)]
Check failed: base::allocator:...
5f615a95bc9bd1b1d73fa921d142866038c75c38 authored almost 6 years ago
9ba28dd73065b8757426e911fdae58d77fc87129 authored almost 6 years ago
379fb8d39e264e085389af760963098e92e9c326 authored almost 6 years ago
c72d57aa607372709a6b1c0d60e33fbfb3b51779 authored almost 6 years ago
ba8b4e8b9d9d1e41d98c9276423cda0c35354594 authored almost 6 years ago
8d1453fd24661a492eea8abc5a751f934fd55c30 authored almost 6 years ago
3cf50ed9423884e07ccb0ae18061d9feea481700 authored almost 6 years ago
5a1c6424312dd07ef84691e0a47e0de34bfd03ed authored almost 6 years ago
6bfb5ab33b68aadd13bba055d195c2f6aa9a81d6 authored almost 6 years ago
3fe062a5b6c6a5dccb11d8c9759531dc2aeefd0e authored almost 6 years ago
176e14d451bf4fbf9cdf4b2280d41e828b02e3e3 authored almost 6 years ago
feb99571d287b70d2203f8bd2102e9a10ca7cac1 authored almost 6 years ago
d5be6e3afbf629b50d434ac855f9735e752cf26c authored almost 6 years ago
359a5b7cb5c752a9069d3d27b5043a572f8407b6 authored almost 6 years ago
406e347d6f579a3112b90a0bbc0086aafe4b5fda authored almost 6 years ago
b5d76b499c8b6896a7dcad4e7f7a00a4add10c0f authored almost 6 years ago
7aae02e411c267d8ee92fe1ed62c185347dc42a7 authored almost 6 years ago
8bc348d615d6a5cdecda5ffb652197fe5c375bce authored almost 6 years ago
4c730e8935fa6f3a1d82c1d42838ac180dab6088 authored almost 6 years ago