rdmenezes / cefpython

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

Expose api for global v8 exception handler #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I've been working on a patch for CEF 1 to implement global v8 exception handler 
(a patch for CEF 3 is also in progress), the issue in CEF tracker can be found 
here:

http://code.google.com/p/chromiumembedded/issues/detail?id=736

The patch has been approved, see `revision 859` of branch 1180:
http://code.google.com/p/chromiumembedded/source/detail?r=859

There is a new setting called "oncaught_exception_stack_size", by default it is 
set to 0, thus the exception handler is disabled. There is also an 
OnUncaughtException() callback in V8ContextHandler.

Original issue reported on code.google.com by czarek.t...@gmail.com on 24 Oct 2012 at 7:04

GoogleCodeExporter commented 9 years ago

Original comment by czarek.t...@gmail.com on 24 Oct 2012 at 7:09

GoogleCodeExporter commented 9 years ago
Feature added in revision b88dd196ca2d.

Original comment by czarek.t...@gmail.com on 19 Nov 2012 at 3:46

GoogleCodeExporter commented 9 years ago

Original comment by czarek.t...@gmail.com on 5 Jun 2014 at 6:01