COMMITS
/ CefSharp.BrowserSubprocess.Core/JavascriptRootObjectWrapper.h December 3, 2025
A
Core - Rewrite RenderProcess to avoid using OnBrowserDestroyed for JS eval (#5197)
Alex Maitland committed
July 15, 2023
A
Core - Change from cef type defs to C++11 defs
Alex Maitland committed
February 27, 2021
A
BrowserSubprocess - Namespace cleanup
Alex Maitland committed
July 18, 2020
A
Net Core - Support for compiling with .Net Core 3.1
amaitland committed
May 31, 2019
September 10, 2018
January 22, 2018
A
Implement Javascript Binding v2 (#2247)
Alex Maitland committed
March 5, 2017
January 11, 2016
A
Update copyright to 2016
amaitland committed
October 28, 2015
I
added a flag indicating if the root object has already been bound
illfang committed
September 29, 2015
A
Fix up some of the vc++ include mess that we had going
amaitland committed
September 24, 2015
August 7, 2015
A
Cleanup some compiler warnings by making classes private
amaitland committed
August 3, 2015
A
Formatting, make class private
amaitland committed
July 31, 2015
C
Merged master
cefsharp-ms committed
C
fixed tabs again
cefsharp-ms committed
July 28, 2015
July 10, 2015
July 9, 2015
A
Remove TODO - the field is still used
amaitland committed
A
Going forward constructors/destructors/finalizers all go in the headers
amaitland committed
June 13, 2015
R
* Move unmanged objects into finalizer and call finalizer from Dispose.
rassilon committed
May 2, 2015
B
Add some descriptive comments about what some of the subprocess classes do.
Bill Tutt committed
April 25, 2015
R
It's time for copyright updates again. Yay!
rassilon committed
March 8, 2015
D
added JavascriptCallbackRegistry and wired up
David Serfozo committed
D
moved JavascriptRootObjectWrapper impl to separate cpp
David Serfozo committed
January 9, 2015
January 6, 2015
December 4, 2014
November 27, 2014
A
Remove redundant #include statements
amaitland committed
November 25, 2014
S
memleak : show problem
Sylvain Hamel committed
November 11, 2014
S
CefRenderProcess process creates too many channels (and does not close them)
Sylvain Hamel committed
September 16, 2014
A
Continue to implement object cleanup
amaitland committed
A
Pass a delegate to Create the WCF proxy through the layers of JS binding objects
amaitland committed
August 28, 2014
A
A
Create a property for each member object
amaitland committed
A
Create missing root v8object
amaitland committed
A
Set V8Value (was having managed point problems before)
amaitland committed
A
Add in NotImplementedException's as place holders for next stage of work
amaitland committed
A
A
Make wrapper objects contain references to the Properties/Methods they represent
amaitland committed
A
Create JavascriptRootObjectWrapper class to simplify back end binding
amaitland committed