pacificIT / chromiumembedded

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

CEF3: Client handler OnBeforePopup given empty url #596

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Since a url is being passed to OnBeforePopup from 
CefBrowserHostImpl::ShouldCreateWebContents, I assume it was meant to be the 
url of the popup, not an empty string. Locally I've hacked it by saying 
_pending_url_ = target_url.spec(), not sure what the correct fix is.

Original issue reported on code.google.com by l...@dobl.com on 10 May 2012 at 6:49

GoogleCodeExporter commented 9 years ago
Fixed in revision 633.

Original comment by magreenb...@gmail.com on 18 May 2012 at 9:38