Skip to content

request#1

Open
mars-huang wants to merge 1990 commits intomars-huang:masterfrom
cefsharp:master
Open

request#1
mars-huang wants to merge 1990 commits intomars-huang:masterfrom
cefsharp:master

Conversation

@mars-huang
Copy link
Owner

2019-11-06

amaitland and others added 30 commits June 8, 2023 19:53
* Upgrade minimum .Net version to 4.6.2

#4433

* Use TaskCreationOptions.RunContinuationsAsynchronously

- Now that min version is .Net 4.6.2 we can use RunContinuationsAsynchronously
- Remove some unused code
… as ARM64, because that file isn't present in the CEF Redist for this architecture. (#3841)"

This reverts commit 0812ea9.

Resolves #4515
* Ensure reference assemblies are copied to output folders

The .NET 6.0 SDK introduced a breaking change meaning that reference
assemblies are no longer automatically copied from the intermediate
build directory to the output directory. An additional MsBuild property
is now required.

* Specify VS2022 for reference assembly copy condition

---------

Co-authored-by: Bernard Mason <bernard.mason@thinksmartbox.com>
 - Page is now rendered quicker than before.
amaitland and others added 30 commits October 25, 2025 06:43
- Runs locally fine if run in isolation
- Builds are failing as missing .Net 6 SDK
- See if specifying a specific SDK as appveyor is failing to build the .net 6 projects
- latestMajor didn't work on appveyor
- Was failing with the same symptoms as #4621
  The browser was immediately created then destroyed
… eval (#5197)

- JavascriptCallbackRegistry - Get BrowserId From V8Context
- Render Process - Rewrite to store root object wrapper by frame instead of per browser
-  Don't store JavascriptRootObjectWrapper in the browserWrapper as CEF is calling destroyed more than it should.
-  Revert "Tests - Simplify ShouldFailWhenIsObjectCachedCalledWithInvalidObjectName"

This reverts commit f8a81ac.

---------

Co-authored-by: amaitland <307872+amaitland@users.noreply.github.com>
* Core - Update CefErrorCode and PermissionRequestType

* Apply suggestion from @coderabbitai[bot]

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

---------

Co-authored-by: Alex Maitland <amaitland@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* Core - Upgrade to stdcpp20

- Set NOMINMAX
- Change compiler options
- Fix compiler errors

---------

Co-authored-by: amaitland <307872+amaitland@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.