COMMITS
/ CefSharp.BrowserSubprocess.Core/CefAppUnmanagedWrapper.cpp March 21, 2026
February 20, 2026
A
Core - Fix CPP compiler warnings
amaitland committed
February 21, 2026
A
Core - Upgrade to stdcpp20 (#5215)
Alex Maitland committed
December 3, 2025
A
Core - Rewrite RenderProcess to avoid using OnBrowserDestroyed for JS eval (#5197)
Alex Maitland committed
April 3, 2025
A
Fixed duplicate calls to OnContextCreated (#5073)
AgapovAlexsey committed
October 26, 2024
A
Subprocess - OnBrowserCreated handle extraInfo being null
amaitland committed
March 8, 2024
A
Change Frame identifier from Int64 to String (#4740)
Alex Maitland committed
July 15, 2023
A
Core - Change from cef type defs to C++11 defs
Alex Maitland committed
December 6, 2022
A
Enhancement - Improve Promise support (#4326)
Alex Maitland committed
July 31, 2021
A
C++/CLI - Replace NULL with nullptr
Alex Maitland committed
July 6, 2021
A
Core - Crash opening popup window
Alex Maitland committed
June 4, 2021
A
JavascriptBinding - Add JavascriptBindingSettings.JavascriptBindingApiEnabled property (#3571)
Alex Maitland committed
February 27, 2021
A
BrowserSubprocess - Namespace cleanup
Alex Maitland committed
February 15, 2021
A
Javascript Callback - Add very basic support for executing a Promise
Alex Maitland committed
December 16, 2020
A
Refactor CefSharp.Core into CefSharp.Core.Runtime (#3311)
Alex Maitland committed
October 6, 2020
A
Core - Add EvaluateScriptAsPromiseAsync (#3251)
Alex Maitland committed
September 18, 2020
A
Core - Add CefSharp.RenderProcessId javascript property
amaitland committed
September 16, 2020
A
Upgrade to CEF 85.3.6+gacfac2f+chromium-85.0.4183.102 / Chromium 85.0.4183.102
amaitland committed
July 18, 2020
A
Net Core - Support for compiling with .Net Core 3.1
amaitland committed
May 19, 2020
A
Core - Javascript Binding Configure Property Name
amaitland committed
May 14, 2020
January 29, 2020
G
Fix all C6246 warnings: Local declaration hides declaration of the same name in outer scope. (#3027)
Gilberto Stankiewicz committed
August 11, 2019
A
LegacyJavascriptBinding - Enabled field was overwritten when a popup was opened
amaitland committed
July 20, 2019
July 8, 2019
A
CefSharp.BindObjectAsync - Split out into it's own Handler
amaitland committed
July 4, 2019
A
Network Service - Register custom scheme in all process types
amaitland committed
July 2, 2019
A
ISchemeRegistrar - Change AddCustomScheme to use SchemeOptions enum
amaitland committed
June 14, 2019
A
Javascript Legacy Binding - Pass objects on CefBrowserHost::CreateBrowser
amaitland committed
June 13, 2019
A
SendProcessMessage - Remove frame/browserid from messages
amaitland committed
June 11, 2019
A
Initial version 75 upgrade and NetworkService changes
amaitland committed
June 3, 2019
A
Add CefSharp.PostMessage (#2799)
Alex Maitland committed
April 26, 2019
A
March 20, 2019
A
Add Initial IRenderProcessHandler.OnContextCreated/Released implementation (#2697)
Alex Maitland committed
March 15, 2019
A
CefSchemeRegistrar->AddCustomScheme - signature changed
amaitland committed
December 27, 2018
A
Rename CefExtension to V8Extension
amaitland committed
October 28, 2018
A
CefAppUnmanagedWrapper::OnContextCreated - Fixed up merge mistake
amaitland committed
A
Call OnContextCreated and OnContextReleased for each frame (#2373)
Alex Sukhovy committed
September 10, 2018
August 27, 2018
August 5, 2018
May 15, 2018
April 26, 2018
April 20, 2018
A
LegacyBinding - Remove objects from cache if key already exists
amaitland committed
March 7, 2018
J
Support uncaught exception handling (#2244)
João Neves committed
January 29, 2018
A
JSB Add Caching
amaitland committed
January 28, 2018
A
JSB BindObjectAsync return response object
amaitland committed
January 22, 2018
A
IJavascriptObjectRepository.ObjectBoundInJavascript - Fix bug and add example
amaitland committed
A
IJavascriptObjectRepositry - Add ObjectBoundInJavascript event
amaitland committed
A
Implement Javascript Binding v2 (#2247)
Alex Maitland committed
August 29, 2017
C
Added CefCustomScheme.IsCspBypassing
Chris committed