COMMITS
/ CefSharp.BrowserSubprocess.Core/JavascriptPropertyWrapper.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
February 19, 2016
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
January 9, 2015
January 6, 2015
December 4, 2014
A
Add TODO about strongly typing variable
amaitland committed
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 29, 2014
A
Fix long data type compiler warnings
amaitland committed
August 28, 2014
A
Move propertyHandler calls to JavascriptObjectWrapper
amaitland committed
A
Move bind code from header to cpp file
amaitland committed
A
Remove unused virtual modifier
amaitland committed
A
Add commented out code for handling complex types to JavascriptPropertyWrapper
amaitland committed
A
Change Id from Long to int
amaitland committed
A
Add property name to Setter
amaitland committed
A
Pass through property name to Getter
amaitland committed
A
Create a property for each member object
amaitland committed
A
Create missing root v8object
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
A
Get property get method calling - still problems that need to be resolved
amaitland committed
July 11, 2014
A
A
Remove Description classes - simplify code
amaitland committed
A
Rename Value property to JsObject
amaitland committed
A
Extract methodName variable (makes consistant with JavascriptMethodWrapper)
amaitland committed
June 12, 2014
P
P
Similar change as elsewhere - go for a 'using' directive when possible.
Per Lundberg committed
P
Whitespace fix.
Per Lundberg committed
June 7, 2014
J
implemented Property Getter / Setter
JanEggers committed