FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for ClearScript/ScriptEngine.cs - killvxk/ClearScript · GitHub
killvxk
/
ClearScript
Public
forked from
ClearFoundry/ClearScript
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
ClearScript
ClearScript
ScriptEngine.cs
on
master
User selector
Datepicker
Commit history
Commits on May 2, 2019
Version 5.5.6: Added experimental support for CPU profiling in V8ScriptEngine and V8Runtime; improved support for newer V8 features such as promises and WebAssembly; added Nothing class for better …
Show description for d4d6ba2
ClearScriptLib
committed
d4d6ba2
View commit details
Copy full SHA for d4d6ba2
View code at this point
Browse repository at this point
Commits on Nov 19, 2018
Version 5.5.4: Overhauled ScriptEngine.AccessContext support to fix GitHub Issue #68; added ScriptEngine.EnforceAnonymousTypeAccess; fixed Microsoft.ClearScript.targets for VS 2015 compatibility (G…
Show description for 33036db
ClearScriptLib
committed
33036db
View commit details
Copy full SHA for 33036db
View code at this point
Browse repository at this point
Commits on Aug 20, 2018
Version 5.5.3: Changed V8Update to use V8's GN-based build system; fixed VB.NET access to nonexistent JavaScript properties (GitHub Issue #47, Take 2); fixed script object serialization via Json.NE…
Show description for 8591cc5
ClearScriptLib
committed
8591cc5
View commit details
Copy full SHA for 8591cc5
View code at this point
Browse repository at this point
Commits on Mar 30, 2018
Version 5.5.2: Added V8ScriptEngineFlags.EnableDateTimeConversion, resolving GitHub Issue #37; added IScriptEngineException.ScriptException, resolving GitHub Issue #39; fixed VB.NET access to non-e…
Show description for 69ce8fa
ClearScriptLib
committed
69ce8fa
View commit details
Copy full SHA for 69ce8fa
View code at this point
Browse repository at this point
Commits on Dec 26, 2017
Version 5.5.1: Switched to custom WebSocket implementation for V8 Inspector; added V8ScriptEngineFlags.AwaitDebuggerAndPauseOnStart (GitHub Issue #22); added ToString() overrides to exception class…
Show description for 18710eb
ClearScriptLib
committed
18710eb
View commit details
Copy full SHA for 18710eb
View code at this point
Browse repository at this point
Commits on Sep 28, 2017
Version 5.4.10: Improved indexing support for dynamic host objects; added V8ScriptEngine.SuppressInstanceMethodEnumeration.
ClearScriptLib
committed
9a668f9
View commit details
Copy full SHA for 9a668f9
View code at this point
Browse repository at this point
Commits on May 10, 2017
Updated documentation.
ClearScriptLib
committed
018a2a2
View commit details
Copy full SHA for 018a2a2
View code at this point
Browse repository at this point
Commits on May 9, 2017
Added web reference, minor documentation fixes.
ClearScriptLib
committed
fd0d042
View commit details
Copy full SHA for fd0d042
View code at this point
Browse repository at this point
Commits on Apr 30, 2017
Switched to MIT license for GitHub migration.
ClearScriptLib
committed
47c60bd
View commit details
Copy full SHA for 47c60bd
View code at this point
Browse repository at this point
Commits on Feb 28, 2017
Version 5.4.9: Enabled V8 snapshot feature to accelerate V8ScriptEngine initialization; overhauled V8 interface, eliminating deprecated API usage and fixing Issue #116. Tested with V8 5.5.372.40.
Show description for a7ba104
ClearScriptLib
committed
a7ba104
View commit details
Copy full SHA for a7ba104
View code at this point
Browse repository at this point
Commits on Nov 2, 2016
Version 5.4.8: Added support for V8 parser and code caching; added ScriptObject to ease script object identification; fixed argument validation for interop interface parameters; fixed V8 crash when…
Show description for 5ebc1dd
ClearScriptLib
committed
5ebc1dd
View commit details
Copy full SHA for 5ebc1dd
View code at this point
Browse repository at this point
Commits on May 29, 2016
Version 5.4.6: Expanded canonical reference support to all equatable value types; fixed a bug preventing assembly-qualified type names from being used with ScriptEngine.AddHostType(); fixed double …
Show description for a453fe9
ClearScriptLib
committed
a453fe9
View commit details
Copy full SHA for a453fe9
View code at this point
Browse repository at this point
Commits on Mar 9, 2016
Version 5.4.5: Added strongly-typed indexing support for IList<T>; added ScriptEngine.DisableListIndexTypeRestriction; reduced V8 stack overflow detection false positives; added tests for bug fixes…
Show description for 325a436
ClearScriptLib
committed
325a436
View commit details
Copy full SHA for 325a436
View code at this point
Browse repository at this point
Commits on Mar 2, 2016
Added V8ScriptEngine.SuppressExtensionMethodEnumeration.
ClearScriptLib
committed
bc70fda
View commit details
Copy full SHA for bc70fda
View code at this point
Browse repository at this point
Commits on Aug 16, 2015
Version 5.4.3: Added support for Visual Studio 2015; changed V8Update to use installed Python 2.x; fixed hangs in V8 proxy finalizers during script execution (Issue #86); fixed V8 weak handle callb…
Show description for ba8bf45
ClearScriptLib
committed
ba8bf45
View commit details
Copy full SHA for ba8bf45
View code at this point
Browse repository at this point
Commits on May 9, 2015
Version 5.4.2: Updated ClearScriptBenchmarks to use SunSpider 1.0.2; host methods and delegates in V8ScriptEngine now support toFunction(), which creates a native JavaScript function wrapper; fixed…
Show description for bfd0644
ClearScriptLib
committed
bfd0644
View commit details
Copy full SHA for bfd0644
View code at this point
Browse repository at this point
Commits on Feb 6, 2015
Version 5.4.1: Implemented a V8 debug agent to compensate for removed V8 API, V8Update now fetches V8 source and dependencies from Git repositories, fixed V8 assembly unloading and patched V8 to to…
Show description for c2200cb
ClearScriptLib
committed
c2200cb
View commit details
Copy full SHA for c2200cb
View code at this point
Browse repository at this point
Commits on Oct 22, 2014
ClearScript 5.4: Added COM object projection (Issue #38); host methods, events, and const/readonly fields are now cached as direct V8 object properties; made V8ScriptEngine.CollectGarbage() much mo…
Show description for ff7d454
ClearScriptLib
committed
ff7d454
View commit details
Copy full SHA for ff7d454
View code at this point
Browse repository at this point
Commits on Jun 10, 2014
Tweaked MarshalNullAsDispatch behavior, added ScriptEngine.DisableTypeRestriction, added explicit disposal of cached V8 objects to fix Issue #48.
ClearScriptLib
committed
3d371d6
View commit details
Copy full SHA for 3d371d6
View code at this point
Browse repository at this point
Commits on Nov 28, 2013
Version 5.3.10: Added support for Visual Studio 2013, fixed ErrorDetails line number issue in WindowsScriptEngine (Issue #24), added ScriptEngine.FormatCode and V8Runtime.FormatCode, disabled code …
Show description for 133980c
ClearScriptLib
committed
133980c
View commit details
Copy full SHA for 133980c
View code at this point
Browse repository at this point
Commits on Oct 14, 2013
Version 5.3.8: Added dynamic host object projection (Issue #3), added support for overloaded indexers and indexed properties, interface targets now expose System.Object members, expanded caching fo…
Show description for f96174f
ClearScriptLib
committed
f96174f
View commit details
Copy full SHA for f96174f
View code at this point
Browse repository at this point
Commits on Aug 2, 2013
Version 5.3.5: Fixed invocation of base interface methods on derived interface targets (Issue #14), fixed V8 and ClearScript builds on certain non-English locales (Issue #13), added boxed enum refe…
Show description for f961ab5
ClearScriptLib
committed
f961ab5
View commit details
Copy full SHA for f961ab5
View code at this point
Browse repository at this point
Commits on May 21, 2013
ClearScript 5.3: New V8 features (V8Runtime, compiled scripts, memory restrictions), simplified V8 deployment, V8Update enhancements, ScriptEngine.CollectGarbage(), host item caching, new tests.
ClearScriptLib
committed
9ebc236
View commit details
Copy full SHA for 9ebc236
View code at this point
Browse repository at this point
Commits on Mar 27, 2013
ClearScript 5.2: Revamped error handling, host member type restriction, V8Update improvements, bug fixes, test fixes.
ClearScriptLib
committed
6a0f089
View commit details
Copy full SHA for 6a0f089
View code at this point
Browse repository at this point
Commits on Mar 1, 2013
Fixed delegate construction syntax for JavaScript, added tests, bumped version to 5.1.2.
ClearScriptLib
committed
cf64708
View commit details
Copy full SHA for cf64708
View code at this point
Browse repository at this point
Commits on Feb 27, 2013
ClearScript 5.1: ScriptEngine.AddRestrictedHostObject(), ScriptMemberAttribute, NoScriptAccessAttribute, improved method bind plumbing and V8 GlobalMembers support, lots of new tests.
ClearScriptLib
committed
bb0c181
View commit details
Copy full SHA for bb0c181
View code at this point
Browse repository at this point
Commits on Jan 21, 2013
ScriptEngine.AllowReflection, HostTypeCollection filtering, minor updates.
ClearScriptLib
committed
60ab70d
View commit details
Copy full SHA for 60ab70d
View code at this point
Browse repository at this point
Commits on Jan 7, 2013
Project creation.
ClearScriptLib
committed
84a26f4
View commit details
Copy full SHA for 84a26f4
View code at this point
Browse repository at this point
Loading
Back
|
FazBrowse Home
|
New Git URL