cefsharp / CefSharp

.NET (WPF and Windows Forms) bindings for the Chromium Embedded Framework
http://cefsharp.github.io/
Other
9.76k stars 2.92k forks source link

IDialogHandler.OnFileDialog add new extensions and descriptions arguments #4838

Closed amaitland closed 4 weeks ago

amaitland commented 4 weeks ago

The method signature has changed, CEF has added two new params.

The acceptFilters param will also change from List<string> to IReadOnlyCollection<string> as it's immutable effectively.