FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for ClearScript/Windows/WindowsScriptEngine.cs - iguanaware/ClearScript · GitHub
iguanaware
/
ClearScript
Public
forked from
ClearFoundry/ClearScript
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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
Windows
WindowsScriptEngine.cs
on
master
User selector
Datepicker
Commit history
Commits on Jan 22, 2021
ClearScript 7.1: Split out ClearScript.Windows.Core from ClearScript.Windows; added "core" Windows Script engine classes that don't require the Windows Desktop runtime; added support for Windows an…
Show description for 6aec9cd
ClearScriptLib
committed
6aec9cd
View commit details
Copy full SHA for 6aec9cd
View code at this point
Browse repository at this point
Commits on Oct 17, 2020
ClearScript 7.0 RC: Removed all C++/CLI code, paving the way for non-Windows builds and resolving GitHub Issue #197; switched to static linking for V8 and C++ libraries; added initial support for .…
Show description for 28d6aa2
ClearScriptLib
committed
28d6aa2
View commit details
Copy full SHA for 28d6aa2
View code at this point
Browse repository at this point
Commits on Sep 10, 2020
Fixed another exception being reported without stack trace
Show description for cb5ca36
phxnsharp
committed
cb5ca36
View commit details
Copy full SHA for cb5ca36
View code at this point
Browse repository at this point
Commits on Sep 9, 2020
Fix error details from VBScript in some cases
Show description for 9681421
phxnsharp
committed
9681421
View commit details
Copy full SHA for 9681421
View code at this point
Browse repository at this point
Commits on May 28, 2020
Version 6.0.2: Fixed error handling in JavaScriptExtensions.ToPromise; added JavaScriptExtensions.ToTask (GitHub Issue #182); added DocumentLoader.MaxCacheSize and DocumentCategory.MaxCacheSize; ad…
Show description for ee1a5e3
ClearScriptLib
committed
ee1a5e3
View commit details
Copy full SHA for ee1a5e3
View code at this point
Browse repository at this point
Commits on Apr 13, 2020
Version 6.0.1: Improved support for IIS least-privilege accounts (GitHub Issue #160); fixed 64-bit V8 initialization on Azure App Service (GitHub Issue #166); enabled DirectAccess for ComVisible .N…
Show description for 19ca67c
ClearScriptLib
committed
19ca67c
View commit details
Copy full SHA for 19ca67c
View code at this point
Browse repository at this point
Commits on Dec 17, 2019
ClearScript 6.0: Added preliminary support for .NET Core 3.1 on Windows (GitHub Issue #9); added support for system documents (GitHub Issue #143); added IList implementation to V8 arrays; added Ext…
Show description for 66738ce
ClearScriptLib
committed
66738ce
View commit details
Copy full SHA for 66738ce
View code at this point
Browse repository at this point
Commits on Jul 31, 2019
ClearScript 5.6: Added initial support for JavaScript modules (V8 only, GitHub Issue #114); added initial support for CommonJS modules (V8 and JScript); added ScriptEngine.ExecuteDocument and Scrip…
Show description for 3f4e25e
ClearScriptLib
committed
3f4e25e
View commit details
Copy full SHA for 3f4e25e
View code at this point
Browse repository at this point
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 Nov 7, 2017
ClearScript 5.5: Added support for the V8 Inspector debugging protocol; added V8ScriptEngineFlags.EnableRemoteDebugging and V8RuntimeFlags.EnableRemoteDebugging; updated deployment, debugging, and …
Show description for 3273d22
ClearScriptLib
committed
3273d22
View commit details
Copy full SHA for 3273d22
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 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 Dec 28, 2015
Added HostItemFlags.DirectAccess.
ClearScriptLib
committed
7fa07eb
View commit details
Copy full SHA for 7fa07eb
View code at this point
Browse repository at this point
Commits on Dec 7, 2015
Version 5.4.4: Added fast data transfer between host arrays and JavaScript typed arrays (and other ArrayBuffer views) (Issue #83); IEnumerable instances now support ES6 iteration and for...of when …
Show description for 4d6048f
ClearScriptLib
committed
4d6048f
View commit details
Copy full SHA for 4d6048f
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 Jun 1, 2014
Bypassed reflection for Windows script item property and method access, fixing Issue #47.
ClearScriptLib
committed
5f66ce5
View commit details
Copy full SHA for 5f66ce5
View code at this point
Browse repository at this point
Commits on Mar 30, 2014
V8ScriptEngine performance: Don't use a continuation timer when no callback is specified, don't marshal script results to be discarded in ScriptEngine.Execute().
ClearScriptLib
committed
1d9a592
View commit details
Copy full SHA for 1d9a592
View code at this point
Browse repository at this point
Commits on Mar 18, 2014
Added shared bind cache for improved performance and enhanced binder leak mitigation.
ClearScriptLib
committed
1ea01c8
View commit details
Copy full SHA for 1ea01c8
View code at this point
Browse repository at this point
Commits on Mar 13, 2014
Added null and decimal marshaling options to WindowsScriptEngine.
ClearScriptLib
committed
7df5fa2
View commit details
Copy full SHA for 7df5fa2
View code at this point
Browse repository at this point
Commits on Jan 16, 2014
Version 5.3.11: Added support for building strong named assemblies (see ReadMe.txt), added AppDomain.AssemblyResolve hook for ClearScriptV8 (Issue #34), added WindowsScriptEngineFlags.EnableStandar…
Show description for aa16a8a
ClearScriptLib
committed
aa16a8a
View commit details
Copy full SHA for aa16a8a
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 Aug 14, 2013
Version 5.3.6: Added numeric conversion methods in HostFunctions, fixed bugs affecting numeric arguments and return values. Tested with V8 3.20.16.
ClearScriptLib
committed
21f490f
View commit details
Copy full SHA for 21f490f
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 May 3, 2013
Version 5.2.1: Restored .NET 4.0 source compatibility, updated build and
Show description for 589e2fb
ClearScriptLib
committed
589e2fb
View commit details
Copy full SHA for 589e2fb
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
Previous
Next
Back
|
FazBrowse Home
|
New Git URL