mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
update cef and a few calls for it
This commit is contained in:
@@ -41,11 +41,17 @@ namespace openspace {
|
||||
|
||||
class DefaultBrowserLauncher : public CefLifeSpanHandler, public CefRequestHandler {
|
||||
public:
|
||||
bool OnBeforePopup(CefRefPtr<CefBrowser> browser, CefRefPtr<CefFrame> frame,
|
||||
const CefString& targetUrl, const CefString& targetFrameName,
|
||||
CefLifeSpanHandler::WindowOpenDisposition targetDisposition, bool userGesture,
|
||||
const CefPopupFeatures& popupFeatures, CefWindowInfo& windowInfo,
|
||||
CefRefPtr<CefClient>& client, CefBrowserSettings& settings,
|
||||
bool OnBeforePopup(CefRefPtr<CefBrowser> browser,
|
||||
CefRefPtr<CefFrame> frame,
|
||||
const CefString& targetUrl,
|
||||
const CefString& targetFrameName,
|
||||
CefLifeSpanHandler::WindowOpenDisposition targetDisposition,
|
||||
bool userGesture,
|
||||
const CefPopupFeatures& popupFeatures,
|
||||
CefWindowInfo& windowInfo,
|
||||
CefRefPtr<CefClient>& client,
|
||||
CefBrowserSettings& settings,
|
||||
CefRefPtr<CefDictionaryValue>& extra_info,
|
||||
bool* noJavascriptAccess) override;
|
||||
|
||||
//bool OnOpenURLFromTab(CefRefPtr<CefBrowser> browser, CefRefPtr<CefFrame> frame,
|
||||
|
||||
Reference in New Issue
Block a user