alderlopez / chromiumembedded

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

Support calling CefFrame::GetIdentifier and CefFrame::GetURL on any thread #556

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The CefFrame::GetIdentifier and CefFrame::GetURL methods can only be called on 
the UI thread. Allow them to be called from any thread.

Original issue reported on code.google.com by magreenb...@gmail.com on 22 Mar 2012 at 8:43

GoogleCodeExporter commented 9 years ago
Fixed in trunk revision 542, 1025 branch revision 543 and 963 branch revision 
544.

Original comment by magreenb...@gmail.com on 22 Mar 2012 at 10:12