mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
libcef:
- Allow creation of a browser window without loading a URL. Using about:blank results in an entry being added to the browser history. Issue #9, Fix by: vridosh git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@11 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@@ -294,8 +294,6 @@ void CefBrowserImpl::UIT_CreateBrowser()
|
|||||||
|
|
||||||
if(url_.size() > 0)
|
if(url_.size() > 0)
|
||||||
UIT_LoadURL(url_.c_str());
|
UIT_LoadURL(url_.c_str());
|
||||||
else
|
|
||||||
UIT_LoadURL(L"about:blank");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void CefBrowserImpl::UIT_LoadURLForRequest(const std::wstring& url,
|
void CefBrowserImpl::UIT_LoadURLForRequest(const std::wstring& url,
|
||||||
|
Reference in New Issue
Block a user