pacificIT / chromiumembedded

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

Make user data an attribute for all CefV8Value object types and not just CreateObject #547

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Arrays, objects and functions are all considered object types by V8. 
Consequently all of these types can support user data. Add a 
CefV8Value::SetUserData method and remove the user_data argument from 
CefV8Value::CreateObject.

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

GoogleCodeExporter commented 9 years ago
Implemented in CEF3 revision 523.

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

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

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

GoogleCodeExporter commented 9 years ago
Issue 191 has been merged into this issue.

Original comment by magreenb...@gmail.com on 2 Oct 2012 at 10:20