alderlopez / chromiumembedded

Automatically exported from code.google.com/p/chromiumembedded
0 stars 1 forks source link

Move exception handling from an ExecuteFunction argument to a CefV8Value attribute #546

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Exception handling is currently specified as an argument to 
CefV8Value::ExecuteFunction. However, other methods like SetValue may result in 
an exception if the associated accessor throws an exception. Consequently 
exception handling should be made an attribute of the CefV8Value object instead 
of an argument to ExecuteFunction.

Original issue reported on code.google.com by magreenb...@gmail.com on 12 Mar 2012 at 11:35

GoogleCodeExporter commented 9 years ago
Implemented in CEF3 revision 523.

Original comment by magreenb...@gmail.com on 12 Mar 2012 at 11:50

GoogleCodeExporter commented 9 years ago
Done in CEF1 trunk revision 644.

Original comment by magreenb...@gmail.com on 23 May 2012 at 7:05