22#include <wx/webview.h>
25#include <wx/filename.h>
27#include <nlohmann/json.hpp>
49bool SaveCookies( wxWebView* aWebView,
const wxString& aTargetFile )
55bool LoadCookies( wxWebView* aWebView,
const wxString& aSourceFile )
66 void* nativeBackend = aWebView->GetNativeBackend();
76 if( !get_context || !get_data_manager || !clear_data )
78 wxLogDebug(
"Failed to load WebKit symbols");
84 if( !context )
return false;
87 if( !dataManager )
return false;