COMMITS
/ CefSharp.BrowserSubprocess.Core/JavascriptMethodWrapper.h 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
September 10, 2018
March 5, 2017
January 11, 2016
A
Update copyright to 2016
amaitland committed
September 29, 2015
A
Fix up some of the vc++ include mess that we had going
amaitland committed
September 24, 2015
A
August 7, 2015
A
Cleanup some compiler warnings by making classes private
amaitland committed
July 28, 2015
June 13, 2015
R
* Move unmanged objects into finalizer and call finalizer from Dispose.
rassilon 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
January 9, 2015
January 6, 2015
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 29, 2014
A
Fix long data type compiler warnings
amaitland committed
September 2, 2014
August 28, 2014
A
Move Bind code from header to cpp file
amaitland committed
A
Remove unused virtual modifier
amaitland committed
A
Change Id from Long to int
amaitland committed
A
Fixup incorrect includes
amaitland committed
A
Change access modifier to public
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
A
Start of restructure of JavascriptObject hierarchy
amaitland committed
July 16, 2014
A
Merge branch 'JsBinding_WIP' into JsBinding/Wip2
amaitland committed
July 11, 2014
A
A
Remove Description classes - simplify code
amaitland committed
June 12, 2014
P
P
Keep things simple.
Per Lundberg committed
May 24, 2014
J
reversed subprocess communication now Browser is host and renderer is client
JanEggers committed
May 10, 2014
J
J
added some more meta data
JanEggers committed
May 8, 2014
J
wired method calls to reach the BrowserProcess
JanEggers committed