Tags: mark-pie/CefSharp
Tags
Core - CefResourceRequestHandlerAdapter.GetCookieAccessFilter object … …reference not set to an instance of an object. For resource requests that are handled by CefRequestContextHandlerAdapter::GetResourceRequestHandler then _browserControl field will be null, added additional checks before calling TryGetBrowserCoreById Follow up to cefsharp@4ade0b8 Issue cefsharp#3967
Test - Skip LoadJavaScriptBindingQunitTestsSuccessfulCompletion Issue cefsharp#3867
BrowserSubProcess - Change SetProcessShutdownParameters priority to 0… …x200 - Change to 0x200 which is low end of 'Application reserved "in between" shutdown range.' - Remove logging as it wasn't working, must be too early to use the LOG(INFO) CEF macro Test with a GetProcessShutdownParameters in debugger shows working e.g. if (SetProcessShutdownParameters(0x200, SHUTDOWN_NORETRY)) { DWORD level = 0; DWORD flags = 0; GetProcessShutdownParameters(&level, &flags); } Issue cefsharp#3155
Core - Fix ExecuteScriptAsync infinite recursion Resolves cefsharp#3914
PreviousNext