|
1 | | -JavascriptCallback.Call() - when there is a javascript exception you are |
2 | | -able to cancel it using ClearException(), use it in a case someone puts |
3 | | -.Call() inside try: catch:. |
4 | | -
|
5 | | -JavascriptCallback.Call() - we are able get get stack trace of exception, |
6 | | -see CefV8StackTrace and CefV8StackFrame. |
7 | | -
|
8 | | -- Make user data an attribute for all CefV8Value object types and not just |
9 | | -CreateObject ( issue #547 ). |
10 | | -
|
11 | | -Move exception handling from an ExecuteFunction argument to a CefV8Value |
12 | | -attribute ( issue #546 ). |
13 | | -
|
14 | | -Add CefV8Context::Eval method for synchronous JavaScript execution that |
15 | | -returns a value or exception ( issue #444 ). |
16 | | -
|
17 | | -- Add CefV8Value::CreateUInt method and indicate that integer types are 32bit |
18 | | -via usage of int32 and uint32 types ( issue #331 ). |
19 | | -
|
20 | | -Fix to mouse scrolling on second monitor. |
21 | | -
|
22 | | -- Windows: Delay destroying the browser window until pending drag operations |
23 | | -have completed ( issue #610 ). |
24 | | -
|
25 | | -Fix misspelling of the Referer HTTP header ( issue #619 ). |
26 | | -
|
27 | | -Make the |target_domain| parameter to CefAddCrossOriginWhitelistEntry and |
28 | | -CefRemoveCrossOriginWhitelistEntry optional. |
29 | | -
|
30 | | -- Add persistent HTML5 application cache support ( issue #543 ). |
31 | | -
|
32 | | -Windows: Add dialog for input type="file" ( issue #632 ). |
33 | | -
|
34 | | -Add new CefV8StackTrace and CefV8StackFrame interfaces to support retrieval of |
35 | | -the JavaScript stack trace for the currently active V8 context ( issue #682 ). |
36 | | -
|
| 1 | +JavascriptCallback.Call() - when there is a javascript exception you are |
| 2 | +able to cancel it using ClearException(), use it in a case someone puts |
| 3 | +.Call() inside try: catch:. |
| 4 | + |
| 5 | +JavascriptCallback.Call() - we are able get get stack trace of exception, |
| 6 | +see CefV8StackTrace and CefV8StackFrame. |
| 7 | + |
| 8 | +- Make user data an attribute for all CefV8Value object types and not just |
| 9 | +CreateObject ( issue #547 ). |
| 10 | + |
| 11 | +Move exception handling from an ExecuteFunction argument to a CefV8Value |
| 12 | +attribute ( issue #546 ). |
| 13 | + |
| 14 | +Add CefV8Context::Eval method for synchronous JavaScript execution that |
| 15 | +returns a value or exception ( issue #444 ). |
| 16 | + |
| 17 | +- Add CefV8Value::CreateUInt method and indicate that integer types are 32bit |
| 18 | +via usage of int32 and uint32 types ( issue #331 ). |
| 19 | + |
| 20 | +Fix to mouse scrolling on second monitor. |
| 21 | + |
| 22 | +- Windows: Delay destroying the browser window until pending drag operations |
| 23 | +have completed ( issue #610 ). |
| 24 | + |
| 25 | +Fix misspelling of the Referer HTTP header ( issue #619 ). |
| 26 | + |
| 27 | +Make the |target_domain| parameter to CefAddCrossOriginWhitelistEntry and |
| 28 | +CefRemoveCrossOriginWhitelistEntry optional. |
| 29 | + |
| 30 | +- Add persistent HTML5 application cache support ( issue #543 ). |
| 31 | + |
| 32 | +Windows: Add dialog for input type="file" ( issue #632 ). |
| 33 | + |
| 34 | +Add new CefV8StackTrace and CefV8StackFrame interfaces to support retrieval of |
| 35 | +the JavaScript stack trace for the currently active V8 context ( issue #682 ). |
| 36 | + |
37 | 37 | Add the ability to customize the animation frame rate ( issue #697 ). |
0 commit comments