Skip to content

Commit

Permalink
Merge remote-tracking branch 'github/dependabot/npm_and_yarn/src/Unit…
Browse files Browse the repository at this point in the history
…yWebBrowser.Pages/vite-plugin-singlefile-2.0.2'
  • Loading branch information
Voltstro committed Sep 8, 2024
2 parents 48e52b2 + c25e626 commit 8562a33
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "ThirdParty/CefGlue"]
path = src/ThirdParty/CefGlue
url = https://gitlab.com/Voltstro-Studios/WebBrowser/cefglue.git
url = https://github.com/Voltstro-Studios/CefGlue.git
2 changes: 1 addition & 1 deletion src/ThirdParty/CefGlue
Submodule CefGlue updated 54 files
+1 −3 CefGlue.Interop.Gen/include/base/internal/cef_net_error_list.h
+4 −4 CefGlue.Interop.Gen/include/cef_api_hash.h
+3 −4 CefGlue.Interop.Gen/include/cef_app.h
+0 −110 CefGlue.Interop.Gen/include/cef_application_mac.h
+7 −27 CefGlue.Interop.Gen/include/cef_browser.h
+7 −8 CefGlue.Interop.Gen/include/cef_browser_process_handler.h
+34 −16 CefGlue.Interop.Gen/include/cef_color_ids.h
+5 −7 CefGlue.Interop.Gen/include/cef_command_handler.h
+6 −3 CefGlue.Interop.Gen/include/cef_command_ids.h
+1 −1 CefGlue.Interop.Gen/include/cef_config.h
+6 −6 CefGlue.Interop.Gen/include/cef_display_handler.h
+0 −120 CefGlue.Interop.Gen/include/cef_extension.h
+0 −202 CefGlue.Interop.Gen/include/cef_extension_handler.h
+1 −1 CefGlue.Interop.Gen/include/cef_life_span_handler.h
+1,662 −1,638 CefGlue.Interop.Gen/include/cef_pack_resources.h
+11,342 −11,026 CefGlue.Interop.Gen/include/cef_pack_strings.h
+5 −5 CefGlue.Interop.Gen/include/cef_permission_handler.h
+0 −100 CefGlue.Interop.Gen/include/cef_request_context.h
+3 −3 CefGlue.Interop.Gen/include/cef_request_handler.h
+109 −0 CefGlue.Interop.Gen/include/cef_task_manager.h
+14 −0 CefGlue.Interop.Gen/include/cef_v8.h
+9 −9 CefGlue.Interop.Gen/include/cef_version.h
+68 −0 CefGlue.Interop.Gen/include/internal/cef_dump_without_crashing_internal.h
+114 −54 CefGlue.Interop.Gen/include/internal/cef_types.h
+26 −3 CefGlue.Interop.Gen/include/internal/cef_types_content_settings.h
+11 −18 CefGlue.Interop.Gen/include/internal/cef_types_runtime.h
+63 −6 CefGlue.Interop.Gen/include/internal/cef_types_wrappers.h
+4 −1 CefGlue.Interop.Gen/schema_cef3.py
+1 −1 CefGlue/CefGlue.csproj
+2 −6 CefGlue/CefGlue.g.props
+0 −240 CefGlue/Classes.Handlers/CefExtensionHandler.cs
+0 −17 CefGlue/Classes.Proxies/CefBrowserHost.cs
+0 −92 CefGlue/Classes.Proxies/CefExtension.cs
+0 −27 CefGlue/Classes.Proxies/CefGetExtensionResourceCallback.cs
+0 −120 CefGlue/Classes.Proxies/CefRequestContext.cs
+24 −0 CefGlue/Classes.Proxies/CefTaskManager.cs
+0 −151 CefGlue/Classes.g/CefExtensionHandler.g.cs
+0 −84 CefGlue/Classes.g/CefGetExtensionResourceCallback.g.cs
+84 −84 CefGlue/Classes.g/CefTaskManager.g.cs
+70 −0 CefGlue/Enums/CefTaskType.cs
+32 −80 CefGlue/Interop/Classes.g/cef_browser_host_t.g.cs
+0 −121 CefGlue/Interop/Classes.g/cef_extension_handler_t.g.cs
+0 −305 CefGlue/Interop/Classes.g/cef_extension_t.g.cs
+0 −161 CefGlue/Interop/Classes.g/cef_get_extension_resource_callback_t.g.cs
+36 −156 CefGlue/Interop/Classes.g/cef_request_context_t.g.cs
+237 −0 CefGlue/Interop/Classes.g/cef_task_manager_t.g.cs
+4 −0 CefGlue/Interop/Classes.g/cef_v8value_t.g.cs
+0 −1 CefGlue/Interop/Structs/cef_request_context_settings_t.cs
+0 −3 CefGlue/Interop/Structs/cef_settings_t.cs
+27 −0 CefGlue/Interop/Structs/cef_task_info_t.cs
+11 −11 CefGlue/Interop/version.g.cs
+0 −9 CefGlue/Structs/CefRequestContextSettings.cs
+0 −29 CefGlue/Structs/CefSettings.cs
+30 −0 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ public void Init(ClientControlsActions clientControlsActions, EnginePopupManager
ExternalMessagePump = false,
RemoteDebuggingPort = launchArguments.RemoteDebugging,
PersistSessionCookies = true,
PersistUserPreferences = true,
//PersistUserPreferences = true,
ResourcesDirPath = resourcesPath,
LocalesDirPath = localesPath,
BrowserSubprocessPath = subprocessPath,
Expand Down
2 changes: 1 addition & 1 deletion src/UnityWebBrowser.Pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"typescript": "^5.5.4",
"vite": "^5.3.5",
"vite-plugin-html": "^3.2.0",
"vite-plugin-singlefile": "^2.0.1"
"vite-plugin-singlefile": "^2.0.2"
}
}
8 changes: 4 additions & 4 deletions src/UnityWebBrowser.Pages/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -853,10 +853,10 @@ vite-plugin-html@^3.2.0:
node-html-parser "^5.3.3"
pathe "^0.2.0"

vite-plugin-singlefile@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/vite-plugin-singlefile/-/vite-plugin-singlefile-2.0.1.tgz#04c0ffdb54a83e236c54f199d5ce07130a2d4d32"
integrity sha512-J74tfN6TE4fz0Hp7E1+dmVTmCpyazv4yuIpR6jd22Kq76d2CQDSQx3wDiHX8LT02f922V+YrLhRq2VIk/UYrig==
vite-plugin-singlefile@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/vite-plugin-singlefile/-/vite-plugin-singlefile-2.0.2.tgz#af2c95e0182bd363dbe29b80bea5c5a78209f649"
integrity sha512-Z2ou6HcvED5CF0hM+vcFSaFa+klyS8RyyLxW0PbMRLnMbvzTI6ueWyxdYNFhpuXZgz/aj6+E/dHFTdEcw6gb9w==
dependencies:
micromatch "^4.0.7"

Expand Down

0 comments on commit 8562a33

Please sign in to comment.