Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Open Broadcaster Software

Free and open source software for video recording and live streaming
Collective - Host: opensource - https://opencollective.com/obsproject - Website: https://obsproject.com - Code: https://github.com/obsproject

libcef:

- Parse request headers and pass to the scheme handler.
- Fix memory leak in scheme handler imple...

github.com/obsproject/cef - b821811c084d6a6d7cff845562f1a5459d3b4c39 authored over 15 years ago by Marshall Greenblatt <[email protected]>
libcef:

- Add support for custom scheme handlers (entry #49, initial version by heshiming).

cefclient:
-...

github.com/obsproject/cef - 087319efdbfbbd05b839a9b67f4ef2a4f3515908 authored over 15 years ago by Marshall Greenblatt <[email protected]>
Revert the rev 34 change to webkit_glue::GetLocalizedString() which broke resource loading.

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@36 5089003a-bbd8-11dd-ad1f-f1f9622...

github.com/obsproject/cef - f341b9f4394ec212ab3c32ae2dadfebace2be68b authored over 15 years ago by Marshall Greenblatt <[email protected]>
libcef: Update due to underlying chromium changes.

- Printing fix was committed as Chromium rev 23338, so the patches are no longer required.
- Add ...

github.com/obsproject/cef - 65b06ebf66d029dd29afdf1012c2ca10fa1ab869 authored over 15 years ago by Marshall Greenblatt <[email protected]>
libcef: Update due to underlying chromium changes.

- Modifications due to WebFrame moving from webkit/glue to webkit/api
- Remove the ATL dependency...

github.com/obsproject/cef - cbb3124475da568b7b0b194d0f469165eccc2542 authored over 15 years ago by Marshall Greenblatt <[email protected]>
Update all files to use Windows CRLF (\r\n) line endings (issue #45).

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@33 5089003a-bbd8-11dd-ad1f-f1f9622...

github.com/obsproject/cef - ea3a49abe15d4451f12d261202d0c3dac44d41b9 authored over 15 years ago by Marshall Greenblatt <[email protected]>
libcef: Update due to underlying chromium changes.

- Add the printing project and delete duplicated files from the CEF printing directory.
- Add med...

github.com/obsproject/cef - 6a7b6d503833ae0e89e83ac3833bfe7288eb411a authored over 15 years ago by Marshall Greenblatt <[email protected]>
libcef:

- change 'void *' arguments to 'void* ' to match style requirements.

translator:
- add support f...

github.com/obsproject/cef - 0a92d27cc119eccfcf52e5016cd5fc583da36f70 authored over 15 years ago by Marshall Greenblatt <[email protected]>
- Add the CEF translator tool for generating the C API header and cpptoc/ctocpp wrapper files.

- Update to files generated by the CEF translator tool. This introduces minor changes in cef.h a...

github.com/obsproject/cef - 8a04c0f0c1179b598806eb63308bffd3b460eec7 authored over 15 years ago by Marshall Greenblatt <[email protected]>
Add a CefHandler::HandleSetFocus() callback that gets called when the browser control or a child widget requests focus. This callback gives the client an opportunity to cancel the focus change. (Issue #34, initial patch by tux316).

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@29 5089003a-bbd8-11dd-ad1f-f1f9622...

github.com/obsproject/cef - d953faf7f84db0b022a9bb5844ba8be7332aea04 authored over 15 years ago by Marshall Greenblatt <[email protected]>
libcef: Update due to underlying chromium changes.

- Underlying chromium changes fix Issue #27.
- Navigation-related changes to work with WebDataSou...

github.com/obsproject/cef - ff7e8379fbc54b57ff860e54b3613ec16d64037b authored over 15 years ago by Marshall Greenblatt <[email protected]>
libcef:

- Initialize WebKit in the UI thread to avoid asserts due to WTF::isMainThread() returning false....

github.com/obsproject/cef - a0a0ae326cde3210f8f4f8366154c262c822111c authored over 15 years ago by Marshall Greenblatt <[email protected]>
- Move frame-related methods from CefBrowser into a new CefFrame class.

- Add CefBrowser::Get*Frame() methods for retrieving the appropriate CefFrame instance.
- Add a C...

github.com/obsproject/cef - c295931b1e0631cc8c976689007ba66fa8d735bf authored over 15 years ago by Marshall Greenblatt <[email protected]>
libcef_dll:

- Eliminate the dependency on base/logging.h for libcef_dll_wrapper. libcef.lib and libcef_dll_w...

github.com/obsproject/cef - 94dfad49d95edec55628ac4c90df5870f19a2028 authored over 15 years ago by Marshall Greenblatt <[email protected]>
libcef:

- Fix ASSERT in CefBrowserImpl::UIT_GetPagesCount() when no default printer is configured (Issue ...

github.com/obsproject/cef - 0a98edff56bbd6141e21fa9e5442c38e7e97e0b4 authored over 15 years ago by Marshall Greenblatt <[email protected]>
libcef: Update due to underlying chromium changes.

- Add WebKit-based printing support.
- Add re-sizable text area support.
- In release build, only...

github.com/obsproject/cef - 52196814b21c1e3baacc99329b1248ef8465ee82 authored over 15 years ago by Marshall Greenblatt <[email protected]>
libcef: Update due to underlying chromium changes.

- Add unique IDs for browser instances because ResourceLoaderBridge::Create() now receives a rout...

github.com/obsproject/cef - 3f5a01e96914f27713ad0fac12077a6978985ced authored over 15 years ago by Marshall Greenblatt <[email protected]>
libcef: Update due to underlying chromium changes.

- security_info attribute added to OnCompletedRequest() in ResourceLoaderBridge.
- More functions...

github.com/obsproject/cef - d9428636618236ae32ffe47361c7ee04a63ada86 authored almost 16 years ago by Marshall Greenblatt <[email protected]>
- Add #ifdef _DEBUG around the DebugObjCt DCHECK() calls to avoid compile errors in release build (Fix by: vridosh, Issue #1).

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@20 5089003a-bbd8-11dd-ad1f-f1f9622...

github.com/obsproject/cef - 74bb6d6e74fb1542fa92c53cdc4e246f881c75c5 authored almost 16 years ago by Marshall Greenblatt <[email protected]>
libcef:

- Add the CefBrowser::CreateBrowserSync() method for synchronously creating a browser instance. (...

github.com/obsproject/cef - 08a19d5384f5ee1971dd8663ec1eaea809e6bd58 authored almost 16 years ago by Marshall Greenblatt <[email protected]>
libcef:

- Add support for specifying the cache location (file path or in-memory) via a new 'cache_path' p...

github.com/obsproject/cef - 3aa0d4c0fa2f2831617cfed815fbb3e6d4781ee5 authored almost 16 years ago by Marshall Greenblatt <[email protected]>
libcef: Update due to underlying chromium changes.

- Fix problem displaying select lists due to ordering of focus events in WebWidgetHost::MouseEven...

github.com/obsproject/cef - a5bdcddd1ef923fec3dc49ff594006d1e6fb8fbe authored almost 16 years ago by Marshall Greenblatt <[email protected]>
Add DLL build support and wrapper that allows clients to transparently switch between static and dynamic CEF builds.

- The libcef project now builds libcef_static.lib instead of libcef.lib.
- The libcef_dll project...

github.com/obsproject/cef - 35e21da884ce41c0dbe89deb71b0d67d507832a6 authored almost 16 years ago by Marshall Greenblatt <[email protected]>
libcef: Update due to underlying chromium changes & bug fixes.

- Add v8_snapshot_cc project dependency (Issue # 11, fix by: vridosh)
- Fix possible crash on exi...

github.com/obsproject/cef - e75e27e32c9e2b8e1520c0151b99b459050a2f81 authored almost 16 years ago by Marshall Greenblatt <[email protected]>
libcef: Update due to underlying chromium changes.

- Add simple_clipboard_impl.cc to the libcef project because it is no longer included as part of ...

github.com/obsproject/cef - 577b8387cf0a10efc3accb95bfe58a2221d55b91 authored almost 16 years ago by Marshall Greenblatt <[email protected]>
libcef:

- Allow execution of CEF using the current application's message loop.
tests/cefclient:
- Support...

github.com/obsproject/cef - 15f6c270fa62a4b2582f26bc75cee5c2fbb9a710 authored almost 16 years ago by Marshall Greenblatt <[email protected]>
libcef:

- Add CefBrowser::ExecuteJavaScript() method.
tests/cefclient:
- Add test for ExecuteJavaScript m...

github.com/obsproject/cef - 9d3cd36b4b88b2ca8c125d2ad621103530541d0d authored almost 16 years ago by Marshall Greenblatt <[email protected]>
libcef:

- Allow creation of a browser window without loading a URL. Using about:blank results in an entr...

github.com/obsproject/cef - 729f9279bcec3049e74ddb365d4c1fd5eeef47af authored almost 16 years ago by Marshall Greenblatt <[email protected]>
libcef: Update due to underlying chromium changes.

- External plugin loading support is now provided by webkit/glue/plugins so the libcef/plugins di...

github.com/obsproject/cef - 73027bb5a9397fa03e658c1989fe08b0fc583afa authored almost 16 years ago by Marshall Greenblatt <[email protected]>
libcef: Update due to underlying chromium changes.

- Glue.vcproj moved from webkit\build\glue to webkit\glue

git-svn-id: https://chromiumembedded.g...

github.com/obsproject/cef - 1b6fa403ab18d782b8b3b4576fcd8a1a2f3e4770 authored almost 16 years ago by Marshall Greenblatt <[email protected]>
libcef: Update due to underlying chromium changes.

- Glue now depends on WebCore_prebuild (and not WebCore).
- WebCore depends on WebCore_prebuild.
...

github.com/obsproject/cef - a18491fbd544b9dc45abf142b990cc0658d1b96d authored almost 16 years ago by Marshall Greenblatt <[email protected]>
libcef:

- CefBytesWriter::GetDataString() does not properly size the returned string.

Issue #4, Fix by: ...

github.com/obsproject/cef - 299030afe023f0f98f932210974446065847dd01 authored almost 16 years ago by Marshall Greenblatt <[email protected]>
libcef: Update due to underlying chromium changes.

- Canvas classes moved from gfx namespace to skia namespace.
- Include files moved from WebKit/po...

github.com/obsproject/cef - 8dab71f659618a2baa62a0ec095568d42914b0cb authored almost 16 years ago by Marshall Greenblatt <[email protected]>
libcef:

- Add support for embedded netscape-style plugins.
- Add new webkit_glue VisitedLinkHash() and Is...

github.com/obsproject/cef - a08ad505ad636dfb445bd3d7d53a89228c06078f authored about 16 years ago by Marshall Greenblatt <[email protected]>
libcef: Modifications due to underlying chromium changes.

- Change gfx::WindowHandle to gfx::NativeWindow and gfx::ViewHandle to gfx::NativeView.
- Add pro...

github.com/obsproject/cef - d0639c9f4e35e78b223ee9daaf20ed727ab918fc authored about 16 years ago by Marshall Greenblatt <[email protected]>
libcef:

- Modify BrowserWebViewDelegate::UpdateSessionHistory() to fix compile error due to underlying ch...

github.com/obsproject/cef - 166b8524ddc7867f8e763598e6ed6092be7d4d88 authored about 16 years ago by Marshall Greenblatt <[email protected]>
Initial commit of libcef and cefclient projects.

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@2 5089003a-bbd8-11dd-ad1f-f1f9622d...

github.com/obsproject/cef - 9c58b671a899908a3e97f9efa4c6084a4ce50524 authored about 16 years ago by Marshall Greenblatt <[email protected]>
Initial directory structure.

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1 5089003a-bbd8-11dd-ad1f-f1f9622d...

github.com/obsproject/cef - 11f5769f19079fb4d34016240b35cc28ece4541f authored about 16 years ago by none <[email protected]>