forked from obsproject/obs-studio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6a93387
commit dde66d8
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule obs-browser
updated
20 files
+0 −21 | .github/workflows/clang-format.yml | |
+1 −1 | browser-app.cpp | |
+1 −1 | browser-app.hpp | |
+53 −2 | browser-client.cpp | |
+1 −1 | browser-client.hpp | |
+1 −1 | browser-scheme.cpp | |
+1 −1 | browser-scheme.hpp | |
+1 −1 | cef-headers.hpp | |
+1 −1 | cmake/macos/Info-helper.plist.in | |
+1 −1 | cmake/macos/Info.plist.in | |
+93 −0 | data/default.js | |
+2 −0 | data/jquery.js | |
+1 −1 | deps/wide-string.cpp | |
+1 −1 | deps/wide-string.hpp | |
+1 −1 | helper-info.plist | |
+1 −1 | obs-browser-page/obs-browser-page-main.cpp | |
+137 −44 | obs-browser-plugin.cpp | |
+1 −1 | obs-browser-source-audio.cpp | |
+280 −54 | obs-browser-source.cpp | |
+60 −3 | obs-browser-source.hpp |