Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cefsharp/CefSharp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: cefsharp/CefSharp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cefsharp/139
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 48 files changed
  • 3 contributors

Commits on Aug 17, 2025

  1. Configuration menu
    Copy the full SHA
    ab5d6d0 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2025

  1. Configuration menu
    Copy the full SHA
    c1f3353 View commit details
    Browse the repository at this point in the history
  2. Core - Cancel pending tasks when browser crashed or v8 context gets r…

    …eleased (#5145)
    
    * Core - Cancel pending tasks when browser crashed or v8 context gets released
    
    * Use TrySetCanceled to cancel pending tasks
    
    * Adjust test to use chrome://crash for simulating a crash
    
    * Add tests for javascript callbacks
    
    * Rename tests and add tests for calling Execute multiple times
    
    * Move FramePendingTaskRepository to its own file
    
    * Rename test to ShouldCancelAfterV8ContextChange
    
    * Fix compile error on .NET Framework
    
    * adjust ShouldTimeoutIfNavigationOccurs test which now throws a TaskCanceledException on navigation
    campersau authored and amaitland committed Aug 22, 2025
    Configuration menu
    Copy the full SHA
    cf5f836 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68a1ce0 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2025

  1. Configuration menu
    Copy the full SHA
    52f33ce View commit details
    Browse the repository at this point in the history
Loading