update to newer cef

This commit is contained in:
Adam D. Ruppe 2023-11-22 18:44:11 -05:00
parent e9a0e88388
commit 58133b5fd3
2 changed files with 3110 additions and 850 deletions

View File

@ -1012,9 +1012,6 @@ version(cef) {
// this is for http basic auth popup.....
return 0;
}
override int on_quota_request(RC!(cef_browser_t), const(cef_string_utf16_t)*, long, RC!(cef_callback_t)) nothrow {
return 0;
}
override int on_certificate_error(RC!(cef_browser_t), cef_errorcode_t, const(cef_string_utf16_t)*, RC!(cef_sslinfo_t), RC!(cef_callback_t)) nothrow {
return 0;
}

3957
webview.d

File diff suppressed because it is too large Load Diff